-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The resources in the dataset should use "hackable" URIs where they can be easily understood by developers and end-users.
Example:
For http://stats.data-gov.ie/data/m-1-4/2009/county/galway , it is difficult to intuitively know what m-1-4 supposed to represent unless it is dereferenced.
An example of a particular concept http://stats.data-gov.ie/concept/m-4 which is:
concept:m-4
a skos:Concept ;
concept:level "2"^^xsd:string ;
skos:altLabel "Public opening hours"^^xsd:string ;
skos:broader concept:m ;
skos:inScheme http://stats.data-gov.ie/codelist/geo/service-indicators-2009 ;
skos:notation "m.4"^^xsd:string ;
skos:prefLabel "M.4"^^xsd:string .
could use an URI like:
http://stats.data-gov.ie/concept/opening-hours
Bonus: If these URIs reflect notation from another document, it should use skos:definition and link to it.