-
Notifications
You must be signed in to change notification settings - Fork 4
/
base.json
13 lines (13 loc) · 2.38 KB
/
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 Base Types & Base Types2 application schemas. Additional classes implement types from the INSPIRE foundation schemas for which no suitable ontology representation has been identified yet.\n\nThe following properties with global scope (see guidelines for further details) have been added to this ontology, for re-use by importing ontologies:\n- beginLifespanVersion\n- endLifespanVersion\n- validFrom\n- validTo\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 - Type `Identifier` is mapped to `rdfs:Resource`.\n - Type `SpatialDataSet` is mapped to `dcat:Dataset`.\n - Type `PT_FreeText` is mapped to `rdf:langString`.\n - Type `TM_Position` is mapped to `time:TemporalPosition`.\n\n- Alignments (through subsumption):\n - Property `Contact.address` is aligned to property `locn:address`.\n\n- Omissions:\n - The types `Identifier` and `SpatialDataSet` have not been converted. They are mapped as described before.\n - Property `DocumentCitation.date` has been omitted. A value for this property can be encoded using the [DC-Terms](/dc/dct) properties ‘created’, ‘issued’, and ‘modified’. See the guidelines for further details.",
"id": "inspire/base",
"name": "INSPIRE Base Types",
"prefix": {
"base": "http://inspire.ec.europa.eu/ont/base#"
},
"url": "https://raw.githubusercontent.com/inspire-eu-rdf/inspire-rdf-vocabularies/master/base/base.ttl"
}