Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate concepts: p-6-1 and p-6-7 #6

Open
csarven opened this issue Sep 22, 2011 · 1 comment
Open

Duplicate concepts: p-6-1 and p-6-7 #6

csarven opened this issue Sep 22, 2011 · 1 comment

Comments

@csarven
Copy link
Member

csarven commented Sep 22, 2011

concept:p-6-1
a skos:Concept ;
concept:level "3"^^xsd:string ;
skos:altLabel "The number of residential estates for which the planning permission has expired, in respect of which formal written requests for taking in charge (from residents or developers), were on hands at the beginning of the year"^^xsd:string ;
skos:broader concept:p-6 ;
skos:inScheme http://stats.data-gov.ie/codelist/geo/service-indicators-2009 ;
skos:notation "p.6.1"^^xsd:string ;
skos:prefLabel "P.6.1"^^xsd:string .

appears to be identical (note "The" at the beginning of skos:altLabel) to:

concept:p-6-7
a skos:Concept ;
concept:level "3"^^xsd:string ;
skos:altLabel "Number of residential estates for which the planning permission has expired, in respect of which formal written requests for taking in charge (from residents or developers), were on hands at the beginning of the year"^^xsd:string ;
skos:broader concept:p-6 ;
skos:inScheme http://stats.data-gov.ie/codelist/geo/service-indicators-2009 ;
skos:notation "p.6.7"^^xsd:string ;
skos:prefLabel "P.6.7"^^xsd:string .

@boricles
Copy link
Member

I'm checking the source spreadsheet (Code mappings for Service Indicators.xsl) and for

  • p-6-1 we have "The number of residential estates for which the planning permission has expired, in respect of which formal written requests for taking in charge (from residents or developers), were on hands at the beginning of the year"
  • p-6-7 we have "Number of residential estates for which the planning permission has expired, in respect of which formal written requests for taking in charge (from residents or developers), were on hands at the beginning of the year"

However, in the MSI2009-ReturnValues.xsl there is no column value for p-6-7. It seems to be the first excel was generated with the additional p-6-7 (which is a duplication of p-6-1).

In conclusion we have to remove the p-6-7 concept from the spreadsheet and from the rdf generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants