-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbu-base.json
13 lines (13 loc) · 2.23 KB
/
bu-base.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 Buildings Base application schema.\n\nThe following properties have been encoded with global scope (see guidelines for further details):\n - `BuildingGeometry2D.horizontalGeometryReference`\n - `BuildingGeometry2D.horizontalGeometryEstimatedAccuracy`\n - `BuildingGeometry2D.verticalGeometryEstimatedAccuracy`\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` 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\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/bu-base",
"name": "INSPIRE Building Base",
"prefix": {
"ad": "http://inspire.ec.europa.eu/ont/bu-base#"
},
"url": "https://raw.githubusercontent.com/inspire-eu-rdf/inspire-rdf-vocabularies/master/bu-base/bu-base.ttl"
}