-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcp.json
13 lines (13 loc) · 2.42 KB
/
cp.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 Cadastral Parcels application schema.\n\nThe following properties have been encoded with global scope (see guidelines for further details):\n- `CadastralParcel.referencePoint`\n\nDuring the derivation, the following mappings, alignments, and omissions have been applied:\n- Mappings:\n - Code list values are mapped to `skos:Concept`.\n - The properties `beginLifespanVersion`, `endLifespanVersion`, `validFrom`, and `validTo` 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 `label` is mapped to `rdfs:label`.\n - Property `CadastralZoning.referencePoint` is mapped to the global property `referencePoint` 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 `CadastralParcel.geometry`, `CadastralBoundary.geometry`, and `CadastralZoning.geometry` are aligned to `locn:geometry` and `gsp:hasDefaultGeometry`.\n - Property `CadastralParcel.referencePoint` is aligned to `locn:geometry` and `gsp:hasGeometry`.\n\n- Omissions:\n - Property `inspireId` is omitted. See the guidelines for further details.",
"id": "inspire/cp",
"name": "INSPIRE Cadastral Parcels",
"prefix": {
"cp": "http://inspire.ec.europa.eu/ont/cp#"
},
"url": "https://raw.githubusercontent.com/inspire-eu-rdf/inspire-rdf-vocabularies/master/cp/cp.ttl"
}