-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathau.json
13 lines (13 loc) · 2.2 KB
/
au.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"about": [
"geography",
"vocabulary"
],
"description": "This is a draft RDF vocabulary for representing spatial data sets in INSPIRE as RDF. This vocabulary has been created using the [“Guidelines for the RDF encoding of spatial data”](http://inspire-eu-rdf.github.io/inspire-rdf-guidelines).\n\nThe use of RDF is optional and does not supersede or replace the requirements regarding encoding specified in Clause 9 of the INSPIRE Data Specifications. This optional encoding is intended to support the e-government and open data community in Europe, which is increasingly looking at RDF to represent data.\n\nThis is a draft version. It has limitations and is expected to contain errors. Please report any issues or concerns in [GitHub](https://github.com/inspire-eu-rdf/inspire-rdf-vocabularies/issues).\n\nThis ontology contains classes and properties that have been derived from the INSPIRE Administrative Units application schema.\n\nThe following properties have been encoded with global scope (see guidelines for further details):\n - `AdministrativeBoundary.country`\n\nDuring the derivation, the following mappings, alignments, and omissions have been applied:\n- Mappings:\n - Code list and enumeration values are mapped to `skos:Concept`.\n - The properties `beginLifespanVersion` and `endLifespanVersion` are mapped to the global properties defined by the base ontology.\n - Geometry types are mapped to classes from the [Simple Feature ontology](/ogc/sf).\n - Property `AdministrativeUnit.country` is mapped to the global property `country` from this ontology.\n\n- Alignments (through subsumption):\n - Spatial object types are aligned with `gsp:Feature`.\n - Properties of spatial object types with value type `GeographicalName` are aligned to property `locn:geographicName`.\n - Properties with a geometry value type are aligned to `locn:geometry` and `gsp:hasDefaultGeometry`.\n\n- Omissions:\n - Property `inspireId` is omitted. See the guidelines for further details.",
"id": "inspire/au",
"name": "INSPIRE Administrative Units",
"prefix": {
"au": "http://inspire.ec.europa.eu/ont/au#"
},
"url": "https://raw.githubusercontent.com/inspire-eu-rdf/inspire-rdf-vocabularies/master/au/au.ttl"
}