diff --git a/drafts/3.0.0/ConsolidatedCHANGELOG.md b/drafts/3.0.0/ConsolidatedCHANGELOG.md new file mode 100644 index 0000000..8cd1ccb --- /dev/null +++ b/drafts/3.0.0/ConsolidatedCHANGELOG.md @@ -0,0 +1,99 @@ +# **Consolidated Changelog** + +This changelog provides an overview of the changes incorporated in GeoDCAT-AP 3.0.0. A complete list of the issues closed with this release is accessible on [GitHub](https://github.com/SEMICeu/GeoDCAT-AP/issues?q=is%3Aissue+is%3Aopen+label%3Arelease%3A3.0.0-jun2024). + +# **Editorial changes** + +- Introduction: revised the introduction and context to be more up to date. +- Terminology: updated the list of prefixes. +- Formal data model presentation: introduced the notions of Main Entities, Supportive Entities and Datatypes to enhance the readability. +- Controlled Vocabularies: removed the section on licence vocabularies as there is a new section on expressing legal information. +- High-value Datasets: new section to create a reference to the guidelines for High-value Datasets. +- Annex Quick Reference of Classes and Properties: improved the HTML table making it interactive. +- New document for GeoDCAT-AP vocabulary (). +- Added links to individual re-used classes and properties from DCAT-AP and DCAT for easier navigation through the profile hierarchy. + +## **Data model adaptations** + +- Issue [82](https://github.com/SEMICeu/GeoDCAT-AP/issues/82): Relaxed the cardinality of Distribution.rights. +- Issue [77](http://77): Introduction geodcat:serviceCategory, geodcat:serviceType, and geodcat:resourceType as subproperties of dct:type. +- Issue [78](https://github.com/SEMICeu/GeoDCAT-AP/issues/78): Introduction of geodcat:topicCategory as subproperty of dct:subject. +- Issue [72](https://github.com/SEMICeu/GeoDCAT-AP/issues/72): The properties from dcat:Dataset were added to dcat:DatasetSeries. +- Issue [99](https://github.com/SEMICeu/GeoDCAT-AP/issues/99): Limit the range of vcard:hasEmail to vcard:Email. Add vcard:Email. +- Issue [88](https://github.com/SEMICeu/GeoDCAT-AP/issues/88) & [103](https://github.com/SEMICeu/GeoDCAT-AP/issues/103): Update usage note of Distribution.characterEncoding and CatalogueRecord.characterEncoding was dropped. +- Issue [105](https://github.com/SEMICeu/GeoDCAT-AP/issues/105): Usage notes are split into definitions and usage notes. +- Issue [104](https://github.com/SEMICeu/GeoDCAT-AP/issues/104): The cardinality on Location.geographicName was relaxed. +- Issue [100](https://github.com/SEMICeu/GeoDCAT-AP/issues/100): Updated cardinality of spatial resolution across Distribution, Data Service, Dataset and Dataset Series to be in line with its meaning in each case. +- Issue [114](https://github.com/SEMICeu/GeoDCAT-AP/issues/114): Introduction of geodcat:serviceProtocol as subproperty of dct:conformsTo on dcat:DataService. + +# **Alignment with DCAT-AP 3.0.0** + +## **Dataset Series** + +Dataset Series are the main change for DCAT-AP 2.1.1 to DCAT-AP 3.0.0. + +DCAT-AP 3.0.0 has adopted Dataset Series in a lightweight alignment: namely very few restrictions have been included. GeoDCAT-AP 3.0.0 has adopted Dataset Series in the same regard but has added the properties present on Dataset. These properties include the various roles as custodian, creator, user, etc. + +Further the changes of DCAT-AP 2.1.1 to DCAT-AP 3.0.0 have been adopted in GeoDCAT-AP 3.0.0 to make both specifications fully aligned. + +## **Alignment with DCAT-AP 3.0.0 details** + +- Issue [9](https://github.com/SEMICeu/GeoDCAT-AP/issues/9): dcat:landingPage was added to Data Service. +- Issue [71](https://github.com/SEMICeu/GeoDCAT-AP/issues/71): The class dcat:DatasetSeries has been included. +- Issue [73](https://github.com/SEMICeu/GeoDCAT-AP/issues/73): dcat:hasVersion and dcat:version were added. +- Issue [75](https://github.com/SEMICeu/GeoDCAT-AP/issues/75): dcat:inSeries was added to the class dcat:Dataset. +- Issue [85](https://github.com/SEMICeu/GeoDCAT-AP/issues/85): The definition of Agent.type was aligned with DCAT-AP 3.0.0. +- Issue [86](https://github.com/SEMICeu/GeoDCAT-AP/issues/86): Update controlled vocabulary to be used for Distribution.availability. +- Issue [87](https://github.com/SEMICeu/GeoDCAT-AP/issues/87): Update definition of CatalogueRecord.changetype. +- Issue [89](https://github.com/SEMICeu/GeoDCAT-AP/issues/89): The range of spdx:algorithm was changed to spdx:ChecksumAlgorithm. The class spdx:ChecksumAlgorithm was added. +- Issue [90](http://90): dct:isVersionOf was deprecated and the example on foaf:PrimaryTopic was changed. +- Issue [91](https://github.com/SEMICeu/GeoDCAT-AP/issues/91): Range of dcat:byteSize was changed from xsd:decimal to xsd:nonNegativeInteger. +- Issue [92](https://github.com/SEMICeu/GeoDCAT-AP/issues/92): skos:notation was made mandatory for adms:Identifier and and its range was lifted to rdfs:Literal without specifying a mandatory type. +- Issue [93](https://github.com/SEMICeu/GeoDCAT-AP/issues/93): Temporal Literal data type was added. +- Issue [101](https://github.com/SEMICeu/GeoDCAT-AP/issues/101) & [109](https://github.com/SEMICeu/GeoDCAT-AP/issues/109): All properties, including those on Standard, are optional. +- Issue [108](https://github.com/SEMICeu/GeoDCAT-AP/issues/108): Usage of rdfs:label was changed to dct:description in specific cases. +- Issue [110](https://github.com/SEMICeu/GeoDCAT-AP/issues/110): Deleted example on Media Type. +- Issue [112](https://github.com/SEMICeu/GeoDCAT-AP/issues/112): Removal of dct:Agent in bindings overview and additional usage guides on foaf:Agent and prov:Agent. +- Issue [113](https://github.com/SEMICeu/GeoDCAT-AP/issues/113): Only allow license usage with license IRIs, mapping of non-IRI rights to RightsStatements using dct:rights. + +## **Alignment with INSPIRE** + +- Issue [56](https://github.com/SEMICeu/GeoDCAT-AP/issues/56): The NAL Frequency code list was updated to include values ‘AS_NEEDED’ and ‘NOT_PLANNED’ and mapped to the INSPIRE Maintenance frequency code list. + +# **Alignment with the SEMIC Style Guide** + +- Issue [94](https://github.com/SEMICeu/GeoDCAT-AP/issues/94): Introduction of geodcat:referenceSystem as subproperty of dct:conformsTo. +- Issue [95](https://github.com/SEMICeu/GeoDCAT-AP/issues/95): Introduction of geodcat:spatialResolutionAsText. + +# **Bug fixes** + +These are issues that point out editorial improvements. + +- Issue [6](https://github.com/SEMICeu/GeoDCAT-AP/issues/6): The lack of support of CRS in GeoJSON was not explicitly mentioned. +- Issue [49](https://github.com/SEMICeu/GeoDCAT-AP/issues/49): The list of controlled vocabularies (10. Controlled Vocabularies) was updated. +- Issue [76](https://github.com/SEMICeu/GeoDCAT-AP/issues/76): Changed reference to draft of GeoSPARQL to latest release (1.1.0) since it has been released. +- Issue [83](https://github.com/SEMICeu/GeoDCAT-AP/issues/83): Typos were corrected in ‘Resource locator - \*On-line resource’ and the conformity example. +- Issue [96](https://github.com/SEMICeu/GeoDCAT-AP/issues/96): Usage note of DataService.geographicalCoverage was updated. +- Issue [97](https://github.com/SEMICeu/GeoDCAT-AP/issues/97): Usage note of Distribution.representationTechnique was updated. +- Issue [106](https://github.com/SEMICeu/GeoDCAT-AP/issues/106): Usage note of DataService.language was updated. +- Issue [107](https://github.com/SEMICeu/GeoDCAT-AP/issues/107): Usage note of dct:spatial was updated. +- Issue [98](https://github.com/SEMICeu/GeoDCAT-AP/issues/98): Removed note on Kind. +- Issue [129](https://github.com/SEMICeu/GeoDCAT-AP/issues/129): A section on usage of DCAT-AP for HVD in relation to GeoDCAT-AP 3.0.0 was added to the spec. + +# **XSLT changes** + +The following changes were done to the reference XSLT implementation: + +- Update mapping to DCAT Dataset Series +- Issue [56](https://github.com/SEMICeu/GeoDCAT-AP/issues/56) adding mapping to 2 new concepts of the Frequency European NAL +- Issue [77](https://github.com/SEMICeu/GeoDCAT-AP/issues/77), [78](https://github.com/SEMICeu/GeoDCAT-AP/issues/78), [94](https://github.com/SEMICeu/GeoDCAT-AP/issues/94) and [114](https://github.com/SEMICeu/GeoDCAT-AP/issues/114) introducing specific subproperties of dct:conformsTo, dct:subject and dct:type +- Issue [95](https://github.com/SEMICeu/GeoDCAT-AP/issues/95) mapping spatial resolution as text to geodcat:spatialResolutionAsText instead of rdfs:comment +- Issue [108](https://github.com/SEMICeu/GeoDCAT-AP/issues/108) changing rdfs:label to dct:description for describing RightsStatements +- Issue [113](https://github.com/SEMICeu/GeoDCAT-AP/issues/113) changing handling of free-text licence and access rights statements +- Change output prefix from geodcat to geodcat to avoid confusion with the upcoming OGC GeoDCAT +- Accepted community pull requests + - Avoid error on multilingual organisation name (PR [#41](https://github.com/SEMICeu/iso-19139-to-dcat-ap/pull/41)) + - Update to XSLT v2 (PR [#42](https://github.com/SEMICeu/iso-19139-to-dcat-ap/pull/42)) + - Add support for multiple resource identifiers (PR [#42](https://github.com/SEMICeu/iso-19139-to-dcat-ap/pull/42)) + - Concatenate codespace with code if codespace is set (PR [#42](https://github.com/SEMICeu/iso-19139-to-dcat-ap/pull/42)) + - Add support for multiple deliveryPoint (PR [#43](https://github.com/SEMICeu/iso-19139-to-dcat-ap/pull/43)) diff --git a/drafts/3.0.0/context/geodcat-ap.jsonld b/drafts/3.0.0/context/geodcat-ap.jsonld new file mode 100644 index 0000000..cd17f5f --- /dev/null +++ b/drafts/3.0.0/context/geodcat-ap.jsonld @@ -0,0 +1,1476 @@ +{ + "@context": { + "Activity": { + "@context": { + "generated": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#generated", + "@type": "@id" + }, + "qualifiedAssociation": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#qualifiedAssociation", + "@type": "@id" + }, + "used": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#used", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/prov#Activity" + }, + "Address (coreLocation)": { + "@context": { + "administrativeArea": { + "@id": "http://www.w3.org/ns/locn#adminUnitL2" + }, + "city": { + "@id": "http://www.w3.org/ns/locn#postName" + }, + "country": { + "@id": "http://www.w3.org/ns/locn#adminUnitL2" + }, + "postCode": { + "@id": "http://www.w3.org/ns/locn#postCode" + }, + "streetAddress": { + "@id": "http://www.w3.org/ns/locn#thoroughfare" + } + }, + "@id": "http://www.w3.org/ns/locn#Address" + }, + "Address (vCard)": { + "@context": { + "administrativeArea": { + "@id": "http://www.w3.org/2006/vcard/ns#region" + }, + "city": { + "@id": "http://www.w3.org/2006/vcard/ns#locality" + }, + "country": { + "@id": "http://www.w3.org/2006/vcard/ns#country-name" + }, + "postalCode": { + "@id": "http://www.w3.org/2006/vcard/ns#postal-code" + }, + "streetAddress": { + "@id": "http://www.w3.org/2006/vcard/ns#street-address" + } + }, + "@id": "http://www.w3.org/2006/vcard/ns#Address" + }, + "Agent": { + "@context": { + "address": { + "@id": "http://www.w3.org/ns/locn#address", + "@type": "@id" + }, + "affiliation": { + "@id": "http://www.w3.org/ns/org#memberOf", + "@type": "@id" + }, + "email": { + "@id": "http://xmlns.com/foaf/0.1/mbox", + "@type": "@id" + }, + "name": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/name" + }, + "phone": { + "@id": "http://xmlns.com/foaf/0.1/phone", + "@type": "@id" + }, + "type": { + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" + }, + "url": { + "@id": "http://xmlns.com/foaf/0.1/workplaceHomepage", + "@type": "@id" + } + }, + "@id": "http://xmlns.com/foaf/0.1/Agent" + }, + "Association": "http://www.w3.org/ns/prov#Association", + "Attribution": { + "@context": { + "agent": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#agent", + "@type": "@id" + }, + "hadRole": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#hadRole", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/prov#Attribution" + }, + "Catalogue": { + "@context": { + "accessRights": { + "@id": "http://purl.org/dc/terms/accessRights", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "catalogue": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#catalog", + "@type": "@id" + }, + "conformsTo": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "creationDate": { + "@id": "http://purl.org/dc/terms/created" + }, + "creator": { + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "custodian": { + "@container": "@set", + "@id": "http://data.europa.eu/930/custodian", + "@type": "@id" + }, + "dataset": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#dataset", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "distributor": { + "@container": "@set", + "@id": "http://data.europa.eu/930/distributor", + "@type": "@id" + }, + "geographicalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/spatial", + "@type": "@id" + }, + "hasPart": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/hasPart", + "@type": "@id" + }, + "homepage": { + "@id": "http://xmlns.com/foaf/0.1/homepage", + "@type": "@id" + }, + "identifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier" + }, + "keyword": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#keyword" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "licence": { + "@id": "http://purl.org/dc/terms/license", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "originator": { + "@container": "@set", + "@id": "http://data.europa.eu/930/originator", + "@type": "@id" + }, + "principalInvestigator": { + "@container": "@set", + "@id": "http://data.europa.eu/930/principalInvestigator", + "@type": "@id" + }, + "processor": { + "@container": "@set", + "@id": "http://data.europa.eu/930/processor", + "@type": "@id" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "qualifiedAttribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#qualifiedAttribution", + "@type": "@id" + }, + "record": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#record", + "@type": "@id" + }, + "referenceSystem": { + "@container": "@set", + "@id": "http://data.europa.eu/930/referenceSystem", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "resourceProvider": { + "@container": "@set", + "@id": "http://data.europa.eu/930/resourceProvider", + "@type": "@id" + }, + "rights": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/rights", + "@type": "@id" + }, + "rightsHolder": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/rightsHolder", + "@type": "@id" + }, + "service": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#service", + "@type": "@id" + }, + "temporalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/temporal", + "@type": "@id" + }, + "theme": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#theme", + "@type": "@id" + }, + "themes": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#themeTaxonomy", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + }, + "topicCategory": { + "@container": "@set", + "@id": "http://data.europa.eu/930/topicCategory", + "@type": "@id" + }, + "user": { + "@container": "@set", + "@id": "http://data.europa.eu/930/user", + "@type": "@id" + }, + "wasUsedBy": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#wasUsedBy", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dcat#Catalog" + }, + "CatalogueRecord": { + "@context": { + "applicationProfile": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "changeType": { + "@id": "http://www.w3.org/ns/adms#status", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "creationDate": { + "@id": "http://purl.org/dc/terms/created" + }, + "creator": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "custodian": { + "@container": "@set", + "@id": "http://data.europa.eu/930/custodian", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "distributor": { + "@container": "@set", + "@id": "http://data.europa.eu/930/distributor", + "@type": "@id" + }, + "identifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "listingDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "originator": { + "@container": "@set", + "@id": "http://data.europa.eu/930/originator", + "@type": "@id" + }, + "primaryTopic": { + "@id": "http://xmlns.com/foaf/0.1/primaryTopic", + "@type": "@id" + }, + "principalInvestigator": { + "@container": "@set", + "@id": "http://data.europa.eu/930/principalInvestigator", + "@type": "@id" + }, + "processor": { + "@container": "@set", + "@id": "http://data.europa.eu/930/processor", + "@type": "@id" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "qualifiedAttribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#qualifiedAttribution", + "@type": "@id" + }, + "resourceProvider": { + "@container": "@set", + "@id": "http://data.europa.eu/930/resourceProvider", + "@type": "@id" + }, + "rightsHolder": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/rightsHolder", + "@type": "@id" + }, + "sourceMetadata": { + "@id": "http://purl.org/dc/terms/source", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + }, + "user": { + "@container": "@set", + "@id": "http://data.europa.eu/930/user", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dcat#CatalogRecord" + }, + "CataloguedResource": "http://www.w3.org/ns/dcat#Resource", + "Checksum": { + "@context": { + "algorithm": { + "@id": "http://spdx.org/rdf/terms#algorithm", + "@type": "@id" + }, + "checksumValue": { + "@id": "http://spdx.org/rdf/terms#checksumValue", + "@type": "http://www.w3.org/2001/XMLSchema#hexBinary" + } + }, + "@id": "http://spdx.org/rdf/terms#Checksum" + }, + "ChecksumAlgorithm": "http://spdx.org/rdf/terms#ChecksumAlgorithm", + "Concept": { + "@context": { + "categoryScheme": { + "@id": "http://www.w3.org/2004/02/skos/core#inScheme", + "@type": "@id" + }, + "preferredLabel": { + "@container": "@set", + "@id": "http://www.w3.org/2004/02/skos/core#prefLabel" + } + }, + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + }, + "ConceptScheme": { + "@context": { + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme" + }, + "DataService": { + "@context": { + "accessRights": { + "@id": "http://purl.org/dc/terms/accessRights", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "conformsTo": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "creationDate": { + "@id": "http://purl.org/dc/terms/created" + }, + "creator": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "custodian": { + "@container": "@set", + "@id": "http://data.europa.eu/930/custodian", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "distributor": { + "@container": "@set", + "@id": "http://data.europa.eu/930/distributor", + "@type": "@id" + }, + "endpointDescription": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#endpointDescription", + "@type": "@id" + }, + "endpointUrl": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#endpointURL", + "@type": "@id" + }, + "format": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/format", + "@type": "@id" + }, + "geographicalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/spatial", + "@type": "@id" + }, + "identifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier" + }, + "keyword": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#keyword" + }, + "landingPage": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#landingPage", + "@type": "@id" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "licence": { + "@id": "http://purl.org/dc/terms/license", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "orginator": { + "@container": "@set", + "@id": "http://data.europa.eu/930/originator", + "@type": "@id" + }, + "principalInvestigator": { + "@container": "@set", + "@id": "http://data.europa.eu/930/principalInvestigator", + "@type": "@id" + }, + "processor": { + "@container": "@set", + "@id": "http://data.europa.eu/930/processor", + "@type": "@id" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "qualifiedAttribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#qualifiedAttribution", + "@type": "@id" + }, + "referenceSystem": { + "@container": "@set", + "@id": "http://data.europa.eu/930/referenceSystem", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "resourceProvider": { + "@container": "@set", + "@id": "http://data.europa.eu/930/resourceProvider", + "@type": "@id" + }, + "rights": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/rights", + "@type": "@id" + }, + "rightsHolder": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/rightsHolder", + "@type": "@id" + }, + "servesDataset": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#servesDataset", + "@type": "@id" + }, + "serviceCategory": { + "@id": "http://data.europa.eu/930/serviceCategory", + "@type": "@id" + }, + "serviceProtocol": { + "@id": "http://data.europa.eu/930/serviceProtocol", + "@type": "@id" + }, + "serviceType": { + "@id": "http://data.europa.eu/930/serviceType", + "@type": "@id" + }, + "spatialResolution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dqv#hasQualityMeasurement", + "@type": "@id" + }, + "spatialResolutionAsText": { + "@container": "@set", + "@id": "http://data.europa.eu/930/spatialResolutionAsText" + }, + "spatialResolutionInMetres": { + "@container": "@set", + "@id": "https://www.w3.org/ns/dcat#spatialResolutionInMeters", + "@type": "http://www.w3.org/2001/XMLSchema#decimal" + }, + "temporalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/temporal", + "@type": "@id" + }, + "temporalResolution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#temporalResolution", + "@type": "http://www.w3.org/2001/XMLSchema#duration" + }, + "theme": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#theme", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + }, + "topicCategory": { + "@container": "@set", + "@id": "http://data.europa.eu/930/topicCategory", + "@type": "@id" + }, + "type": { + "@id": "http://data.europa.eu/930/resourceType", + "@type": "@id" + }, + "user": { + "@container": "@set", + "@id": "http://data.europa.eu/930/user", + "@type": "@id" + }, + "wasUsedBy": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#wasUsedBy", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dcat#DataService" + }, + "Dataset": { + "@context": { + "accessRights": { + "@id": "http://purl.org/dc/terms/accessRights", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "conformsTo": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "creationDate": { + "@id": "http://purl.org/dc/terms/created" + }, + "creator": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "custodian": { + "@container": "@set", + "@id": "http://data.europa.eu/930/custodian", + "@type": "@id" + }, + "datasetDistribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#distribution", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "distributor": { + "@container": "@set", + "@id": "http://data.europa.eu/930/distributor", + "@type": "@id" + }, + "documentation": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/page", + "@type": "@id" + }, + "frequency": { + "@id": "http://purl.org/dc/terms/accrualPeriodicity", + "@type": "@id" + }, + "geographicalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/spatial", + "@type": "@id" + }, + "hasVersion": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#hasVersion", + "@type": "@id" + }, + "identifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier" + }, + "inSeries": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#inSeries", + "@type": "@id" + }, + "isReferencedBy": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/isReferencedBy", + "@type": "@id" + }, + "keyword": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#keyword" + }, + "landingPage": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#landingPage", + "@type": "@id" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "originator": { + "@container": "@set", + "@id": "http://data.europa.eu/930/originator", + "@type": "@id" + }, + "otherIdentifier": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#identifier", + "@type": "@id" + }, + "principalInvestigator": { + "@container": "@set", + "@id": "http://data.europa.eu/930/principalInvestigator", + "@type": "@id" + }, + "processor": { + "@container": "@set", + "@id": "http://data.europa.eu/930/processor", + "@type": "@id" + }, + "provenance": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/provenance", + "@type": "@id" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "qualifiedAttribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#qualifiedAttribution", + "@type": "@id" + }, + "qualifiedRelation": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#qualifiedRelation", + "@type": "@id" + }, + "referenceSystem": { + "@container": "@set", + "@id": "http://data.europa.eu/930/referenceSystem", + "@type": "@id" + }, + "relatedResource": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/relation", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "resourceProvider": { + "@container": "@set", + "@id": "http://data.europa.eu/930/resourceProvider", + "@type": "@id" + }, + "resourceType": { + "@id": "http://data.europa.eu/930/resourceType", + "@type": "@id" + }, + "rights": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/rights", + "@type": "@id" + }, + "rightsHolder": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/rightsHolder", + "@type": "@id" + }, + "sample": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#sample", + "@type": "@id" + }, + "source": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/source", + "@type": "@id" + }, + "spatialResolution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dqv#hasQualityMeasurement", + "@type": "@id" + }, + "spatialResolutionAsText": { + "@container": "@set", + "@id": "http://data.europa.eu/930/spatialResolutionAsText" + }, + "spatialResolutionInMetres": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#spatialResolutionInMeters", + "@type": "http://www.w3.org/2001/XMLSchema#decimal" + }, + "temporalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/temporal", + "@type": "@id" + }, + "temporalResolution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#temporalResolution", + "@type": "http://www.w3.org/2001/XMLSchema#duration" + }, + "theme": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#theme", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + }, + "topicCategory": { + "@container": "@set", + "@id": "http://data.europa.eu/930/topicCategory", + "@type": "@id" + }, + "user": { + "@container": "@set", + "@id": "http://data.europa.eu/930/user", + "@type": "@id" + }, + "version": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#version" + }, + "versionNotes": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#versionNotes" + }, + "wasGeneratedBy": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#wasGeneratedBy", + "@type": "@id" + }, + "wasUsedBy": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#wasUsedBy", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dcat#Dataset" + }, + "DatasetSeries": { + "@context": { + "accessRights": { + "@id": "http://purl.org/dc/terms/accessRights", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "conformsTo": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "contactPoint": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#contactPoint", + "@type": "@id" + }, + "creationDate": { + "@id": "http://purl.org/dc/terms/created" + }, + "creator": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/creator", + "@type": "@id" + }, + "custodian": { + "@container": "@set", + "@id": "http://data.europa.eu/930/custodian", + "@type": "@id" + }, + "datasetSeriesDistribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#distribution", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "distributor": { + "@container": "@set", + "@id": "http://data.europa.eu/930/distributor", + "@type": "@id" + }, + "documentation": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/page", + "@type": "@id" + }, + "frequency": { + "@id": "http://purl.org/dc/terms/accrualPeriodicity", + "@type": "@id" + }, + "geographicalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/spatial", + "@type": "@id" + }, + "hasVersion": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#hasVersion", + "@type": "@id" + }, + "identifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier" + }, + "inSeries": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#inSeries", + "@type": "@id" + }, + "isReferencedBy": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/isReferencedBy", + "@type": "@id" + }, + "keyword": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#keyword" + }, + "landingPage": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#landingPage", + "@type": "@id" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "originator": { + "@container": "@set", + "@id": "http://data.europa.eu/930/originator", + "@type": "@id" + }, + "otherIdentifier": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#identifier", + "@type": "@id" + }, + "principalInvestigator": { + "@container": "@set", + "@id": "http://data.europa.eu/930/principalInvestigator", + "@type": "@id" + }, + "processor": { + "@container": "@set", + "@id": "http://data.europa.eu/930/processor", + "@type": "@id" + }, + "publisher": { + "@id": "http://purl.org/dc/terms/publisher", + "@type": "@id" + }, + "qualifiedAttribution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#qualifiedAttribution", + "@type": "@id" + }, + "qualifiedRelation": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#qualifiedRelation", + "@type": "@id" + }, + "referenceSystem": { + "@container": "@set", + "@id": "http://data.europa.eu/930/referenceSystem", + "@type": "@id" + }, + "relatedResource": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/relation", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "resourceProvider": { + "@container": "@set", + "@id": "http://data.europa.eu/930/resourceProvider", + "@type": "@id" + }, + "resourceType": { + "@id": "http://data.europa.eu/930/resourceType", + "@type": "@id" + }, + "rights": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/rights", + "@type": "@id" + }, + "rightsHolder": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/rightsHolder", + "@type": "@id" + }, + "sample": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#sample", + "@type": "@id" + }, + "source": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/source", + "@type": "@id" + }, + "spatialResolution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dqv#hasQualityMeasurement", + "@type": "@id" + }, + "spatialResolutionAsText": { + "@container": "@set", + "@id": "http://data.europa.eu/930/spatialResolutionAsText" + }, + "spatialResolutionInMetres": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#spatialResolutionInMeters", + "@type": "http://www.w3.org/2001/XMLSchema#decimal" + }, + "temporalCoverage": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/temporal", + "@type": "@id" + }, + "theme": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#theme", + "@type": "@id" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + }, + "topicCategory": { + "@container": "@set", + "@id": "http://data.europa.eu/930/topicCategory", + "@type": "@id" + }, + "user": { + "@container": "@set", + "@id": "http://data.europa.eu/930/user", + "@type": "@id" + }, + "version": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#version" + }, + "versionNotes": { + "@container": "@set", + "@id": "http://www.w3.org/ns/adms#versionNotes" + }, + "wasGeneratedBy": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#wasGeneratedBy", + "@type": "@id" + }, + "wasUsedBy": { + "@container": "@set", + "@id": "http://www.w3.org/ns/prov#wasUsedBy", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dcat#DatasetSeries" + }, + "Datatype": "http://www.w3.org/2000/01/rdf-schema#Datatype", + "Dimension": "http://www.w3.org/ns/dqv#Dimension", + "Distribution": { + "@context": { + "accessRights": { + "@id": "http://purl.org/dc/terms/accessRights", + "@type": "@id" + }, + "accessService": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#accessService", + "@type": "@id" + }, + "accessUrl": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#accessURL", + "@type": "@id" + }, + "applicableLegislation": { + "@container": "@set", + "@id": "http://data.europa.eu/r5r/applicableLegislation", + "@type": "@id" + }, + "availability": { + "@id": "http://data.europa.eu/r5r/availability", + "@type": "@id" + }, + "byteSize": { + "@id": "http://www.w3.org/ns/dcat#byteSize", + "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + }, + "characterEncoding": { + "@container": "@set", + "@id": "http://www.w3.org/2011/content#characterEncoding" + }, + "checksum": { + "@id": "http://spdx.org/rdf/terms#checksum", + "@type": "@id" + }, + "compressionFormat": { + "@id": "http://www.w3.org/ns/dcat#compressFormat", + "@type": "@id" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "documentation": { + "@container": "@set", + "@id": "http://xmlns.com/foaf/0.1/page", + "@type": "@id" + }, + "downloadUrl": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#downloadURL", + "@type": "@id" + }, + "format": { + "@id": "http://purl.org/dc/terms/format", + "@type": "@id" + }, + "hasPolicy": { + "@id": "http://www.w3.org/ns/odrl/2/hasPolicy", + "@type": "@id" + }, + "language": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/language", + "@type": "@id" + }, + "licence": { + "@id": "http://purl.org/dc/terms/license", + "@type": "@id" + }, + "linkedSchemas": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/conformsTo", + "@type": "@id" + }, + "mediaType": { + "@id": "http://www.w3.org/ns/dcat#mediaType", + "@type": "@id" + }, + "modificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "packagingFormat": { + "@id": "http://www.w3.org/ns/dcat#packageFormat", + "@type": "@id" + }, + "referenceSystem": { + "@container": "@set", + "@id": "http://data.europa.eu/930/referenceSystem", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "representationTechnique": { + "@id": "http://www.w3.org/ns/adms#representationTechnique", + "@type": "@id" + }, + "rights": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/rights", + "@type": "@id" + }, + "spatialResolution": { + "@id": "http://www.w3.org/ns/dqv#hasQualityMeasurement", + "@type": "@id" + }, + "spatialResolutionAsText": { + "@id": "http://data.europa.eu/930/spatialResolutionAsText" + }, + "spatialResolutionInMetres": { + "@id": "http://www.w3.org/ns/dcat#spatialResolutionInMeters", + "@type": "http://www.w3.org/2001/XMLSchema#decimal" + }, + "status": { + "@id": "http://www.w3.org/ns/adms#status", + "@type": "@id" + }, + "temporalResolution": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#temporalResolution", + "@type": "http://www.w3.org/2001/XMLSchema#duration" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://www.w3.org/ns/dcat#Distribution" + }, + "Document": { + "@context": { + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + } + }, + "@id": "http://xmlns.com/foaf/0.1/Document" + }, + "Email (vCard)": "http://www.w3.org/2006/vcard/ns#Email", + "Entity": "http://www.w3.org/ns/prov#Entity", + "Frequency": "http://purl.org/dc/terms/Frequency", + "Geometry": "http://www.w3.org/ns/locn#Geometry", + "Identifier": { + "@context": { + "notation": { + "@id": "http://www.w3.org/2004/02/skos/core#notation" + } + }, + "@id": "http://www.w3.org/ns/adms#Identifier" + }, + "Kind": { + "@context": { + "address": { + "@id": "http://www.w3.org/2006/vcard/ns#hasAddress", + "@type": "@id" + }, + "affiliation": { + "@id": "http://www.w3.org/2006/vcard/ns#organization-name" + }, + "email": { + "@id": "http://www.w3.org/2006/vcard/ns#hasEmail", + "@type": "@id" + }, + "name": { + "@id": "http://www.w3.org/2006/vcard/ns#fn" + }, + "phone": { + "@id": "http://www.w3.org/2006/vcard/ns#hasTelephone", + "@type": "@id" + }, + "url": { + "@id": "http://www.w3.org/2006/vcard/ns#hasURL", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/2006/vcard/ns#Kind" + }, + "LegalResource": "http://data.europa.eu/eli/ontology#LegalResource", + "LicenceDocument": { + "@context": { + "type": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" + } + }, + "@id": "http://purl.org/dc/terms/LicenseDocument" + }, + "LinguisticSystem": "http://purl.org/dc/terms/LinguisticSystem", + "Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", + "Location": { + "@context": { + "bbox": { + "@id": "http://www.w3.org/ns/dcat#bbox" + }, + "centroid": { + "@id": "http://www.w3.org/ns/dcat#centroid" + }, + "gazetteer": { + "@id": "http://www.w3.org/2004/02/skos/core#inScheme", + "@type": "@id" + }, + "geograhicIdentifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier" + }, + "geograhicName": { + "@container": "@set", + "@id": "http://www.w3.org/2004/02/skos/core#prefLabel" + }, + "geometry": { + "@id": "http://www.w3.org/ns/locn#geometry", + "@type": "@id" + } + }, + "@id": "http://purl.org/dc/terms/Location" + }, + "MediaType": "http://purl.org/dc/terms/MediaType", + "MediaTypeOrExtent": "http://purl.org/dc/terms/MediaTypeOrExtent", + "Metric": { + "@context": { + "dimension": { + "@id": "http://www.w3.org/ns/dqv#inDimension", + "@type": "@id" + }, + "expectedDataType": { + "@id": "http://www.w3.org/ns/dqv#expectedDataType", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dqv#Metric" + }, + "Organisation": "http://www.w3.org/ns/org#Organization", + "PeriodOfTime": { + "@context": { + "beginning": { + "@id": "http://www.w3.org/2006/time#hasBeginning", + "@type": "@id" + }, + "end": { + "@id": "http://www.w3.org/2006/time#hasEnd", + "@type": "@id" + }, + "endDate": { + "@id": "http://www.w3.org/ns/dcat#endDate" + }, + "startDate": { + "@id": "http://www.w3.org/ns/dcat#startDate" + } + }, + "@id": "http://purl.org/dc/terms/PeriodOfTime" + }, + "Policy": "http://www.w3.org/ns/odrl/2/Policy", + "ProvenanceStatement": { + "@context": { + "provenanceStatementText": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + } + }, + "@id": "http://purl.org/dc/terms/ProvenanceStatement" + }, + "QualityMeasurement": { + "@context": { + "isMeasurementOf": { + "@id": "http://www.w3.org/ns/dqv#isMeasurementOf", + "@type": "@id" + }, + "unitOfMeasure": { + "@id": "http://purl.org/linked-data/sdmx/2009/attribute#unitMeasure", + "@type": "@id" + }, + "value": { + "@id": "http://www.w3.org/ns/dqv#value" + } + }, + "@id": "http://www.w3.org/ns/dqv#QualityMeasurement" + }, + "Relationship": { + "@context": { + "hadRole": { + "@container": "@set", + "@id": "http://www.w3.org/ns/dcat#hadRole", + "@type": "@id" + }, + "relation": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/relation", + "@type": "@id" + } + }, + "@id": "http://www.w3.org/ns/dcat#Relationship" + }, + "Resource": "http://www.w3.org/2000/01/rdf-schema#Resource", + "RightsStatement": { + "@context": { + "rightsStatementText": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + } + }, + "@id": "http://purl.org/dc/terms/RightsStatement" + }, + "Role": "http://www.w3.org/ns/dcat#Role", + "Standard": { + "@context": { + "creationDate": { + "@id": "http://purl.org/dc/terms/created" + }, + "description": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/description" + }, + "identifier": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/identifier" + }, + "referenceRegister": { + "@id": "http://www.w3.org/2004/02/skos/core#ínScheme", + "@type": "@id" + }, + "releaseDate": { + "@id": "http://purl.org/dc/terms/issued" + }, + "title": { + "@container": "@set", + "@id": "http://purl.org/dc/terms/title" + }, + "type": { + "@id": "http://purl.org/dc/terms/type", + "@type": "@id" + }, + "update /ModificationDate": { + "@id": "http://purl.org/dc/terms/modified" + }, + "version": { + "@id": "http://www.w3.org/2002/07/owl#versionInfo" + } + }, + "@id": "http://purl.org/dc/terms/Standard" + }, + "TemporalLiteral": "http://www.w3.org/2000/01/rdf-schema#Literal", + "TimeInstant": "http://www.w3.org/2006/time#Instant", + "Xsd:decimal": "http://www.w3.org/2001/XMLSchema#decimal", + "Xsd:duration": "http://www.w3.org/2001/XMLSchema#duration", + "Xsd:hexBinary": "http://www.w3.org/2001/XMLSchema#hexBinary", + "Xsd:nonNegativeInteger": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + } +} diff --git a/drafts/3.0.0/html/callout.png b/drafts/3.0.0/html/callout.png new file mode 100644 index 0000000..f0617e0 Binary files /dev/null and b/drafts/3.0.0/html/callout.png differ diff --git a/drafts/3.0.0/html/example.js b/drafts/3.0.0/html/example.js new file mode 100644 index 0000000..6d8164f --- /dev/null +++ b/drafts/3.0.0/html/example.js @@ -0,0 +1,289 @@ +function example_structure(exampleid){ + structure=` +
+ +
+ + + + +
+
+ + + + + + +
+
`; + return structure; +} + + +/** + * auxiliary function to get around the issue that indexOf() is not working with jquery. + */ + +function myIndexOf(list, val) { + var myindex = -1; + var i = 0; + + var elem = list[0]; + + while ( i < list.length ) { + if ( elem == val ) return i; + i = i+1; + elem = list[i]; + + } + + return -1; + +} + + +/** + * Fills in the direct input area with some samples + * @param {string} file - file containing the sample + */ + function loadFile(editorinstance, file) { + var xmlhttp; + if (window.XMLHttpRequest) { + xmlhttp = new XMLHttpRequest(); + } else { + xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); + } + xmlhttp.onreadystatechange = function () { + if (xmlhttp.readyState === 4 && xmlhttp.status !== 200) { + alert('Error when opening the file: ' + file + ' - ' + xmlhttp.status + ' ' + xmlhttp.statusText); + } else if (xmlhttp.readyState === 4 && xmlhttp.status === 200) { + editorinstance.setValue(xmlhttp.responseText); + } + }; + xmlhttp.open("GET", file, true); + xmlhttp.send(); + return xmlhttp.responseText; +} + + function loadShape(file, dataGraph, format) { + var xmlhttp; + if (window.XMLHttpRequest) { + xmlhttp = new XMLHttpRequest(); + } else { + xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); + } + xmlhttp.onreadystatechange = function () { + if (xmlhttp.readyState === 4 && xmlhttp.status !== 200) { + alert('Error when opening the file: ' + file + ' - ' + xmlhttp.status + ' ' + xmlhttp.statusText); + } else if (xmlhttp.readyState === 4 && xmlhttp.status === 200) { + newUrl = "https://shacl-playground.zazuko.com/#page=0&shapesGraph=" + encodeURIComponent(xmlhttp.responseText) + "&shapesGraphFormat=text%2Fturtle&dataGraph=" + encodeURIComponent(dataGraph) + "&dataGraphFormat=" + format ; + //console.log(newUrl); + window.open(newUrl, '_blank'); + } + }; + xmlhttp.open("GET", file, true); + xmlhttp.send(); + return xmlhttp.responseText; +} + +var dialog = $("
", { + id: "dialog-form", + title: "Validation Result" + }).dialog({ + autoOpen: false, + height: 400, + width: 700, + modal: true, + show: { effect: "blind", duration: 400 } + }); + +function validate(model, version, content, format) { + request = { + "contentToValidate": btoa(content), + "contentSyntax": format, + "embeddingMethod": "BASE64", + "validationType": version, + "reportSyntax": "text/turtle" + }; + var itbapi = "https://www.itb.ec.europa.eu/shacl/" + model + "/api/validate" ; + $.ajax({ + type: "POST", + url: itbapi, + data: JSON.stringify(request),// now data come in this function + contentType: "application/json; charset=utf-8", + crossDomain: true, + dataType: "text", + success: function (response, status, jqXHR) { + dialog.css("white-space","pre-wrap"); + dialog.text(response); + dialog.dialog("open"); + reg = /sh:conforms\s+true/g + if(response.search(reg) >=0 ) + dialog.closest(".ui-dialog").children(".ui-dialog-titlebar").css({"background": "darkgreen", "background-image": "linear-gradient(to bottom,#6a996a,#006400)","color":"white"}); + else + dialog.closest(".ui-dialog").children(".ui-dialog-titlebar").css({"background": "red", "background-image": "linear-gradient(to bottom,#ac6464,#b31c1c)","color":"white"}); + }, + + error: function (jqXHR, exception) { + // error handler + var msg = ''; + if (jqXHR.status === 0) { + msg = 'Not connect.\n Verify Network.'; + } else if (jqXHR.status == 404) { + msg = 'Requested page not found. [404]'; + } else if (jqXHR.status == 500) { + msg = 'Internal Server Error [500].'; + } else if (exception === 'parsererror') { + msg = 'Requested JSON parse failed.'; + } else if (exception === 'timeout') { + msg = 'Time out error.'; + } else if (exception === 'abort') { + msg = 'Ajax request aborted.'; + } else { + msg = 'Uncaught Error.\n'; + } + + alert('It was not possible to validate, msg:' + msg + ' error:' + jqXHR.responseText); + } + }); +} + +function createTurtleEditorFrom(selector) { + return CodeMirror.fromTextArea(selector, { + mode: "turtle", + lineNumbers: true + }); +} + +function createJSONLDEditorFrom(selector) { + return CodeMirror.fromTextArea(selector, { + mode: "application/ld+json", + lineNumbers: true + }); +} + + +$(document).ready(function () { + + + + var examples = []; + var editors = []; + + var examples_id = ".examples"; + var examples_class = ".h3"; + var folder = "./html/examples/"; + var $examples = $(examples_id); + +// $examples.children(examples_class).each(function(index){ + $examples.each(function(index){ + exampleid = this.id; + examples.push(exampleid); + var text = example_structure(exampleid); + $(this).after(text); + + var obj = {CM0: createTurtleEditorFrom(document.getElementById(exampleid + "-tab1validationquery")), CM1: createJSONLDEditorFrom(document.getElementById(exampleid + "-tab2validationquery"))}; + editors[index] = obj; + //editors[index].push({CM: createTurtleEditorFrom(document.getElementById(exampleid + "-tab1validationquery")}, CM2: createJSONLDEditorFrom(document.getElementById(exampleid + "-tab2validationquery")}); + //editors[index].push({CM: createJSONLDEditorFrom(document.getElementById(exampleid + "-tab2validationquery")}); + //editors[index][0] = createTurtleEditorFrom(document.getElementById(exampleid + "-tab1validationquery")); + //editors[index][1] = createJSONLDEditorFrom(document.getElementById(exampleid + "-tab2validationquery")); + + $("#" + exampleid + "-tabs").tabs(); + + $("#" + exampleid + "-tabs a").on('click', function(e) { + $('.CodeMirror').each(function(i, el){ + el.CodeMirror.refresh(); + }); + }); + + path_to_file = folder + exampleid; + loadFile(editors[index].CM0, path_to_file + ".ttl"); + loadFile(editors[index].CM1, path_to_file + ".jsonld"); + + }); + + $("button.copyturtletoclipboard").on({ + "click": function() { + var exampleid = $(this).parent().parent().attr("exampleid"); + var indexValues = $examples.map(function() { return this.id; }) ; + var index = myIndexOf(indexValues, exampleid); + texttocopy = editors[index].CM0.getValue() + navigator.clipboard.writeText(texttocopy); + $(this).tooltip({ items: "#" + this.id, content: "Copied !"}); + $(this).tooltip("open"); + }, + "mouseout": function() { + $(this).tooltip("disable"); + } + }); + $("button.copyjsonldtoclipboard").on({ + "click": function() { + var exampleid = $(this).parent().parent().attr("exampleid"); + var indexValues = $examples.map(function() { return this.id; }) ; + var index = myIndexOf(indexValues, exampleid); + texttocopy = editors[index].CM1.getValue(); + navigator.clipboard.writeText(texttocopy); + $(this).tooltip({ items: "#" + this.id, content: "Copied !"}); + $(this).tooltip("open"); + }, + "mouseout": function() { + $(this).tooltip("disable"); + } + }); + $("button.openinplayground").on('click', function(e) { + var exampleid = $(this).parent().parent().attr("exampleid"); + var indexValues = $examples.map(function() { return this.id; }) ; + var index = myIndexOf(indexValues, exampleid); + + newUrl = "https://json-ld.org/playground/#startTab=tab-expand&json-ld=" + encodeURIComponent(editors[index].CM1.getValue()); + window.open(newUrl, '_blank'); + return false; + }); + $("button.openTurtleInConverter").on('click', function(e) { + var exampleid = $(this).parent().parent().attr("exampleid"); + var indexValues = $examples.map(function() { return this.id; }) ; + var index = myIndexOf(indexValues, exampleid); + + newUrl = "https://converter.zazuko.com/#value=" + encodeURIComponent(editors[index].CM0.getValue()) + "&format=text%2Fturtle"; + window.open(newUrl, '_blank'); + return false; + }); + $("button.openJsonldInConverter").on('click', function(e) { + var exampleid = $(this).parent().parent().attr("exampleid"); + var indexValues = $examples.map(function() { return this.id; }) ; + var index = myIndexOf(indexValues, exampleid); + + newUrl = "https://converter.zazuko.com/#value=" + encodeURIComponent(editors[index].CM1.getValue()) + "&format=application%2Fld%2Bjson"; + window.open(newUrl, '_blank'); + return false; + }); + $("button.validateTurtle").on('click', function(e) { + var exampleid = $(this).parent().parent().attr("exampleid"); + var indexValues = $examples.map(function() { return this.id; }) ; + var index = myIndexOf(indexValues, exampleid); + var shapes = validate("dcat-ap", "v2.0", editors[index].CM0.getValue(), "text/turtle"); + return false; + }); + $("button.validateJsonld").on('click', function(e) { + var exampleid = $(this).parent().parent().attr("exampleid"); + var indexValues = $examples.map(function() { return this.id; }) ; + var index = myIndexOf(indexValues, exampleid); + var shaclfilepath = "./html/shacl/shapes.ttl" ; + //var shapes = loadShape(shaclfilepath, editors[index].CM1.getValue(), "application%2Fld%2Bjson"); + var shapes = validate("dcat-ap", "v2.0", editors[index].CM1.getValue(), "application/ld+json"); + return false; + }); + $("div.CodeMirror pre").on('click', function(e) { + var et = $(e.target); + if(et.hasClass('cm-url')) { + newUrl = $(this).text(); + window.open(encodeURI(newUrl), '_blank'); + return false; + } + }); +}); diff --git a/drafts/3.0.0/html/overview-annotated.jpg b/drafts/3.0.0/html/overview-annotated.jpg new file mode 100644 index 0000000..512d457 Binary files /dev/null and b/drafts/3.0.0/html/overview-annotated.jpg differ diff --git a/drafts/3.0.0/html/overview.jpg b/drafts/3.0.0/html/overview.jpg new file mode 100644 index 0000000..420c848 Binary files /dev/null and b/drafts/3.0.0/html/overview.jpg differ diff --git a/drafts/3.0.0/index.html b/drafts/3.0.0/index.html new file mode 100644 index 0000000..a358323 --- /dev/null +++ b/drafts/3.0.0/index.html @@ -0,0 +1,32744 @@ + + + + + + + + + + + GeoDCAT-AP 3.0.0 + + + + + + + + + + + + + + + + + + + +
+

Abstract

+GeoDCAT-AP is an extension of the DCAT application profile for data portals in Europe ([[[DCAT-AP-3]]]) for describing geospatial datasets, dataset series, and services. Its basic use case is to make spatial datasets, dataset series, and services searchable on general data portals, thereby making geospatial information better findable across borders and sectors. For this purpose, GeoDCAT-AP provides an RDF vocabulary and the corresponding RDF syntax binding for the union of metadata elements of the core profile of ISO 19115:2003 [[ISO-19115]] and those defined in the framework of the INSPIRE Directive [[INSPIRE-DIR]] of the European Union. +
+ + +
+

+ Introduction +

+ +

This document contains version 3.0.0 of the specification for GeoDCAT-AP, an extension of the DCAT application profile for data portals in Europe [[DCAT-AP-3]] for describing geospatial datasets, dataset series, and services.

+ +

Its basic use case is to make spatial datasets, dataset series, and services searchable on general data portals, thereby making geospatial information better findable across borders and sectors. For this purpose, GeoDCAT-AP provides an RDF vocabulary and the corresponding RDF syntax binding for the union of metadata elements of the core profile of ISO 19115:2003 [[ISO-19115]] and those defined in the framework of the INSPIRE Directive [[INSPIRE-DIR]].

+ +

The GeoDCAT-AP specification does not replace the INSPIRE Metadata Regulation [[?INSPIRE-MD-REG]] nor the INSPIRE Metadata technical guidelines [[INSPIRE-MD]] based on ISO 19115 and ISO 19119. Its purpose is to give owners of geospatial metadata the possibility to achieve more by providing the means of an additional implementation through harmonised RDF syntax bindings. Conversion rules to RDF syntax would allow Member States to maintain their collections of INSPIRE-relevant datasets following the INSPIRE Metadata technical guidelines based on [[ISO-19115]] and [[ISO-19119]], while at the same time publishing these collections on [[DCAT-AP-3]]-conformant data portals. A conversion to an RDF representation allows additional metadata elements to be displayed on general-purposed data portals, provided that such data portals are capable of displaying additional metadata elements. Additionally, data portals may be capable of providing machine-to-machine interfaces where additional metadata could be provided.

+ +
+ +

Context

+ +

With a view to fostering Europe's digital transformation, the European Commission is investing in frameworks and agreements to provide governments and businesses with the appropriate resources to digitalise their services. There are, for instance, building blocks available for creating a single market for data, where data flows freely within the EU and across sectors for the benefit of businesses, researchers and public administrations.

+ +

To this direction, the European Commission launched the European Data Strategy [[DataStrategy]], as part of the European Commission's priorities for 2019-2024 in order to make the EU a leader in a data-driven society.

+ +

Studies previously conducted on behalf of the European Commission (e.g., [[Vickery]]) shed light on the importance of having data findable and available in machine readable format in order to stimulate its reuse. This vision led to several legislative actions to reduce barriers and promote data sharing, such as the Open Data Directive [[OPENDATA-DIR]], which turned out to be a driving force towards a more transparent and fair access to government data.

+ +

With this regard, the wide range of (open) data portals developed by European public administrations is the result of this mission. These Web-based interfaces allow access to data by providing users means to explore a catalogue of datasets. To facilitate the sharing, discovery and re-use of the data beyond the (open) data portal, common agreements for the exchange of catalogues of datasets are needed. These interoperability agreements enable to connect (open) data catalogues into a pan-european catalogue of datasets.

+ +

The DCAT Application Profile specifies the generic agreements for (open) data portals operated by public administrations in Europe. This specification extends DCAT-AP with additional requirements for geospatial data.

+ +

The current document is the result of the major semantic change release process described in the Change and Release Management Policy for DCAT-AP [[DCAT-AP-CRMP]] and was built starting from GeoDCAT-AP version 2.0.0 [[GeoDCAT-AP-20201223]], with the purpose of aligning it with DCAT-AP version 3.x.x [[DCAT-AP-3]] and with version 2.1.3 of the INSPIRE Metadata Technical Guidelines [[INSPIRE-MD-20230731]].

+ +

This work has been carried out in the context of the European Commission’s Interoperable Europe initiative [[INTEROPERABLE-EUROPE]].

+ +
+ +
+ +

Scope of the Application Profile

+ +

The objective of this work is to produce an updated release of GeoDCAT-AP based on requests for change coming from real-world implementations of the specification and an alignment with [[DCAT-AP-3]] and [[INSPIRE-MD-20230731]].

+ +

As [[[DCAT-AP-3]]], the Application Profile specified in this document is based on the specification of the Data Catalog Vocabulary (DCAT). DCAT is originally developed under the responsibility of the Government Linked Data Working Group [[GLD]] at W3C, and was significantly revised in 2020 by the W3C Dataset Exchange Working Group [[DXWG]]. DCAT is an RDF [[RDF11-CONCEPTS]] vocabulary designed to facilitate interoperability between data catalogues published on the Web. +

+ +

The objective of this work is to produce an extension of [[DCAT-AP-3]] based on numerous requests for change coming from real-world implementations of the specification listed on the GitHub issues section since the previous release [[GeoDCAT-AP-20201223]]. For that purpose the [[DCAT-AP-3]] specification is extended with improved definitions, usage notes and usages constraints such as cardinalities for properties and the usage of controlled vocabularies. Additional classes and properties are re-used or introduced where necessary. +

+ +

The work does not cover implementation issues like mechanisms for exchange of data and expected behaviour of systems implementing the Application Profile other than what is defined in the Conformance Statement in section [[[#conformance]]]. + +

+ +

The Application Profile is intended to facilitate data exchange and therefore the classes and properties defined in this document are only relevant for the data to be exchanged; there are no requirements for communicating systems to implement specific technical environments. The only requirement is that the systems can export and import data in RDF in conformance with this Application Profile. +

+ +

The work does not cover implementation issues like mechanisms for exchange of data and expected behaviour of systems implementing the Application Profile other than what is defined in the Conformance Statement in . +

+ +

The Application Profile is intended to facilitate data exchange and therefore the classes and properties defined in this document are only relevant for the data to be exchanged; there are no requirements for communicating systems to implement specific technical environments. The only requirement is that the systems can export and import data in RDF in conformance with this Application Profile. +

+ +

As mentioned in the context, the prime objective of the Application Profile is to enhance data findability and promote reusability. +To achieve this goal, datasets should be coherently documented. +To enable this, the Application Profile considers several essential aspects, including among others: +

    +
  • Understanding the data or service structure, and how to get access to the data
  • +
  • Information on scope or purpose of the data
  • +
  • Legal information
  • +
  • Knowledge on data publishers, and any other agents involved
  • +
  • Knowledge of data availability and change policies
  • +
+These are addressed with the aim to facilitate effective data reuse, allowing users to locate, understand and utilise the available data resources more efficiently. +

+ +
+ +

DCAT-AP Context

+ +

Around 2010, on behalf of the European Commission the access to public sector information was studied. These studies showed that businesses and citizens faced many difficulties in finding and reusing public sector information. +The studies indicated that the availability of the information in a machine-readable format as well as a thin layer of commonly agreed metadata could facilitate data cross-reference and interoperability and therefore considerably enhance its value for reuse. +Therefore, to overcome these hurdles, the European Commission invested in policies [[PSI]], data interoperability [[SEMIC]] and infrastructure [[DEU]]. +

+ +

Interoperable Europe, within its mission to stimulate the data interoperability in Europe, manages this specification on the metadata agreements for sharing dataset descriptions between data portals. +The governance is taken care by the SEMIC action within Interoperable Europe. +Initially, the scope of the specification was the exchange between Open Data Portals in Europa. +Although this is still at the core of the specification, DCAT-AP is not limited to public accessible Open Data, but can be applied to any kind of datasets. +In the past decade, DCAT-AP has grown from a single specification to a whole ecosystem of related and interconnected specifications. +

+ + + + +

Revision history

+The first GeoDCAT-AP specification was released in December 2015. The subsequent release 1.0.1 improved the specification. These specifications are aligned with the core profile of ISO 19115:2003 [[ISO-19115]] and those defined in the framework of the INSPIRE Directive [[INSPIRE-DIR]]. +Five years later in December 2020 the second version of GeoDCAT-AP was released. W3C DCAT 2 restructured DCAT by introducing the notions of a generic Catalogued Resource of which Datasets and Data Services are special cases. As a consequence both DCAT-AP and GeoDCAT-AP required a major revision ensuring alignment between the different specifications. +In 2023, the adoption of W3C DCAT 3 [[vocab-dcat-3]] triggered a new alignment for DCAT-AP, and consquently for GeoDCAT-AP. +W3C DCAT 3 extends the profile with the Dataset Series notion. +This document is the combination of addressing issues raised by the community and this alignment. + +

Notes on alignment with DCAT 3

+Being an extension of [[DCAT-AP-3]], GeoDCAT-AP inherits the changes that were introduced in [[[DCAT-AP-3]]] due to the aligment with [[[vocab-dcat-3]]]. The introduction of Dataset Series in DCAT is an additive operation from semantical, data modeling perspective. +Therefore the impact on existing GeoDCAT-AP 2.x, exchanges is limited. +Nevertheless, publishers may face substantial impact on the existing catalogues as the new terminology for Dataset Series may require to revisit the publisher's metadata guidelines. +For instance, if the publisher had chosen to document a Dataset Series as a Dataset with multiple Distributions, then the alignment with Dataset Series as expressed in this specification will require a substantial effort. +This impact goes beyond the specification and dependent on the usage of the shared information. +In the context of GeoDCAT-AP and in line with the conformance expectations and [[DCAT-AP-3]], the term Dataset Series will be solely used for resources that are explicitly identified by the class Dataset Series. +The situation, as mentioned, where a Dataset has multiple Distributions, will be considered as a Dataset with multiple Distributions and not as a Dataset Series. +This way, receivers of GeoDCAT-AP metadata can rely on the classes to process the metadata. +

+The sole data model impact DCAT 3 creates, is by deprecating the use of some URIs and introducing new URIs in the DCAT namespace for the use case of Dataset versioning. +As these properties are optional and since there is an equivalence between the deprecated and the new ones, catalogue owners can easily realign. + +

+ +GeoDCAT-AP 3 is the result of an alignment with DCAT 3, DCAT-AP 3 and improvements to harmonise the interoperability between DCAT-AP and GeoDCAT-AP. +These changes are listed in detail in the Changelog. +To support the review, the changes are also highlighted on the diagram below. + +
+ + + +
+
+ + + + +

Meeting minutes

+The following webinars have been held for the creation of this release + + + +

+ + + + + +
+ + + + +
+

Status

+

+ + This application profile has the status Candidate Recommendation published at 2024-06-25. +

+

+ Information about the process and the decisions involved in the creation of this specification are consultable at the Changelog. +

+
+ + + + +
+

+ License +

+ +

+ + Copyright © 2024 European Union. All material in this repository is published under the license CC-BY 4.0, unless explicitly otherwise mentioned. +

+ +
+ + +
+

Conformance Statement

+ +

Provider requirements

+In order to conform to this Application Profile, an application that provides metadata MUST: +
    +
  • Provide a description of the Catalogue, including at least the mandatory properties specified for the class Catalogue.
  • +
  • Provide information for the mandatory properties for Catalogue Records, if descriptions of Catalogue Records are provided – please note that the provision of descriptions of Catalogue Records is optional.
  • +
  • Provide descriptions of Datasets in the Catalogue, including at least the mandatory properties for the class Dataset.
  • +
  • Provide descriptions of Distributions, if any, of Datasets in the Catalogue, including at least the mandatory properties for the class Distribution.
  • + +
  • Provide descriptions of Data Services, if any, of Datasets in the Catalogue, including at least the mandatory properties for the class Data Service.
  • + +
  • Provide descriptions of all organisations involved in the descriptions of Catalogue and Datasets, including at least the mandatory properties for the class Agent.
  • +
  • Apply the publication requirements for the controlled vocabularies as mentioned in section [[[#controlled-vocs]]].
  • +
+ +For the properties listed in the table in section [[[#controlled-vocs]]], the associated controlled vocabularies MUST be used. Additional controlled vocabularies MAY be used. +In addition to the mandatory properties, any of the recommended and optional properties defined in section [[[#quick-reference]]] MAY be provided. +

Receiver requirements

+In order to conform to this Application Profile, an application that receives metadata MUST be able to: +
  • Process information for all classes and properties specified in section [[[#quick-reference]]].
  • +
  • Process information for all controlled vocabularies specified in section [[[#controlled-vocs]]].
  • +"Processing" means that receivers must accept incoming data and transparently provide these data to applications and services. +It does neither imply nor prescribe what applications and services finally do with the data (parse, convert, store, make searchable, display to users, etc.). + + +
    + + + + +
    +

    Terminology

    +

    +An Application Profile is a specification that reuses terms from one or more base standards, adding more specificity by identifying mandatory, recommended and optional elements to be used for a particular application, as well as recommendations for controlled vocabularies to be used. +

    +A Dataset is a collection of data, published or curated by a single source, and available for access or download in one or more formats. +A Data Portal is a Web-based system that contains a data catalogue with descriptions of datasets and provides services enabling discovery and reuse of the datasets. + +

    Used prefixes

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PrefixNamespace IRI
    admshttp://www.w3.org/ns/adms#
    dcathttp://www.w3.org/ns/dcat#
    dcataphttp://data.europa.eu/r5r/
    dcthttp://purl.org/dc/terms/
    dctypehttp://purl.org/dc/dcmitype/
    foafhttp://xmlns.com/foaf/0.1/
    locnhttp://www.w3.org/ns/locn#
    odrlhttp://www.w3.org/ns/odrl/2/
    owlhttp://www.w3.org/2002/07/owl#
    provhttp://www.w3.org/ns/prov#
    rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
    rdfshttp://www.w3.org/2000/01/rdf-schema#
    skoshttp://www.w3.org/2004/02/skos/core#
    spdxhttp://spdx.org/rdf/terms#
    timehttp://www.w3.org/2006/time#
    vcardhttp://www.w3.org/2006/vcard/ns#
    xsdhttp://www.w3.org/2001/XMLSchema#
    orghttp://www.w3.org/ns/org#
    contenthttp://www.w3.org/2011/content#
    dqvhttp://www.w3.org/ns/dqv#
    sdmx-attributehttp://purl.org/linked-data/sdmx/2009/attribute#
    geodcataphttp://data.europa.eu/930/
    + +
    + + +
    +

    Overview

    + +

    +This Application Profile extends [[DCAT-AP-3]] by including +

  • additional classes and properties;
  • +
  • additional recommendations on the use of classes and properties;
  • +
  • additional controlled vocabularies (documented in 9. Controlled Vocabularies to be used, along with the ones used in [[DCAT-AP-3]]).
  • +

    +These extensions are meant to provide a DCAT-AP-conformant representation of geospatial metadata, identified by defining RDF syntax mappings covering the union of the elements in the INSPIRE metadata schema [[INSPIRE-MD-REG]], [[INSPIRE-MD]] and the core profile of [[ISO-19115]], following the criteria illustrated in A. INSPIRE and ISO 19115 Mappings. +

    +The current specification does not change the set of geospatial metadata elements already covered in its previous version [[GeoDCAT-AP-20201223]], but rather it updates some of the corresponding mappings based on the new classes and properties included in [[DCAT-AP-3]], following the release of version 2 of the W3C Data Catalog (DCAT) Vocabulary [[vocab-dcat-3]], and aligns them with version 2.2.0 of the INSPIRE Metadata Technical Guidelines [[INSPIRE-MD]]. +

    + +

    Application profile diagram

    + +An overview of GeoDCAT-AP is shown by the UML diagram below. The UML diagram illustrates the specification described in this document. For readability purposes, the representation has been condensed as follows: +
      +
    • no ranges for data properties are shown, because some of them are expressed as unions of XSD types
    • +
    • The figure contain the key classes with some important supporting classes. Other object properties (relationships) are listed as properties on the UML class with their target range.
    • +
    • The class dcat:Resource has been included to ease to see the connection with W3C DCAT. GeoDCAT-AP treats it as an abstract notion.
    • +
    +The cardinalities and qualifications are included in the figure. + +
    + +

    + This document describes the usage of the following main entities for a correct usage of the Application Profile: +
    + | + Agent | + Catalogue | + Catalogue Record | + Catalogued Resource | + Checksum | + Data Service | + Dataset | + Dataset Series | + Distribution | + Kind | + Licence Document | + Location | + Relationship | +

    +

    + The main entities are supported by: +
    + | + Activity | + Address (Core Location) | + Address (vCard) | + Association | + Attribution | + Checksum Algorithm | + Concept | + Concept Scheme | + Datatype | + Dimension | + Document | + Email (vCard) | + Entity | + Frequency | + Geometry | + Identifier | + Legal Resource | + Linguistic system | + Literal | + Metric | + Organisation | + Period of time | + Policy | + Provenance Statement | + Quality Measurement | + Resource | + Rights statement | + Role | + Standard | +

    + + +

    + And supported by these datatypes: +
    + | Media Type | Media Type or Extent | Temporal Literal | Time instant | xsd:decimal | xsd:duration | xsd:hexBinary | xsd:nonNegativeInteger | +

    + +
    +
    + + + +
    +
    + + +
    + + + + +

    + Main Entities +

    +

    +The main entities are those that form the core of the Application Profile. +The properties and their associated constraints that apply in the context of this profile are listed in a tabular form. +Each row corresponds to one property. +In addition to the constraints also cross-references are provided to DCAT. To save space, the following abbreviations are used to indicate in short the difference with DCAT: +

      +
    • A: reused as-is defined and expressed in DCAT-AP, or if it has been reused as-is from DCAT in case the property was not explicitly mentioned in DCAT-AP
    • +
    • E: reused with additional usage notes or additional restrictions compared to DCAT-AP (or DCAT)
    • +
    • P: GeoDCAT-AP profile specific extension where DCAT-AP had no requirements earlier on specified
    • +
    +This reuse qualification assessement is w.r.t. a specific version of DCAT. +Therefore it may vary over time when new versions of DCAT-AP are created. + + + + + + + + + + + +
    +

    + Agent + +

    + + +
    +
    + Definition +
    +
    + Any entity carrying out actions with respect to the entities Catalogue and the Catalogued Resources. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + If the Agent is an organisation, the use of the Organization Ontology [[ORG]] is recommended. +For the purpose of this application profile, Agent from the FOAF Vocabulary [[FOAF]] is used as a unifying class, also representing Agent from Dublin Core [[DC-TERMS]] and Agent from the W3C Provenance Ontology (PROV-O) [[PROV-O]]. +
    + + +
    + Properties +
    + +
    + For this entity the following properties are defined: address + , affiliation + , email + , name + , phone + , type + , URL + . +
    + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + address + + + + Address (Core Location) + + + + 0..1 + + The postal address of the Agent. + + + + + + P + + +
    + + affiliation + + + + Organisation + + + + 0..1 + + The affiliation of the Agent. + + + + + + P + + +
    + + email + + + + Resource + + + + 0..1 + + The email address of the Agent, specified using fully qualified mailto: URI scheme [[RFC6068]]. + + + + + + P + + +
    + + name + + + + Literal + + + + 1..* + + A name of the agent. + + This property can be repeated for different versions of the name (e.g. the name in different languages). + + + + A + + +
    + + phone + + + + Resource + + + + 0..1 + + The phone number of the Agent, specified using fully qualified tel: URI scheme [[RFC3966]]. + + + + + + P + + +
    + + type + + + + Concept + + + + 0..1 + + The nature of the agent. + + + + + + A + + +
    + + URL + + + + Document + + + + 0..1 + + The Web site of the Agent. + + + + + + P + + +
    +
    + + + + + + + + + + + + + + + + + + + +
    +

    + Catalogue + +

    + + +
    +
    + Definition +
    +
    + A catalogue or repository that hosts the Datasets, Data Services or Dataset Series being described. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: access rights + , applicable legislation + , catalogue + , conforms to + , contact point + , creation date + , creator + , custodian + , dataset + , description + , distributor + , geographical coverage + , has part + , homepage + , identifier + , keyword + , language + , licence + , modification date + , originator + , principal investigator + , processor + , publisher + , qualified attribution + , record + , reference system + , release date + , resource provider + , rights + , rights holder + , service + , temporal coverage + , theme + , themes + , title + , topic category + , user + , was used by + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + access rights + + + + Rights statement + + + + 0..1 + + Information regarding access or restrictions based on privacy, security, or other policies. + + For INSPIRE metadata, this property SHOULD be used with the URIs of the "Limitations on public access" code list operated by the INSPIRE Registry [[INSPIRE-LPA]]. + + + + + E + + + +
    + + applicable legislation + + + + Legal Resource + + + + 0..* + + The legislation that mandates the creation or management of the Catalog. + + + + + + A + + +
    + + catalogue + + + + Catalogue + + + + 0..* + + A catalogue whose contents are of interest in the context of this catalogue. + + + + + + A + + +
    + + conforms to + + + + Standard + + + + 0..* + + An established standard to which the described Catalogue conforms. + + + + + + + A + + + +
    + + contact point + + + + Kind + + + + 0..* + + Contact information that can be used for sending comments about the Catalogue. + + + + + + + A + + + +
    + + creation date + + + + Temporal Literal + + + + 0..1 + + The date on which the Catalogue has been first created. + + + + + + P + + +
    + + creator + + + + Agent + + + + 0..1 + + An entity responsible for the creation of the Catalogue. + + + + + + A + + +
    + + custodian + + + + Agent + + + + 0..* + + Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]. + + + + + + P + + +
    + + dataset + + + + Dataset + + + + 0..* + + A Dataset that is part of the Catalogue. + + + + + + A + + +
    + + description + + + + Literal + + + + 1..* + + A free-text account of the Catalogue. + + This property can be repeated for parallel language versions of the description. + + + + A + + +
    + + distributor + + + + Agent + + + + 0..* + + Party who distributes the resource [[ISO-19115]]. + + + + + + P + + +
    + + geographical coverage + + + + Location + + + + 0..* + + A geographical area covered by the Catalogue. + + This property refers to a geographic region that is covered by the Catalogue. When multiple values are used for spatial coverage, this may be interpreted as a spatial union, or as alternative representations of spatial coverage that might fit, with no explicit spatial relation. + + + + A + + +
    + + has part + + + + Catalogue + + + + 0..* + + A related Catalogue that is part of the described Catalogue. + + + + + + A + + +
    + + homepage + + + + Document + + + + 0..1 + + A web page that acts as the main page for the Catalogue. + + + + + + A + + +
    + + identifier + + + + Literal + + + + 0..* + + The main identifier for the Catalogue, e.g. the URI or other unique identifier. + + + + + + + A + + + +
    + + keyword + + + + Literal + + + + 0..* + + A keyword or tag describing the Catalogue. + + + + + + + A + + + +
    + + language + + + + Linguistic system + + + + 0..* + + A language used in the textual metadata describing titles, descriptions, etc. of the Datasets, Data Services and Dataset Series in the Catalogue. + + This property can be repeated if the metadata is provided in multiple languages. + + + + A + + +
    + + licence + + + + Licence Document + + + + 0..1 + + A licence under which the Catalogue can be used or reused. + + + + + + A + + +
    + + modification date + + + + Temporal Literal + + + + 0..1 + + The most recent date on which the Catalogue was modified. + + + + + + A + + +
    + + originator + + + + Agent + + + + 0..* + + Party who created the resource [[ISO-19115]]. + + + + + + P + + +
    + + principal investigator + + + + Agent + + + + 0..* + + Key party responsible for gathering information and conducting research [[ISO-19115]]. + + + + + + P + + +
    + + processor + + + + Agent + + + + 0..* + + Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]. + + + + + + P + + +
    + + publisher + + + + Agent + + + + 1 + + An entity (organisation) responsible for making the Catalogue available. + + + + + + A + + +
    + + qualified attribution + + + + Attribution + + + + 0..* + + A link to an Agent having some form of responsibility for the Catalogue. + + + + + + + A + + + +
    + + record + + + + Catalogue Record + + + + 0..* + + A Catalogue Record that is part of the Catalogue. + + + + + + A + + +
    + + reference system + + + + Standard + + + + 0..* + + The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]. + + + + + + P + + +
    + + release date + + + + Temporal Literal + + + + 0..1 + + The date of formal issuance (e.g., publication) of the Catalogue. + + + + + + A + + +
    + + resource provider + + + + Agent + + + + 0..* + + + +Party that supplies the resource [[ISO-19115]]. + + + + + + P + + +
    + + rights + + + + Rights statement + + + + 0..* + + A statement that specifies rights associated with the Catalogue. + + + + + + A + + +
    + + rights holder + + + + Agent + + + + 0..* + + An Agent (organisation) holding rights on the Catalogued Resource. + + + + + + P + + +
    + + service + + + + Data Service + + + + 0..* + + A site or end-point (Data Service) that is listed in the Catalogue. + + + + + + A + + +
    + + temporal coverage + + + + Period of time + + + + 0..* + + A temporal period that the Catalogue covers. + + + + + + A + + +
    + + theme + + + + Concept + + + + 0..* + + A main category of the Catalogue. A Catalogue can have multiple categories. + + A Catalogue may be associated with multiple Categories. + + + + + A + + + +
    + + themes + + + + Concept Scheme + + + + 0..* + + A knowledge organization system used to classify the Resources that are in the Catalogue. + + This property refers to a knowledge organization system used to classify the Catalogue's Datasets. It must have at least the value NAL:data-theme as this is the manatory controlled vocabulary for dcat:theme. + + + + A + + +
    + + title + + + + Literal + + + + 1..* + + A name given to the Catalogue. + + This property can be repeated for parallel language versions of the name. + + + + A + + +
    + + topic category + + + + Concept + + + + 0..* + + Topic category in accordance with EN ISO 19115. + + The URIs of the "Topic categories in accordance with EN ISO 19115" code list operated by the INSPIRE Registry [[INSPIRE-TC]]. + + + + P + + +
    + + user + + + + Agent + + + + 0..* + + Party who uses the resource [[ISO-19115]]. + + + + + + P + + +
    + + was used by + + + + Activity + + + + 0..* + + An Activity that used the Catalogue. + + In GeoDCAT-AP, this property MAY be used to specify a testing Activity over a Catalogue, against a given Standard, producing as output a conformance degree. + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + +
    +

    + Catalogue Record + +

    + + +
    +
    + Definition +
    +
    + A description of a Catalogued Resource's entry in the Catalogue. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: application profile + , change type + , contact point + , creation date + , creator + , custodian + , description + , distributor + , identifier + , language + , listing date + , modification date + , originator + , primary topic + , principal investigator + , processor + , publisher + , qualified attribution + , resource provider + , rights holder + , source metadata + , title + , user + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + application profile + + + + Standard + + + + 0..* + + An Application Profile that the Catalogued Resource's metadata conforms to. + + + + + + A + + +
    + + change type + + + + Concept + + + + 0..1 + + The status of the catalogue record in the context of editorial flow of the dataset and data service descriptions. + + + + + + A + + +
    + + contact point + + + + Kind + + + + 0..* + + Contact information that can be used for sending comments about the Catalogue Record. + + + + + + + A + + + +
    + + creation date + + + + Temporal Literal + + + + 0..1 + + The date on which the Catalogue Record has been first created. + + + + + + P + + +
    + + creator + + + + Agent + + + + 0..* + + The Agent primarily responsible for producing the Catalogue Record. + + + + + + P + + +
    + + custodian + + + + Agent + + + + 0..* + + Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]. + + + + + + P + + +
    + + description + + + + Literal + + + + 0..* + + A free-text account of the record. This property can be repeated for parallel language versions of the description. + + + + + + A + + +
    + + distributor + + + + Agent + + + + 0..* + + Party who distributes the resource [[ISO-19115]]. + + + + + + P + + +
    + + identifier + + + + Literal + + + + 0..* + + The main identifier for the Catalogue Record, e.g., the URI or other unique identifier in the context of the Catalogue. + + + + + + P + + +
    + + language + + + + Linguistic system + + + + 0..* + + A language used in the textual metadata describing titles, descriptions, etc. of the Catalogued Resource. + + This property can be repeated if the metadata is provided in multiple languages. + + + + A + + +
    + + listing date + + + + Temporal Literal + + + + 0..1 + + The date on which the description of the Resource was included in the Catalogue. + + + + + + A + + +
    + + modification date + + + + Temporal Literal + + + + 1 + + The most recent date on which the Catalogue entry was changed or modified. + + + + + + A + + +
    + + originator + + + + Agent + + + + 0..* + + + +Party who created the resource [[ISO-19115]]. + + + + + + P + + +
    + + primary topic + + + + Catalogued Resource + + + + 1 + + A link to the Dataset, Data service or Catalog described in the record. + + A catalogue record will refer to one entity in a catalogue. This can be either a Dataset or a Data Service. To ensure an unambigous reading of the cardinality the range is set to Catalogued Resource. However it is not the intend with this range to require the explicit use of the class Catalogued Record. As abstract class, an subclass should be used. + + + + A + + +
    + + principal investigator + + + + Agent + + + + 0..* + + Key party responsible for gathering information and conducting research [[ISO-19115]]. + + + + + + P + + +
    + + processor + + + + Agent + + + + 0..* + + + +Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]. + + + + + + P + + +
    + + publisher + + + + Agent + + + + 0..1 + + An entity (organisation) responsible for making the Data Service available. + + + + + + P + + +
    + + qualified attribution + + + + Attribution + + + + 0..* + + Link to an Agent having some form of responsibility for the Catalogue Record. + + + + + + P + + +
    + + resource provider + + + + Agent + + + + 0..* + + + +Party that supplies the resource [[ISO-19115]]. + + + + + + P + + +
    + + rights holder + + + + Agent + + + + 0..* + + An Agent (organisation) holding rights on the Catalogue. + + + + + + P + + +
    + + source metadata + + + + Catalogue Record + + + + 0..1 + + The original metadata that was used in creating metadata for the Dataset. + + This MAY refer to an INSPIRE / [[ISO-19115]] record that was transformed into the current GeoDCAT-AP one. + + + + A + + +
    + + title + + + + Literal + + + + 0..* + + A name given to the Catalogue Record. + + This property can be repeated for parallel language versions of the name. + + + + A + + +
    + + user + + + + Agent + + + + 0..* + + Party who uses the resource [[ISO-19115]]. + + + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + +
    +

    + Catalogued Resource + +

    + + +
    +
    + Definition +
    +
    + Resource published or curated by a single agent. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + This class Catalogued Record is an abstract class for DCAT-AP. Therefore only subclasses should be used in a data exchange. +
    + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Checksum + +

    + + +
    +
    + Definition +
    +
    + A value that allows the contents of a file to be authenticated. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented. +
    + + +
    + Properties +
    + +
    + For this entity the following properties are defined: algorithm + , checksum value + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + algorithm + + + + Checksum Algorithm + + + + 1 + + The algorithm used to produce the subject Checksum. + + + + + + A + + +
    + + checksum value + + + + xsd:hexBinary + + + + 1 + + A lower case hexadecimal encoded digest value produced using a specific algorithm. + + + + + + A + + +
    +
    + + + + + + + + +
    + + + + + + + + + + + + +
    +

    + Data Service + +

    + + +
    +
    + Definition +
    +
    + A collection of operations that provides access to one or more datasets or data processing functions. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Subclass of +
    +
    Catalogued Resource + +
    + +
    + Properties +
    + +
    + For this entity the following properties are defined: access rights + , applicable legislation + , conforms to + , contact point + , creation date + , creator + , custodian + , description + , distributor + , endpoint description + , endpoint URL + , format + , geographical coverage + , identifier + , keyword + , landing page + , language + , licence + , modification date + , orginator + , principal investigator + , processor + , publisher + , qualified attribution + , reference system + , release date + , resource provider + , rights + , rights holder + , serves dataset + , service category + , service protocol + , service type + , spatial resolution + , spatial resolution as text + , spatial resolution in metres + , temporal coverage + , temporal resolution + , theme + , title + , topic category + , type + , user + , was used by + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + access rights + + + + Rights statement + + + + 0..1 + + Information regarding access or restrictions based on privacy, security, or other policies. + + For INSPIRE metadata, this property SHOULD be used with the URIs of the "Limitations on public access" code list operated by the INSPIRE Registry [[INSPIRE-LPA]]. + + + + E + + +
    + + applicable legislation + + + + Legal Resource + + + + 0..* + + The legislation that mandates the creation or management of the Data Service. + + + + + + P + + +
    + + conforms to + + + + Standard + + + + 0..* + + An established (technical) standard to which the Data Service conforms. + + The standards referred here SHOULD describe the Data Service and not the data it serves. The latter is provided by the dataset with which this Data Service is connected. + +For instance the data service adheres to the OGC WFS API standard, while the associated dataset adheres to the INSPIRE Address data model. + + + + A + + +
    + + contact point + + + + Kind + + + + 0..* + + Contact information that can be used for sending comments about the Data Service. + + + + + + A + + +
    + + creation date + + + + Temporal Literal + + + + 0..1 + + The date on which the Data Service has been first created. + + + + + + P + + +
    + + creator + + + + Agent + + + + 0..* + + An Agent primarily responsible for producing the Data Service. + + + + + + + A + + + +
    + + custodian + + + + Agent + + + + 0..* + + Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]. + + + + + + P + + +
    + + description + + + + Literal + + + + 0..* + + A free-text account of the Data Service. + + This property can be repeated for parallel language versions of the description. + + + + A + + +
    + + distributor + + + + Agent + + + + 0..* + + Party who distributes the resource [[ISO-19115]]. + + + + + + P + + +
    + + endpoint description + + + + Resource + + + + 0..* + + A description of the services available via the end-points, including their operations, parameters etc. + + The property gives specific details of the actual endpoint instances, while the property application profile (dct:conformsTo) is used to indicate the general standard or specification that the endpoints implement. + + + + A + + +
    + + endpoint URL + + + + Resource + + + + 1..* + + The root location or primary endpoint of the service (an IRI). + + + + + + A + + +
    + + format + + + + Media Type or Extent + + + + 0..* + + The structure that can be returned by querying the endpointURL. + + + + + + P + + +
    + + geographical coverage + + + + Location + + + + 0..* + + A geographic region that is covered by the Data Service. + + If the Data Service provides access to multiple Datasets, then this will be the union of the spatial coverages of these Datasets. + + + + P + + +
    + + identifier + + + + Literal + + + + 0..* + + The main identifier for the Data Service, e.g. the URI or other unique identifier in the context of the Catalogue. + + + + + + + E + + + +
    + + keyword + + + + Literal + + + + 0..* + + A keyword or tag describing the Data Service. + + + + + + A + + +
    + + landing page + + + + Document + + + + 0..* + + A web page that provides access to the Data Service and/or additional information. + + It is intended to point to a landing page at the original data service provider, not to a page on a site of a third party, such as an aggregator. + + + + A + + +
    + + language + + + + Linguistic system + + + + 0..* + + The language of the structure that can be returned by querying the endpointURL. + + This property can be repeated if multiple languages are supported in the Data Service - see § 11. Accessibility and Multilingual Aspects. + + + + + E + + + +
    + + licence + + + + Licence Document + + + + 0..1 + + A licence under which the Data service is made available. + + + + + + A + + +
    + + modification date + + + + Temporal Literal + + + + 0..1 + + The most recent date on which the Data Service was changed or modified. + + + + + + + A + + + +
    + + orginator + + + + Agent + + + + 0..* + + + +Party who created the resource [[ISO-19115]]. + + + + + + P + + +
    + + principal investigator + + + + Agent + + + + 0..* + + Key party responsible for gathering information and conducting research [[ISO-19115]]. + + + + + + P + + +
    + + processor + + + + Agent + + + + 0..* + + + +Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]. + + + + + + P + + +
    + + publisher + + + + Agent + + + + 0..1 + + An entity (organisation) responsible for making the Data Service available. + + + + + + A + + +
    + + qualified attribution + + + + Attribution + + + + 0..* + + Link to an Agent having some form of responsibility for the Data Service. + + + + + + + A + + + +
    + + reference system + + + + Concept + + + + 0..* + + The reference system used in the Data Service. + + Spatial reference systems SHOULD be specified by using the corresponding URIs from the "EPSG coordinate reference systems" register operated by OGC [[OGC-EPSG]]. + + + + P + + +
    + + release date + + + + Temporal Literal + + + + 0..1 + + The date of formal issuance (e.g., publication) of the Data Service. + + + + + + + A + + + +
    + + resource provider + + + + Agent + + + + 0..* + + + +Party that supplies the resource [[ISO-19115]]. + + + + + + P + + +
    + + rights + + + + Rights statement + + + + 0..* + + A statement that specifies rights associated with the Data Service. + + + + + + + A + + + +
    + + rights holder + + + + Agent + + + + 0..* + + An Agent (organisation) holding rights on the Catalogue. + + + + + + P + + +
    + + serves dataset + + + + Dataset + + + + 0..* + + This property refers to a collection of data that this data service can distribute. + + + + + + A + + +
    + + service category + + + + Concept + + + + 0..1 + + Service category in accordance with INSPIRE Spatial Data Service Categories [[INSPIRE-SDSC]]. + + The URIs of the "Classification of spatial data services" code list operated by the INSPIRE Registry [[INSPIRE-SDSC]]. + + + + P + + +
    + + service protocol + + + + Concept + + + + 0..1 + + Protocol value in accordance with INSPIRE Protocol Values [[INSPIRE-PV]]. + + + + + + P + + +
    + + service type + + + + Concept + + + + 0..1 + + Service type in accordance with INSPIRE Spatial Data Service Types [[INSPIRE-SDST]]. + + One of the URIs of the "Spatial Data Service Types" code list operated by the INSPIRE Registry [[INSPIRE-SDST]]. + + + + P + + +
    + + spatial resolution + + + + Quality Measurement + + + + 0..* + + Spatial resolution, as defined in [[INSPIRE-MD-REG]], [[ISO-19115]], and [[ISO-19115-1]]. + + Represents the capabilities of the data service, i.e. in which spatial resolutions it can serve the data. + + + + P + + +
    + + spatial resolution as text + + + + Literal + + + + 0..* + + Textual description of spatial resolution. + + Spatial resolution as free-text, when it cannot be specified via dqv:hasQualityMeasurement and dcat:spatialResolutionInMeters. Represents the capabilities of the data service, i.e. in which spatial resolutions it can serve the data. + + + + P + + +
    + + spatial resolution in metres + + + + xsd:decimal + + + + 0..* + + The minimum spatial separation resolvable in a Data Service, measured in metres. + + Represents the capabilities of the data service, i.e. in which spatial resolutions it can serve the data. + + + + P + + +
    + + temporal coverage + + + + Period of time + + + + 0..* + + A temporal period that the Data Service covers. + + + + + + P + + +
    + + temporal resolution + + + + xsd:duration + + + + 0..* + + The minimum time period resolvable in the Data Service. + + + + + + + E + + + +
    + + theme + + + + Concept + + + + 0..* + + A category of the Data Service. + + A Data Service may be associated with multiple themes. + + + + A + + +
    + + title + + + + Literal + + + + 1..* + + A name given to the Data Service. + + This property can be repeated for parallel language versions of the name. + + + + A + + +
    + + topic category + + + + Concept + + + + 0..* + + Topic category in accordance with ISO-19115 [[INSPIRE-TC]]. + + One of the URIs of the "Topic categories in accordance with EN ISO 19115" code list operated by the INSPIRE Registry [[INSPIRE-TC]]. + + + + P + + +
    + + type + + + + Concept + + + + 0..1 + + Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]. + + URIs of the "Resource types" code list operated by the INSPIRE Registry [[INSPIRE-RT]] - namely the one corresponding to "Spatial data service". + + + + P + + +
    + + user + + + + Agent + + + + 0..* + + Party who uses the resource [[ISO-19115]]. + + + + + + P + + +
    + + was used by + + + + Activity + + + + 0..* + + To an Activity that used the Data Service. + + In GeoDCAT-AP, this property MAY be used to specify a testing Activity over a Data Service, against a given Standard, producing as output a conformance degree. + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + +
    +

    + Dataset + +

    + + +
    +
    + Definition +
    +
    + A conceptual entity that represents the information published. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + If a Dataset is used as part of a Dataset Series, the properties listed below can be used additionally, or slightly differently to those listed for the Dataset outside of a Dataset Series. +For this usage, consult the usage guidelines of DCAT-AP. +
    + + +
    + Subclass of +
    +
    Catalogued Resource + +
    + +
    + Properties +
    + +
    + For this entity the following properties are defined: access rights + , applicable legislation + , conforms to + , contact point + , creation date + , creator + , custodian + , dataset distribution + , description + , distributor + , documentation + , frequency + , geographical coverage + , has version + , identifier + , in series + , is referenced by + , keyword + , landing page + , language + , modification date + , originator + , other identifier + , principal investigator + , processor + , provenance + , publisher + , qualified attribution + , qualified relation + , reference system + , related resource + , release date + , resource provider + , resource type + , rights + , rights holder + , sample + , source + , spatial resolution + , spatial resolution as text + , spatial resolution in metres + , temporal coverage + , temporal resolution + , theme + , title + , topic category + , user + , version + , version notes + , was generated by + , was used by + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + access rights + + + + Rights statement + + + + 0..1 + + Information that indicates whether the Dataset is publicly accessible, has access restrictions or is not public. + + For INSPIRE metadata, this property SHOULD be used with the URIs of the "Limitations on public access" code list operated by the INSPIRE Registry [[INSPIRE-LPA]]. + + + + E + + +
    + + applicable legislation + + + + Legal Resource + + + + 0..* + + The legislation that mandates the creation or management of the Dataset. + + + + + + A + + +
    + + conforms to + + + + Standard + + + + 0..* + + An implementing rule or other specification. + + + + + + A + + +
    + + contact point + + + + Kind + + + + 0..* + + Contact information that can be used for sending comments about the Dataset. + + + + + + A + + +
    + + creation date + + + + Temporal Literal + + + + 0..1 + + The date on which the Dataset has been first created. + + + + + + P + + +
    + + creator + + + + Agent + + + + 0..* + + The Agent primarily responsible for producing the Dataset. + + + + + + A + + +
    + + custodian + + + + Agent + + + + 0..* + + Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]. + + + + + + P + + +
    + + dataset distribution + + + + Distribution + + + + 0..* + + An available Distribution for the Dataset. + + + + + + A + + +
    + + description + + + + Literal + + + + 1..* + + A free-text account of the Dataset. + + This property can be repeated for parallel language versions of the description. + + + + A + + +
    + + distributor + + + + Agent + + + + 0..* + + Party who distributes the resource [[ISO-19115]]. + + + + + + P + + +
    + + documentation + + + + Document + + + + 0..* + + A page or document about this Dataset. + + + + + + A + + +
    + + frequency + + + + Frequency + + + + 0..1 + + The frequency at which the Dataset is updated. + + + + + + A + + +
    + + geographical coverage + + + + Location + + + + 0..* + + A geographic region that is covered by the Dataset. + + This property refers to a geographic region that is covered by the Dataset. When multiple values are used for spatial coverage, this may be interpreted as a spatial union, or as alternative representations of spatial coverage that might fit, with no explicit spatial relation. + + + + A + + +
    + + has version + + + + Dataset + + + + 0..* + + A related Dataset that is a version, edition, or adaptation of the described Dataset. + + + + + + A + + +
    + + identifier + + + + Literal + + + + 0..* + + The main identifier for the Dataset, e.g. the URI or other unique identifier in the context of the Catalogue. + + + + + + A + + +
    + + in series + + + + Dataset Series + + + + 0..* + + A dataset series of which the dataset is part. + + + + + + A + + +
    + + is referenced by + + + + Resource + + + + 0..* + + A related resource, such as a publication, that references, cites, or otherwise points to the Dataset. + + + + + + A + + +
    + + keyword + + + + Literal + + + + 0..* + + A keyword or tag describing the Dataset. + + + + + + A + + +
    + + landing page + + + + Document + + + + 0..* + + A web page that provides access to the Dataset, its Distributions and/or additional information. + + It is intended to point to a landing page at the original data provider, not to a page on a site of a third party, such as an aggregator. + + + + A + + +
    + + language + + + + Linguistic system + + + + 0..* + + A language of the Dataset. + + This property can be repeated if there are multiple languages in the Dataset. + + + + A + + +
    + + modification date + + + + Temporal Literal + + + + 0..1 + + The most recent date on which the Dataset was changed or modified. + + + + + + A + + +
    + + originator + + + + Agent + + + + 0..* + + + +Party who created the resource [[ISO-19115]]. + + + + + + P + + +
    + + other identifier + + + + Identifier + + + + 0..* + + A secondary identifier of the Dataset + + Examples are MAST/ADS [[MASTADS]], DOI [[DOI]], EZID [[EZID]] or W3ID [[W3ID]]. + + + + A + + +
    + + principal investigator + + + + Agent + + + + 0..* + + Key party responsible for gathering information and conducting research [[ISO-19115]]. + + + + + + P + + +
    + + processor + + + + Agent + + + + 0..* + + + +Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]. + + + + + + P + + +
    + + provenance + + + + Provenance Statement + + + + 0..* + + A statement about the lineage of a Dataset. + + + + + + A + + +
    + + publisher + + + + Agent + + + + 0..1 + + An entity (organisation) responsible for making the Dataset available. + + + + + + A + + +
    + + qualified attribution + + + + Attribution + + + + 0..* + + An Agent having some form of responsibility for the resource. + + + + + + A + + +
    + + qualified relation + + + + Relationship + + + + 0..* + + A description of a relationship with another resource. + + + + + + A + + +
    + + reference system + + + + Concept + + + + 0..* + + The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]. + + + + + + P + + +
    + + related resource + + + + Resource + + + + 0..* + + A related resource. + + + + + + A + + +
    + + release date + + + + Temporal Literal + + + + 0..1 + + The date of formal issuance (e.g., publication) of the Dataset. + + + + + + A + + +
    + + resource provider + + + + Agent + + + + 0..* + + + +Party that supplies the resource [[ISO-19115]]. + + + + + + P + + +
    + + resource type + + + + Concept + + + + 0..1 + + Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]. + + + + + + E + + +
    + + rights + + + + Rights statement + + + + 0..* + + A statement that specifies rights associated with the Dataset. + + + + + + + A + + + +
    + + rights holder + + + + Agent + + + + 0..* + + An Agent (organisation) holding rights on the Dataset. + + + + + + P + + +
    + + sample + + + + Distribution + + + + 0..* + + A sample distribution of the dataset. + + + + + + A + + +
    + + source + + + + Dataset + + + + 0..* + + A related Dataset from which the described Dataset is derived. + + + + + + A + + +
    + + spatial resolution + + + + Quality Measurement + + + + 0..* + + The performed quality measurements. + + In GeoDCAT-AP, this property is used to specify "spatial resolution", as defined in [[INSPIRE-MD-REG]], [[ISO-19115]], and [[ISO-19115-1]]. Describes the spatial resolution of the original data in the dataset, i.e. regardless of how it is distributed using distributions. + + + + E + + +
    + + spatial resolution as text + + + + Literal + + + + 0..* + + Textual description of spatial resolution. + + Spatial resolution as free-text, when it cannot be specified via dqv:hasQualityMeasurement and dcat:spatialResolutionInMeters. Describes the spatial resolution of the original data in the dataset, i.e. regardless of how it is distributed using distributions. + + + + P + + +
    + + spatial resolution in metres + + + + xsd:decimal + + + + 0..* + + The minimum spatial separation resolvable in a Dataset, measured in meters. + + Describes the spatial resolution of the original data in the dataset, i.e. regardless of how it is distributed using distributions. + + + + A + + +
    + + temporal coverage + + + + Period of time + + + + 0..* + + A temporal period that the Dataset covers. + + + + + + A + + +
    + + temporal resolution + + + + xsd:duration + + + + 0..* + + The minimum time period resolvable in the Dataset. + + + + + + A + + +
    + + theme + + + + Concept + + + + 0..* + + A category of the Dataset. + + A Dataset may be associated with multiple themes. + + + + A + + +
    + + title + + + + Literal + + + + 1..* + + A name given to the Dataset. + + This property can be repeated for parallel language versions of the name. + + + + A + + +
    + + topic category + + + + Concept + + + + 0..* + + Topic category in accordance with ISO-19115 [[INSPIRE-TC]]. + + + + + + P + + +
    + + user + + + + Agent + + + + 0..* + + Party who uses the resource [[ISO-19115]]. + + + + + + P + + +
    + + version + + + + Literal + + + + 0..* + + The version indicator (name or identifier) of a resource. + + + + + + A + + +
    + + version notes + + + + Literal + + + + 0..* + + A description of the differences between this version and a previous version of the Dataset. + + This property can be repeated for parallel language versions of the version notes. + + + + A + + +
    + + was generated by + + + + Activity + + + + 0..* + + An activity that generated, or provides the business context for, the creation of the Dataset. + + + + + + A + + +
    + + was used by + + + + Activity + + + + 0..* + + An Activity that used the Dataset. + + In GeoDCAT-AP, this property MAY be used to specify a testing Activity over a Dataset, against a given Standard, producing as output a conformance degree. + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + +
    +

    + Dataset Series + +

    + + +
    +
    + Definition +
    +
    + A collection of datasets that are published separately,but share some characteristics that group them. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + It is recommended to avoid Dataset Series without a dataset in the collection. Therefore at least one Dataset should refer to a Dataset Series using the property in series (dcat:inSeries). +
    + + +
    + Subclass of +
    +
    Dataset + +
    + +
    + Properties +
    + +
    + For this entity the following properties are defined: access rights + , applicable legislation + , conforms to + , contact point + , creation date + , creator + , custodian + , dataset series distribution + , description + , distributor + , documentation + , frequency + , geographical coverage + , has version + , identifier + , in series + , is referenced by + , keyword + , landing page + , language + , modification date + , originator + , other identifier + , principal investigator + , processor + , publisher + , qualified attribution + , qualified relation + , reference system + , related resource + , release date + , resource provider + , resource type + , rights + , rights holder + , sample + , source + , spatial resolution + , spatial resolution as text + , spatial resolution in metres + , temporal coverage + , theme + , title + , topic category + , user + , version + , version notes + , was generated by + , was used by + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + access rights + + + + Rights statement + + + + 0..1 + + Information that indicates whether the Dataset Series is publicly accessible, has access restrictions or is not public. + + For INSPIRE metadata, this property SHOULD be used with the URIs of the "Limitations on public access" code list operated by the INSPIRE Registry [[INSPIRE-LPA]]. + + + + E + + +
    + + applicable legislation + + + + Legal Resource + + + + 0..* + + The legislation that mandates the creation or management of the Dataset Series. + + + + + + A + + +
    + + conforms to + + + + Standard + + + + 0..* + + An implementing rule or other specification. + + + + + + E + + +
    + + contact point + + + + Kind + + + + 0..* + + Contact information that can be used for sending comments about the Dataset Series. + + + + + + A + + +
    + + creation date + + + + Temporal Literal + + + + 0..1 + + The date on which the Dataset Series has been first created. + + + + + + P + + +
    + + creator + + + + Agent + + + + 0..* + + An entity responsible for producing the Dataset Series. + + + + + + E + + +
    + + custodian + + + + Agent + + + + 0..* + + Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]. + + + + + + P + + +
    + + dataset series distribution + + + + Distribution + + + + 0..* + + An available Distribution for the Dataset Series. + + + + + + E + + +
    + + description + + + + Literal + + + + 1..* + + A free-text account of the Dataset Series. + + This property can be repeated for parallel language versions. + +It is recommended to provide an indication about the dimensions the Dataset Series evolves. + + + + A + + +
    + + distributor + + + + Agent + + + + 0..* + + Party who distributes the resource [[ISO-19115]]. + + + + + + P + + +
    + + documentation + + + + Document + + + + 0..* + + A page or document about this Dataset Series. + + + + + + E + + +
    + + frequency + + + + Frequency + + + + 0..1 + + The frequency at which the Dataset Series is updated. + + The frequency of a dataset series is not equal to the frequency of the dataset in the collection. + + + + A + + +
    + + geographical coverage + + + + Location + + + + 0..* + + A geographic region that is covered by the Dataset Series. + + When spatial coverage is a dimension in the dataset series then the spatial coverage of each dataset in the collection should be part of the spatial coverage. In that case, an open ended value is recommended, e.g. EU or a broad bounding box covering the expected values. + + + + A + + +
    + + has version + + + + Dataset + + + + 0..* + + A related Dataset that is a version, edition, or adaptation of the described Dataset Series. + + + + + + E + + +
    + + identifier + + + + Literal + + + + 0..* + + The main identifier for the Dataset Series, e.g. the URI or other unique identifier in the context of the Catalogue. + + + + + + E + + +
    + + in series + + + + Dataset Series + + + + 0..* + + A dataset series of which the dataset series is part. + + + + + + E + + +
    + + is referenced by + + + + Resource + + + + 0..* + + A related resource, such as a publication, that references, cites, or otherwise points to the Dataset Series. + + + + + + E + + +
    + + keyword + + + + Literal + + + + 0..* + + A keyword or tag describing the Dataset. + + + + + + E + + +
    + + landing page + + + + Document + + + + 0..* + + A web page that provides access to the Dataset Series, its Distributions and/or additional information. + + + + + + E + + +
    + + language + + + + Linguistic system + + + + 0..* + + A language of the Dataset Series. + + + + + + E + + +
    + + modification date + + + + Temporal Literal + + + + 0..1 + + The most recent date on which the Dataset Series was changed or modified. + + This is not equal to the most recent modified dataset in the collection of the dataset series. + + + + A + + +
    + + originator + + + + Agent + + + + 0..* + + Party who created the resource [[ISO-19115]]. + + + + + + P + + +
    + + other identifier + + + + Identifier + + + + 0..* + + A secondary identifier of the Dataset Series. + + Examples are MAST/ADS [[MASTADS]], DOI [[DOI]], EZID [[EZID]] or W3ID [[W3ID]]. + + + + E + + +
    + + principal investigator + + + + Agent + + + + 0..* + + Key party responsible for gathering information and conducting research [[ISO-19115]]. + + + + + + P + + +
    + + processor + + + + Agent + + + + 0..* + + Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]. + + + + + + P + + +
    + + publisher + + + + Agent + + + + 0..1 + + An entity (organisation) responsible for ensuring the coherency of the Dataset Series  + + The publisher of the dataset series may not be the publisher of all datasets.  +E.g. a digital archive could take over the publishing of older datasets in the series.  + + + + A + + +
    + + qualified attribution + + + + Attribution + + + + 0..* + + An Agent having some form of responsibility for the resource. + + + + + + E + + +
    + + qualified relation + + + + Relationship + + + + 0..* + + A description of a relationship with another resource. + + + + + + E + + +
    + + reference system + + + + Concept + + + + 0..* + + The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]. + + Spatial reference systems SHOULD be specified by using the corresponding URIs from the "EPSG coordinate reference systems" register operated by OGC [[OGC-EPSG]]. + + + + P + + +
    + + related resource + + + + Catalogued Resource + + + + 0..* + + A related resource. + + + + + + E + + +
    + + release date + + + + Temporal Literal + + + + 0..1 + + The date of formal issuance (e.g., publication) of the Dataset Series. + + The moment when the dataset series was established as a managed resource. + +This is not equal to the release date of the oldest dataset in the collection of the dataset series. + + + + A + + +
    + + resource provider + + + + Agent + + + + 0..* + + Party that supplies the resource [[ISO-19115]]. + + + + + + P + + +
    + + resource type + + + + Concept + + + + 0..1 + + Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]. + + + + + + P + + +
    + + rights + + + + Rights statement + + + + 0..* + + A statement that specifies rights associated with the Dataset Series. + + + + + + + A + + + +
    + + rights holder + + + + Agent + + + + 0..* + + An Agent (organisation) holding rights on the Dataset Series. + + + + + + P + + +
    + + sample + + + + Distribution + + + + 0..* + + A sample distribution of the Dataset Series. + + + + + + E + + +
    + + source + + + + Dataset + + + + 0..* + + A related Dataset from which the described Dataset Series is derived. + + + + + + E + + +
    + + spatial resolution + + + + Quality Measurement + + + + 0..* + + The performed quality measurements. + + In GeoDCAT-AP, this property is used to specify "spatial resolution", as defined in [[INSPIRE-MD-REG]], [[ISO-19115]], and [[ISO-19115-1]]. + + + + E + + +
    + + spatial resolution as text + + + + Literal + + + + 0..* + + Textual description of spatial resolution. + + Spatial resolution as free-text, when it cannot be specified via dqv:hasQualityMeasurement and dcat:spatialResolutionInMeters. + + + + P + + +
    + + spatial resolution in metres + + + + xsd:decimal + + + + 0..* + + The minimum spatial separation resolvable in a Dataset, measured in meters. + + + + + + A + + +
    + + temporal coverage + + + + Period of time + + + + 0..* + + A temporal period that the Dataset Series covers. + + When temporal coverage is a dimension in the dataset series then the temporal coverage of each dataset in the collection should be part of the temporal coverage. In that case, an open ended value is recommended, e.g. after 2012. + + + + A + + +
    + + theme + + + + Concept + + + + 0..* + + A category of the Dataset Series. + + + + + + E + + +
    + + title + + + + Literal + + + + 1..* + + A name given to the Dataset Series. + + This property can be repeated for parallel language versions of the name. + + + + A + + +
    + + topic category + + + + Concept + + + + 0..* + + Topic category in accordance with ISO-19115 [[INSPIRE-TC]]. + + + + + + P + + +
    + + user + + + + Agent + + + + 0..* + + Party who uses the resource [[ISO-19115]]. + + + + + + P + + +
    + + version + + + + Literal + + + + 0..* + + The version indicator (name or identifier) of a resource. + + + + + + E + + +
    + + version notes + + + + Literal + + + + 0..* + + A description of the differences between this version and a previous version of the Dataset. + + This property can be repeated for parallel language versions of the version notes. + + + + E + + +
    + + was generated by + + + + Activity + + + + 0..* + + An activity that generated, or provides the business context for, the creation of the Dataset Series. + + + + + + E + + +
    + + was used by + + + + Activity + + + + 0..* + + An Activity that used the Dataset Series. + + In GeoDCAT-AP, this property MAY be used to specify a testing Activity over a Dataset Series, against a given Standard, producing as output a conformance degree. + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + + + + + +
    +

    + Distribution + +

    + + +
    +
    + Definition +
    +
    + A physical embodiment of the Dataset in a particular format. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: access rights + , access service + , access URL + , applicable legislation + , availability + , byte size + , character encoding + , checksum + , compression format + , description + , documentation + , download URL + , format + , has policy + , language + , licence + , linked schemas + , media type + , modification date + , packaging format + , reference system + , release date + , representation technique + , rights + , spatial resolution + , spatial resolution as text + , spatial resolution in metres + , status + , temporal resolution + , title + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + access rights + + + + Rights statement + + + + 0..1 + + Information regarding access or restrictions based on privacy, security, or other policies. + + For INSPIRE metadata, this property SHOULD be used with the URIs of the "Limitations on public access" code list operated by the INSPIRE Registry [[INSPIRE-LPA]]. + + + + P + + +
    + + access service + + + + Data Service + + + + 0..* + + A data service that gives access to the distribution of the dataset. + + + + + + A + + +
    + + access URL + + + + Resource + + + + 1..* + + A URL that gives access to a Distribution of the Dataset or Dataset Series. + + The resource at the access URL may contain information about how to get the Dataset or Dataset Series. + + + + A + + +
    + + applicable legislation + + + + Legal Resource + + + + 0..* + + The legislation that mandates the creation or management of the Distribution. + + + + + + A + + +
    + + availability + + + + Concept + + + + 0..1 + + An indication how long it is planned to keep the Distribution of the Dataset available. + + + + + + A + + +
    + + byte size + + + + xsd:nonNegativeInteger + + + + 0..1 + + The size of a Distribution in bytes. + + + + + + A + + +
    + + character encoding + + + + Literal + + + + 0..* + + A character encoding used in the downloadable file or output of the data service represented by the Distribution. + + It SHOULD be expressed using a character set name defined in the IANA register [[IANA-CHARSETS]]. + + + + P + + +
    + + checksum + + + + Checksum + + + + 0..1 + + A mechanism that can be used to verify that the contents of a distribution have not changed. + + The checksum is related to the downloadURL. + + + + A + + +
    + + compression format + + + + Media Type + + + + 0..1 + + The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file. + + It SHOULD be expressed using a media type as defined in the official register of media types managed by IANA [[IANA-MEDIA-TYPES]]. + + + + A + + +
    + + description + + + + Literal + + + + 0..* + + A free-text account of the Distribution. + + This property can be repeated for parallel language versions of the description. + + + + A + + +
    + + documentation + + + + Document + + + + 0..* + + A page or document about this Distribution. + + + + + + A + + +
    + + download URL + + + + Resource + + + + 0..* + + A URL that is a direct link to a downloadable file in a given format. + + + + + + A + + +
    + + format + + + + Media Type or Extent + + + + 0..1 + + The file format of the Distribution. + + + + + + A + + +
    + + has policy + + + + Policy + + + + 0..1 + + The policy expressing the rights associated with the Distribution if using the [[ODRL]] vocabulary. + + + + + + A + + +
    + + language + + + + Linguistic system + + + + 0..* + + A language used in the Distribution. + + This property can be repeated if the metadata is provided in multiple languages. + + + + A + + +
    + + licence + + + + Licence Document + + + + 0..1 + + A licence under which the Distribution is made available. + + + + + + A + + +
    + + linked schemas + + + + Standard + + + + 0..* + + An established schema to which the described Distribution conforms. + + + + + + A + + +
    + + media type + + + + Media Type + + + + 0..1 + + The media type of the Distribution as defined in the official register of media types managed by IANA. + + It SHOULD be expressed using a media type as defined in the official register of media types managed by IANA [[IANA-MEDIA-TYPES]]. + + + + A + + +
    + + modification date + + + + Temporal Literal + + + + 0..1 + + The most recent date on which the Distribution was changed or modified. + + + + + + A + + +
    + + packaging format + + + + Media Type + + + + 0..1 + + The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together. + + It SHOULD be expressed using a media type as defined in the official register of media types managed by IANA [[IANA-MEDIA-TYPES]]. + + + + A + + +
    + + reference system + + + + Standard + + + + 0..* + + The reference system used in the Distribution. + + The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]. + + + + P + + +
    + + release date + + + + Temporal Literal + + + + 0..1 + + The date of formal issuance (e.g., publication) of the Distribution. + + + + + + A + + +
    + + representation technique + + + + Concept + + + + 0..1 + + Information about the format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique). + + In GeoDCAT-AP, this property SHOULD be used to express the spatial representation type (grid, vector, tin), by using the URIs of the corresponding code list operated by the INSPIRE Registry [[INSPIRE-SRT]]. + + + + P + + +
    + + rights + + + + Rights statement + + + + 0..* + + A statement that specifies rights associated with the Distribution. + + + + + + A + + +
    + + spatial resolution + + + + Quality Measurement + + + + 0..1 + + Refers to the performed quality measurements. + + In GeoDCAT-AP, this property is used to specify "spatial resolution", as defined in [[INSPIRE-MD-REG]], [[ISO-19115]], and [[ISO-19115-1]]. + + + + E + + +
    + + spatial resolution as text + + + + Literal + + + + 0..1 + + Textual description of spatial resolution of a Distribution. + + Spatial resolution types that cannot be specified via dcat:spatialResolutionInMeters - i.e., spatial resolution as equivalent scale, angular distance, vertical distance. + + + + P + + +
    + + spatial resolution in metres + + + + xsd:decimal + + + + 0..1 + + The minimum spatial separation resolvable in a dataset distribution, measured in meters. + + + + + + A + + +
    + + status + + + + Concept + + + + 0..1 + + The status of the Distribution in the context of maturity lifecycle. + + It MUST take one of the values Completed, Deprecated, Under Development, Withdrawn. + + + + A + + +
    + + temporal resolution + + + + xsd:duration + + + + 0..* + + The minimum time period resolvable in the dataset distribution. + + + + + + A + + +
    + + title + + + + Literal + + + + 0..* + + A name given to the Distribution. + + This property can be repeated for parallel language versions of the description. + + + + A + + +
    +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + +
    +

    + Kind + +

    + + +
    +
    + Definition +
    +
    + A description following the vCard specification,e.g. to provide telephone number and e-mail address for a contact point. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + Note that the class Kind is the parent class for the four explicit types of vCard (Individual, Organization, Location, Group). +
    + + +
    + Properties +
    + +
    + For this entity the following properties are defined: address + , affiliation + , email + , name + , phone + , URL + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + address + + + + Address (vCard) + + + + 0..1 + + The postal address of the Kind. + + + + + + P + + +
    + + affiliation + + + + Literal + + + + 0..1 + + The affiliation of the Kind. + + His property can be repeated for different versions of the name (e.g. the name in different languages) - see § 11. Accessibility and Multilingual Aspects. + + + + P + + +
    + + email + + + + Email (vCard) + + + + 0..1 + + An email address of the Kind. + + It MUST be specified using fully qualified mailto: URI scheme [[RFC6068]]. + + + + P + + +
    + + name + + + + Literal + + + + 0..1 + + A name of the Kind. + + This property can be repeated for different versions of the name (e.g., the name in different languages + + + + P + + +
    + + phone + + + + Resource + + + + 0..1 + + The phone number of the Kind. + + It MUST be specified using fully qualified tel: URI scheme [[RFC3966]]. + + + + P + + +
    + + URL + + + + Resource + + + + 0..1 + + A Web site of the Kind. + + + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + + + +
    +

    + Licence Document + +

    + + +
    +
    + Definition +
    +
    + A legal document giving official permission to do something with a resource. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: type + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + type + + + + Concept + + + + 0..* + + A type of licence, e.g. indicating 'public domain' or 'royalties required'. + + + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + + + + + +
    +

    + Location + +

    + + +
    +
    + Definition +
    +
    + A spatial region or named place. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + It can be represented using a controlled vocabulary or with geographic coordinates. In the latter case, the use of the Core Location Vocabulary is recommended, following the approach described in the GeoDCAT-AP specification. +
    + + +
    + Properties +
    + +
    + For this entity the following properties are defined: bbox + , centroid + , gazetteer + , geograhic identifier + , geograhic name + , geometry + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + bbox + + + + Literal + + + + 0..1 + + The geographic bounding box of a resource. + + + + + + A + + +
    + + centroid + + + + Literal + + + + 0..1 + + The geographic center (centroid) of a resource. + + + + + + A + + +
    + + gazetteer + + + + Concept Scheme + + + + 0..1 + + The gazetteer to which the Location belongs. + + + + + + P + + +
    + + geograhic identifier + + + + Literal + + + + 0..* + + The geographic identifier for the Location, e.g., the URI or other unique identifier in the context of the relevant gazetteer. + + + + + + P + + +
    + + geograhic name + + + + Literal + + + + 0..* + + A preferred label of the Location. + + This property can be repeated for parallel language versions of the label - see § 11. Accessibility and Multilingual Aspects. + + + + P + + +
    + + geometry + + + + Geometry + + + + 0..1 + + The corresponding geometry for a resource. + + + + + + A + + +
    +
    + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + +
    +

    + Relationship + +

    + + +
    +
    + Definition +
    +
    + An association class for attaching additional information to a relationship between DCAT Resources. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: had role + , relation + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + had role + + + + Role + + + + 1..* + + A function of an entity or agent with respect to another entity or resource. + + + + + + A + + +
    + + relation + + + + Resource + + + + 1..* + + A resource related to the source resource. + + + + + + A + + +
    +
    + + + + + + + + +
    + + + + + + + + + + + + + + +
    +

    + Supportive Entities +

    +The supportive entities are supporting the main entities in the Application Profile. +They are included in the Application Profile because they form the range of properties. + + + + + +
    +

    + Activity + +

    + + +
    +
    + Definition +
    +
    + An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + + +In GeoDCAT-AP, this class SHOULD be used to specify a testing activity over a resource, against a given Standard, producing as output a conformance +
    + + +
    + Properties +
    + +
    + For this entity the following properties are defined: generated + , qualified association + , used + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + generated + + + + Entity + + + + 0..* + + The Entity generated by the Activity. + + + + + + P + + +
    + + qualified association + + + + Association + + + + 0..* + + Association to the Plan according to which the Activity has been carried out, and possibly to the Agent who played a role in it. + + + + + + P + + +
    + + used + + + + Entity + + + + 0..* + + The entity (e.g., a Catalogue, a Dataset, a Data Service) which was the subject of the Activity. + + This property MAY be omitted in case its inverse property prov:wasUsedBy is specified. + + + + P + + +
    +
    + + + shows the use of class prov:Activity to specify the results of a testing activity assessing the conformance of a given resource against a given specification - as illustrated in . + + + + + + + +
    + + + + + + +
    +

    + Address (Core Location) + +

    + + +
    +
    + Definition +
    +
    + A spatial object that in a human-readable way identifies a fixed location. +
    + + +
    + Usage Note +
    +
    + See Address in the Core Location Vocabulary [[LOCN]]. +
    + + +
    + Properties +
    + +
    + For this entity the following properties are defined: administrative area + , city + , country + , post code + , street address + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + administrative area + + + + Literal + + + + 0..1 + + The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities. + + + + + + P + + +
    + + city + + + + Literal + + + + 0..1 + + A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points. + + + + + + P + + +
    + + country + + + + Literal + + + + 0..1 + + The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities. + + + + + + P + + +
    + + post code + + + + Literal + + + + 0..1 + + The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points. + + + + + + P + + +
    + + street address + + + + Literal + + + + 0..1 + + The name of a passage or way through from one location to another. + + + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + +
    +

    + Address (vCard) + +

    + + +
    +
    + Definition +
    +
    + A postal address. +
    + + +
    + Usage Note +
    +
    + See Address in vCard Ontology [[VCARD]]. +
    + + +
    + Properties +
    + +
    + For this entity the following properties are defined: administrative area + , city + , country + , postal code + , street address + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + administrative area + + + + Literal + + + + 0..1 + + The administrative area of an Address. + + Depending on the country, this corresponds to a province, a county, a region, or a state. + + + + P + + +
    + + city + + + + Literal + + + + 0..1 + + The city of an Address. + + + + + + P + + +
    + + country + + + + Literal + + + + 0..1 + + The country of an Address. + + + + + + P + + +
    + + postal code + + + + Literal + + + + 0..1 + + The postal code of an Address. + + + + + + P + + +
    + + street address + + + + Literal + + + + 0..1 + + The street name and civic number of an Address. + + + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + + + +
    +

    + Association + +

    + + +
    +
    + Definition +
    +
    + An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity. +
    + + +
    + Usage Note +
    +
    + See Association in PROV-O [[PROV]]. +
    + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Attribution + +

    + + +
    +
    + Definition +
    +
    + Attribution is the ascribing of an entity to an agent. When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: agent + , had role + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + agent + + + + Agent + + + + 0..* + + The Agent to whom the resource is attributed. + + + + + + P + + +
    + + had role + + + + Role + + + + 0..* + + A function of an entity or agent with respect to another entity or resource. + + In GeoDCAT-AP, this property SHOULD take as value one of the URIs of the "Responsible party roles" code list operated by the INSPIRE Registry [[INSPIRE-RPR]]. + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + + + + + + + + + +
    +

    + Checksum Algorithm + +

    + + +
    +
    + Definition +
    +
    + Algorithm for Checksums. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Concept + +

    + + +
    +
    + Definition +
    +
    + A SKOS concept can be viewed as an idea or notion; a unit of thought. However, what constitutes a unit of thought is subjective, and this definition is meant to be suggestive, rather than restrictive. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: category scheme + , preferred label + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + category scheme + + + + Concept Scheme + + + + 0..1 + + Relates a resource (for example a concept) to a concept scheme in which it is included. + + + + + + P + + +
    + + preferred label + + + + Literal + + + + 1..* + + A preferred label of the concept. + + This property can be repeated for parallel language versions of the label. + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + +
    +

    + Concept Scheme + +

    + + +
    +
    + Definition +
    +
    + A SKOS concept scheme can be viewed as an aggregation of one or more SKOS concepts. Semantic relationships (links) between those concepts may also be viewed as part of a concept scheme. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: title + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + title + + + + Literal + + + + 1..* + + A name of the concept scheme. + + May be repeated for different versions of the name + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + + + + + + + +
    +

    + Datatype + +

    + + +
    +
    + Definition +
    +
    + The class of datatypes. +
    + + +
    + Usage Note +
    +
    + See rdfs:Datatype. +
    + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Dimension + +

    + + +
    +
    + Definition +
    +
    + Represents criteria relevant for assessing quality. Each quality dimension must have one or more metric to measure it. +
    + + +
    + Usage Note +
    +
    + See Dimension in Data on the Web Best Practices: Data Quality Vocabulary [[VOCAB-DQV]]. +
    + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + + + +
    +

    + Document + +

    + + +
    +
    + Definition +
    +
    + A textual resource intended for human consumption that contains information,e.g. a web page about a Dataset. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: description + , title + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + description + + + + Literal + + + + 0..* + + A free-text account of the Document. + + + + + + P + + +
    + + title + + + + Literal + + + + 0..* + + A name of the document. + + + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + +
    +

    + Email (vCard) + +

    + + +
    +
    + Definition +
    +
    + To specify the electronic mail address for communication with the object +
    + + +
    + Usage Note +
    +
    + See Email in VCard Ontology [[VCARD]]. +
    + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Entity + +

    + + +
    +
    + Definition +
    +
    + An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. +
    + + +
    + Usage Note +
    +
    + See Entity in PROV-O [[PROV]]. +
    + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Frequency + +

    + + +
    +
    + Definition +
    +
    + A rate at which something recurs, e.g. the publication of a Dataset. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Geometry + +

    + + +
    +
    + Definition +
    +
    + The locn:Geometry class provides the means to identify a location as a point, line, polygon, etc. expressed using coordinates in some coordinate reference system. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Identifier + +

    + + +
    +
    + Definition +
    +
    + +This is based on the UN/CEFACT Identifier class. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + An identifier in a particular context, consisting of the +
      +
    • content string that is the identifier;
    • +
    • an optional identifier for the identifier scheme;
    • +
    • an optional identifier for the version of the identifier scheme;
    • +
    • an optional identifier for the agency that manages the identifier scheme.
    • +
    +
    + + +
    + Properties +
    + +
    + For this entity the following properties are defined: notation + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + notation + + + + Literal + + + + 1 + + A string that is an identifier in the context of the identifier scheme referenced by its datatype. + + + + + + A + + +
    +
    + + + + + + + + +
    + + + + + + + + +
    +

    + Legal Resource + +

    + + +
    +
    + Definition +
    +
    + This class represents the legislation, policy or policies that lie behind the Rules that govern the service. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + The definition and properties of the Legal Resource class are aligned with the ontology included in "Council conclusions inviting the introduction of the European Legislation Identifier (ELI)". For describing the attributes of a Legal Resource (labels, preferred labels, alternative labels, definition, etc.) we refer to the (ELI) ontology. + +In this data specification the use is restricted to instances of this class that follow the (ELI) URI guidelines. +
    + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + + + +
    +

    + Linguistic system + +

    + + +
    +
    + Definition +
    +
    + A system of signs, symbols, sounds, gestures, or rules used in communication, e.g. a language. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Literal + +

    + + +
    +
    + Definition +
    +
    + A literal value such as a string or integer; Literals may be typed, e.g. as a date according to xsd:date. Literals that contain human-readable text have an optional language tag as defined by BCP 47 [[RFC5646]]. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + + + +
    +

    + Metric + +

    + + +
    +
    + Definition +
    +
    + Represents a standard to measure a quality dimension. An observation (instance of dqv:QualityMeasurement) assigns a value in a given unit to a Metric. +
    + + +
    + Usage Note +
    +
    + In GeoDCAT-AP, this class is used to define individuals corresponding to the different types of spatial resolution. See Metric in Data on the Web Best Practices: Data Quality Vocabulary [[VOCAB-DQV]]. +
    + + +
    + Properties +
    + +
    + For this entity the following properties are defined: dimension + , expected data type + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + dimension + + + + Dimension + + + + 0..1 + + The dimensions a quality metric, certificate and annotation allow a measurement of. + + In GeoDCAT-AP, this property is used in the definition of the instances of dqv:Metric corresponding to the different types of spatial resolution (see Instances of Metric). When used for this purpose, it MUST always take as value dqv:precision. + + + + P + + +
    + + expected data type + + + + Datatype + + + + 0..1 + + Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...) + + + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + +
    +

    + Organisation + +

    + + +
    +
    + Definition +
    +
    + Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures. +
    + + +
    + Usage Note +
    +
    + See Organization in The Organization Ontology [[ORG]]. +
    + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Period of time + +

    + + +
    +
    + Definition +
    +
    + An interval of time that is named or defined by its start and end dates. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: beginning + , end + , end date + , start date + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + beginning + + + + Time instant + + + + 0..1 + + The beginning of a period or interval. + + + + + + A + + +
    + + end + + + + Time instant + + + + 0..1 + + The end of a period or interval. + + + + + + A + + +
    + + end date + + + + Temporal Literal + + + + 0..1 + + The end of the period. + + + + + + A + + +
    + + start date + + + + Temporal Literal + + + + 0..1 + + The start of the period. + + + + + + A + + +
    +
    + + + + + is equivalent to , but it uses the [[OWL-TIME]] properties. + + + + + + + +
    + + + + + + +
    +

    + Policy + +

    + + +
    +
    + Definition +
    +
    + A non-empty group of Permissions and/or Prohibitions. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Provenance Statement + +

    + + +
    +
    + Definition +
    +
    + A statement of any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: provenance statement text + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + provenance statement text + + + + Literal + + + + 0..* + + The text of the Provenance Statement + + This property can be repeated for parallel language versions of the text. + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + +
    +

    + Quality Measurement + +

    + + +
    +
    + Definition +
    +
    + Represents the evaluation of a given resource (as a Data Service, Dataset, or Distribution) against a specific quality metric. +
    + + +
    + Usage Note +
    +
    + See Quality Measurement in Data on the Web Best Practices: Data Quality Vocabulary [[VOCAB-DQV]]. +
    + + +
    + Properties +
    + +
    + For this entity the following properties are defined: is measurement of + , unit of measure + , value + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + is measurement of + + + + Metric + + + + 0..1 + + The Metric being observed. + + In GeoDCAT-AP, this property is used to specify the type of spatial resolution being described, by taking as object one of the instances of dqv:Metric documented in Instances of Metric. + + + + P + + +
    + + unit of measure + + + + Concept + + + + 0..1 + + The unit in which the data values are measured. + + In GeoDCAT-AP, this property is used to specify, when relevant, the unit of measure of the spatial resolution being described, by taking as object the relevant term from the QUDT Units Vocabulary [[QUDT-UNITS]]. + + + + P + + +
    + + value + + + + Literal + + + + 0..1 + + Value computed by the relevant Metric. + + In GeoDCAT-AP, this property is used to specify the value of the spatial resolution being described via a typed literal. The datatype MUST correspond to the one specified via property dqv:expectedDataType in the definition of the corresponding instance of dqv:Metric. + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + + + +
    +

    + Resource + +

    + + +
    +
    + Definition +
    +
    + Anything described by RDF. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Rights statement + +

    + + +
    +
    + Definition +
    +
    + A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: rights statement text + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + rights statement text + + + + Literal + + + + 0..* + + The text of the Rights Statement. + + This property can be repeated for parallel language versions of the text. + + + + P + + +
    +
    + + + + + + + + +
    + + + + + + +
    +

    + Role + +

    + + +
    +
    + Definition +
    +
    + A role is the function of a resource or agent with respect to another resource, in the context of resource attribution or resource relationships. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + +
    + Usage Note +
    +
    + Note it is a subclass of skos:Concept. +
    + + +
    + Properties +
    + +
    + This specification does not impose any additional requirements to properties for this entity. +
    + +
    + + + + + + + + + +
    + + + + + + +
    +

    + Standard + +

    + + +
    +
    + Definition +
    +
    + A standard or other specification to which a Dataset or Distribution conforms. +
    + +
    + Reference in DCAT-AP +
    +
    + Link +
    + + + +
    + Properties +
    + +
    + For this entity the following properties are defined: creation date + , description + , identifier + , reference register + , release date + , title + , type + , update / modification date + , version + . +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Property + + Range + + Card + + Definition + + Usage + + Reuse +
    + + creation date + + + + Temporal Literal + + + + 0..1 + + The date on which the Standard has been first created. + + + + + + P + + +
    + + description + + + + Literal + + + + 0..* + + A free-text account of the Standard. + + This property can be repeated for parallel language versions of the description. + + + + P + + +
    + + identifier + + + + Literal + + + + 0..* + + The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register (e.g., the ISO, OGC, W3C catalogues of their standards, the OGC "EPSG coordinate reference systems" register [[OGC-EPSG]]). + + + + + + P + + +
    + + reference register + + + + Concept Scheme + + + + 0..1 + + The reference register to which the Standard belongs. + + + + + + P + + +
    + + release date + + + + Temporal Literal + + + + 0..1 + + The date of formal issuance (e.g., publication) of the Standard. + + + + + + P + + +
    + + title + + + + Literal + + + + 0..* + + Name given to the Standard. + + This property can be repeated for parallel language versions of the name. + + + + P + + +
    + + type + + + + Concept + + + + 0..1 + + The type of the Standard. + + In GeoDCAT-AP, when the Standard is a spatial or temporal reference system, the relevant URIs from the INSPIRE glossary SHOULD be used [[INSPIRE-GLOSSARY]]. + + + + P + + +
    + + update / modification date + + + + Temporal Literal + + + + 0..1 + + The most recent date on which the Standard was changed or modified. + + + + + + P + + +
    + + version + + + + Literal + + + + 0..1 + + A version number or other version designation of the Standard. + + + + + + P + + +
    +
    + + + + + + + + + + + + +
    + + + + + +
    + +
    +

    + Datatypes +

    + + The following datatypes are used within this specification. + + + + + + + + + + + + + + + + + + + + +
    + + Class + + Definition +
    + + (create issue) + + + + + + + A file format or physical medium. +
    + + (create issue) + + + + + + + A media type or extent. +
    + + (create issue) + + + + + + + rdfs:Literal encoded using the relevant [[ISO8601]] Date and Time compliant string and typed using the appropriate XML Schema datatype (xsd:gYear, xsd:gYearMonth, xsd:date, or xsd:dateTime). +
    + + (create issue) + + + + + + + A temporal entity with zero extent or duration. +
    + + (create issue) + + + + + + + Decimal represents a subset of the real numbers, which can be represented by decimal numerals. The ·value space· of decimal is the set of numbers that can be obtained by multiplying an integer by a non-positive power of ten, i.e., expressible as i × 10^-n where i and n are integers and n >= 0. +
    + + (create issue) + + + + + + + Duration represents a duration of time. The ·value space· of duration is a six-dimensional space where the coordinates designate the Gregorian year, month, day, hour, minute, and second components defined in § 5.5.3.2 of [[ISO8601]], respectively. +
    + + (create issue) + + + + + + + Hex-encoded binary data. The ·value space· of hexBinary is the set of finite-length sequences of binary octets. +
    + + (create issue) + + + + + + + Number derived from integer by setting the value of minInclusive to be 0. +
    + + +
    + + + + +
    +

    Controlled Vocabularies

    + +

    Requirements for controlled vocabularies

    + +

    The following is a list of requirements that were identified for the controlled vocabularies to be recommended in this Application Profile.

    + +

    Controlled vocabularies SHOULD:

    + + + +

    These criteria do not intend to define a set of requirements for controlled vocabularies in general; they are only intended to be used for the selection of the controlled vocabularies that are proposed for this Application Profile.

    + + + + + +

    Expected usage of controlled vocabularies

    + +To increase the interoperability, the value spaces of properties can be further harmonised using shared controlled vocabularies. +This kind of restriction may be subject to a varying interpretation on what the expected usage of a controlled vocabulary is. +To ensure a common interpretation the following expectations are defined: + + + +

    +The first two (and preferably also the others) SHOULD only be used for requirements that can be verified by a machine. +If the validation can only be realised with the involvement of humans, then a less strong requirement (RECOMMMENDED or MAY) is used, +even if the intention is to be very strict. +This is to ensure that the provided SHACL representations correspond closely to all use cases possible. +Stronger enforcements are left for implementations as they have control on actual data exchange. +

    + + + + + + + +

    Controlled vocabularies to be used

    + +

    +The table is organised per property and then per class. +This is because mostly the used controlled vocabulary is connected with the property and not with the usage context in a class. +However this is not mandatory, and it may happen (as it is the case for dct:type) that the same property uses a different controlled vocabulary per class. +To disambiguate the usage multiple rows are created. +In some cases controlled vocabulary usage is more complicated. +For instance in the case of dct:spatial and dct:publisher the usage of the controlled vocabulary is dependent on the actual value used. +The value space these properties encompass is very large and there is no universal EU controlled vocabulary at hand that covers the whole value space. +

    + +
    +The last column is a first assessment of the usage of the controlled vocabularies and is open for discussion. +
      +
    • MUST is applied to those cases where the binding between the property and the controlled vocabulary is strong. +
    • +
    • MUST is applied where DCAT-AP also expects the controlled vocabulary and it was adopted by GeoDCAT-AP. +
    • +
    • AT-LEAST is applied on cases where instances of supporting classes are created and it is possible that other profiles would apply a different choice for this supporting class. +
    • +
    • MAY is applied to dct:publisher and dct:spatial as the controlled vocabularies do not cover the whole value space and a correct application cannot be verified by a machine. +
    • +
    • dcat:theme, dct:accrualPeriodicity and dct:accessRights are to addressed in collaboration with DCAT-AP. There are specific INSPIRE codelists which are mappable to the DCAT-AP codelists. Therefore the suggestion is to keep a MUST for the DCAT-AP requirements and provide a mapping table for the INSPIRE codelists. +
    • +
    +
    + +

    Compared with DCAT-AP, GeoDCAT-AP makes use of additional controlled vocabularies mandated by [[INSPIRE-MD-REG]], and operated by the INSPIRE Registry - with the only exceptions of the coordinate reference systems register maintained by OGC [[OGC-EPSG]].

    + +

    For two of these controlled vocabularies, namely the INSPIRE spatial data themes [[INSPIRE-THEMES]] and the ISO topic categories [[INSPIRE-TC]], the GeoDCAT-AP Working Group has defined a set of harmonised mappings to the EU Vocabularies Data Themes [[EUV-THEMES]], in order to facilitate the identification of the relevant theme in [[EUV-THEMES]] for geospatial metadata. The status of this work, along with links to a machine readable representation of the mappings, is documented on a dedicated page in Joinup [[?GeoDCAT-ACV]].

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    Property URI

    +
    +

    Used for Class

    +
    +

    Vocabulary name

    +
    +

    Vocabulary URI

    +
    +

    Usage note

    +
    +

    Expected Usage

    +
    +

    adms:representationTechnique

    +
    +

    Distribution

    +
    +

    INSPIRE Spatial Representation Type [[INSPIRE-SRT]]

    +
    +

    http://inspire.ec.europa.eu/metadata-codelist/SpatialRepresentationType

    +
    +

    GeoDCAT-AP extension.

    +
    +AT-LEAST +
    +

    adms:status

    +
    +

    Distribution

    +
    +

    Distribution Status Vocabulary [[EUV-DISTS]]

    +
    +

    http://publications.europa.eu/resource/authority/distribution-status

    +
    +Inherited from DCAT-AP [[DCAT-AP-3]] + +MUST +
    +

    dcat:hadRole

    +
    +

    Attribution

    +
    +

    INSPIRE Responsible Party Roles [[INSPIRE-RPR]]

    +
    +

    http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole

    +
    +

    GeoDCAT-AP extension.

    +
    +AT-LEAST +
    +

    dcat:mediaType

    +
    +

    Distribution

    +
    +

    IANA Media Types [[IANA-MEDIA-TYPES]]

    +
    +

    http://www.iana.org/assignments/media-types

    +
    +Inherited from DCAT [[vocab-dcat-3]] + +MUST +
    +

    dcat:compressFormat

    +
    +

    Distribution

    +
    +

    IANA Media Types [[IANA-MEDIA-TYPES]]

    +
    +

    http://www.iana.org/assignments/media-types

    +
    +Inherited from DCAT [[vocab-dcat-3]] + +MUST +
    +

    dcat:packageFormat

    +
    +

    Distribution

    +
    +

    IANA Media Types [[IANA-MEDIA-TYPES]]

    +
    +

    http://www.iana.org/assignments/media-types

    +
    +Inherited from DCAT [[vocab-dcat-3]] + +MUST +
    +

    dcat:theme

    +
    +

    Dataset

    +

    Catalogue

    +

    Data Service

    +

    Dataset Series

    +
    +

    Dataset Theme Vocabulary [[EUV-THEMES]]

    +
    +

    http://publications.europa.eu/resource/authority/data-theme

    +
    +

    Inherited from DCAT-AP [[DCAT-AP-3]]

    +
    +MUST +
    +

    INSPIRE Spatial Data Themes [[INSPIRE-THEMES]]

    +
    +

    http://inspire.ec.europa.eu/theme

    +
    +

    Mapping INSPIRE to GeoDCAT-AP

    +
    +MAY +
    +

    dcatap:availability

    +
    +

    Distribution

    +
    +

    EU Vocabularies Planned availability [[?EUV-PAV]]

    +
    +

    Distribution availability vocabulary

    +
    +

    Inherited from DCAT-AP [[DCAT-AP-3]]

    +
    +MUST +
    +

    dct:accessRights

    +
    +

    Dataset

    +

    Dataset Series

    +

    Data Service

    +

    Data Service

    +

    Data Service

    +
    +

    EU Vocabularies Access rights [[?EUV-AR]]

    +
    +

    http://publications.europa.eu/resource/authority/access-right

    +
    +

    Inherited from DCAT-AP [[DCAT-AP-3]]

    +
    +MUST +
    +

    INSPIRE Limitations on Public Access [[?INSPIRE-LPA]]

    +
    +

    http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess

    +
    +

    GeoDCAT-AP extension.

    +
    +MAY +
    +

    dct:accrualPeriodicity

    +
    +

    Dataset

    +

    Dataset Series

    +
    +

    EU Vocabularies Frequency Named Authority List [[EUV-FREQ]]

    +
    +

    http://publications.europa.eu/resource/authority/frequency

    +
    +

    Inherited from DCAT-AP [[DCAT-AP-3]]

    +
    +MUST +
    +

    INSPIRE Maintenance Frequency [[INSPIRE-MF]]

    +
    +

    http://inspire.ec.europa.eu/metadata-codelist/MaintenanceFrequency

    +
    +

    GeoDCAT-AP extension.

    +
    +MAY +
    +

    dct:format

    +
    +

    Distribution

    +
    +

    EU Vocabularies File Type Named Authority List [[EUV-FT]]

    +
    +

    http://publications.europa.eu/resource/authority/file-type

    +
    +

    Inherited from DCAT-AP [[DCAT-AP-3]]

    +
    +MUST +
    +

    dct:language

    +
    +

    Catalogue

    +

    Catalogue Record

    +

    Dataset

    +

    Dataset Series

    +

    Data Service

    +

    Distribution

    +
    +

    EU Vocabularies Languages Named Authority List [[EUV-LANG]]

    +
    +

    http://publications.europa.eu/resource/authority/language

    +
    +

    Inherited from DCAT-AP [[DCAT-AP-3]]

    +
    +MUST +
    +

    dct:publisher

    +
    +

    Catalogue

    +

    Dataset

    +

    Dataset Series

    +

    Data Service

    +
    +

    EU Vocabularies Corporate bodies Named Authority List [[EUV-CB]]

    +
    +

    http://publications.europa.eu/resource/authority/corporate-body

    +
    +

    The Corporate bodies NAL MUST be used for European institutions and a small set of international organisations. In case of other types of organisations, national, regional or local vocabularies should be used.

    +
    +MAY +
    +

    geodcatap:referenceSystem

    +
    +

    Data Service

    +

    Dataset

    +

    Dataset Series

    +

    Distribution

    +
    +

    OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]

    +
    +

    http://www.opengis.net/def/crs/EPSG/0/

    +
    +

    Defined by GeoDCAT-AP

    +
    +MUST +
    +

    geodcatap:resourceType

    +
    +

    Dataset

    +

    Dataset Series

    +

    Data Service

    +
    +

    INSPIRE Resource Types [[INSPIRE-RT]]

    +
    +

    http://inspire.ec.europa.eu/metadata-codelist/ResourceType

    +
    +

    Defined by GeoDCAT-AP

    +
    +MUST +
    +

    dct:spatial

    +
    +

    Catalogue

    +

    Dataset

    +

    Dataset Series

    +

    Data Service

    +
    +

    EU Vocabularies Continents Named Authority List [[EUV-CONT]]

    +
    +

    http://publications.europa.eu/resource/authority/continent

    +
    +

    Inherited from DCAT-AP [[DCAT-AP-3]]

    +

    The EU Vocabularies Name Authority Lists must be used for continents, countries and places that are in those lists; if a particular location is not in one of the mentioned Named Authority Lists, [[GEONAMES]] URIs must be used.

    +
    +MAY +
    +

    EU Vocabularies Countries Named Authority List [[EUV-COUNTRIES]]

    +
    +

    http://publications.europa.eu/resource/authority/country

    +
    +

    EU Vocabularies Places Named Authority List [[EUV-PLACES]]

    +
    +

    http://publications.europa.eu/resource/authority/place

    +
    +

    [[GEONAMES]]

    +
    +

    http://sws.geonames.org/

    +
    +

    geodcatap:serviceCategory

    +
    +

    Data Service

    +
    +

    INSPIRE Spatial Data Service Categories [[INSPIRE-SDSC]]

    +
    +

    http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceCategory

    +
    +

    GeoDCAT-AP extension.

    +
    +MUST +
    +

    geodcatap:serviceProtocol

    +
    +

    Data Service

    +
    +

    INSPIRE Protocol Values [[INSPIRE-PV]]

    +
    +

    https://inspire.ec.europa.eu/metadata-codelist/ProtocolValue

    +
    +

    GeoDCAT-AP extension.

    +
    +MUST +
    +

    geodcatap:serviceType

    +
    +

    Data Service

    +
    +

    INSPIRE Spatial Data Service Types [[INSPIRE-SDST]]

    +
    +

    http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType

    +
    +

    GeoDCAT-AP extension.

    +
    +MUST +
    +

    geodcatap:topicCategory

    +
    +

    Catalogue

    +

    Data Service

    +

    Dataset

    +

    Dataset Series

    +
    +

    INSPIRE Topic Categories [[INSPIRE-TC]]

    +
    +

    http://inspire.ec.europa.eu/metadata-codelist/TopicCategory

    +
    +

    GeoDCAT-AP extension.

    +
    +MUST +
    +

    dct:type

    +
    +

    Agent

    +
    +

    ADMS publisher type [[ADMS-SKOS]] vocabulary

    +
    +

    http://purl.org/adms/publishertype/

    +
    +

    Inherited from DCAT-AP [[DCAT-AP-3]]

    +
    +MUST +
    +

    dct:type

    +
    +

    Licence Document

    +
    +

    ADMS licence type [[ADMS-SKOS]] vocabulary

    +
    +

    http://purl.org/adms/licencetype/

    +
    +

    Inherited from DCAT-AP [[DCAT-AP-3]]

    +
    +MUST +
    +

    dct:type

    +
    +

    Test Result (linked from a prov:Activity).

    +
    +

    INSPIRE Degree of Conformity [[INSPIRE-DoC]]

    +
    +

    https://inspire.ec.europa.eu/metadata-codelist/DegreeOfConformity

    +
    +

    GeoDCAT-AP extension.

    +
    +AT-LEAST +
    +

    sdmx-attribute:unitMeasure

    +
    +

    Quality Measurement

    +
    +

    QUDT Units Vocabulary [[QUDT-UNITS]]

    +
    +

    http://www.qudt.org/vocab/unit

    +
    +

    GeoDCAT-AP extension.

    +
    +AT-LEAST +
    + + + +

    Other controlled vocabularies

    + +

    In addition to the proposed common vocabularies in , which are mandatory to ensure minimal interoperability, implementers are encouraged to publish and to use further region or domain-specific vocabularies that are available online. While those may not be recognised by general implementations of the Application Profile, they may serve to increase interoperability across applications in the same region or domain. Examples are the full set of concepts in EuroVoc [[?EUV-EUROVOC]], the CERIF standard vocabularies [[?CERIF-VOCS]], the Dewey Decimal Classification [[?DDC]] and numerous other schemes.

    + +

    For geospatial metadata, the working group has identified the following additional vocabularies:

    + + + + + + +
    + +
    +

    Agent Roles

    + +

    GeoDCAT-AP supports the 11 agent roles defined in [[INSPIRE-MD-REG]] and [[ISO-19115]] by using two different but not mutually exclusive approaches.

    + +

    In the first approach, roles are mapped to specific properties. In particular, GeoDCAT-AP makes use of the relevant properties from [[DCAT-AP-3]] and [[DCTERMS]], which overall cover 4 of the relevant roles - namely, dcat:contactPoint, dct:creator, dct:publisher, and dct:rightsHolder (not supported in [[DCAT-AP-3]]). The remaining 7 are covered by the corresponding properties defined in the GeoDCAT-AP namespace - namely, geodcatap:custodian, geodcatap:distributor, geodcatap:originator, geodcatap:principalInvestigator, geodcatap:processor, geodcatap:resourceProvider, and geodcatap:user.

    + +

    It is important to note that, following [[INSPIRE-MD-REG]] and [[ISO-19115]], in GeoDCAT-AP all these agent roles can be specified on Catalogues, Catalogue Records, Datasets, and Data Services.

    + +

    The second and more general approach is based on [[PROV-O]], where agent roles are specified via a “qualified attribution” (prov:qualifiedAttribution). More precisely, the relevant Agent is specified via property prov:agent, whereas the role is specified with property dcat:hadRole, which takes as value a skos:Concept describing that role - as those included in the relevant code list operated by the INSPIRE Registry [[INSPIRE-RPR]]. .

    + +

    The [[PROV-O]]-based approach is meant to give data providers an extension mechanism to specify, in a harmonised way, any kind of role, and, possibly, to attach additional information to the role and the associated Agent. As such, it MAY be used in combination with or to complement the property-based approach, but it MUST NOT replace it. For instance, it can be used to specify roles not covered by the agent role properties used in GeoDCAT-AP, and/or to specify additional information that cannot be expressed via a property (as the period during which an Agent covered a given role).

    + +

    More details on these solutions are available in .

    +
    +
    +

    Accessibility and Multilingual Aspects

    + +Accessibility in the context of this Application Profile is limited to information about the technical format of distributions of datasets. The properties dcat:mediaType and dct:format provide information that can be used to determine what software can be deployed to process the data. The accessibility of the data within the datasets needs to be taken care of by the software that processes the data and is outside of the scope of this Application Profile. + +

    +Multilingual aspects related to this Application Profile concern all properties whose contents are expressed as strings (i.e. rdfs:Literal) with human-readable text. Wherever such properties are used, the string values are of one of two types: + +

    + +

    +Wherever values of properties are expressed with either type of string, the property can be repeated with translations in the case of free text and with parallel versions in case of named entities. For free text, e.g. in the cases of titles, descriptions and keywords, the language tag is mandatory. + +

    +Language tags to be used with rdfs:Literal are defined by [[BCP47]], which allows the use of the "t" extension for text transformations defined in [[RFC6497]] with the field "t0" [[CLDR]] indicating a machine translation. + +

    +A language tag will look like: "en-t-es-t0-abcd", which conveys the information that the string is in English, translated from Spanish by machine translation using a tool named "abcd". + +

    +For named entities, the language tag is optional and should only be provided if the parallel version of the name is strictly associated with a particular language. For example, the name ‘European Union’ has parallel versions in all official languages of the union, while a name like ‘W3C’ is not associated with a particular language and has no parallel versions. + +

    +For linking to different language versions of associated web pages (e.g. landing pages) or documentation, a content negotiation [[CONNEG]] mechanism may be used whereby different content is served based on the Accept-Languages indicated by the browser. Using such a mechanism, the link to the page or document can resolve to different language versions of the page or document. + +

    +All the occurrences of the property dct:language, which can be repeated if the metadata is provided in multiple languages, must have a URI as their object, not a literal string from the [[ISO-639]] code list. + +

    +How multilingual information is handled in systems, for example in indexing and user interfaces, is outside of the scope of this Application Profile. +

    + +
    + + +
    +

    High Value Datasets

    + +

    +In light of the growing importance of data, the European Commission has adopted an implementing regulation focused on high-value datasets on 21 December 2022 [[HVD]]. +The ambition of the High-Value Datasets implementing regulation (HVD IR) is to improve the quality, the accessibility and use of a selective number of core datasets within the public sector. +To achieve this the HVD IR sets, among others, requirements on the metadata associated with the disclosed datasets. +

    +

    +To foster a common approach on using DCAT-AP metadata to describe Datasets that are in scope of the HVD IR a dedicated DCAT-AP annex DCAT-AP HVD [[DCAT-AP-HVD]] is provided. +The requirements expressed in DCAT-AP HVD are additional constraints and usages notes which can be directly applied to GeoDCAT-AP 3.0.0. +

    +

    +Because GeoDCAT-AP is also applicable for datasets that are not within the scope of the HVD IR, the constraints of DCAT-AP HVD are not included in this specification. +Implementers of the HVD IR should consult DCAT-AP HVD for the specific requirements of the HVD IR. +However, since GeoDCAT-AP is mainly used as the DCAT view derived from the INSPIRE ISO metadata [[[#inspire-and-iso-19115-mappings]]], +the implementation of the DCAT-AP HVD in the context of a GeoDCAT-AP mapping requires to implement additional mapping rules. +Currently the metadata guidelines for HVD in INSPIRE are under design by the INSPIRE Action 2.5 subgroup. +When the guidelines become available a reference implementation will be shared here. + + + +

    + +
    +

    Legal information

    + +

    +The considerations for expressing legal information follow the guidelines and approach of DCAT-AP. +Readers should consult the DCAT-AP section on legal information. +

    +The HVD IR [[HVD]] imposes additional quality requirements on legal information. +An elaboration of these is found in the section legal information in DCAT-AP HVD. +

    +Implementers of mappings from INSPIRE ISO metadata should take these considerations into account to ensure that the legal information is shared correctly. +

    + + +

    Privacy and security considerations

    + +

    GeoDCAT-AP supports the attribution of data and metadata to various participants such as resource creators, publishers and other parties or agents, and as such defines terms that may be related to personal information. In addition, it also supports the association of rights and licenses with catalogued Resources and Distributions. These rights and licenses could potentially include or reference sensitive information such as user and asset identifiers as described in [[VOCAB-ODRL]].

    + +

    Implementations that produce, maintain, publish or consume such vocabulary terms must take steps to ensure security and privacy considerations are addressed at the application level.

    + + +
    + + +
    + +

    Conformance Test Results

    + +

    Following [[INSPIRE-MD-REG]] and [[ISO-19115]], GeoDCAT-AP supports the specification of test results to assess the degree of conformity of a resource (i.e., a Catalogue, a Dataset, a Data Service) with a given specification (e.g., a standard, a set of implementing rules, a set of data quality or interoperability criteria).

    + +

    For this purpose, GeoDCAT-AP makes use of two different but not mutually exclusive approaches. More precisely, property dct:conformsTo is used when the test result states that a resource is conformant with a given specification. The more general approach is based on [[PROV-O]], and it specifies conformance test results as a testing activity (prov:Activity) that generates a result (specified with property prov:generated), corresponding to one of the degrees of conformity defined in [[INSPIRE-MD-REG]], and available from the INSPIRE Registry [[INSPIRE-DoC]]. The specification against which the testing activity is carried out is specified via a “qualified association” (prov:qualifiedAssociation), linked to a “plan” (prov:hadPlan) derived from (prov:wasDerivedFrom) the specification itself.

    + + + +

    More details on these solutions are available in .

    + +
    + + + +
    +

    Validation of GeoDCAT-AP

    + +

    Validation of a catalogue according to GeoDCAT-AP can be approached from different perspectives. +One perspective is to consider GeoDCAT-AP as an extension to DCAT-AP and thus implement a two staged process: +first validation against DCAT-AP and then additionally validate the GeoDCAT-AP specific constraints. +Another perspective is to consider this specification as a standalone specification and validate all constraints at once. +Besides these there are many other validation perspectives possible. +For additional considirations on validation consult the section Validation in DCAT-AP. +

    +As there is yet not preferred perspective decided nor requested by the community, a similar to DCAT-AP SHACL artefact with all the constraints is provided. +The shape is downloadable here. + + +

    + + + +
    + +

    INSPIRE and ISO 19115 Mappings

    + +
    + +

    Objectives

    + +

    The objective of this work is to define an RDF syntax that can be used for the exchange of descriptions of spatial datasets, dataset series, and services among data portals. The RDF syntax should extend the DCAT Application Profile for data portals in Europe [[DCAT-AP-3]].

    + +
      +
    • To provide an RDF syntax binding for the union of the elements in the INSPIRE metadata schema [[INSPIRE-MD-REG]], [[INSPIRE-MD]] and the core profile of ISO 19115:2003 [[ISO-19115]]. The guiding design principle is to make the resulting RDF syntax as simple as possible; thereby maximally using existing RDF vocabularies – such as the Dublin Core [[DCTERMS]] and [[DCAT-AP-3]] –, and as much as possible avoiding minting new terms. The defined syntax binding must enable the conversion of metadata records from ISO 19115 / INSPIRE to a harmonised RDF representation. The ability to convert metadata records from RDF to ISO 19115 / INSPIRE is not a requirement.

    • + +
    • To update the reference XSLT implementation [[GeoDCAT-XSLT]] of the mappings defined in the GeoDCAT-AP specification.

    • +
    • To take into account and refer to alignment of relevant controlled vocabularies (e.g., the alignments between GEMET, INSPIRE themes, EuroVoc carried out by the Publications Office of the EU [[EUV-EUROVOC]]).

    • +
    +

    Additionally, the following outcomes may be achieved, outside the context of this specification:

    +
      +
    • To define new controlled vocabularies or define mappings between controlled vocabularies.

    • + +
    • To define an RDF syntax binding for the elements in ISO 19115-1:2014 [[?ISO-19115-1]].

    • +
    + +
    + +
    + +

    Motivation and use cases

    + + +

    The basic use case that GeoDCAT-AP intends to enable is a cross-domain data portal search for datasets, as documented in the DCAT-AP specification [[DCAT-AP-3]]. GeoDCAT-AP will make it easier to share descriptions of spatial datasets between spatial data portals and general data portals, and thus help increase public and cross-sector access to such high value datasets. The datasets could include:

    + +
    +
    Datasets on the INSPIRE Geoportal
    + +

    The INSPIRE Geoportal aggregates metadata for over 100k datasets across Europe. It provides the means to search for spatial data sets and spatial data services, and subject to access restrictions, to view spatial data sets from the EU Member States within the framework of the INSPIRE Directive. The metadata stored on this portal is structured according to the INSPIRE Metadata Technical Guidelines [[INSPIRE-MD]]. In order to maximise visibility and re-use, spatial datasets could also be listed on general-purpose Open Data Portals, such as the European Union Open Data Portal (EU ODP) and the European Data Portal (EDP).

    +
    Datasets on national SDIs
    +

    GeoDCAT-AP would facilitate the integration of SDIs operated by EU Member States with any data catalogue able to consume [[DCAT-AP-3]]-compliant metadata.

    +
    General geospatial datasets
    +

    The geospatial community shares a common background and makes consistent use of consolidated standards and technologies. In particular, as far as metadata are concerned, it is widespread to use standards like [[ISO-19115]] / [[ISO-19139]], for the representation and encoding of metadata, and OGC’s [[?CSW]] (Catalog Service for the Web) for accessing and querying metadata records. These standards are also those currently recommended in INSPIRE.

    +
    + +

    An additional RDF syntax for INSPIRE and ISO 19115 metadata elements is beneficial, especially when other data portals support the [[DCAT-AP-3]] metadata elements only.

    +

    Conversion rules to RDF syntax would allow Member States to maintain their collections of INSPIRE-relevant datasets following the INSPIRE Metadata Technical Guidelines [[INSPIRE-MD]], while at the same time publishing these collections on [[DCAT-AP-3]]-conformant data portals. A conversion to RDF syntax – using for example the GeoDCAT-AP XSLT script [[GeoDCAT-XSLT]] - allows additional metadata elements to be displayed on general-purposed data portals, provided that such data portals are capable of displaying additional metadata elements. Furthermore, data portals are frequently complemented by a triple store, making the full set of GeoDCAT-AP metadata queryable through a SPARQL endpoint [[SPARQL11-QUERY]].

    + +
    + +
    + +

    Supported tooling

    + +

    To support the transformation from INSPIRE metadata to GeoDCAT-AP compliant metadata an XSLT tool was developed. This tool has been updated to transform data to be compliant with GeoDCAT-AP 3.0.0. The GeoDCAT-AP XSLT can be found on the dev branch of the GitHub repository. The XSLT can be run directly on the output of a CSW or on single metadata records, by using any of the programming languages supporting XSLT conversion. Additionally, a proof-of-concept API has been developed to facilitate the testing of the XSLT on single metadata records or on top of a CSW endpoint.

    + +
    + +
    + +

    Methodology and summary of results

    + +

    Methodologically, the development of GeoDCAT-AP implies three main interrelated tasks:

    +
      +
    1. Definition of alignment criteria and requirements.

    2. +
    3. Identification of the metadata elements to be covered by GeoDCAT-AP.

    4. +
    5. Definition of alignments for the metadata elements to be covered by GeoDCAT-AP.

    6. +
    +

    These tasks and their results are described in the following sections.

    + +
    + +

    Alignment criteria and requirements

    + +

    The overall objective of GeoDCAT-AP is twofold:

    + +
      +
    1. Provide a [[DCAT-AP-3]]-conformant representation of geospatial metadata.

    2. +
    3. Provide an as much as possible comprehensive RDF-based representation of geospatial metadata, based on widely used vocabularies, trying, at the same time, to avoid semantic loss and to promote cross-domain re-use.

    4. +
    5. Ensure backward compatibiliy with previous versions of GeoDCAT-AP.

    6. +
    + +

    The first two goals, having a different scope and applying to different use cases (see ), are reflected in the two mapping profiles of GeoDCAT-AP, core and extended, described in .

    + +

    Note that point (1) implies that:

    + +
      +
    • GeoDCAT-AP must include, at least, all the mandatory [[DCAT-AP-3]] elements.

    • +
    • Vocabularies different from [[DCAT-AP-3]] can be used only for those geospatial metadata elements not supported in [[DCAT-AP-3]].

    • +
    + +

    Another key criterion was to base as much as possible the defined alignments on existing practices, in particular those contributed by the GeoDCAT-AP WG. The objective was to build upon experiences having already addressed issues in scope of GeoDCAT-AP, and to avoid a negative impact on existing implementations.

    + +

    Finally, as already mentioned in , whenever no suitable candidates were available in existing vocabularies to represent geospatial metadata elements, the possibility of defining new terms was not excluded. However, this option needed to be carefully assessed, and discarded whenever it might have led to a specification that was conflicting with standards under preparation.

    + +

    As it will be explained in , no new terms have been defined in the current version of GeoDCAT-AP.

    + +
    + +
    + +

    Metadata elements to be covered by GeoDCAT-AP

    + +

    The general criterion used for this task was that GeoDCAT-AP would ideally cover all the metadata elements of the core profile of [[ISO-19115]] and those defined in INSPIRE, with the requirement that only optional elements MAY be excluded.

    +

    Based on this, the current version of GeoDCAT-AP covers the following set of metadata elements:

    + +
      +
    • All the metadata elements in the core profile of [[ISO-19115]].

    • +
    • All the metadata elements defined in INSPIRE, with the exclusion of those not common to all the INSPIRE spatial data themes.

    • +
    +

    More precisely, the supported INSPIRE metadata elements include:

    +
      +
    • The set of metadata elements defined in the INSPIRE Metadata Regulation [[?INSPIRE-MD-REG]].

    • +
    • The set of metadata elements defined in the INSPIRE Data and Services Regulation (Article 13: “Metadata required for Interoperability”) [[INSPIRE-SDSS-REG]]. These elements are also listed in Appendix C.3 to the INSPIRE Metadata Technical Guidelines (version 2.1.3) [[INSPIRE-MD-20230731]].

    • +
    • The set of metadata elements recommended as common to most of the INSPIRE spatial data themes in the INSPIRE Data Specifications Technical Guidelines, and listed in the first table included in Appendix C.7 to the INSPIRE Metadata Technical Guidelines (version 2.0.1) [[INSPIRE-MD-20170302]]. These elements are the following ones:

      +
        +
      • Maintenance information.

      • +
      • Conceptual and domain consistency (Data quality – Logical consistency).

      • +
    • +
    + +

    The full list of metadata elements covered by the current version of GeoDCAT-AP is available in to this document.

    + +

    The metadata elements not supported in the current version of GeoDCAT-AP are those recommended only for specific INSPIRE spatial data themes in the INSPIRE Data Specifications Technical Guidelines, and listed in Appendix C.7 to the INSPIRE Metadata Technical Guidelines (version 2.1.3) [[INSPIRE-MD-20230731]].

    + +

    These elements have been excluded in the current version of GeoDCAT-AP for the following reasons:

    + +
      +
    • The priority was to support all those elements relevant to any dataset.

    • +
    • These elements are all optional.

    • +
    +

    Support to these metadata elements might be provided in future versions of GeoDCAT-AP.

    + +
    + +
    + +

    Alignments defined in GeoDCAT-AP

    + +

    The alignments defined in the current version of GeoDCAT-AP are the result of an iterative revision process of [[GeoDCAT-AP-20201223]], following the criteria illustrated in the previous sections and the review of the GeoDCAT-AP WG. Alignments for [[ISO-19115-1]] have not been defined. contains an overview of the most important changes with respect to [[ISO-19115]].

    + +

    The work started with the review of [[DCAT-AP-3]], [[VOCAB-DCAT-3]], and [[INSPIRE-MD-20230731]], with the purpose of identifying possible disalignments of the mappings defined in [[GeoDCAT-AP]], as well as possible gaps in [[DCAT-AP-3]] and [[VOCAB-DCAT-3]], which may require the use of different vocabularies or the definition of new classes and/or properties in the GeoDCAT-AP namespace. In all these cases, backward compatibility with [[GeoDCAT-AP-20201223]] has been taken into account when implementing revisions.

    +

    Finally, the GeoDCAT-AP WG has worked in close coordination with the DCAT-AP WG, in order to ensure mutual compliance of the proposed solutions.

    + + + +

    The results of this work, reflected in the current version of GeoDCAT-AP, can be summarised as follows:

    + +
      +
    • Backward compatibility with [[GeoDCAT-AP-20201223]] is ensured: The revised mappings have been deprecated, but maintained in the mapping rules implemented in [[GeoDCAT-XSLT]] along with the new one, in the extended mapping profile of GeoDCAT-AP, and their support has been included in .

    • +
    • Compliance with [[DCAT-AP-3]] is ensured: The geospatial metadata elements covered by the defined mappings include all those that in [[DCAT-AP-3]] are mandatory, plus a subset of those that are recommended and optional.

    • +
    • GeoDCAT-AP offers alignments for all the metadata elements illustrated in , by using existing vocabularies, and without defining new terms.

    • +
    + +

    The majority of the alignments defined in GeoDCAT-AP provide a complete representation of the corresponding geospatial metadata elements, but some metadata elements have open issues:

    + +
      +
    • Partial mappings: For some metadata elements, only a partial mapping is available. This concerns data quality and maintenance information, for which only the mandatory components have been mapped (for more details, see and , respectively). This decision was taken because existing vocabularies did not offer the ability to represent all the components of these metadata elements.

    • +
    + +

    The details of the alignments defined in GeoDCAT-AP are illustrated in the following section.

    + +
    + +
    + +
    + +

    RDF syntax bindings for INSPIRE and ISO 19115 metadata elements

    + +

    The following sections provide the list of the bindings defined in GeoDCAT-AP for the RDF representation of INSPIRE metadata and the core profile of [[ISO-19115]].

    + +

    For detailed usage notes and examples of each of the metadata elements covered by GeoDCAT-AP, we refer the reader to (the relevant section is specified in the “comments” column of the mapping table).

    + +
    + +

    Overview of bindings for GeoDCAT-AP Core

    + +

    This section provides an overview of GeoDCAT-AP Core. This includes bindings for metadata elements of the INSPIRE metadata and metadata elements in the core profile of [[ISO-19115]] core for which DCAT-AP provides an RDF syntax binding. Those metadata elements for which [[DCAT-AP-3]] does not provide a binding are part of the GeoDCAT-AP Extended mapping profile described in .

    + +

    GeoDCAT-AP Core is meant to enable the harvesting and re-use of spatial metadata records through [[DCAT-AP-3]]-conformant applications and services, including data portals and APIs. The alignments for INSPIRE and [[ISO-19115]] metadata elements that are not included in GeoDCAT-AP Core are defined in GeoDCAT-AP Extended, see .

    + +

    In the following table, the starred elements (*) are used to indicate the corresponding metadata element in the core profile of [[ISO-19115]]. For each element, it is indicated whether the element is mandatory (M), optional (O), conditional (C), or recommended (R) in either specification.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    INSPIRE metadata

    +

    *ISO 19115:2003 Core Profile

    +
    DCAT-AP PropertyDomainRangeComments
    +

    Resource title (M)

    +

    *Dataset title (M)

    +
    dct:title (M) + +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    rdfs:LiteralSee
    +

    Resource abstract (M)

    +

    *Abstract describing the dataset (M)

    +
    dct:description (M) + +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    rdfs:LiteralSee
    +

    Resource type (M)

    +

    *not in ISO 19115 core

    +
    +

    rdf:type (M)

    +

    (see also binding for GeoDCAT-AP Extended)

    +
    + +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    +

    rdfs:Class

    +

    (values dcat:Catalog, dcat:Dataset, dcat:DatasetSeries, dcat:DataService)

    +
    See . dcat:Catalog can be used for catalogue / discovery services, in addition to dcat:DataService.
    +

    Resource locator (C)

    +

    *On-line resource (O)

    +
    See . The defined encoding depends whether the resource is a service or a dataset or data series. Also, the value of the function code (CI_OnlineFunctionCode) is to be taken into account.
    +
    +

    For services

    +
    +
    +

    foaf:homepage

    +

    dcat:endpointURL

    +

    dcat:endpointDescription

    +
    + +

    dcat:Catalog

    +

    dcat:DataService

    +
    +foaf:Document +rdfs:Resource +foaf:Document +See . Properties dcat:endpointURL and dcat:endpointDescription are used when the resource locator points to a service endpoint.
    +
    +

    For dataset and data series (function code not provided)

    +
    +
    dcat:landingPage (O) +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    foaf:DocumentSee .
    +
    +

    For dataset and data series (‘download’ function code)

    +
    +
    dcat:accessURL (M)dcat:Distributionrdfs:ResourceSee . Property dcat:accessURL is also used whenever the resource locator points to a service endpoint.
    +
    +

    For dataset and data series (‘information’ function code)

    +
    +
    foaf:page + +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    foaf:DocumentSee .
    +
    +

    For dataset and data series (‘offlineAccess’ function code)

    +
    +
    dcat:accessURL (M)dcat:Distributionrdfs:ResourceSee . Property dcat:accessURL is also used whenever the resource locator points to a service endpoint.
    +
    +

    For dataset and data series (‘order’ function code)

    +
    +
    dcat:accessURL (M)dcat:Distributionrdfs:ResourceSee . Property dcat:accessURL is also used whenever the resource locator points to a service endpoint.
    +
    +

    For dataset and data series (‘search’ function code)

    +
    +
    foaf:page +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    foaf:DocumentSee .
    +

    Unique resource identifier (M)

    +

    *not in ISO 19115 core

    +
    dct:identifier (O) +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    rdfs:LiteralSee . In RDF, this could also be represented as the URI of the dataseti or of the dataset series.
    +

    Resource language (C)

    +

    *Dataset language (M)

    +
    dct:language (O for dcat:Dataset and dcat:DatasetSeries, R for dcat:Catalog) +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:Catalog

    +
    dct:LinguisticSystemSee .
    +

    Keyword value (M)

    +

    *not in ISO 19115 core

    +

    dcat:keyword (R)

    +

    dcat:theme (R)

    +

    (see also binding for GeoDCAT-AP Extended)

    +

    dcat:Dataset

    +
    rdfs:Literal +

    See . For datasets and data series, dcat:keyword is used for free keywords; dcat:theme for controlled vocabularies.

    +

    Keywords whose controlled vocabulary is the one of the INSPIRE spatial data themes are mapped to dcat:theme, and expressed by the corresponding URI in the INSPIRE Registry. See controlled vocabulary for theme in .

    +

    For services a syntax binding is provided in GeoDCAT-AP Extended only.

    +
    +

    Geographic bounding box (M)

    +

    *Geographic location of the dataset (by four coordinates or by geographic identifier) (C)

    +
    dct:spatial (O) +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    dct:LocationSee on the preferred format to be used in RDF for the representation of geometries.
    +

    Temporal extent (C)

    +

    *Additional extent information for the dataset (vertical and temporal) (O)

    +
    dct:temporal (O) +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    dct:PeriodOfTimeSee .
    +

    Date of publication (C)

    +

    *Dataset reference date (M) – publication

    +
    dct:issued (R for dcat:Catalog and O for dcat:Dataset and dcat:DatasetSeries) +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:Catalog

    +
    Temporal LiteralSee .
    +

    Date of last revision (C)

    +

    *Dataset reference date (M) – revision

    +
    dct:modified (R for dcat:Catalog and O for dcat:Dataset and dcat:DatasetSeries) +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    Temporal LiteralSee .
    +

    Spatial resolution (C)

    +

    *Spatial resolution of the dataset (O)

    +
    +

    dcat:spatialResolutionInMeters (O)

    +
    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    xsd:decimalSee . Property dcat:spatialResolutionInMeters can only be used when spatial resolution is expressed as distance in metres.
    +

    Lineage (M)

    +

    *Lineage (O)

    +
    dct:provenance (O) +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    dct:ProvenanceStatementSee .
    +

    Conformity (M)

    +

    *not in ISO 19115 core

    +

    dct:conformsTo (O)

    +

    (see also binding for GeoDCAT-AP Extended)

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    dct:StandardSee . dct:conformsTo can be used to specify only one of the cases supported in INSPIRE. i.e., when the degree of conformity is “conformant”.
    +

    Conformity Specification (M)

    +

    *not in ISO 19115 core

    +
    +

    dct:title (R)

    +

    dct:issued (R)

    +

    dct:modified (O)

    +

    dct:created (O)

    +

    (see also binding for GeoDCAT-AP Extended)

    +
    rdfs:ResourceTemporal LiteralSee .
    +

    Conditions for access and use (M)

    +

    *not in ISO 19115 core

    +
    dct:license (R for dcat:Catalog and dcat:Distribution, O for dcat:DataService), dct:rights (O) +

    dcat:Catalog

    +

    dcat:Distribution

    +

    dcat:DataService

    +
    dct:LicenseDocumentSee .
    +

    Limitations on public access (C)

    +

    *not in ISO 19115 core

    +
    dct:accessRights (O) +

    dcat:DataService

    +
    dct:RightsStatementSee .
    +

    Responsible party (M)

    +

    *Dataset responsible party (O)

    +
    +

    dct:publisher (M)

    +

    dct:creator (O)

    +
    +

    dcat:Catalog

    +
    +

    foaf:Agent

    +
    See . [[DCAT-AP-3]] supports only 3 of the 11 responsible party roles supported in INSPIRE. GeoDCAT-AP Extended makes use of [[PROV-O]] to specify information concerning provenance not covered in [[DCAT-AP-3]].
    +

    dct:publisher (R)

    +

    dcat:contactPoint (R)

    +

    dct:creator (O)

    +
    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    +

    foaf:Agent

    +

    vcard:Kind

    +

    foaf:Agent

    +
    +

    Encoding (M)

    +

    *Distribution format (O)

    +
    dct:format (R), dcat:mediaType (O)dcat:Distributiondct:MediaTypeOrExtentSee . See controlled vocabularies for encoding in .
    +

    Maintenance information (R)

    +

    *not in ISO 19115 core

    +
    dct:accrualPeriodicity (O) +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +
    dct:FrequencySee .
    *Metadata standarddct:conformsTo (R) +

    dcat:CatalogRecord

    dct:StandardSee . This element, not existing in ISO 19115, is just meant to provide the context for the specification of the metadata standard name and version.
    *Metadata standard name (O)dct:title +

    dct:Standard

    rdfs:LiteralSee .
    *Metadata standard version (O)owl:versionInfo +

    dct:Standard

    +
    rdfs:LiteralSee . This can be part of the information specified for metadata standard name.
    +

    Metadata date (M)

    +

    *Metadata date stamp (M)

    +
    dct:modified (M) +

    dcat:CatalogRecord

    Temporal LiteralSee .
    +

    Metadata language (M)

    +

    *Metadata language (C)

    +
    dct:language (O) +

    dcat:CatalogRecord

    +
    dct:LinguisticSystemSee .
    + +
    + +
    + +

    Overview of bindings for GeoDCAT-AP Extended

    + +

    This section provides an overview of the RDF syntax bindings in GeoDCAT-AP Extended. This GeoDCAT-AP mapping profile covers elements defined in INSPIRE and the core profile of [[ISO-19115]], for which [[DCAT-AP-3]] does not provide a syntax binding. GeoDCAT-AP Extended is a superset of GeoDCAT-AP Core.

    + +

    The following table contains the defined RDF syntax binding for INSPIRE metadata. In the table below, the starred elements (*) are used to indicate the corresponding metadata element in the core profile of [[ISO-19115]]. For each metadata element, it is indicated whether the element is mandatory (M), optional (O), conditional (C), or recommended (R) in either specification.

    + +

    Please note that some metadata elements have an RDF syntax binding in both the GeoDCAT-AP Core and Extended mapping profile. These elements fall in one of these categories:

    + +
      +
    1. Partial coverage by a [[DCAT-AP-3]] binding: This concerns conformity (only degree of conformity equal to “conformant” is supported) and responsible organisation (only responsible party roles creator, publisher, and point of contact are supported).

    2. +
    3. Subsumption by a GeoDCAT-AP RDF binding: ISO metadata elements available in GeoDCAT-AP Core, but for which only a many-to-one mapping is supported in [[DCAT-AP-3]].

    4. +
    + +

    In order to preserve the original semantics, the extended mapping profile of GeoDCAT-AP defines additional alignments to those included in GeoDCAT-AP Core. The two sets of alignments are not mutually exclusive, and can coexist without creating conflicts.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    INSPIRE metadata

    +

    *ISO 19115:2003 Core Profile

    +
    PropertyDomainRangeComments
    +

    Resource type (M)

    +

    *not in ISO 19115 core

    +
    geodcatap:resourceType +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +

    skos:Concept

    See and the controlled vocabulary for resource type in . [[DCAT-AP-3]] supports the use of dct:type on dct:Dataset only.
    +

    Unique resource identifier (M)

    +

    *not in ISO 19115 core

    +
    dct:identifier +

    dcat:Catalog

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    rdfs:LiteralSee . In RDF, this could also be represented as the URI of the resource.
    +

    Resource language (C)

    +

    *Dataset language (M)

    +
    dct:language +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    dct:LinguisticSystemSee .
    +

    Topic category (M)

    +

    *Dataset topic category (M)

    +
    geodcatap:topicCategory +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    +

    skos:Concept

    See and the controlled vocabulary for topic category in .
    +

    Spatial data service type (M)

    +

    *not in ISO 19115

    +
    geodcatap:serviceType +

    dcat:DataService

    +

    skos:Concept

    See . See controlled vocabulary for spatial data service type in .
    +

    Keyword value (M)

    +

    *not in ISO 19115 core

    +
    +

    dcat:keyword

    +

    dcat:theme

    +

    geodcatap:serviceCategory

    +
    +

    dcat:Catalog

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    +

    rdfs:Literal

    +

    skos:Concept

    +
    See .
    +

    Originating controlled vocabulary (C)

    +

    *not in ISO 19115 core

    +
    skos:inSchemeskos:Conceptskos:ConceptScheme +See .
    +

    Geographic bounding box (M)

    +

    *Geographic location of the dataset (by four coordinates or by geographic identifier) (C)

    +
    dct:spatial (O) +

    dcat:DataService

    +
    dct:LocationSee on the preferred format to be used in RDF for the representation of geometries.
    +

    Temporal extent (C)

    +

    *Additional extent information for the dataset (vertical and temporal) (O)

    +
    dct:temporal (O) +

    dcat:Catalog

    +

    dcat:DataService

    +
    dct:PeriodOfTimeSee .
    +

    Date of publication (C)

    +

    *Dataset reference date (M) – publication

    +
    dct:issued +

    dcat:DataService

    +
    Temporal LiteralSee .
    +

    Date of last revision (C)

    +

    *Dataset reference date (M) – revision

    +
    dct:modified +

    dcat:DataService

    +
    Temporal LiteralSee .
    +

    Date of creation (C)

    +

    *Dataset reference date (M) - creation

    +
    dct:created +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    Temporal LiteralSee .
    +

    Spatial resolution (C)

    +

    *Spatial resolution of the dataset (O)

    +
    +

    dcat:spatialResolutionInMeters

    +
    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    xsd:decimalSee . Property dcat:spatialResolutionInMeters can only be used when spatial resolution is expressed as distance in metres. Property dqv:hasQualityMeasurement can be used to specify any type of spatial resolution. Property geodcatap:spatialResolutionAsText is used only in case spatial resolution is specified as free-text.
    +

    dqv:hasQualityMeasurement

    +
    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    dqv:QualityMeasurement
    +

    geodcatap:spatialResolutionAsText

    +
    rdfs:Literal
    +

    Conformity (M)

    +

    *not in ISO 19115 core

    +
    prov:wasUsedBy +

    prov:Entity

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +
    prov:ActivitySee .
    +

    Conformity Specification (M)

    +

    *not in ISO 19115 core

    +
    prov:wasDerivedFromprov:Entityprov:EntitySee .
    +

    Conformity degree (M)

    +

    *not in ISO 19115 core

    +
    prov:generatedprov:Activityprov:EntitySee and the controlled vocabulary for conformity degree in .
    +

    Topological Consistency (C)

    +

    *not in ISO 19115 core

    +
    ---See . No syntax binding is provided for data quality, other than data conformity.
    +

    Data Quality – Logical Consistency – Conceptual Consistency, Domain Consistency – (R)

    +

    *not in ISO 19115 core

    +
    ---See . No syntax binding is provided for data quality, other than conformity.
    +

    Limitations on public access (C)

    +

    *not in ISO 19115 core

    +
    dct:accessRights (O), dct:rights (O) +

    dcat:Catalog

    +

    dcat:Distribution

    +

    dcat:DataService

    +
    dct:RightsStatementSee .
    +

    Responsible party (M)

    +

    *Dataset responsible party (O)

    +
    +

    dct:publisher

    +

    dct:creator

    +
    +

    dcat:CatalogRecord

    +

    dcat:DataService

    +
    foaf:AgentSee .
    dcat:contactPoint +

    dcat:Catalog

    +

    dcat:CatalogRecord

    +

    dcat:DataService

    +
    vcard:Kind
    +

    dct:rightsHolder

    +

    geodcatap:custodian

    +

    geodcatap:distributor

    +

    geodcatap:originator

    +

    geodcatap:principalInvestigator

    +

    geodcatap:processor

    +

    geodcatap:resourceProvider

    +

    geodcatap:user

    +
    +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:CatalogRecord

    +

    dcat:DataService

    +
    foaf:Agent
    prov:qualifiedAttribution +

    prov:Entity

    +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:CatalogRecord

    +

    dcat:DataService

    +
    prov:Attribution
    Responsible party role (M)dcat:hadRole +

    prov:Attribution

    +
    dcat:RoleSee and controlled vocabulary for responsible party role in .
    *Metadata file identifier (O)dct:identifier +

    dcat:CatalogRecord

    rdfs:LiteralSee . In RDF, this could also be represented as the URI of the metadata / catalogue record.
    +

    Metadata point of contact (M)

    +

    *Metadata point of contact (M)

    +
    dcat:contactPoint +

    dcat:CatalogRecord

    vcard:KindSee .
    prov:qualifiedAttribution +

    dcat:CatalogRecord

    prov:Attribution
    *Metadata character set (C)

    -

    -

    -

    Metadata in GeoDCAT-AP are always in UTF-8. See .

    Coordinate Reference System (M)

    +

    *Reference System (0)

    geodcatap:referenceSystem +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +

    dcat:Distribution

    +
    skos:ConceptSee .

    Temporal Reference System (C)

    +

    *Reference System (0)

    geodcatap:referenceSystem +

    dcat:Catalog

    +

    dcat:Dataset

    +

    dcat:DatasetSeries

    +

    dcat:DataService

    +

    dcat:Distribution

    +
    skos:ConceptSee .

    Character Encoding (C)

    +

    *Dataset character set (C)

    cnt:characterEncoding

    dcat:Distribution

    rdfs:LiteralSee .

    Spatial representation type – (M)

    +

    *Spatial representation type (O)

    adms:representationTechniquedcat:Distributionskos:ConceptSee .
    + +
    + +
    + +
    + +

    Overview of metadata elements covered by GeoDCAT-AP

    + +

    The following table provides an overview of the metadata elements in the INSPIRE metadata schema and in the core profile of [[ISO-19115]], and the available mappings in [[DCAT-AP-3]] and GeoDCAT-AP. Columns titled with “obligation” specify whether the corresponding metadata elements are mandatory (M), conditional (C), and optional (O) (where “conditional” means “mandatory under given conditions”).

    +

    Note that the mappings covered by [[DCAT-AP-3]] correspond to those defined in GeoDCAT-AP core, whereas those covered only by GeoDCAT-AP correspond to those defined in the GeoDCAT-AP extended.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    INSPIREObligationISO 19115 CoreObligationDCAT-APGeoDCAT-AP
    Metadata point of contactMMetadata point of contactMYes
    Metadata dateMMetadata date stampMYesYes
    Metadata languageMMetadata languageCYesYes
    Metadata character setCAlways UTF-8
    Metadata file identifierOYes
    Metadata standard nameOYes
    Metadata standard versionOYes
    Resource titleMDataset titleMYesYes
    Temporal reference - Date of creation / publication / last revisionCDataset reference dateMPartially (creation date not included)Yes
    Resource abstractMAbstract describing the datasetMYesYes
    Resource languageCDataset languageMYesYes
    Topic categoryMDataset topic categoryMYes
    Geographic bounding boxMGeographic location of the dataset (by four coordinates or by geographic identifier)CYesYes
    Character encodingCDataset character setCYes
    Temporal reference - Temporal extentCAdditional extent information for the dataset (vertical and temporal)OPartially (temporal extent only)Partially (temporal extent only)
    LineageMLineageOYesYes
    Spatial representation typeMSpatial representation typeOYes
    EncodingMDistribution formatOYesYes
    Spatial resolutionCSpatial resolution of the datasetOYes (but only as horizontal ground distance)Yes
    Responsible organisationMDataset responsible partyOPartially (only 3 of the 11 responsible party roles are supported)Yes
    Resource locatorCOn-line resourceOYesYes
    Coordinate reference system; Temporal reference systemM; CReference systemOYes
    ConformityMYesYes
    Resource typeMYesYes
    Spatial data service typeMYes
    KeywordMPartially (only for datasets and dataset series)Yes
    Coupled resourceCYesYes
    Unique resource identifierMYesYes
    Conditions for access and useMYesYes
    Limitations on public accessMYesYes
    Maintenance informationOPartially (only maintenance and update frequency)Partially (only maintenance and update frequency)
    Data quality – Logical consistency – Topological consistencyCPartially (only conformance results)
    Data quality – Logical consistency – Conceptual consistencyOPartially (only conformance results)
    Data quality – Logical consistency – Domain consistencyOPartially (only conformance results)
    +
    + +
    + +

    Detailed usage notes and examples

    + +

    This annex contains further usage notes and examples on the mappings summarised in .

    + +
    + +

    Resource title - *Dataset title

    + +

    The content of the element ‘resource title’ can be represented in RDF as a plain literal, and by using property dct:title.

    + +

    This binding may also include the specification of the language by using attribute @xml:lang [[XML]]. The language to be specified is the one indicated by element metadata language, mapped to the language identifiers defined by IETF BCP 47 [[BCP47]].

    + + + +
    + +
    + +

    Resource abstract - *Abstract describing the dataset

    + +

    The content of the elements ‘resource abstract’ can be represented in RDF as a plain literal, and by using property dct:description.

    + +

    This binding may also include the specification of the language by using attribute @xml:lang [[XML]]. The language to be specified is the one indicated by element metadata language, mapped to the language identifiers defined by IETF BCP 47 [[BCP47]].

    + + + +
    + +
    + +

    Resource type - *not in ISO 19115 core

    + + + + + +

    [[VOCAB-DCAT-3]] and [[DCAT-AP-3]] provide specific classes that can be used to represent the INSPIRE notions of dataset, dataset series, and service, namely, dcat:Dataset, dcat:DatasetSeries, and dcat:DataService.

    + +

    In order to explicitly indicate the correspondence with the relevant INSPIRE resource types, following the work on aligning INSPIRE Metadata and Dublin Core [[?INSPIRE-DC]], in the extended mapping profile of GeoDCAT-AP they will be denoted by using the resource type code list operated by the INSPIRE Registry [[INSPIRE-RT]], and by using geodcatap:resourceType. More precisely, the following URIs SHOULD be used to denote, respectively, dataset, series, and services:

    + + + +

    Additionally, the spatial data service type can be specified by using geodcatap:serviceType with the corresponding code lists operated by the INSPIRE Registry [[INSPIRE-SDST]].

    + + + + + +
    + +
    + +

    Resource locator - *On-line resource

    + +

    In INSPIRE, this element, quoting, defines the link(s) to the resource and/or the link to additional information about the resource. [[VOCAB-DCAT-3]] has a property, namely, dcat:landingPage, having exactly the same purpose.

    + + + +

    [[ISO-19115]] offers however the ability to specify the “type” of resource locator by using a specific code list (CI_OnlineFunctionCode), described in the following table:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ISO 19115 – CI_OnlineFunctionCodeDescription
    downloadonline instructions for transferring data from one storage device or system to another
    informationonline information about the resource
    offlineAccessonline instructions for requesting the resource from the provider
    orderonline order process for obtaining the resource
    searchonline search interface for seeking out information about the resource
    + +

    Based on this, the mappings of element “resource locator” for data sets and data set series will vary depending on the function code (when available), based on the following table.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ISO 19115 – CI_OnlineFunctionCodePropertyDomainRange
    (not provided)dcat:landingPagedcat:Datasetfoaf:Document
    downloaddcat:accessURLdcat:Distributionrdfs:Resource
    Informationfoaf:pagedcat:Datasetfoaf:Document
    offlineAccessdcat:accessURLdcat:Distributionrdfs:Resource
    orderdcat:accessURLdcat:Distributionrdfs:Resource
    searchfoaf:pagedcat:Datasetfoaf:Document
    + +

    However, whenever the URL points to a service endpoint, the resource locator SHOULD be always mapped to property dcat:accessURL, and complemented by additional two properties, namely, dcat:endpointURL and dcat:endpointDescription.

    + +

    More precisely, if the URL is recognised as pointing to a capabilities document, the URL is mapped to property dcat:endpointDescription, whereas property dcat:endpointURL will take as value the URL without it query string component.

    + +

    Properties dcat:endpointURL and dcat:endpointDescription will have as domain class dcat:DataService, linked to the dataset distribution via property dcat:accessService.

    + +

    Finally, whenever it is possible to recognise the service protocol, this information will be specified by property geodcatap:serviceProtocol, taking as value the URI of the relevant specification from the INSPIRE Registry's code list for protocol values [[INSPIRE-PV]].

    + + + +

    As far as services are concerned, the resource locator SHOULD be mapped to properties dcat:endpointURL, dcat:endpointDescription, and dct:conformsTo, as described above.

    + + + +
    + +
    + +

    Unique resource identifier - *not in ISO 19115 core

    + +

    In INSPIRE, this element is meant to uniquely identify a resource (dataset, series or service), and it is mandatory for datasets and series. It is specified by (a) a mandatory character string code and by (b) an optional character string namespace.

    + +

    Based on [[DCAT-AP-3]], unique resource identifiers are mapped to dct:identifier (see ). The actual value is obtained by the concatenation of the values of the namespace (if specified) and of the code in the original metadata record.

    + + + +

    If the unique resource identifier is specified with or can be encoded as an HTTP URI, it can be used as the URI of the resource (see ).

    + + + +
    + +
    + +

    Coupled resource - *not in ISO 19115 core

    + +

    This element is used to link a service to the target datasets or dataset series.

    + +

    Following [[VOCAB-DCAT-3]] and [DCAT-AP-3], this relationship is specified by using property dcat:servesDataset.

    + + + +

    The target dataset or series SHOULD be preferably referred to by using its unique resource identifier, as in .

    + + + +
    + +
    + +

    Resource language and metadata language - *Dataset language and Metadata language

    + +

    In INSPIRE metadata, metadata and resource languages (which may be different) are specified by using the three-letter language codes defined in [[?ISO-639-2]].

    + +

    Based on [[DCAT-AP-3]], both elements are specified with property dct:language, with the URI of the relevant language available from the relevant register operated by the EU Publications Office [[EUV-LANG]].

    + +

    assumes that the metadata language is Dutch, and the resource language is German.

    + + + +

    The metadata language can be also used to specify the language of textual elements of resource metadata by using the @xml:lang attribute [[XML]].

    + +

    Since @xml:lang takes as value language identifiers defined by IETF BCP 47 [[BCP47]], a mapping from the actual value of the metadata language is needed.

    + +
    + +
    + +

    Topic category, originating controlled vocabulary, and keyword value - *Dataset topic category

    + +

    In INSPIRE, these two elements have specific purposes. Quoting from the INSPIRE Metadata Regulation [[?INSPIRE-MD-REG]] (§2.1 and §3.1, respectively):

    + +
      +
    • The topic category is a high-level classification scheme to assist in the grouping and topic-based search of available spatial data resources.

    • +
    • The keyword value is a commonly used word, formalised word or phrase used to describe the subject. While the topic category is too coarse for detailed queries, keywords help narrowing a full text search and they allow for structured keyword search.

    • +
    + +

    Moreover, two types of keywords are allowed:

    + +
      +
    • free keywords;

    • +
    • keywords taken from a controlled vocabulary.

    • +
    + +

    Finally, topic categories apply only to datasets and dataset series.

    + +
    + +

    Topic category and keyword in datasets and dataset series

    + +

    As far as dataset metadata are concerned, in both [[VOCAB-DCAT-3]] and [[DCAT-AP-3]], a distinction is made only between free keywords and keywords from controlled vocabularies, associated with a URI. For the former, dcat:keyword is used, whereas for the latter dcat:theme (which is a sub-property of dct:subject). Since the INSPIRE Registry operates URI registers for topic categories and INSPIRE spatial data themes, and in order to keep the distinction existing in INSPIRE between topic categories and keywords, the mapping is as follows:

    + +
      +
    • Topic category is mapped to geodcatap:topicCategory, and expressed by the corresponding URIs minted for the ISO code list in the INSPIRE Registry – reference register http://inspire.ec.europa.eu/metadata-codelist/TopicCategory;
    • +
    • Keywords not associated with a controlled vocabulary will be mapped to dcat:keyword;
    • +
    • INSPIRE spatial data themes are mapped to dcat:theme and expressed by the corresponding URI in the INSPIRE Registry – reference register http://inspire.ec.europa.eu/theme;
    • +
    • Keywords associated with other controlled vocabularies are mapped to dcat:theme.
    • +
    + +

    Following [[DCAT-AP-3]] recommendations, keywords from controlled vocabularies SHOULD be preferably specified with dereferenceable HTTP URIs. In such a case, the information concerning the originating controlled vocabulary can be omitted.

    + +

    When keywords cannot be specified with HTTP URIs, they SHOULD be typed as a skos:Concept associated with a skos:ConceptScheme (used to type the originating controlled vocabulary), and annotated with the textual content and reference date(s) in the relevant INSPIRE metadata elements.

    + +

    The representation of the information concerning the controlled vocabulary is illustrated in the following table.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Metadata ElementProposed mapping
    Originating controlled vocabularyTitleskos:ConceptSchemedct:title
    Reference datecreationdct:created
    last revisiondct:modified
    publicationdct:issued
    + +

    For conformance with [[DCAT-AP-3]], GeoDCAT-AP records MUST also include keywords from the EU Vocabularies Data Theme Named Authority List [[EUV-THEMES]].

    + +

    In order to ensure consistency, the relevant EU Vocabularies Data Theme keywords SHOULD be selected based on mappings with the controlled vocabularies used in INSPIRE / ISO 19115 metadata.

    + + + +
    + +
    + +

    Keyword in services

    + +

    As far as service metadata are concerned, keywords can classify either a service or the datasets / series operated by the service itself. For the latter, INSPIRE Metadata Regulation requires using at least one of the keywords from the ISO 19119 code list of spatial data service categories.

    + + + +

    In order to keep the distinction between these two types of keywords, the adopted solution is as follows:

    + +
      +
    • Keywords from the ISO 19119 codelist of spatial data service types mapped to geodcatap:serviceType, and expressed by the corresponding URI in the INSPIRE Registry – reference register http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType;
    • +
    • Keywords from the ISO 19119 codelist of spatial data service categories are mapped to geodcatap:serviceCategory, and expressed by the corresponding URI in the INSPIRE Registry – reference register http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceCategory;
    • +
    • Keywords not associated with a controlled vocabulary will be mapped to dcat:keyword, and represented as un-typed literals;
    • +
    • INSPIRE spatial data themes are mapped to dcat:theme, and expressed by the corresponding URI in the INSPIRE Registry – reference register http://inspire.ec.europa.eu/theme +
    • +
    • Keywords associated with other controlled vocabularies are mapped to dcat:theme. If not denoted by an HTTP URI, they SHOULD be expressed as a skos:Concept associated with a skos:ConceptScheme, and annotated with the textual content and reference date(s) in the relevant INSPIRE metadata elements.
    • +
    + + + +
    + +
    + +
    + +

    Spatial data service type - *not in ISO 19115 core

    + +

    See on resource type.

    + +
    + +
    + +

    Geographic bounding box - *Geographic location of the dataset (by 4 coordinates or by geographic identifier)

    + +

    In the core profile of [[ISO-19115]], spatial coverage can be specified either with a bounding box (a geometry) or a geographic identifier. INSPIRE is more restrictive, in that it requires using a bounding box

    + +

    Based on that, GeoDCAT-AP specified spatial coverage as illustrated in the following sections.

    + + + +
    + +

    Bounding box

    + +

    As a general rule, when the area corresponding to the spatial coverage is denoted by a geometry, as in INSPIRE, [[DCAT-AP-3]] recommends the use of the Core Location Vocabulary [[LOCN]], where this is done by using property locn:geometry, having as range a geometry specified as

    + +
      +
    • a URI - e.g., by using the geo URI scheme (IET RFC-5870) [[?RFC5870]], or a geohash URI [[?GEOHASH]], [[?GEOHASH-36]];

    • +
    • a syntax encoding scheme - e.g., geohashes [[?GEOHASH]], [[?GEOHASH-36]], WKT [[?ISO-19125-1]], GML [[?GML]], KML [[?KML]], GeoJSON [[?RFC7946]]; or

    • +
    • a semantic representation - using vocabularies like W3C Lat/long [[?W3C-BASIC-GEO]] or schema.org [[?SCHEMA-ORG]].

    • +
    + +

    However, in case the geometry is a bounding box or a centroid, properties dcat:bbox and dcat:centroid, respectively, SHOULD be used instead of locn:geometry.

    + +

    It is worth noting that currently there is no agreement on a preferred format to be used in RDF for the representation of geometries. In GeoDCAT-AP, geometries can be provided in any, and possibly multiple, encodings, but at least one of the following must be made available: WKT or GML. An additional requirement concerns the coordinate reference system (CRS) used, which may vary on a country or territory basis. The CRS must be specified in the GML or WKT encoding as required by GeoSPARQL [[GeoSPARQL11]]. Geometries shall be interpreted using the axis order defined in the spatial reference system used. For example, for CRS84 the axis order is longitude / latitude, whereas for WGS84 the axis order is latitude / longitude. Summarising:

    + +
      +
    • Geometries MAY be provided in multiple encodings, but at least one of the following MUST be made available: GML and WKT.

    • +
    • For GML and WKT, the CRS MUST be specified as defined in GeoSPARQL [[GeoSPARQL11]].

    • +
    + +

    As geometries may be provided in multiple encodings, the corresponding datatype SHOULD be always specified to ensure that the geometry literal is correctly interpreted.

    + +

    For GML and WKT, the [[GeoSPARQL11]] datatypes gsp:gmlLiteral and gsp:wktLiteral, respectively, MUST be used.

    + +

    For GeoJSON [[?RFC7946]], datatype gsp:geoJSONLiteral, defined in GeoSPARQL, version 1.1 [[?GeoSPARQL11]], SHOULD be used.

    + +

    For the other geometry encodings, no datatype is currently available. Therefore, their interoperability is not ensured when metadata records are shared or harvested across catalogues.

    + + + + + +
    + + + +
    + +

    Geographic identifier

    + +

    [[ISO-19115]] core also allows specifying the geographic location using a geographic identifier. Following [[DCAT-AP-3]], for this, it is RECOMMENDED to use an HTTP URI from one of the following registers / gazetteers:

    + +
      +
    • The Named Authority Lists operated by the Metadata Registry of the EU Publications office concerning continents [[EUV-CONT]], countries [[EUV-COUNTRIES]], and places [[EUV-PLACES]].

    • +
    +

    If none of the above provides the relevant geographic identifiers, Geonames [[?GEONAMES]] SHOULD be used.

    +

    If an HTTP URI is not available, the geographic identifier MUST be expressed with skos:prefLabel, and the reference to the originating controlled vocabulary (if any) MUST be specified with skos:inScheme. The controlled vocabulary will be described by a name (dct:title) and a last modified data (dct:modified).

    + + + +

    As far as geographic identifiers are concerned, following [[DCAT-AP-3]], GeoDCAT-AP does not prevent the use other vocabularies in addition to the recommended ones. The vocabularies identified by the GeoDCAT-AP WG are listed in .

    + + + + + +
    + +
    + +
    + +

    Temporal reference and metadata date –*Additional extent information for the dataset (vertical and temporal) and *Metadata date stamp

    + +

    Temporal reference is a composite element consisting of the following possible child elements:

    + +
      +
    • temporal extent (temporal coverage);

    • +
    • date of publication, last revision, and/or creation.

    • +
    + +

    Based on [[DCAT-AP-3]], temporal extent is mapped to dct:temporal, having as range dct:PeriodOfTime. The time instant or interval is specified by using properties dcat:startDate and dcat:endDate, respectively.

    + +

    By contrast, date of publication, last revision, and creation are mapped, respectively, to dct:issued, dct:modified (both core and extended GeoDCAT-AP mapping profiles), and dct:created (only for the extended mapping profile of GeoDCAT-AP).

    + +

    [[DCAT-AP-3]] does not have a property equivalent to the INSPIRE metadata element metadata date. In INSPIRE, this element is defined as follows (see [[INSPIRE-MD-REG]], Part B, §10.2):

    + +
    +

    The date which specifies when the metadata record was created or updated.

    +
    + +

    Due to this ambiguity, the defined mapping for this element is dct:modified.

    + + + +
    + +
    + +

    Lineage - *Lineage

    + +

    Following [[DCAT-AP-3]], this element is mapped to property dct:provenance.

    + +

    Since the range of dct:provenance is not a literal, but class dct:ProvenanceStatement, the free-text content of element “lineage” can be expressed by using dct:description.

    + + + +
    + +
    + +

    Spatial resolution – Spatial resolution of the dataset

    + +

    [[VOCAB-DCAT-3]] and [[DCAT-AP-3]] provide property dcat:spatialResolutionInMeters, to specify spatial resolution as distance in metres. Morever, [[VOCAB-DCAT-3]] and [[?SDW-BP]] recommend the use of [[VOCAB-DQV]] to specify other types of spatial resolution, via property dqv:hasQualityMeasurement.

    + +

    Based on this, GeoDCAT-AP specifies spatial resolution as follows:

    + +
      +
    • Property dcat:spatialResolutionInMeters is used for spatial resolution when it is expressed as distance in metres.
    • +
    • Property dqv:hasQualityMeasurement is used for all types of spatial resolution. In such a case, the type of spatial resolution is specified by using property dqv:isMeasurementOf, which takes as value the relevant instance of class dqv:Metric defined in GeoDCAT-AP for this purpose (see Instances of Metric).
    • +
    • Property geodcatap:spatialResolutionAsText is used when spatial resolution is specified as free-text.
    • +
    + +

    The core mapping profile of GeoDCAT-AP, following [[DCAT-AP-3]], supports only the use property dcat:spatialResolutionInMeters, and, therefore, the other types of spatial resolution are left unmapped.

    + + + +
    + +
    + +

    Conformity and data quality - *not in ISO 19115 core

    + +

    In [[ISO-19115]], conformance and quality information is encoded as a quality report containing the result of a test (an evaluation) of a given quality measure, according to an evaluation method, with either a quantitative result (a metric) or a conformance result (pass or fail) as most important outcome.

    + +

    The current version of GeoDCAT-AP only defines a syntax binding for conformity and not for data quality in general, making use of property dct:conformsTo and the W3C Provenance Ontology (PROV-O) [[PROV-O]], as explained in the following paragraphs. + + + +

    [[DCAT-AP-3]] provides a single candidate, dct:conformsTo, which however can be used to map only a conformity of degree ‘conformant’. This is suitable for the core mapping profile of GeoDCAT-AP.

    + +

    Considering how conformity must be expressed in extended mapping profile of GeoDCAT-AP (see [[INSPIRE-MD-REG]], Part B, §7), possible candidates are the W3C Evaluation and Report Language (EARL) [[?EARL10]] and the W3C Provenance Ontology (PROV-O) [[PROV-O]]. The latter candidate was chosen by the GeoDCAT-AP Working Group, since it would enable wider re-use with respect to the EARL vocabulary, which is more specific, and its use is limited.

    + +

    [[PROV-O]] allows encoding conformity as a test activity (prov:Activity) that generated a result specified with property prov:generated, corresponding to the degree of conformity, for which the INSPIRE Registry maintains a URI set [[INSPIRE-DoC]]. The specification against which the conformance is asserted is specified via a qualified association (prov:qualifiedAssociation) with a test plan (a prov:Plan) in turn derived from a standard (dct:Standard, also prov:Entity). These associations are made via a property chain: prov:qualifiedAssociation, prov:hadPlan, and prov:wasDerivedFrom.

    + +

    This pattern is illustrated in the following table.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Metadata elementProposed mapping
    ConformitySpecification (M)Titleprov:wasUsedBy (range prov:Activity)prov:qualifiedAssociation (range prov:Assocation) > prov:hadPlan (range prov:Plan) > prov:wasDerivedFrom (range: prov:Entity, dct:Standard)dct:title
    Reference datecreationdct:created
    last revisiondct:modified
    publicationdct:issued
    Degree (M)prov:generated (range prov:Entity)dct:type (range [[INSPIRE-DoC]])
    dct:description
    + +

    In order to grant interoperability with [[DCAT-AP-3]], when conformity is of degree “conformant”, the proposal is to use both [[PROV-O]] and dct:conformsTo for GeoDCAT-AP Extended.

    + + + + + +
    + +
    + +

    Conditions for access and use and limitations on public access – Use limitation and access / other constraints

    + +

    In [[DCAT-AP-3]], licensing information is specified on (a) data catalogues (services) and on (b) the distribution(s) of a dataset, and not on the dataset itself. The principle is that different dataset distributions may be associated with different licensing terms. Moreover, [[DCAT-AP-3]] recommends the use of dct:accessRights for specifying access conditions. Both licenses and access rights should be indicated by their corresponding URIs.

    + +

    Based on this, GeoDCAT-AP specifies use and access limitations by using, respectively, dct:license and dct:accessRights whenever the value is available as a URI. Otherwise, since the range of these properties is not a literal, but, respectively, classes dct:LicenseDocument and dct:RightsStatement, the free-text content of the corresponding ISO 19115 / INSPIRE metadata elements can be expressed using dct:description on the dct:RightsStatement instance, connected using the dct:rights property.

    + + + + + +
    + +
    + +

    Responsible party and metadata point of contact - *Dataset responsible party and *Metadata point of contact

    + +

    [[DCAT-AP-3]] supports properties to denote the publisher, the creator, and the contact point for a dataset.

    + +

    By contrast, [[ISO-19115]] and [[INSPIRE-MD-REG]] support 11 possible relationships between a resource (a dataset, a dataset series, a service) and an agent (organisation), plus one for metadata. However, for only some of them suitable candidates exist from widely used vocabularies (in particular, DCMI Metadata Terms [[DCTERMS]]).

    + +

    In order to fill this gap, specific properties have been defined in the GeoDCAT-AP namespace to complement those available in [[DCAT-AP-3]] and [[DCTERMS]].

    + +

    The following table lists the mappings between responsible party roles and the corresponding properties used in GeoDCAT-AP.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    [[ISO-19115]][[INSPIRE-MD-REG]]DescriptionProposed RDF mapping
    Resource providerPart B, §6.1Party that supplies the resource.geodcatap:resourceProvider
    CustodianPart B, §6.2Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource.geodcatap:custodian
    OwnerPart B, §6.3Party that owns the resource.dct:rightsHolder
    UserPart B, §6.4Party who uses the resource.geodcatap:user
    DistributorPart B, §6.5Party who distributes the resourcegeodcatap:distributor
    OriginatorPart B, §6.6Party who created the resource.geodcatap:originator
    Point of contactPart B, §6.7Party who can be contacted for acquiring knowledge about or acquisition of the resource.dcat:contactPoint
    Principal investigatorPart B, §6.8Key party responsible for gathering information and conducting researchgeodcatap:principalInvestigator
    ProcessorPart B, §6.9Party who has processed the data in a manner such that the resource has been modified.geodcatap:processor
    PublisherPart B, §6.10Party who published the resourcedct:publisher
    AuthorPart B, §6.11Party who authored the resource.dct:creator
    + +

    The extended mapping profile of GeoDCAT-AP also supports the use of the W3C PROV ontology [[PROV-O]] and [[VOCAB-DCAT-3]] to specify the relationship between the resource and the responsible organisation. The FOAF Vocabulary [[FOAF]] is used to specify the contact information concerning the responsible party. Finally, the responsible party role will be specified by using dcat:hadRole, and using the relevant code list values from the INSPIRE Registry – reference register [[INSPIRE-RPR]]:

    + +

    http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole

    + +

    These mappings are illustrated in the following table.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Metadata elementProposed mapping
    Responsible partyResponsible partyOrganisation nameprov:qualifiedAttribution (range prov:Attribution)prov:agent (range prov:Agent, foaf:Agent)foaf:name
    Contact email addressfoaf:mbox
    Responsible party roledcat:hadRole (range dcat:Role)
    + +

    It is important to note that the [[PROV-O]]-based mappings are semantically equivalent to the property-based ones illustrated earlier in this section. Their use is therefore only accessory, and functional to possible requirements from the data provider side.

    + +

    For these reasons, the GeoDCAT-AP overall approach is as follows:

    + +
      +
    • Responsible parties and their roles MUST be represented by the corresponding properties, based on an agreed definition of 1-to-1 mappings.
    • +
    • The property-based representation MAY be complemented with the [[PROV-O]]-based approach.
    • +
    + +

    As mentioned earlier, the latter option is supported only in the extended mapping profile of GeoDCAT-AP.

    + + + + + +
    + +
    + +

    *Metadata file identifier

    + +

    This element identifies a metadata record.

    + +

    Metadata file identifiers are mapped to dct:identifier.

    + + + +

    If the metadata file identifier is or can be encoded as an HTTP URI, it can also be used as the URI of the catalogue record (see ).

    + + + +
    + +
    + +

    *Metadata standard name, *Metadata standard version

    + +

    Following [[DCAT-AP-3]], GeoDCAT-AP uses dct:conformsTo to specify the metadata standard, and properties dct:title and owl:versionInfo are used to specify the standard name and version, respectively.

    + +

    This pattern is illustrated in the following table.

    + + + + + + + + + + + + + + + + + + + + + + + + +
    Metadata elementProposed mapping
    Metadata standardMetadata standard namedct:conformsTo (range dct:Standard)dct:title
    Metadata standard versionowl:versionInfo
    + +

    shows a GeoDCAT-AP metadata record obtained from one conformant with [[ISO-19115]].

    + + + +

    To represent the standard name and version of the source ISO record, the GeoDCAT-AP metadata record must be extended as in .

    + + + +
    + +
    + +

    *Metadata characterset

    + +

    Since in RDF serializations always use UTF-8, the metadata characterset is not reflected in the GeoDCAT-AP.

    + +
    + +
    + +

    Metadata point of contact - *Metadata point of contact

    + +

    See .

    + +
    + +
    + +

    Metadata date - *Metadata date stamp

    + +

    See .

    + +
    + +
    + +

    Metadata language - *Metadata language

    + +

    See .

    + +
    + +
    + +

    Coordinate reference systems and Temporal reference systems – *Reference System

    + +

    In GeoDCAT-AP, these elements are mapped to property geodcatap:referenceSystem. Moreover, in order to indicate which type of a reference system the object of geodcatap:referenceSystem denotes, an additional statement with predicate dct:type is added, with a code list value defining the notion of (spatial / temporal) reference system, taken from the glossary operated by the INSPIRE Registry [[INSPIRE-GLOSSARY]].

    + +

    More precisely, the following URIs SHOULD be used to denote, respectively, spatial and temporal reference systems:

    + + + +

    The reference system identifier SHOULD be preferably represented with an HTTP URI. In particular, spatial reference systems should be specified by using the corresponding URIs from the “EPSG coordinate reference systems” register operated by the Open Geospatial Consortium [[OGC-EPSG]].

    + +

    In this register, the URI prefix for coordinate reference systems is the following one:

    + +

    http://www.opengis.net/def/crs/EPSG/0/

    + +

    followed by the number identifying the coordinate reference system in the EPSG register. For instance, the following URI

    + +

    http://www.opengis.net/def/crs/EPSG/0/4258

    + +

    identifies coordinate reference system EPSG 4258, corresponding to ETRS89 (European Terrestrial Reference System 1989).

    + + + +

    In case the reference system is not specified as an HTTP URI, the mapping covers also other information included in the source metadata - as the identifier (dct:identifier), name (dct:title), and version (owl:versionInfo), plus a reference to the relevant register, if available (skos:inScheme). If a reference register is available, the reference system is implicitly also a skos:Concept, and its name can be specified by using skos:prefLabel.

    + + + + + +

    If not represented with an HTTP URI, the reference system identifier MUST be mapped to dct:identifier, as in .

    + + + +
    + +
    + +

    Character encoding - *Dataset character set and *Metadata character set

    + +

    In [[VOCAB-DCAT-3]] and [[DCAT-AP-3]], the specification of the character encoding of a dataset and the character encoding of a metadata record is not explicitly supported. Moreover, since GeoDCAT-AP is an RDF-based specification, the metadata represented using GeoDCAT-AP are always in the UTF-8 encoding.

    + +

    According to [[?RFC4288]], the character set can be part of the media type specification, but only for type “text”. By contrast, in INSPIRE the character set can be specified also for other media types.

    + +

    The W3C Content vocabulary [[Content-in-RDF10]] provides a possibly suitable candidate, namely, property cnt:characterEncoding, taking as value the character set names in the IANA register [[IANA-CHARSETS]]. GeoDCAT-AP uses this property.

    + +

    Character encoding in [[ISO-19115]] metadata is specified with a code list that can be mapped to the corresponding codes in [[IANA-CHARSETS]], as shown in the following table (entries with 1-to-many mappings are in italic).

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ISO 19115 - MD_CharacterSetCodeDescriptionIANA
    ucs216-bit fixed size Universal Character Set, based on ISO/IEC 10646ISO-10646-UCS-2
    ucs432-bit fixed size Universal Character Set, based on ISO/IEC 10646ISO-10646-UCS-4
    utf77-bit variable size UCS Transfer Format, based on ISO/IEC 10646UTF-7
    utf88-bit variable size UCS Transfer Format, based on ISO/IEC 10646UTF-8
    utf1616-bit variable size UCS Transfer Format, based on ISO/IEC 10646UTF-16
    8859part1ISO/IEC 8859-1, Information technology - 8-bit single byte coded graphic character sets - Part 1 : Latin alphabet No.1ISO-8859-1
    8859part2ISO/IEC 8859-2, Information technology - 8-bit single byte coded graphic character sets - Part 2 : Latin alphabet No.2ISO-8859-2
    8859part3ISO/IEC 8859-3, Information technology - 8-bit single byte coded graphic character sets - Part 3 : Latin alphabet No.3ISO-8859-3
    8859part4ISO/IEC 8859-4, Information technology - 8-bit single byte coded graphic character sets - Part 4 : Latin alphabet No.4ISO-8859-4
    8859part5ISO/IEC 8859-5, Information technology - 8-bit single byte coded graphic character sets - Part 5 : Latin/Cyrillic alphabetISO-8859-5
    8859part6ISO/IEC 8859-6, Information technology - 8-bit single byte coded graphic character sets - Part 6 : Latin/Arabic alphabetISO-8859-6
    8859part7ISO/IEC 8859-7, Information technology - 8-bit single byte coded graphic character sets - Part 7 : Latin/Greek alphabetISO-8859-7
    8859part8ISO/IEC 8859-8, Information technology - 8-bit single byte coded graphic character sets - Part 8 : Latin/Hebrew alphabetISO-8859-8
    8859part9ISO/IEC 8859-9, Information technology - 8-bit single byte coded graphic character sets - Part 9 : Latin alphabet No.5ISO-8859-9
    8859part10ISO/IEC 8859-10, Information technology - 8-bit single byte coded graphic character sets - Part 10 : Latin alphabet No.6ISO-8859-10
    8859part11ISO/IEC 8859-11, Information technology - 8-bit single byte coded graphic character sets - Part 11 : Latin/Thai alphabetISO-8859-11
    8859part13ISO/IEC 8859-13, Information technology - 8-bit single byte coded graphic character sets - Part 13 : Latin alphabet No.7ISO-8859-13
    8859part14ISO/IEC 8859-14, Information technology - 8-bit single byte coded graphic character sets - Part 14 : Latin alphabet No.8 (Celtic)ISO-8859-14
    8859part15ISO/IEC 8859-15, Information technology - 8-bit single byte coded graphic character sets - Part 15 : Latin alphabet No.9ISO-8859-15
    8859part16ISO/IEC 8859-16, Information technology - 8-bit single byte coded graphic character sets - Part 16 : Latin alphabet No.10ISO-8859-16
    jisjapanese code set used for electronic transmissionJIS_Encoding
    shiftJISjapanese code set used on MS-DOS machinesShift_JIS
    eucJPjapanese code set used on UNIX based machinesEUC-JP
    usAsciiUnited States ASCII code set (ISO 646 US)US-ASCII
    ebcdicIBM mainframe code setIBM037
    eucKRKorean code setEUC-KR
    big5traditional Chinese code set used in Taiwan, Hong Kong of China and other areasBig5
    GB2312simplified Chinese code setGB2312
    + + + +
    + +
    + +

    Encoding - *Distribution format

    + +

    In both [[VOCAB-DCAT-3]] and [[DCAT-AP-3]], this information is specified for the distribution(s) of a dataset, and not for the dataset itself.

    + +

    Two properties are available:

    + +
      +
    • dcat:mediaType: to be used when the format corresponds to one of the media types registered by IANA [[IANA-MEDIA-TYPES]].

    • +
    • dct:format: to be used in all the other cases, to be used with file type register operated by the Publications Office of the EU [[EUV-FT]].

    • +
    + +

    The same approach is used in GeoDCAT-AP for ISO 19115 / INSPIRE metadata.

    + + + + + +
    + +
    + +

    Spatial representation type – *Spatial representation type

    + +

    In [[DCAT-AP-3]], no equivalent term is provided.

    + +

    In [[ISO-19115]], element “Spatial representation type” is meant mainly to describe the “method used to represent geographic information in the dataset”, by using a code list (see the table below).

    + + + +

    The ADMS vocabulary [[VOCAB-ADMS]] includes a property, namely, adms:representationTechnique that could be used for this purpose. It is worth noting that, in the ADMS specification, adms:representationTechnique decribes a distribution, and not the dataset. Moreover, the [[ISO-19115]] code list of spatial representation types is available as a URI register from the INSPIRE Registry [[INSPIRE-SRT]].

    + + + + + + + +

    Based on this, GeoDCAT-AP specifies this information by using property adms:representationTechnique, with the spatial representation type URIs operated by the INSPIRE Registry [[INSPIRE-SRT]].

    + +

    This mapping is supported only in the extended mapping profile of GeoDCAT-AP.

    + +

    The spatial representation types defined in [[ISO-19115]] are listed in the following table. It is important to note that, as stated in the INSPIRE Data Specifications, the only spatial representation types in scope of INSPIRE are the following ones: “vector”, “grid”, and “tin”.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ISO 19115 - MD_SpatialRepresentionTypeCodeDescriptionIn scope of INSPIRE?
    vectorvector data is used to represent geographic dataYes
    gridgrid data is used to represent geographic dataYes
    textTabletextual or tabular data is used to represent geographic dataNo
    tintriangulated irregular networkYes
    stereoModelthree-dimensional view formed by the intersecting homologous rays of an overlapping pair of imagesNo
    videoscene from a video recordingNo
    + + + +
    + +
    + +

    Maintenance information - *not in ISO 19115 core

    + +

    In [[ISO-19115]], element “Maintenance information” is meant mainly to describe how frequently a resource is updated.

    + +

    In [[DCAT-AP-3]], the update frequency is expressed through dct:accrualPeriodicity, with the frequency codes defined in the the EU Vocabularies Frequency Named Authority List [[EUV-FREQ]], which can be partially mapped to the ones used in [[ISO-19115]], as shown in the following table.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ISO 19115 - MD_MaintenanceFrequencyCodeDublin Core Collection Description Frequency Vocabulary [[?CLD-FREQ]]EU Vocabularies Frequency Named Authority List [[EUV-FREQ]]
    continualcontinuousUPDATE_CONT / CONT
    dailydailyDAILY
    weeklyweeklyWEEKLY
    fortnightlybiweeklyBIWEEKLY
    monthlymonthlyMONTHLY
    quarterlyquarterlyQUARTERLY
    biannuallysemiannualANNUAL_2
    annuallyannualANNUAL
    asNeeded-AS_NEEDED
    IrregularirregularIRREG
    notPlanned-NOT_PLANNED
    unknown-UNKNOWN
    -triennialTRIENNIAL
    -biennialBIENNIAL
    -threeTimesAYearANNUAL_3
    -bimonthlyBIMONTHLY
    -semimonthlyMONTHLY_2
    -threeTimesAMonthMONTHLY_3
    -semiweeklyWEEKLY_2
    -threeTimesAWeekWEEKLY_3
    --OTHER
    + + + + + +

    The [[ISO-19115]] code list of maintenance frequency codes is available as a URI register from the INSPIRE Registry [[INSPIRE-MF]].

    + + + + + +

    Based on this, maintenance frequency is specified in GeoDCAT-AP by using dct:accrualPeriodicity with the EU Vocabularies Frequency Named Authority List [[EUV-FREQ]].

    + +

    For the frequency codes not covered by the EU Vocabularies Frequency code list, the approach will be as follows:

    + +
      +
    • In the core mapping profile of GeoDCAT-AP these codes will be ignored.

    • +
    • The extended mapping profile of GeoDCAT-AP will use the code list of ISO maintenance frequency codes operated by the INSPIRE Registry [[INSPIRE-MF]].

    • +
    + + + + + +
    + +
    + +
    + +

    Comparison between INSPIRE and ISO 19115-1:2014

    + +

    In [[?ISO-19115-1]] the concept of ‘Core metadata’ was removed; it was translated into a normative annex (Annex F) “Discovery metadata for geographic resources”. In the Annex F metadata elements for the discovery are listed in 2 tables:

    + +
      +
    • the metadata elements to be used for discovery of geographic datasets and series are identified in F.1;

    • +
    • the metadata elements to be used for discovery of service resources are identified in F.2.

    • +
    + +
    + +

    Spatial dataset and spatial dataset series

    + +

    The table below compares the core requirements of ISO 19115:2003 (see Table 3 in 6.5 of [[?ISO-19115]]), the requirements of INSPIRE for spatial dataset and spatial dataset series as defined in the Implementing Rules for metadata and the discovery metadata for geographic datasets and series (see Table F.1 in annex F of [[?ISO-19115-1]]). For those last metadata elements in the last field of the table the path is indicated. For each element, in brackets the obligation/max occurrence (3rd field).

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ISO 19115 CoreINSPIRE Implementing Rules for MetadataISO 19115-1:2014 Discovery metadata for datasets and series (Table F.1)ISO 19115-1:2014 Path
    Dataset title (M)Part B 1.1 Resource TitleResource title (M/1)MD_Metadata.identificationInfo > MD_DataIdentification.citation > CI_Citation.title
    Dataset reference date (M)Part B 5 Temporal ReferenceResource reference date (O/N)MD_Metadata.idenitificationInfo > MD_DataIdentification.citation > CI_Citation.date
    Dataset responsible party (O)Part B 9 Responsible organisationResource point of contact (O/N)MD_Metadata.identificationInfo > MD_DataIdentification.pointOf-Contact > CI_Responsibility
    Geographic location of the dataset (C)Part B 4.1 Geographic Bounding BoxGeographic location (C/N)MD_Metadata.identificationInfo > MD_DataIdentification.extent > EX_Extent.geographicElement > EX_GeographicExtent > EX_GeographicBoundingBox -or- EX_GeographicDescription)
    Dataset language (M)Part B 1.7 Resource LanguageResource language (C/N)MD_Metadata.identificationInfo > MD_DataIdentification.defaultLocale > PT_Locale
    Dataset character set (C)--
    Dataset topic category (M)Part B 2.1 Topic CategoryResource topic category (C/N)MD_Metadata.identificationInfo > MD_DataIdentification.topicCategory > MD_TopicCategoryCode
    Spatial resolution of the dataset (O)Part B 6.2 Spatial ResolutionSpatial resolution (O/N)

    MD_Metadata.identificationInfo > MD_Identification.spatialResolution > MD_Resolution.equivalentScale MD_Resolution.distance, MD_Resolution.vertical, or MD_Resolution.angularDistance, or MD_Resolution.levelOfDetail

    Abstract describing the dataset (M)Part B 1.2 Resource abstractResource abstract (M/1)MD_Metadata.identificationInfo > MD_DataIdentification.abstract
    Distribution format (O)--
    Additional extent information for the dataset (vertical and temporal) (O)Part B 5.1 Temporal extentExtent information for the dataset (additional) (O/N)MD_Metadata.identificationInfo > MD_Identification.extent > EX_Extent > EX_TemporalExtent or EX_VerticalExtent
    Spatial representation type (O)--
    Reference system (O)--
    Lineage (O)Part B 6.1 LineageResource lineage (O/N)MD_Metadata > resourceLineage > LI_Lineage.statement
    On-line resource (O)Part B 1.4 Resource LocatorResource on-line Link (O/N)MD_Metadata.identificationInfo > MD_DataIdentification.citation > CI_Citation.onlineResource > CI_OnlineResource
    Metadata file identifier (O)-Metadata reference information (O/1)MD_Metadata.metadataIdentifier
    Metadata standard name (O)--
    Metadata standard version (O)--
    Metadata language (C)Part B 10.3 Metadata Language-MD_Metadata.defaultLocale > PT_Locale.language
    Metadata character set (C)--
    Metadata point of contact (M)Part B 10.1 Metadata point of contactMetadata point of contact (M/N)MD_Metadata.contact > CI_Responsibility
    Metadata date stamp (M)Part B 10.2 Metadata DateMetadata date stamp (M/N)MD_Metadata.dateInfo
    -Part B 1.3 Resource TypeResource type (C/1)MD_Metadata.metadataScope > MD_Scope.resourceScope
    Part B 1.5 Unique Resource IdentifierResource identifier (O/N)MD_Metadata.identificationInfo > MD_DataIdentification.citation > CI_Citation.identifier > MD_Identifier
    Part B 3 KeywordKeywords (O/N)MD_Metadata.identificationInfo > MD_DataIdentification > descriptiveKeywords > MD_Keywords
    -Part B 7 Conformity-MD_Metadata.dataQualityInfo > DQ_DataQuality.report > DQ_UsabilityElement.result > DQ_ConformanceResult
    -Part B 8.1 Conditions for access and useConstraints on resource access and use (O/N)MD_Metadata.identificationInfo > MD_DataIdentification > MD_Constraints.useLimitations
    -Part B 8.2 Limitations on public accessConstraints on resource access and use (O/N)MD_Metadata.identificationInfo > MD_DataIdentification > MD_LegalConstraints.accessConstraint and/or MD_LegalConstraints.otherConstraint and/or MD_SecurityConstraints.classification
    + +
    + +
    + +

    Services

    + +

    The table below compares the core requirements of ISO 19115:2003 (see Table 3 in 6.5 of ISO 19115:2003), the requirements of INSPIRE for services as defined in the Implementing Rules for metadata and the discovery metadata for services (see Table F.2 in annex F of ISO 19115-1:2014). For those metadata elements in the last field of the table the path is indicated. For each element, in brackets the obligation/max occurrence (3rd field).

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ISO 19115 CoreINSPIREISO 19115-1:2014 Discovery metadata for services (Table F.2)Path ISO 19115-1:2014
    Dataset title (M)Part B 1.1 Resource TitleService title (M/1)MD_Metadata.identificationInfo > SV_ServiceIdentification.citation > CI_Citation.title
    Dataset reference date (M)Part B 5 Temporal ReferenceReference date (O/1)MD_Metadata.identificationInfo > SV_ServiceIdentification.citation > CI_Citation.date
    Dataset responsible party (O)Part B 9 Responsible organisationResponsible party (O/N)MD_Metadata.identificationInfo > SV_ServiceIdentification.pointOfContact > CI_Responsibility
    Geographic location of the dataset (C)-Geographic location (M/1)MD_Metadata.identificationInfo > SV_ServiceIdentification.extent > EX_Extent.geographicElement > EX_GeographicExtent > EX_GeographicBoundingBox -or- EX_GeographicDescription
    -Part B 4.1 Geographic Bounding Box-
    Dataset language (M)--
    Dataset character set (C)--
    Dataset topic category (M)-Service topic category (O/N)MD_Metadata.identificationInfo > SV_ServiceIdentification.topicCategory > MD_TopicCategoryCode
    Spatial resolution of the dataset (O)Part B 6.2 Spatial Resolution-
    Abstract describing the dataset (M)Part B 1.2 Resource abstractResource abstract (M/1)MD_Metadata.identificationInfo > SV_ServiceIdentification.abstract
    Distribution format (O)--
    Additional extent information for the dataset (O)--
    Spatial representation type (O)--
    Reference system (O)--
    Lineage (O)--
    On-line resource (O)Part B 1.4 Resource LocatorOn-line Link (O/N)MD_Metadata.identificationInfo > SV_ServiceIdentification.citation > CI_Citation.onlineResource > CI_OnlineResource
    Metadata file identifier (O)-Metadata reference information (O/1)MD_Metadata.metadataIdentifier
    Metadata standard name (O)--
    Metadata standard version (O)--
    Metadata language (C)Part B 10.3 Metadata Language-MD_Metadata.defaultLocale > PT_Locale.language
    Metadata character set (C)--
    Metadata point of contact (M)Part B 10.1 Metadata point of contactMetadata point of contact (M/N)MD_Metadata.contact > CI_Responsibility
    Metadata date stamp (M)Part B 10.2 Metadata DateMetadata date stamp (M/N)MD_Metadata.dateInfo
    -Part B 1.3 Resource TypeResource type (M/1)MD_Metadata.metadataScope > MD_Scope.resourceScope
    -Part B 1.6 Coupled ResourceCoupled Resource (C/N)MD_Metadata > SV_ServiceIdentification.coupledResource > SV_CoupledResource
    -Part B 2.2 Spatial Data Service Type-
    Part B 3 KeywordKeywords (O/N)MD_Metadata.identificationInfo > SV_ServiceIdentification > MD_Keywords
    -Part B 7 Conformity-MD_Metadata.dataQualityInfo > DQ_DataQuality.report > DQ_UsabilityElement.result > DQ_ConformanceResult
    -Part B 8.1 Conditions for access and useConstraints on access and use (O/N)MD_Metadata.identificationInfo > MD_DataIdentification > MD_Constraints.useLimitations
    -Part B 8.2 Limitations on public accessConstraints on access and use (O/N)MD_Metadata.identificationInfo > MD_DataIdentification > MD_LegalConstraints.accessConstraint and/or MD_LegalConstraints.otherConstraint and/or MD_SecurityConstraints.classification
    --Coupled resource type (C/1)MD_Metadata > SV_ServiceIdentification.couplingType > SV_CouplingType
    --Resource identifier (O/N)MD_Metadata.identificationInfo > SV_ServiceIdentification.citation > CI_Citation.identifier > MD_Identifier
    + +
    + +
    + +
    + + + + + + +
    + +

    Quick Reference of Classes and Properties

    + +This section provides a condensed tabular overview of the mentioned classes and properties in this specification. +The properties are grouped under headings mandatory, recommended, optional and deprecated. These terms have the following meaning. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ClassClass IRIProperty TypePropertyProperty IRI
    Activity
    http://www.w3.org/ns/prov#Activity
    Optionalgenerated
    http://www.w3.org/ns/prov#generated
    Activity
    http://www.w3.org/ns/prov#Activity
    Optionalqualified association
    http://www.w3.org/ns/prov#qualifiedAssociation
    Activity
    http://www.w3.org/ns/prov#Activity
    Optionalused
    http://www.w3.org/ns/prov#used
    Address (Core Location)
    http://www.w3.org/ns/locn#Address
    Optionaladministrative area
    http://www.w3.org/ns/locn#adminUnitL2
    Address (Core Location)
    http://www.w3.org/ns/locn#Address
    Optionalcity
    http://www.w3.org/ns/locn#postName
    Address (Core Location)
    http://www.w3.org/ns/locn#Address
    Optionalcountry
    http://www.w3.org/ns/locn#adminUnitL2
    Address (Core Location)
    http://www.w3.org/ns/locn#Address
    Optionalpost code
    http://www.w3.org/ns/locn#postCode
    Address (Core Location)
    http://www.w3.org/ns/locn#Address
    Optionalstreet address
    http://www.w3.org/ns/locn#thoroughfare
    Address (vCard)
    http://www.w3.org/2006/vcard/ns#Address
    Optionaladministrative area
    http://www.w3.org/2006/vcard/ns#region
    Address (vCard)
    http://www.w3.org/2006/vcard/ns#Address
    Optionalcity
    http://www.w3.org/2006/vcard/ns#locality
    Address (vCard)
    http://www.w3.org/2006/vcard/ns#Address
    Optionalcountry
    http://www.w3.org/2006/vcard/ns#country-name
    Address (vCard)
    http://www.w3.org/2006/vcard/ns#Address
    Optionalpostal code
    http://www.w3.org/2006/vcard/ns#postal-code
    Address (vCard)
    http://www.w3.org/2006/vcard/ns#Address
    Optionalstreet address
    http://www.w3.org/2006/vcard/ns#street-address
    Agent
    http://xmlns.com/foaf/0.1/Agent
    Mandatoryname
    http://xmlns.com/foaf/0.1/name
    Agent
    http://xmlns.com/foaf/0.1/Agent
    Recommendedtype
    http://purl.org/dc/terms/type
    Agent
    http://xmlns.com/foaf/0.1/Agent
    Optionaladdress
    http://www.w3.org/ns/locn#address
    Agent
    http://xmlns.com/foaf/0.1/Agent
    Optionalaffiliation
    http://www.w3.org/ns/org#memberOf
    Agent
    http://xmlns.com/foaf/0.1/Agent
    Optionalemail
    http://xmlns.com/foaf/0.1/mbox
    Agent
    http://xmlns.com/foaf/0.1/Agent
    Optionalphone
    http://xmlns.com/foaf/0.1/phone
    Agent
    http://xmlns.com/foaf/0.1/Agent
    OptionalURL
    http://xmlns.com/foaf/0.1/workplaceHomepage
    Association
    http://www.w3.org/ns/prov#Association
    Attribution
    http://www.w3.org/ns/prov#Attribution
    Optionalagent
    http://www.w3.org/ns/prov#agent
    Attribution
    http://www.w3.org/ns/prov#Attribution
    Optionalhad role
    http://www.w3.org/ns/dcat#hadRole
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Mandatorydescription
    http://purl.org/dc/terms/description
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Mandatorypublisher
    http://purl.org/dc/terms/publisher
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Mandatorytitle
    http://purl.org/dc/terms/title
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Recommendeddataset
    http://www.w3.org/ns/dcat#dataset
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Recommendedgeographical coverage
    http://purl.org/dc/terms/spatial
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Recommendedhomepage
    http://xmlns.com/foaf/0.1/homepage
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Recommendedlanguage
    http://purl.org/dc/terms/language
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Recommendedlicence
    http://purl.org/dc/terms/license
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Recommendedmodification date
    http://purl.org/dc/terms/modified
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Recommendedrelease date
    http://purl.org/dc/terms/issued
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Recommendedservice
    http://www.w3.org/ns/dcat#service
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Recommendedthemes
    http://www.w3.org/ns/dcat#themeTaxonomy
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalaccess rights
    http://purl.org/dc/terms/accessRights
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalapplicable legislation
    http://data.europa.eu/r5r/applicableLegislation
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalcatalogue
    http://www.w3.org/ns/dcat#catalog
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalconforms to
    http://purl.org/dc/terms/conformsTo
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalcontact point
    http://www.w3.org/ns/dcat#contactPoint
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalcreation date
    http://purl.org/dc/terms/created
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalcreator
    http://purl.org/dc/terms/creator
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalcustodian
    http://data.europa.eu/930/custodian
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionaldistributor
    http://data.europa.eu/930/distributor
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalhas part
    http://purl.org/dc/terms/hasPart
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalidentifier
    http://purl.org/dc/terms/identifier
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalkeyword
    http://www.w3.org/ns/dcat#keyword
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionaloriginator
    http://data.europa.eu/930/originator
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalprincipal investigator
    http://data.europa.eu/930/principalInvestigator
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalprocessor
    http://data.europa.eu/930/processor
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalqualified attribution
    http://www.w3.org/ns/prov#qualifiedAttribution
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalrecord
    http://www.w3.org/ns/dcat#record
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalreference system
    http://data.europa.eu/930/referenceSystem
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalresource provider
    http://data.europa.eu/930/resourceProvider
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalrights
    http://purl.org/dc/terms/rights
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalrights holder
    http://purl.org/dc/terms/rightsHolder
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionaltemporal coverage
    http://purl.org/dc/terms/temporal
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionaltheme
    http://www.w3.org/ns/dcat#theme
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionaltopic category
    http://data.europa.eu/930/topicCategory
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionaluser
    http://data.europa.eu/930/user
    Catalogue
    http://www.w3.org/ns/dcat#Catalog
    Optionalwas used by
    http://www.w3.org/ns/prov#wasUsedBy
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Mandatorymodification date
    http://purl.org/dc/terms/modified
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Mandatoryprimary topic
    http://xmlns.com/foaf/0.1/primaryTopic
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Recommendedapplication profile
    http://purl.org/dc/terms/conformsTo
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Recommendedchange type
    http://www.w3.org/ns/adms#status
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Recommendedlisting date
    http://purl.org/dc/terms/issued
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalcontact point
    http://www.w3.org/ns/dcat#contactPoint
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalcreation date
    http://purl.org/dc/terms/created
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalcreator
    http://purl.org/dc/terms/creator
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalcustodian
    http://data.europa.eu/930/custodian
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionaldescription
    http://purl.org/dc/terms/description
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionaldistributor
    http://data.europa.eu/930/distributor
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalidentifier
    http://purl.org/dc/terms/identifier
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionallanguage
    http://purl.org/dc/terms/language
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionaloriginator
    http://data.europa.eu/930/originator
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalprincipal investigator
    http://data.europa.eu/930/principalInvestigator
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalprocessor
    http://data.europa.eu/930/processor
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalpublisher
    http://purl.org/dc/terms/publisher
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalqualified attribution
    http://www.w3.org/ns/prov#qualifiedAttribution
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalresource provider
    http://data.europa.eu/930/resourceProvider
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalrights holder
    http://purl.org/dc/terms/rightsHolder
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionalsource metadata
    http://purl.org/dc/terms/source
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionaltitle
    http://purl.org/dc/terms/title
    Catalogue Record
    http://www.w3.org/ns/dcat#CatalogRecord
    Optionaluser
    http://data.europa.eu/930/user
    Catalogued Resource
    http://www.w3.org/ns/dcat#Resource
    Checksum
    http://spdx.org/rdf/terms#Checksum
    Mandatoryalgorithm
    http://spdx.org/rdf/terms#algorithm
    Checksum
    http://spdx.org/rdf/terms#Checksum
    Mandatorychecksum value
    http://spdx.org/rdf/terms#checksumValue
    Checksum Algorithm
    http://spdx.org/rdf/terms#ChecksumAlgorithm
    Concept
    http://www.w3.org/2004/02/skos/core#Concept
    Mandatorypreferred label
    http://www.w3.org/2004/02/skos/core#prefLabel
    Concept
    http://www.w3.org/2004/02/skos/core#Concept
    Optionalcategory scheme
    http://www.w3.org/2004/02/skos/core#inScheme
    Concept Scheme
    http://www.w3.org/2004/02/skos/core#ConceptScheme
    Mandatorytitle
    http://purl.org/dc/terms/title
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Mandatoryendpoint URL
    http://www.w3.org/ns/dcat#endpointURL
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Mandatorytitle
    http://purl.org/dc/terms/title
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Recommendedconforms to
    http://purl.org/dc/terms/conformsTo
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Recommendedcontact point
    http://www.w3.org/ns/dcat#contactPoint
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Recommendedendpoint description
    http://www.w3.org/ns/dcat#endpointDescription
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Recommendedkeyword
    http://www.w3.org/ns/dcat#keyword
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Recommendedpublisher
    http://purl.org/dc/terms/publisher
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Recommendedserves dataset
    http://www.w3.org/ns/dcat#servesDataset
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Recommendedtheme
    http://www.w3.org/ns/dcat#theme
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalaccess rights
    http://purl.org/dc/terms/accessRights
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalapplicable legislation
    http://data.europa.eu/r5r/applicableLegislation
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalcreation date
    http://purl.org/dc/terms/created
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalcreator
    http://purl.org/dc/terms/creator
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalcustodian
    http://data.europa.eu/930/custodian
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionaldescription
    http://purl.org/dc/terms/description
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionaldistributor
    http://data.europa.eu/930/distributor
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalformat
    http://purl.org/dc/terms/format
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalgeographical coverage
    http://purl.org/dc/terms/spatial
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalidentifier
    http://purl.org/dc/terms/identifier
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionallanding page
    http://www.w3.org/ns/dcat#landingPage
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionallanguage
    http://purl.org/dc/terms/language
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionallicence
    http://purl.org/dc/terms/license
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalmodification date
    http://purl.org/dc/terms/modified
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalorginator
    http://data.europa.eu/930/originator
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalprincipal investigator
    http://data.europa.eu/930/principalInvestigator
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalprocessor
    http://data.europa.eu/930/processor
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalqualified attribution
    http://www.w3.org/ns/prov#qualifiedAttribution
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalreference system
    http://data.europa.eu/930/referenceSystem
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalrelease date
    http://purl.org/dc/terms/issued
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalresource provider
    http://data.europa.eu/930/resourceProvider
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalrights
    http://purl.org/dc/terms/rights
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalrights holder
    http://purl.org/dc/terms/rightsHolder
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalservice category
    http://data.europa.eu/930/serviceCategory
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalservice protocol
    http://data.europa.eu/930/serviceProtocol
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalservice type
    http://data.europa.eu/930/serviceType
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalspatial resolution
    http://www.w3.org/ns/dqv#hasQualityMeasurement
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalspatial resolution as text
    http://data.europa.eu/930/spatialResolutionAsText
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalspatial resolution in metres
    https://www.w3.org/ns/dcat#spatialResolutionInMeters
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionaltemporal coverage
    http://purl.org/dc/terms/temporal
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionaltemporal resolution
    http://www.w3.org/ns/dcat#temporalResolution
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionaltopic category
    http://data.europa.eu/930/topicCategory
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionaltype
    http://data.europa.eu/930/resourceType
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionaluser
    http://data.europa.eu/930/user
    Data Service
    http://www.w3.org/ns/dcat#DataService
    Optionalwas used by
    http://www.w3.org/ns/prov#wasUsedBy
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Mandatorydescription
    http://purl.org/dc/terms/description
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Mandatorytitle
    http://purl.org/dc/terms/title
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Recommendedcontact point
    http://www.w3.org/ns/dcat#contactPoint
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Recommendeddataset distribution
    http://www.w3.org/ns/dcat#distribution
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Recommendedgeographical coverage
    http://purl.org/dc/terms/spatial
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Recommendedkeyword
    http://www.w3.org/ns/dcat#keyword
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Recommendedpublisher
    http://purl.org/dc/terms/publisher
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Recommendedtemporal coverage
    http://purl.org/dc/terms/temporal
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Recommendedtheme
    http://www.w3.org/ns/dcat#theme
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalaccess rights
    http://purl.org/dc/terms/accessRights
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalapplicable legislation
    http://data.europa.eu/r5r/applicableLegislation
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalconforms to
    http://purl.org/dc/terms/conformsTo
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalcreation date
    http://purl.org/dc/terms/created
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalcreator
    http://purl.org/dc/terms/creator
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalcustodian
    http://data.europa.eu/930/custodian
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionaldistributor
    http://data.europa.eu/930/distributor
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionaldocumentation
    http://xmlns.com/foaf/0.1/page
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalfrequency
    http://purl.org/dc/terms/accrualPeriodicity
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalhas version
    http://www.w3.org/ns/dcat#hasVersion
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalidentifier
    http://purl.org/dc/terms/identifier
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalin series
    http://www.w3.org/ns/dcat#inSeries
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalis referenced by
    http://purl.org/dc/terms/isReferencedBy
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionallanding page
    http://www.w3.org/ns/dcat#landingPage
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionallanguage
    http://purl.org/dc/terms/language
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalmodification date
    http://purl.org/dc/terms/modified
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionaloriginator
    http://data.europa.eu/930/originator
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalother identifier
    http://www.w3.org/ns/adms#identifier
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalprincipal investigator
    http://data.europa.eu/930/principalInvestigator
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalprocessor
    http://data.europa.eu/930/processor
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalprovenance
    http://purl.org/dc/terms/provenance
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalqualified attribution
    http://www.w3.org/ns/prov#qualifiedAttribution
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalqualified relation
    http://www.w3.org/ns/dcat#qualifiedRelation
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalreference system
    http://data.europa.eu/930/referenceSystem
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalrelated resource
    http://purl.org/dc/terms/relation
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalrelease date
    http://purl.org/dc/terms/issued
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalresource provider
    http://data.europa.eu/930/resourceProvider
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalresource type
    http://data.europa.eu/930/resourceType
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalrights
    http://purl.org/dc/terms/rights
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalrights holder
    http://purl.org/dc/terms/rightsHolder
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalsample
    http://www.w3.org/ns/adms#sample
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalsource
    http://purl.org/dc/terms/source
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalspatial resolution
    http://www.w3.org/ns/dqv#hasQualityMeasurement
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalspatial resolution as text
    http://data.europa.eu/930/spatialResolutionAsText
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalspatial resolution in metres
    http://www.w3.org/ns/dcat#spatialResolutionInMeters
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionaltemporal resolution
    http://www.w3.org/ns/dcat#temporalResolution
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionaltopic category
    http://data.europa.eu/930/topicCategory
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionaluser
    http://data.europa.eu/930/user
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalversion
    http://www.w3.org/ns/dcat#version
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalversion notes
    http://www.w3.org/ns/adms#versionNotes
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalwas generated by
    http://www.w3.org/ns/prov#wasGeneratedBy
    Dataset
    http://www.w3.org/ns/dcat#Dataset
    Optionalwas used by
    http://www.w3.org/ns/prov#wasUsedBy
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Mandatorytitle
    http://purl.org/dc/terms/title
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Recommendedcontact point
    http://www.w3.org/ns/dcat#contactPoint
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Recommendedgeographical coverage
    http://purl.org/dc/terms/spatial
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Recommendedkeyword
    http://www.w3.org/ns/dcat#keyword
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Recommendedpublisher
    http://purl.org/dc/terms/publisher
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Recommendedtemporal coverage
    http://purl.org/dc/terms/temporal
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Recommendedtheme
    http://www.w3.org/ns/dcat#theme
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalaccess rights
    http://purl.org/dc/terms/accessRights
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalapplicable legislation
    http://data.europa.eu/r5r/applicableLegislation
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalconforms to
    http://purl.org/dc/terms/conformsTo
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalcreation date
    http://purl.org/dc/terms/created
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalcreator
    http://purl.org/dc/terms/creator
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalcustodian
    http://data.europa.eu/930/custodian
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionaldataset series distribution
    http://www.w3.org/ns/dcat#distribution
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionaldescription
    http://purl.org/dc/terms/description
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionaldistributor
    http://data.europa.eu/930/distributor
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionaldocumentation
    http://xmlns.com/foaf/0.1/page
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalfrequency
    http://purl.org/dc/terms/accrualPeriodicity
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalhas version
    http://www.w3.org/ns/dcat#hasVersion
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalidentifier
    http://purl.org/dc/terms/identifier
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalin series
    http://www.w3.org/ns/dcat#inSeries
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalis referenced by
    http://purl.org/dc/terms/isReferencedBy
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionallanding page
    http://www.w3.org/ns/dcat#landingPage
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionallanguage
    http://purl.org/dc/terms/language
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalmodification date
    http://purl.org/dc/terms/modified
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionaloriginator
    http://data.europa.eu/930/originator
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalother identifier
    http://www.w3.org/ns/adms#identifier
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalprincipal investigator
    http://data.europa.eu/930/principalInvestigator
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalprocessor
    http://data.europa.eu/930/processor
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalqualified attribution
    http://www.w3.org/ns/prov#qualifiedAttribution
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalqualified relation
    http://www.w3.org/ns/dcat#qualifiedRelation
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalreference system
    http://data.europa.eu/930/referenceSystem
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalrelated resource
    http://purl.org/dc/terms/relation
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalrelease date
    http://purl.org/dc/terms/issued
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalresource provider
    http://data.europa.eu/930/resourceProvider
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalresource type
    http://data.europa.eu/930/resourceType
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalrights
    http://purl.org/dc/terms/rights
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalrights holder
    http://purl.org/dc/terms/rightsHolder
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalsample
    http://www.w3.org/ns/adms#sample
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalsource
    http://purl.org/dc/terms/source
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalspatial resolution
    http://www.w3.org/ns/dqv#hasQualityMeasurement
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalspatial resolution as text
    http://data.europa.eu/930/spatialResolutionAsText
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalspatial resolution in metres
    http://www.w3.org/ns/dcat#spatialResolutionInMeters
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionaltopic category
    http://data.europa.eu/930/topicCategory
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionaluser
    http://data.europa.eu/930/user
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalversion
    http://www.w3.org/ns/dcat#version
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalversion notes
    http://www.w3.org/ns/adms#versionNotes
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalwas generated by
    http://www.w3.org/ns/prov#wasGeneratedBy
    Dataset Series
    http://www.w3.org/ns/dcat#DatasetSeries
    Optionalwas used by
    http://www.w3.org/ns/prov#wasUsedBy
    Datatype
    http://www.w3.org/2000/01/rdf-schema#Datatype
    Dimension
    http://www.w3.org/ns/dqv#Dimension
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Mandatoryaccess URL
    http://www.w3.org/ns/dcat#accessURL
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Recommendeddescription
    http://purl.org/dc/terms/description
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Recommendedformat
    http://purl.org/dc/terms/format
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Recommendedlicence
    http://purl.org/dc/terms/license
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalaccess rights
    http://purl.org/dc/terms/accessRights
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalaccess service
    http://www.w3.org/ns/dcat#accessService
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalapplicable legislation
    http://data.europa.eu/r5r/applicableLegislation
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalavailability
    http://data.europa.eu/r5r/availability
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalbyte size
    http://www.w3.org/ns/dcat#byteSize
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalcharacter encoding
    http://www.w3.org/2011/content#characterEncoding
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalchecksum
    http://spdx.org/rdf/terms#checksum
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalcompression format
    http://www.w3.org/ns/dcat#compressFormat
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionaldocumentation
    http://xmlns.com/foaf/0.1/page
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionaldownload URL
    http://www.w3.org/ns/dcat#downloadURL
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalhas policy
    http://www.w3.org/ns/odrl/2/hasPolicy
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionallanguage
    http://purl.org/dc/terms/language
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionallinked schemas
    http://purl.org/dc/terms/conformsTo
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalmedia type
    http://www.w3.org/ns/dcat#mediaType
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalmodification date
    http://purl.org/dc/terms/modified
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalpackaging format
    http://www.w3.org/ns/dcat#packageFormat
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalreference system
    http://data.europa.eu/930/referenceSystem
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalrelease date
    http://purl.org/dc/terms/issued
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalrepresentation technique
    http://www.w3.org/ns/adms#representationTechnique
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalrights
    http://purl.org/dc/terms/rights
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalspatial resolution
    http://www.w3.org/ns/dqv#hasQualityMeasurement
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalspatial resolution as text
    http://data.europa.eu/930/spatialResolutionAsText
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalspatial resolution in metres
    http://www.w3.org/ns/dcat#spatialResolutionInMeters
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionalstatus
    http://www.w3.org/ns/adms#status
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionaltemporal resolution
    http://www.w3.org/ns/dcat#temporalResolution
    Distribution
    http://www.w3.org/ns/dcat#Distribution
    Optionaltitle
    http://purl.org/dc/terms/title
    Document
    http://xmlns.com/foaf/0.1/Document
    Optionaldescription
    http://purl.org/dc/terms/description
    Document
    http://xmlns.com/foaf/0.1/Document
    Optionaltitle
    http://purl.org/dc/terms/title
    Email (vCard)
    http://www.w3.org/2006/vcard/ns#Email
    Entity
    http://www.w3.org/ns/prov#Entity
    Frequency
    http://purl.org/dc/terms/Frequency
    Geometry
    http://www.w3.org/ns/locn#Geometry
    Identifier
    http://www.w3.org/ns/adms#Identifier
    Mandatorynotation
    http://www.w3.org/2004/02/skos/core#notation
    Kind
    http://www.w3.org/2006/vcard/ns#Kind
    Optionaladdress
    http://www.w3.org/2006/vcard/ns#hasAddress
    Kind
    http://www.w3.org/2006/vcard/ns#Kind
    Optionalaffiliation
    http://www.w3.org/2006/vcard/ns#organization-name
    Kind
    http://www.w3.org/2006/vcard/ns#Kind
    Optionalemail
    http://www.w3.org/2006/vcard/ns#hasEmail
    Kind
    http://www.w3.org/2006/vcard/ns#Kind
    Optionalname
    http://www.w3.org/2006/vcard/ns#fn
    Kind
    http://www.w3.org/2006/vcard/ns#Kind
    Optionalphone
    http://www.w3.org/2006/vcard/ns#hasTelephone
    Kind
    http://www.w3.org/2006/vcard/ns#Kind
    OptionalURL
    http://www.w3.org/2006/vcard/ns#hasURL
    Legal Resource
    http://data.europa.eu/eli/ontology#LegalResource
    Licence Document
    http://purl.org/dc/terms/LicenseDocument
    Recommendedtype
    http://purl.org/dc/terms/type
    Linguistic system
    http://purl.org/dc/terms/LinguisticSystem
    Literal
    http://www.w3.org/2000/01/rdf-schema#Literal
    Location
    http://purl.org/dc/terms/Location
    Recommendedbbox
    http://www.w3.org/ns/dcat#bbox
    Location
    http://purl.org/dc/terms/Location
    Recommendedcentroid
    http://www.w3.org/ns/dcat#centroid
    Location
    http://purl.org/dc/terms/Location
    Optionalgazetteer
    http://www.w3.org/2004/02/skos/core#inScheme
    Location
    http://purl.org/dc/terms/Location
    Optionalgeograhic identifier
    http://purl.org/dc/terms/identifier
    Location
    http://purl.org/dc/terms/Location
    Optionalgeograhic name
    http://www.w3.org/2004/02/skos/core#prefLabel
    Location
    http://purl.org/dc/terms/Location
    Optionalgeometry
    http://www.w3.org/ns/locn#geometry
    Metric
    http://www.w3.org/ns/dqv#Metric
    Optionaldimension
    http://www.w3.org/ns/dqv#inDimension
    Metric
    http://www.w3.org/ns/dqv#Metric
    Optionalexpected data type
    http://www.w3.org/ns/dqv#expectedDataType
    Organisation
    http://www.w3.org/ns/org#Organization
    Period of time
    http://purl.org/dc/terms/PeriodOfTime
    Recommendedend date
    http://www.w3.org/ns/dcat#endDate
    Period of time
    http://purl.org/dc/terms/PeriodOfTime
    Recommendedstart date
    http://www.w3.org/ns/dcat#startDate
    Period of time
    http://purl.org/dc/terms/PeriodOfTime
    Optionalbeginning
    http://www.w3.org/2006/time#hasBeginning
    Period of time
    http://purl.org/dc/terms/PeriodOfTime
    Optionalend
    http://www.w3.org/2006/time#hasEnd
    Policy
    http://www.w3.org/ns/odrl/2/Policy
    Provenance Statement
    http://purl.org/dc/terms/ProvenanceStatement
    Optionalprovenance statement text
    http://purl.org/dc/terms/description
    Quality Measurement
    http://www.w3.org/ns/dqv#QualityMeasurement
    Optionalis measurement of
    http://www.w3.org/ns/dqv#isMeasurementOf
    Quality Measurement
    http://www.w3.org/ns/dqv#QualityMeasurement
    Optionalunit of measure
    http://purl.org/linked-data/sdmx/2009/attribute#unitMeasure
    Quality Measurement
    http://www.w3.org/ns/dqv#QualityMeasurement
    Optionalvalue
    http://www.w3.org/ns/dqv#value
    Relationship
    http://www.w3.org/ns/dcat#Relationship
    Mandatoryhad role
    http://www.w3.org/ns/dcat#hadRole
    Relationship
    http://www.w3.org/ns/dcat#Relationship
    Mandatoryrelation
    http://purl.org/dc/terms/relation
    Resource
    http://www.w3.org/2000/01/rdf-schema#Resource
    Rights statement
    http://purl.org/dc/terms/RightsStatement
    Optionalrights statement text
    http://purl.org/dc/terms/description
    Role
    http://www.w3.org/ns/dcat#Role
    Standard
    http://purl.org/dc/terms/Standard
    Optionalcreation date
    http://purl.org/dc/terms/created
    Standard
    http://purl.org/dc/terms/Standard
    Optionaldescription
    http://purl.org/dc/terms/description
    Standard
    http://purl.org/dc/terms/Standard
    Optionalidentifier
    http://purl.org/dc/terms/identifier
    Standard
    http://purl.org/dc/terms/Standard
    Optionalreference register
    http://www.w3.org/2004/02/skos/core#ínScheme
    Standard
    http://purl.org/dc/terms/Standard
    Optionalrelease date
    http://purl.org/dc/terms/issued
    Standard
    http://purl.org/dc/terms/Standard
    Optionaltitle
    http://purl.org/dc/terms/title
    Standard
    http://purl.org/dc/terms/Standard
    Optionaltype
    http://purl.org/dc/terms/type
    Standard
    http://purl.org/dc/terms/Standard
    Optionalupdate / modification date
    http://purl.org/dc/terms/modified
    Standard
    http://purl.org/dc/terms/Standard
    Optionalversion
    http://www.w3.org/2002/07/owl#versionInfo
    + + + + + + +
    + +
    + +

    Acknowledgments

    + +The editors gratefully acknowledge the contributions made to this document by all members of the working group. +Especially we would like to express our gratetude for the former editor and author Andrea Perego. +

    +This work was elaborated by a Working Group under SEMIC by Interoperable Europe in collaboration with DG Environment and JRC. +Interoperable Europe of the European Commission was represented by Pavlina Fragkou. +DG Environment was represented by Joeri Robbrecht and JRC by Jordi Escrui. +Jakub Klímek, Bert Van Nuffelen, Pavlina Fragkou, Jitse De Cock, and Arthur Schiltz were the editors of this specification. +

    +Past and current contributors are : + + + + + + + + + + Ludger A. Rinsche + , + + Kuldar Aasaga + , + + Anssi Ahlberg + , + + Matej Alic + , + + Miguel Alvarez + , + + Martin Alvarez-Espinar + , + + Stefano Ambrogio + , + + Oystein Asnes + , + + Peter Burian + , + + Luis Daniel Ibáñez + , + + Ine De Visser + , + + Makx Dekkers + , + + Makx Dekkers + , + + Jean Delahousse + , + + Ulrika Domellöf Mattsson + , + + Adina Dragan + , + + Dietmar Gattwinkel + , + + Stijn Goedertier + , + + Casper Gras + , + + Bart Hanssens + , + + Agnieszka Jasiczek + , + + Fabian Kirstein + , + + Nataliia Kovalchuk + , + + Andreas Kuckartz + , + + Christine Laaboudi-Spoiden + , + + Christoph Lange + , + + Petros Likidis + , + + Anja Loddenkemper + , + + Giorgia Lodi + , + + Hagar Lowenthal + , + + Peter Lubrich + , + + Lina Molinas Comet + , + + Anastasija Nikiforova + , + + Geraldine Nolf + , + + Frederik Nordlander + , + + Matthias Palmer + , + + Andrea Perego + , + + Taavi Ploompuu + , + + Ludger Rinsche + , + + Daniele Rizzi + , + + Maik Roth + , + + Fabian Santi + , + + Giampaolo Sellitto + , + + Maxime Servais + , + + Sebastian Sklarß + , + + Anastasia Sofou + , + + Michele Spichtig + , + + Emidio Stani + , + + Igor Stefelin + , + + Kees Trautwein + , + + Thomas Tursics + , + + Kristine Ulander + , + + Joeri van der Velde + , + + Sander Van Dooren + , + + Bert Van Nuffelen + , + + William Verbeeck + , + + Thomas Weber + , + + Suzanne Wigard + , + + Christian Wittig + , + + Agnieszka Zajac + , + + Øystein Åsnes + + + + +. +

    + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/drafts/3.0.0/shacl/geodcat-ap-SHACL.jsonld b/drafts/3.0.0/shacl/geodcat-ap-SHACL.jsonld new file mode 100644 index 0000000..1a00edd --- /dev/null +++ b/drafts/3.0.0/shacl/geodcat-ap-SHACL.jsonld @@ -0,0 +1,8162 @@ +{ + "@context": { + "@vocab": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0", + "qb": "http://purl.org/linked-data/cube#", + "qb:codeList": { + "@id": "qb:codeList", + "@type": "@id" + }, + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "rdf:first": { + "@type": "@id" + }, + "rdf:rest": { + "@type": "@id" + }, + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "rdfs:comment": { + "@id": "rdfs:comment" + }, + "sh": "http://www.w3.org/ns/shacl#", + "sh:and": { + "@container": "@set", + "@id": "sh:and", + "@type": "@id" + }, + "sh:class": { + "@id": "sh:class", + "@type": "@id" + }, + "sh:datatype": { + "@id": "sh:datatype", + "@type": "@id" + }, + "sh:description": { + "@container": "@language", + "@id": "sh:description" + }, + "sh:hasValue": { + "@id": "sh:hasValue", + "@type": "@id" + }, + "sh:in": { + "@container": "@set", + "@id": "sh:in", + "@type": "@id" + }, + "sh:maxCount": { + "@id": "sh:maxCount", + "@type": "http://www.w3.org/2001/XMLSchema#integer" + }, + "sh:minCount": { + "@id": "sh:minCount", + "@type": "http://www.w3.org/2001/XMLSchema#integer" + }, + "sh:name": { + "@container": "@language", + "@id": "sh:name" + }, + "sh:node": { + "@id": "sh:node", + "@type": "@id" + }, + "sh:nodeKind": { + "@id": "sh:nodeKind", + "@type": "@id" + }, + "sh:or": { + "@container": "@set", + "@id": "sh:or", + "@type": "@id" + }, + "sh:path": { + "@id": "sh:path", + "@type": "@id" + }, + "sh:property": { + "@id": "sh:property", + "@type": "@id" + }, + "sh:severity": { + "@id": "sh:severity", + "@type": "@id" + }, + "sh:targetClass": { + "@id": "sh:targetClass", + "@type": "@id" + }, + "sh:uniqueLang": { + "@id": "sh:uniqueLang", + "@type": "http://www.w3.org/2001/XMLSchema#boolean" + }, + "shapes": { + "@id": "rdfs:member", + "@type": "@id" + }, + "skos": "http://www.w3.org/2004/02/skos/core#", + "vl": "https://purl.eu/ns/shacl#", + "vl:message": { + "@container": "@language", + "@id": "vl:message" + } + }, + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0", + "shapes": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#eli:LegalResourceShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://data.europa.eu/eli/ontology#LegalResource" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:FrequencyShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://purl.org/dc/terms/Frequency" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LicenseDocumentShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LicenseDocumentShape/322371a77364a50f049d46180f6192532eea26dc", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#LicenceDocument.type", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "A type of licence, e.g. indicating 'public domain' or 'royalties required'." + }, + "sh:name": { + "en": "type" + }, + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LicenseDocumentShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#LicenceDocument.type", + "sh:description": { + "en": "A type of licence, e.g. indicating 'public domain' or 'royalties required'." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + } + ], + "sh:targetClass": "http://purl.org/dc/terms/LicenseDocument" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LinguisticSystemShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://purl.org/dc/terms/LinguisticSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/0ae2f89b0ca180c9b7eed510013f60fd9fa34f52", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.bbox", + "sh:description": { + "en": "The geographic bounding box of a resource." + }, + "sh:name": { + "en": "bbox" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#bbox" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/2449ade6be593ee2b1e1d30b8731d175e477403f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.gazetteer", + "sh:description": { + "en": "The gazetteer to which the Location belongs." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "gazetteer" + }, + "sh:path": "http://www.w3.org/2004/02/skos/core#inScheme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/30453aca17d55948de316c49a7f3dd1190123971", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.geograhicidentifier", + "sh:description": { + "en": "The geographic identifier for the Location, e.g., the URI or other unique identifier in the context of the relevant gazetteer." + }, + "sh:name": { + "en": "geograhic identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/49b1848bfcfa586a2fba0522e3655f9097d9ff42", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.gazetteer", + "sh:description": { + "en": "The gazetteer to which the Location belongs." + }, + "sh:name": { + "en": "gazetteer" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/2004/02/skos/core#inScheme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/53c8e9f0fc79ab4ed706e31129a2b3e02f7edd22", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.geometry", + "sh:class": "http://www.w3.org/ns/locn#Geometry", + "sh:description": { + "en": "The corresponding geometry for a resource." + }, + "sh:name": { + "en": "geometry" + }, + "sh:path": "http://www.w3.org/ns/locn#geometry" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/63b78d27e017efcfb90a023b79d957a934869de6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.gazetteer", + "sh:class": "http://www.w3.org/2004/02/skos/core#ConceptScheme", + "sh:description": { + "en": "The gazetteer to which the Location belongs." + }, + "sh:name": { + "en": "gazetteer" + }, + "sh:path": "http://www.w3.org/2004/02/skos/core#inScheme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/8fa6514820e3c9438e9e4c42e7fa09c39fb0fd77", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.geograhicname", + "sh:description": { + "en": "A preferred label of the Location." + }, + "sh:name": { + "en": "geograhic name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2004/02/skos/core#prefLabel" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/ac645171f7bc10bfce0730166a193316727dcdf3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.centroid", + "sh:description": { + "en": "The geographic center (centroid) of a resource." + }, + "sh:name": { + "en": "centroid" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#centroid" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/caa9d15ad38096046fd527702c7620800aea178b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.centroid", + "sh:description": { + "en": "The geographic center (centroid) of a resource." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "centroid" + }, + "sh:path": "http://www.w3.org/ns/dcat#centroid" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/d0b958cd33e8ef1bc031edaf2859b44db128a644", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.geometry", + "sh:description": { + "en": "The corresponding geometry for a resource." + }, + "sh:name": { + "en": "geometry" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/locn#geometry" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/d75cb3222eabce83fa3e236344cbf419e465f10e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.bbox", + "sh:description": { + "en": "The geographic bounding box of a resource." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "bbox" + }, + "sh:path": "http://www.w3.org/ns/dcat#bbox" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:LocationShape/dde6f1d3b53e457ed56cd01d51f110aea62f5d72", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.geometry", + "sh:description": { + "en": "The corresponding geometry for a resource." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "geometry" + }, + "sh:path": "http://www.w3.org/ns/locn#geometry" + } + ], + "sh:targetClass": "http://purl.org/dc/terms/Location" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:MediaTypeShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://purl.org/dc/terms/MediaType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:MediaTypeOrExtentShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://purl.org/dc/terms/MediaTypeOrExtent" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape/238fde7d71612ea8f00826d9c60106d3ef9c4063", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.beginning", + "sh:description": { + "en": "The beginning of a period or interval." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "beginning" + }, + "sh:path": "http://www.w3.org/2006/time#hasBeginning" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape/343620e6c6e38873922b5acfdb46382ab0be183a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.beginning", + "sh:description": { + "en": "The beginning of a period or interval." + }, + "sh:name": { + "en": "beginning" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/2006/time#hasBeginning" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape/3648a78b9b0570b660934474f131e41284725cd8", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.end", + "sh:description": { + "en": "The end of a period or interval." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "end" + }, + "sh:path": "http://www.w3.org/2006/time#hasEnd" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape/59fdfa4abfd9413716ffbdf9a27b9fdbf23d7772", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.startdate", + "sh:description": { + "en": "The start of the period." + }, + "sh:name": { + "en": "start date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#startDate" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape/734ca37cb57eb7386e624ca5375d566ae94864ef", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.enddate", + "sh:description": { + "en": "The end of the period." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "end date" + }, + "sh:path": "http://www.w3.org/ns/dcat#endDate" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape/9053142781444816deeb00f184b765d8cb15b929", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.end", + "sh:class": "http://www.w3.org/2006/time#Instant", + "sh:description": { + "en": "The end of a period or interval." + }, + "sh:name": { + "en": "end" + }, + "sh:path": "http://www.w3.org/2006/time#hasEnd" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape/c7fb86be0667a2402b275afe51fe509a49d6e4af", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.end", + "sh:description": { + "en": "The end of a period or interval." + }, + "sh:name": { + "en": "end" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/2006/time#hasEnd" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape/de859f6cb226ad795bc5b0dfa9777c0f6352efaf", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.enddate", + "sh:description": { + "en": "The end of the period." + }, + "sh:name": { + "en": "end date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#endDate" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape/eb883e24d5d0a294a30545021f24e485d59d1e47", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.beginning", + "sh:class": "http://www.w3.org/2006/time#Instant", + "sh:description": { + "en": "The beginning of a period or interval." + }, + "sh:name": { + "en": "beginning" + }, + "sh:path": "http://www.w3.org/2006/time#hasBeginning" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:PeriodOfTimeShape/f72c3efebeb551122e98eb731aa0ec8af8b4c1b7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.startdate", + "sh:description": { + "en": "The start of the period." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "start date" + }, + "sh:path": "http://www.w3.org/ns/dcat#startDate" + } + ], + "sh:targetClass": "http://purl.org/dc/terms/PeriodOfTime" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:ProvenanceStatementShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:ProvenanceStatementShape/bc27744673ed61ca6c408817195bc96522c815c5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#ProvenanceStatement.provenancestatementtext", + "sh:description": { + "en": "The text of the Provenance Statement" + }, + "sh:name": { + "en": "provenance statement text" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + } + ], + "sh:targetClass": "http://purl.org/dc/terms/ProvenanceStatement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:RightsStatementShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:RightsStatementShape/2059f6f9e380311e3d57ed6c32dbed87407340d3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Rightsstatement.rightsstatementtext", + "sh:description": { + "en": "The text of the Rights Statement." + }, + "sh:name": { + "en": "rights statement text" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + } + ], + "sh:targetClass": "http://purl.org/dc/terms/RightsStatement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/1e2ff89f72ca069b1668489d90cb44ba553353d5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.version", + "sh:description": { + "en": "A version number or other version designation of the Standard." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "version" + }, + "sh:path": "http://www.w3.org/2002/07/owl#versionInfo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/236f0210baaf149903750c43bbe7012c21debb2a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.type", + "sh:description": { + "en": "The type of the Standard." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "type" + }, + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/322371a77364a50f049d46180f6192532eea26dc", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.type", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "The type of the Standard." + }, + "sh:name": { + "en": "type" + }, + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/474363a92f996a2b728c0884c27f9973087debff", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.referenceregister", + "sh:description": { + "en": "The reference register to which the Standard belongs." + }, + "sh:name": { + "en": "reference register" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/2004/02/skos/core#ínScheme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/4be37093e4c3ba0d5b5a18ef6b97778d6d689392", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Standard." + }, + "sh:name": { + "en": "release date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.type", + "sh:description": { + "en": "The type of the Standard." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/675f9ab2c273ab67c79caa42282e4cec463c08f6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.creationdate", + "sh:description": { + "en": "The date on which the Standard has been first created." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "creation date" + }, + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.description", + "sh:description": { + "en": "A free-text account of the Standard." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/9ebdae98241e4f451997ba6a4a2252e28ea561d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.creationdate", + "sh:description": { + "en": "The date on which the Standard has been first created." + }, + "sh:name": { + "en": "creation date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.identifier", + "sh:description": { + "en": "The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register (e.g., the ISO, OGC, W3C catalogues of their standards, the OGC \"EPSG coordinate reference systems\" register [[OGC-EPSG]])." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/b01059c7fd1727c09c2275d39b4021eaa3c264bc", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.update%2Fmodificationdate", + "sh:description": { + "en": "The most recent date on which the Standard was changed or modified." + }, + "sh:name": { + "en": "update / modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/b362d2bdbbe8ba1c689e5554cca2bcbd295546de", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Standard." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "release date" + }, + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/bda64b6b9c27a850b8782b17019e888c5edd7ce0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.version", + "sh:description": { + "en": "A version number or other version designation of the Standard." + }, + "sh:name": { + "en": "version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2002/07/owl#versionInfo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/d1f9785af5a60c0b4f97903606c1d9daa870bdd3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.referenceregister", + "sh:description": { + "en": "The reference register to which the Standard belongs." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "reference register" + }, + "sh:path": "http://www.w3.org/2004/02/skos/core#ínScheme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.title", + "sh:description": { + "en": "Name given to the Standard." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/e33f8b435ca9783737aaf4751ebd518819fa1e0f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.update%2Fmodificationdate", + "sh:description": { + "en": "The most recent date on which the Standard was changed or modified." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "update / modification date" + }, + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dct:StandardShape/ec332b741bd6d13272cab1a4be3c908db0b6daa1", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.referenceregister", + "sh:class": "http://www.w3.org/2004/02/skos/core#ConceptScheme", + "sh:description": { + "en": "The reference register to which the Standard belongs." + }, + "sh:name": { + "en": "reference register" + }, + "sh:path": "http://www.w3.org/2004/02/skos/core#ínScheme" + } + ], + "sh:targetClass": "http://purl.org/dc/terms/Standard" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#spdx:ChecksumShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#spdx:ChecksumShape/18334d9daf21fe247c499aab3d04ddd1d4f391b7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.checksumvalue", + "sh:description": { + "en": "A lower case hexadecimal encoded digest value produced using a specific algorithm." + }, + "sh:name": { + "en": "checksum value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://spdx.org/rdf/terms#checksumValue" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#spdx:ChecksumShape/3eab73d86ca644be3c17cec9470a00ee097d8515", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.checksumvalue", + "sh:datatype": "http://www.w3.org/2001/XMLSchema#hexBinary", + "sh:description": { + "en": "A lower case hexadecimal encoded digest value produced using a specific algorithm." + }, + "sh:name": { + "en": "checksum value" + }, + "sh:path": "http://spdx.org/rdf/terms#checksumValue" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#spdx:ChecksumShape/842b9830971c91bb7d9da12b52e0b63ac999367d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.checksumvalue", + "sh:description": { + "en": "A lower case hexadecimal encoded digest value produced using a specific algorithm." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "checksum value" + }, + "sh:path": "http://spdx.org/rdf/terms#checksumValue" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#spdx:ChecksumShape/9ab7a34ae99cd75fd914a221bacfffd1bb9cde4c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.algorithm", + "sh:description": { + "en": "The algorithm used to produce the subject Checksum." + }, + "sh:name": { + "en": "algorithm" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://spdx.org/rdf/terms#algorithm" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#spdx:ChecksumShape/9eeeae00a6e87149f282ea21e521ffb5231213ec", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.algorithm", + "sh:description": { + "en": "The algorithm used to produce the subject Checksum." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "algorithm" + }, + "sh:path": "http://spdx.org/rdf/terms#algorithm" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#spdx:ChecksumShape/b3831d3cf6e8caed0030a127020e18b940a718c3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.algorithm", + "sh:description": { + "en": "The algorithm used to produce the subject Checksum." + }, + "sh:minCount": "1", + "sh:name": { + "en": "algorithm" + }, + "sh:path": "http://spdx.org/rdf/terms#algorithm" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#spdx:ChecksumShape/c0f60a484249a358c0632ef47551529f01cd5833", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.checksumvalue", + "sh:description": { + "en": "A lower case hexadecimal encoded digest value produced using a specific algorithm." + }, + "sh:minCount": "1", + "sh:name": { + "en": "checksum value" + }, + "sh:path": "http://spdx.org/rdf/terms#checksumValue" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#spdx:ChecksumShape/d9bbeace53175a03bb5a338cafcf57eb351166d2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.algorithm", + "sh:class": "http://spdx.org/rdf/terms#ChecksumAlgorithm", + "sh:description": { + "en": "The algorithm used to produce the subject Checksum." + }, + "sh:name": { + "en": "algorithm" + }, + "sh:path": "http://spdx.org/rdf/terms#algorithm" + } + ], + "sh:targetClass": "http://spdx.org/rdf/terms#Checksum" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#ChecksumAlgorithmShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://spdx.org/rdf/terms#ChecksumAlgorithm" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#rdfs:DatatypeShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2000/01/rdf-schema#Datatype" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#rdfs:LiteralShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2000/01/rdf-schema#Literal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#TemporalLiteralShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2000/01/rdf-schema#Literal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#rdfs:ResourceShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2000/01/rdf-schema#Resource" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#xsd:decimalShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2001/XMLSchema#decimal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#xsd:durationShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2001/XMLSchema#duration" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#xsd:hexBinaryShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2001/XMLSchema#hexBinary" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#xsd:nonNegativeIntegerShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#skos:ConceptShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#skos:ConceptShape/356ae8650886fd067aef6317c54d58b8eb82d948", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Concept.categoryscheme", + "sh:description": { + "en": "Relates a resource (for example a concept) to a concept scheme in which it is included." + }, + "sh:name": { + "en": "category scheme" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/2004/02/skos/core#inScheme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#skos:ConceptShape/6cd0f0f5e19a1c8dce362ecbe8a196575b9cd85f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Concept.preferredlabel", + "sh:description": { + "en": "A preferred label of the concept." + }, + "sh:name": { + "en": "preferred label" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2004/02/skos/core#prefLabel" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#skos:ConceptShape/a4221c659c9dc0449e9c246b1f757689939554b4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Concept.categoryscheme", + "sh:class": "http://www.w3.org/2004/02/skos/core#ConceptScheme", + "sh:description": { + "en": "Relates a resource (for example a concept) to a concept scheme in which it is included." + }, + "sh:name": { + "en": "category scheme" + }, + "sh:path": "http://www.w3.org/2004/02/skos/core#inScheme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#skos:ConceptShape/e4d44fb0d3c41df2a4042ee73fec8d83fc141a60", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Concept.preferredlabel", + "sh:description": { + "en": "A preferred label of the concept." + }, + "sh:minCount": "1", + "sh:name": { + "en": "preferred label" + }, + "sh:path": "http://www.w3.org/2004/02/skos/core#prefLabel" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#skos:ConceptShape/ef9dad7ac203d3f10f84af91af3c62a9757b83dc", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Concept.categoryscheme", + "sh:description": { + "en": "Relates a resource (for example a concept) to a concept scheme in which it is included." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "category scheme" + }, + "sh:path": "http://www.w3.org/2004/02/skos/core#inScheme" + } + ], + "sh:targetClass": "http://www.w3.org/2004/02/skos/core#Concept" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#skos:ConceptSchemeShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#skos:ConceptSchemeShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#ConceptScheme.title", + "sh:description": { + "en": "A name of the concept scheme." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#skos:ConceptSchemeShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#ConceptScheme.title", + "sh:description": { + "en": "A name of the concept scheme." + }, + "sh:minCount": "1", + "sh:name": { + "en": "title" + }, + "sh:path": "http://purl.org/dc/terms/title" + } + ], + "sh:targetClass": "http://www.w3.org/2004/02/skos/core#ConceptScheme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#TimeInstantShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2006/time#Instant" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape/21fd2e018915cd010aee64c9aa451a414a1ad052", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).country", + "sh:description": { + "en": "The country of an Address." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "country" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#country-name" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape/3600d16af075596ea231283d76b3fd39021d34d6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).streetaddress", + "sh:description": { + "en": "The street name and civic number of an Address." + }, + "sh:name": { + "en": "street address" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2006/vcard/ns#street-address" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape/3afae3c268f67574a03e55605be08a7fbe1cb60d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).postalcode", + "sh:description": { + "en": "The postal code of an Address." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "postal code" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#postal-code" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape/5234ad4024f72ef2894b9a3c4070d21aa283ed87", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).country", + "sh:description": { + "en": "The country of an Address." + }, + "sh:name": { + "en": "country" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2006/vcard/ns#country-name" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape/76f52e1760b9529a53a110a32ab67d39af5ee8c5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).administrativearea", + "sh:description": { + "en": "The administrative area of an Address." + }, + "sh:name": { + "en": "administrative area" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2006/vcard/ns#region" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape/8ad089e2efba12c5337e21654945f9691f9579c4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).postalcode", + "sh:description": { + "en": "The postal code of an Address." + }, + "sh:name": { + "en": "postal code" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2006/vcard/ns#postal-code" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape/9d054aa1cd0678e060bb045923a830217657aeb4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).city", + "sh:description": { + "en": "The city of an Address." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "city" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#locality" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape/9ee1f7cd40d31d8408c9983890cb564eb7c7ac1a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).city", + "sh:description": { + "en": "The city of an Address." + }, + "sh:name": { + "en": "city" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2006/vcard/ns#locality" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape/9fcf9cecb8b2b1761f1d1d12ffcad8cce4b11da6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).administrativearea", + "sh:description": { + "en": "The administrative area of an Address." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "administrative area" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#region" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:AddressShape/c053bb4ab74094ab01d8385a0428c50994b3b5a6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).streetaddress", + "sh:description": { + "en": "The street name and civic number of an Address." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "street address" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#street-address" + } + ], + "sh:targetClass": "http://www.w3.org/2006/vcard/ns#Address" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:EmailShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/2006/vcard/ns#Email" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/06950e17e8d4a67fa64194ac4c46abad5ae7b92e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.address", + "sh:description": { + "en": "The postal address of the Kind." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "address" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#hasAddress" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/139ed93073a8cca15f202195bd45112160c3b90b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.affiliation", + "sh:description": { + "en": "The affiliation of the Kind." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "affiliation" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#organization-name" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/2c7d994dd540f92c116cac913e2aa5d588945f1f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.address", + "sh:description": { + "en": "The postal address of the Kind." + }, + "sh:name": { + "en": "address" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/2006/vcard/ns#hasAddress" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/3134beaa2845130d7a9f2f5cf36315fe3e8fe9b8", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.phone", + "sh:description": { + "en": "The phone number of the Kind." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "phone" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#hasTelephone" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/398fb93e389fba9a790e6adb0152f10f2ba6023a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.name", + "sh:description": { + "en": "A name of the Kind." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "name" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#fn" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/5baac8cf504c38df125bdad80a5b9e98a8cbded1", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.URL", + "sh:description": { + "en": "A Web site of the Kind." + }, + "sh:name": { + "en": "URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/2006/vcard/ns#hasURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/5de4ef5193a558e17a34633888421d09b957d267", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.address", + "sh:class": "http://www.w3.org/2006/vcard/ns#Address", + "sh:description": { + "en": "The postal address of the Kind." + }, + "sh:name": { + "en": "address" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#hasAddress" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/73ac04d23d41d598457f7d519aa7fbeb74f18317", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.URL", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "A Web site of the Kind." + }, + "sh:name": { + "en": "URL" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#hasURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/8cf3e751730442052d1b2174336d21bb838e4aab", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.email", + "sh:class": "http://www.w3.org/2006/vcard/ns#Email", + "sh:description": { + "en": "An email address of the Kind." + }, + "sh:name": { + "en": "email" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#hasEmail" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/9b6a8d64a742e2b1e6969e3884418b7314f837d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.phone", + "sh:description": { + "en": "The phone number of the Kind." + }, + "sh:name": { + "en": "phone" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/2006/vcard/ns#hasTelephone" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/9b6ccc41bb0ced6f6b8f28a86e120bd9d73b32fb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.email", + "sh:description": { + "en": "An email address of the Kind." + }, + "sh:name": { + "en": "email" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/2006/vcard/ns#hasEmail" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/9caf9e629daa0e64ece77788576468821d7cff8c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.name", + "sh:description": { + "en": "A name of the Kind." + }, + "sh:name": { + "en": "name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2006/vcard/ns#fn" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/a2e6e9bdd65aa92e5ccaffbfd9ab975564e2676a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.URL", + "sh:description": { + "en": "A Web site of the Kind." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "URL" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#hasURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/ac52a0a3614cf4ce178dfe0437f2c9a38c82f9f0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.phone", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "The phone number of the Kind." + }, + "sh:name": { + "en": "phone" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#hasTelephone" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/b8f85997a1a5913bd1a7a8e5ac847a025233b610", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.affiliation", + "sh:description": { + "en": "The affiliation of the Kind." + }, + "sh:name": { + "en": "affiliation" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2006/vcard/ns#organization-name" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#vcard:KindShape/df2e16526cd0f7cc796d3bb27ac1861737a35d91", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.email", + "sh:description": { + "en": "An email address of the Kind." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "email" + }, + "sh:path": "http://www.w3.org/2006/vcard/ns#hasEmail" + } + ], + "sh:targetClass": "http://www.w3.org/2006/vcard/ns#Kind" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#adms:IdentifierShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#adms:IdentifierShape/053d0ae3c4b213ae2f708e5e492b97e2cce08686", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Identifier.notation", + "sh:description": { + "en": "A string that is an identifier in the context of the identifier scheme referenced by its datatype." + }, + "sh:name": { + "en": "notation" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2004/02/skos/core#notation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#adms:IdentifierShape/3b534bf26cc294dd6e8dc80832da269189e4cbf3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Identifier.notation", + "sh:description": { + "en": "A string that is an identifier in the context of the identifier scheme referenced by its datatype." + }, + "sh:minCount": "1", + "sh:name": { + "en": "notation" + }, + "sh:path": "http://www.w3.org/2004/02/skos/core#notation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#adms:IdentifierShape/e02208f9fa32c429dc5023f2799d03368703b974", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Identifier.notation", + "sh:description": { + "en": "A string that is an identifier in the context of the identifier scheme referenced by its datatype." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "notation" + }, + "sh:path": "http://www.w3.org/2004/02/skos/core#notation" + } + ], + "sh:targetClass": "http://www.w3.org/ns/adms#Identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/00a99d55cbc03165373a8348d5a88402ea4f239a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.geographicalcoverage", + "sh:class": "http://purl.org/dc/terms/Location", + "sh:description": { + "en": "A geographical area covered by the Catalogue." + }, + "sh:name": { + "en": "geographical coverage" + }, + "sh:path": "http://purl.org/dc/terms/spatial" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/00ac10319099fe2cccabf6b6e38a4876211b79f7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.haspart", + "sh:description": { + "en": "A related Catalogue that is part of the described Catalogue." + }, + "sh:name": { + "en": "has part" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/hasPart" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/01d5c746936ff78bb5eb353a1b0e49303cb2fd31", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.dataset", + "sh:description": { + "en": "A Dataset that is part of the Catalogue." + }, + "sh:name": { + "en": "dataset" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#dataset" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/077f69c4a4864ee33e52ce28b6ac87c96cdaea9d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.themes", + "sh:description": { + "en": "A knowledge organization system used to classify the Resources that are in the Catalogue." + }, + "sh:name": { + "en": "themes" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#themeTaxonomy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/08118c51bfc41b71d11f3a58e9410da74e6480e6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.conformsto", + "sh:description": { + "en": "An established standard to which the described Catalogue conforms." + }, + "sh:name": { + "en": "conforms to" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/0a6f3bb11ed4ea12f852c78996b89c9a54ffc0fb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.applicablelegislation", + "sh:description": { + "en": "The legislation that mandates the creation or management of the Catalog." + }, + "sh:name": { + "en": "applicable legislation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/r5r/applicableLegislation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/0e5c385ece75dfd05b0a7b0b8009a08bed49ebed", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.topiccategory", + "sh:description": { + "en": "Topic category in accordance with EN ISO 19115." + }, + "sh:name": { + "en": "topic category" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/topicCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/10c0ca4deadefb51c529f56ee01caf9bd2639ef4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.accessrights", + "sh:description": { + "en": "Information regarding access or restrictions based on privacy, security, or other policies." + }, + "sh:name": { + "en": "access rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/180fd65179a52d6fe70f2febfc53b2b9dba03682", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.principalinvestigator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Key party responsible for gathering information and conducting research [[ISO-19115]]." + }, + "sh:name": { + "en": "principal investigator" + }, + "sh:path": "http://data.europa.eu/930/principalInvestigator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/1a835a94445575c2a10b5f05474c2f9fda6d49ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.wasusedby", + "sh:class": "http://www.w3.org/ns/prov#Activity", + "sh:description": { + "en": "An Activity that used the Catalogue." + }, + "sh:name": { + "en": "was used by" + }, + "sh:path": "http://www.w3.org/ns/prov#wasUsedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/26fb54e0c953f5aa1e4db5b7bf3b6e6698f4ac4e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.custodian", + "sh:description": { + "en": "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "custodian" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/custodian" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/2772ea71869e38556ebc47c064607a25b9d5b6eb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.processor", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]." + }, + "sh:name": { + "en": "processor" + }, + "sh:path": "http://data.europa.eu/930/processor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/29ba27566ab1f32c8bb73f3492436d4bd868d3d2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.language", + "sh:class": "http://purl.org/dc/terms/LinguisticSystem", + "sh:description": { + "en": "A language used in the textual metadata describing titles, descriptions, etc. of the Datasets, Data Services and Dataset Series in the Catalogue." + }, + "sh:name": { + "en": "language" + }, + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/30957911e1c6c79c065b6a0fa632a3c58d6b1841", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.resourceprovider", + "sh:description": { + "en": "\t\n\nParty that supplies the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "resource provider" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/resourceProvider" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/332a16958cb700460c864d15f17f0a67ca9cf034", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.principalinvestigator", + "sh:description": { + "en": "Key party responsible for gathering information and conducting research [[ISO-19115]]." + }, + "sh:name": { + "en": "principal investigator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/principalInvestigator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/337cf55721093cc585693a5397601643d59a4c46", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.record", + "sh:class": "http://www.w3.org/ns/dcat#CatalogRecord", + "sh:description": { + "en": "A Catalogue Record that is part of the Catalogue." + }, + "sh:name": { + "en": "record" + }, + "sh:path": "http://www.w3.org/ns/dcat#record" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/34db0dabef6e2aa992eab790fc3e8d1e3f83bc12", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.record", + "sh:description": { + "en": "A Catalogue Record that is part of the Catalogue." + }, + "sh:name": { + "en": "record" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#record" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/35ed9ae46f019b6d5aea75addba75b4c87cb6fc5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.rightsholder", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An Agent (organisation) holding rights on the Catalogued Resource." + }, + "sh:name": { + "en": "rights holder" + }, + "sh:path": "http://purl.org/dc/terms/rightsHolder" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/48476aa3f2bfa8f7c3e4d22652531e590c90e9ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.originator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who created the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "originator" + }, + "sh:path": "http://data.europa.eu/930/originator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/49cd6ad5fefbffaf348db14bfe47600981dd12c8", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.catalogue", + "sh:class": "http://www.w3.org/ns/dcat#Catalog", + "sh:description": { + "en": "A catalogue whose contents are of interest in the context of this catalogue." + }, + "sh:name": { + "en": "catalogue" + }, + "sh:path": "http://www.w3.org/ns/dcat#catalog" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/4be37093e4c3ba0d5b5a18ef6b97778d6d689392", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Catalogue." + }, + "sh:name": { + "en": "release date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/5247ab8155663a32970621a13083ea5813ec3ab7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.rightsholder", + "sh:description": { + "en": "An Agent (organisation) holding rights on the Catalogued Resource." + }, + "sh:name": { + "en": "rights holder" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/rightsHolder" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.keyword", + "sh:description": { + "en": "A keyword or tag describing the Catalogue." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/6051cd8d6a1acfcf4d6721f241fff56a0b42ebf9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.themes", + "sh:class": "http://www.w3.org/2004/02/skos/core#ConceptScheme", + "sh:description": { + "en": "A knowledge organization system used to classify the Resources that are in the Catalogue." + }, + "sh:name": { + "en": "themes" + }, + "sh:path": "http://www.w3.org/ns/dcat#themeTaxonomy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/675f9ab2c273ab67c79caa42282e4cec463c08f6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.creationdate", + "sh:description": { + "en": "The date on which the Catalogue has been first created." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "creation date" + }, + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/67dcdb36167ca7969c0532898e11a98e9c2a80f5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for making the Catalogue available." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/6b7242b6b89977700c05e4875131fbb975c4235e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.modificationdate", + "sh:description": { + "en": "The most recent date on which the Catalogue was modified." + }, + "sh:name": { + "en": "modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/6c19a6337121f15029388b949ea0dab772437b2a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.processor", + "sh:description": { + "en": "Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]." + }, + "sh:name": { + "en": "processor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/processor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.description", + "sh:description": { + "en": "A free-text account of the Catalogue." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/73465b7fbd7f991a08ddd1b766c2e46fa9dfc14e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.applicablelegislation", + "sh:class": "http://data.europa.eu/eli/ontology#LegalResource", + "sh:description": { + "en": "The legislation that mandates the creation or management of the Catalog." + }, + "sh:name": { + "en": "applicable legislation" + }, + "sh:path": "http://data.europa.eu/r5r/applicableLegislation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/79c0c2e1bcab213fd06ca4c1782849db4a11225f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.custodian", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "custodian" + }, + "sh:path": "http://data.europa.eu/930/custodian" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/7a20e2eb5f5549088fd53fa93fab0958019f267e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.accessrights", + "sh:description": { + "en": "Information regarding access or restrictions based on privacy, security, or other policies." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "access rights" + }, + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.contactpoint", + "sh:class": "http://www.w3.org/2006/vcard/ns#Kind", + "sh:description": { + "en": "Contact information that can be used for sending comments about the Catalogue." + }, + "sh:name": { + "en": "contact point" + }, + "sh:path": "http://www.w3.org/ns/dcat#contactPoint" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/7b94c69361e00163d16d78016cd994668c7fccda", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.dataset", + "sh:class": "http://www.w3.org/ns/dcat#Dataset", + "sh:description": { + "en": "A Dataset that is part of the Catalogue." + }, + "sh:name": { + "en": "dataset" + }, + "sh:path": "http://www.w3.org/ns/dcat#dataset" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.creator", + "sh:description": { + "en": "An entity responsible for the creation of the Catalogue." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/7e81f1a1332766b4be433580d64a6ec4b1530493", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.topiccategory", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "Topic category in accordance with EN ISO 19115." + }, + "sh:name": { + "en": "topic category" + }, + "sh:path": "http://data.europa.eu/930/topicCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/81d9e81dce75ad228913796fb0f52470b14df56b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.temporalcoverage", + "sh:description": { + "en": "A temporal period that the Catalogue covers." + }, + "sh:name": { + "en": "temporal coverage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/temporal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/837b9dc79bed1a4d15f6f9094b596dd177944ab6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.qualifiedattribution", + "sh:class": "http://www.w3.org/ns/prov#Attribution", + "sh:description": { + "en": "A link to an Agent having some form of responsibility for the Catalogue." + }, + "sh:name": { + "en": "qualified attribution" + }, + "sh:path": "http://www.w3.org/ns/prov#qualifiedAttribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/87161588819073178c8f6950dcce2286cac45320", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.referencesystem", + "sh:class": "http://purl.org/dc/terms/Standard", + "sh:description": { + "en": "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]." + }, + "sh:name": { + "en": "reference system" + }, + "sh:path": "http://data.europa.eu/930/referenceSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/8772a17b46da88b8aa26c30e24bc3d9ef17fb940", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.creator", + "sh:description": { + "en": "An entity responsible for the creation of the Catalogue." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "creator" + }, + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/8d36a62f83db7f94097e27edb51306e17e0d40f3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.homepage", + "sh:description": { + "en": "A web page that acts as the main page for the Catalogue." + }, + "sh:name": { + "en": "homepage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/homepage" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/8e3b1c0888909beb09cd832b3145ad1f7abb1caa", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.temporalcoverage", + "sh:class": "http://purl.org/dc/terms/PeriodOfTime", + "sh:description": { + "en": "A temporal period that the Catalogue covers." + }, + "sh:name": { + "en": "temporal coverage" + }, + "sh:path": "http://purl.org/dc/terms/temporal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/8f61614144aa7bca188b24f5976593dc08aad0e6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.description", + "sh:description": { + "en": "A free-text account of the Catalogue." + }, + "sh:minCount": "1", + "sh:name": { + "en": "description" + }, + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/90d2d876025f695254da925395940ab829409254", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.referencesystem", + "sh:description": { + "en": "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]." + }, + "sh:name": { + "en": "reference system" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/referenceSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/9169149cf5b5a794cac331851a3a1a92ff279293", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.resourceprovider", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\t\n\nParty that supplies the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "resource provider" + }, + "sh:path": "http://data.europa.eu/930/resourceProvider" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/93f73e69bb03d2928fcf758a253ef316becdf9b9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for making the Catalogue available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/95015004529c652bcb276060d84ed7423c4a9b08", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.geographicalcoverage", + "sh:description": { + "en": "A geographical area covered by the Catalogue." + }, + "sh:name": { + "en": "geographical coverage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/spatial" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/9678e29dc284ba14312bf01cd0a581b960b77a08", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.theme", + "sh:description": { + "en": "A main category of the Catalogue. A Catalogue can have multiple categories." + }, + "sh:name": { + "en": "theme" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#theme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/99435c17158fbaa12d1d955b8886d5bf935ab016", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.rights", + "sh:class": "http://purl.org/dc/terms/RightsStatement", + "sh:description": { + "en": "A statement that specifies rights associated with the Catalogue." + }, + "sh:name": { + "en": "rights" + }, + "sh:path": "http://purl.org/dc/terms/rights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/9adf9f5890592909cf3e67021ae7ab4f895a7745", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.contactpoint", + "sh:description": { + "en": "Contact information that can be used for sending comments about the Catalogue." + }, + "sh:name": { + "en": "contact point" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#contactPoint" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/9e9d878c1c354206edc1d411f33c82d4d01e5a8f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.modificationdate", + "sh:description": { + "en": "The most recent date on which the Catalogue was modified." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "modification date" + }, + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/9eaae476a881de13b9430537ace6e70da7327dbd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.licence", + "sh:description": { + "en": "A licence under which the Catalogue can be used or reused." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "licence" + }, + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/9ebdae98241e4f451997ba6a4a2252e28ea561d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.creationdate", + "sh:description": { + "en": "The date on which the Catalogue has been first created." + }, + "sh:name": { + "en": "creation date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/a0ccdf3bd7f5d161d07f375a26e68c18ca91dc19", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for making the Catalogue available." + }, + "sh:minCount": "1", + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.identifier", + "sh:description": { + "en": "The main identifier for the Catalogue, e.g. the URI or other unique identifier." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/b0ccd926f364c1ae79f5ea36fa0146188fcec226", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.wasusedby", + "sh:description": { + "en": "An Activity that used the Catalogue." + }, + "sh:name": { + "en": "was used by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#wasUsedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/b362d2bdbbe8ba1c689e5554cca2bcbd295546de", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Catalogue." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "release date" + }, + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/b3ec0655204c62a2531244aaeab12f1a2c5e5b5d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.publisher", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An entity (organisation) responsible for making the Catalogue available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/b4c4138f0581e7240ec4dd866004c56407b3705a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.rights", + "sh:description": { + "en": "A statement that specifies rights associated with the Catalogue." + }, + "sh:name": { + "en": "rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/rights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/ba3b4487b5271499cada905fb8fb4869a540fbb2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.user", + "sh:description": { + "en": "Party who uses the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "user" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/user" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/ba6ef1d6ab1be8f620759998659fb2e547832d82", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.catalogue", + "sh:description": { + "en": "A catalogue whose contents are of interest in the context of this catalogue." + }, + "sh:name": { + "en": "catalogue" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#catalog" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/baaa3d4a8f33f8b2b8c1d19c8d2817a75377145d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.qualifiedattribution", + "sh:description": { + "en": "A link to an Agent having some form of responsibility for the Catalogue." + }, + "sh:name": { + "en": "qualified attribution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#qualifiedAttribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/c1d40f7102c8201949576e76be48b991b47958d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.creator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An entity responsible for the creation of the Catalogue." + }, + "sh:name": { + "en": "creator" + }, + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/c26f8a3ac6445e9f36176f951acd9d235af5ffd9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.service", + "sh:class": "http://www.w3.org/ns/dcat#DataService", + "sh:description": { + "en": "A site or end-point (Data Service) that is listed in the Catalogue." + }, + "sh:name": { + "en": "service" + }, + "sh:path": "http://www.w3.org/ns/dcat#service" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/c6582cc6dd81abe7073c1f822d33efc41ecab36d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.distributor", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who distributes the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "distributor" + }, + "sh:path": "http://data.europa.eu/930/distributor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/c84f7330b9538a899ebb875c44dc23c9882e74ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.conformsto", + "sh:class": "http://purl.org/dc/terms/Standard", + "sh:description": { + "en": "An established standard to which the described Catalogue conforms." + }, + "sh:name": { + "en": "conforms to" + }, + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/c8cbca0f9dd8797f331150a9e22d9e3ca53ab372", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.haspart", + "sh:class": "http://www.w3.org/ns/dcat#Catalog", + "sh:description": { + "en": "A related Catalogue that is part of the described Catalogue." + }, + "sh:name": { + "en": "has part" + }, + "sh:path": "http://purl.org/dc/terms/hasPart" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/ca4e7adcf7fe2a967e2808cac6e379bc9877c1e8", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.user", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who uses the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "user" + }, + "sh:path": "http://data.europa.eu/930/user" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.title", + "sh:description": { + "en": "A name given to the Catalogue." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/da28472666d298998330cb159b2c1e90b4446250", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.homepage", + "sh:description": { + "en": "A web page that acts as the main page for the Catalogue." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "homepage" + }, + "sh:path": "http://xmlns.com/foaf/0.1/homepage" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/db878f1cb93930f64561d0504123c66feacfad5a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.language", + "sh:description": { + "en": "A language used in the textual metadata describing titles, descriptions, etc. of the Datasets, Data Services and Dataset Series in the Catalogue." + }, + "sh:name": { + "en": "language" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/dbcf2adef675735c48b532392359af27af5e8b71", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.licence", + "sh:class": "http://purl.org/dc/terms/LicenseDocument", + "sh:description": { + "en": "A licence under which the Catalogue can be used or reused." + }, + "sh:name": { + "en": "licence" + }, + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/dede6a68a95ac0f43ca88def472d8fc001f86ebe", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.theme", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "A main category of the Catalogue. A Catalogue can have multiple categories." + }, + "sh:name": { + "en": "theme" + }, + "sh:path": "http://www.w3.org/ns/dcat#theme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/e7571d7eeaa445d492569780abae4aa92ed790b3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.distributor", + "sh:description": { + "en": "Party who distributes the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "distributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/distributor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/e9a8f5414305eafd449b87a38bfe0c974341c9ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.service", + "sh:description": { + "en": "A site or end-point (Data Service) that is listed in the Catalogue." + }, + "sh:name": { + "en": "service" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#service" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/ee60fdd4b8581460f5fc4077813b8bb3e3d77441", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.accessrights", + "sh:class": "http://purl.org/dc/terms/RightsStatement", + "sh:description": { + "en": "Information regarding access or restrictions based on privacy, security, or other policies." + }, + "sh:name": { + "en": "access rights" + }, + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/f15ac8e72da8db00ffde633a42483a8874e9f5b4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.originator", + "sh:description": { + "en": "Party who created the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "originator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/originator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/f30149ffb6ec9d00dd5866b052105729fa27d02a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.licence", + "sh:description": { + "en": "A licence under which the Catalogue can be used or reused." + }, + "sh:name": { + "en": "licence" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.title", + "sh:description": { + "en": "A name given to the Catalogue." + }, + "sh:minCount": "1", + "sh:name": { + "en": "title" + }, + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogShape/fb8568b313de736f9184db23272b6317700e9e7e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.homepage", + "sh:class": "http://xmlns.com/foaf/0.1/Document", + "sh:description": { + "en": "A web page that acts as the main page for the Catalogue." + }, + "sh:name": { + "en": "homepage" + }, + "sh:path": "http://xmlns.com/foaf/0.1/homepage" + } + ], + "sh:targetClass": "http://www.w3.org/ns/dcat#Catalog" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/06293023d38e0a3f6d84479e2c37726cc226bcf6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.modificationdate", + "sh:description": { + "en": "The most recent date on which the Catalogue entry was changed or modified." + }, + "sh:minCount": "1", + "sh:name": { + "en": "modification date" + }, + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/180fd65179a52d6fe70f2febfc53b2b9dba03682", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.principalinvestigator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Key party responsible for gathering information and conducting research [[ISO-19115]]." + }, + "sh:name": { + "en": "principal investigator" + }, + "sh:path": "http://data.europa.eu/930/principalInvestigator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/1c4ac0cf94e6a9152035ed86f73590b6b516dfef", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.changetype", + "sh:description": { + "en": "The status of the catalogue record in the context of editorial flow of the dataset and data service descriptions." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "change type" + }, + "sh:path": "http://www.w3.org/ns/adms#status" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/26fb54e0c953f5aa1e4db5b7bf3b6e6698f4ac4e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.custodian", + "sh:description": { + "en": "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "custodian" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/custodian" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/2772ea71869e38556ebc47c064607a25b9d5b6eb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.processor", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\t\r\n\r\nParty who has processed the data in a manner such that the resource has been modified [[ISO-19115]]." + }, + "sh:name": { + "en": "processor" + }, + "sh:path": "http://data.europa.eu/930/processor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/29ba27566ab1f32c8bb73f3492436d4bd868d3d2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.language", + "sh:class": "http://purl.org/dc/terms/LinguisticSystem", + "sh:description": { + "en": "A language used in the textual metadata describing titles, descriptions, etc. of the Catalogued Resource." + }, + "sh:name": { + "en": "language" + }, + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/30957911e1c6c79c065b6a0fa632a3c58d6b1841", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.resourceprovider", + "sh:description": { + "en": "\t\r\n\r\nParty that supplies the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "resource provider" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/resourceProvider" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/31d5e2e3aa43e34f78e4557b9a8c4e7507c4948b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.applicationprofile", + "sh:class": "http://purl.org/dc/terms/Standard", + "sh:description": { + "en": "An Application Profile that the Catalogued Resource's metadata conforms to." + }, + "sh:name": { + "en": "application profile" + }, + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/332a16958cb700460c864d15f17f0a67ca9cf034", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.principalinvestigator", + "sh:description": { + "en": "Key party responsible for gathering information and conducting research [[ISO-19115]]." + }, + "sh:name": { + "en": "principal investigator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/principalInvestigator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/35ed9ae46f019b6d5aea75addba75b4c87cb6fc5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.rightsholder", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An Agent (organisation) holding rights on the Catalogue." + }, + "sh:name": { + "en": "rights holder" + }, + "sh:path": "http://purl.org/dc/terms/rightsHolder" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/387c76a64757677cc2b899f0c4a20803263a0449", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.primarytopic", + "sh:description": { + "en": "A link to the Dataset, Data service or Catalog described in the record." + }, + "sh:name": { + "en": "primary topic" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/primaryTopic" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/48302728c90d6c344ff17c41a12e9f1379d2a049", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.sourcemetadata", + "sh:description": { + "en": "The original metadata that was used in creating metadata for the Dataset." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "source metadata" + }, + "sh:path": "http://purl.org/dc/terms/source" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/48476aa3f2bfa8f7c3e4d22652531e590c90e9ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.originator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\t\n\nParty who created the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "originator" + }, + "sh:path": "http://data.europa.eu/930/originator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/4b28ec6b7000fa7ccd38127f115952dd990d7d9c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.changetype", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "The status of the catalogue record in the context of editorial flow of the dataset and data service descriptions." + }, + "sh:name": { + "en": "change type" + }, + "sh:path": "http://www.w3.org/ns/adms#status" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/4ffca05d8646c0f94e4b5dc1e15e7757e7dd2843", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.listingdate", + "sh:description": { + "en": "The date on which the description of the Resource was included in the Catalogue." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "listing date" + }, + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/5247ab8155663a32970621a13083ea5813ec3ab7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.rightsholder", + "sh:description": { + "en": "An Agent (organisation) holding rights on the Catalogue." + }, + "sh:name": { + "en": "rights holder" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/rightsHolder" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/65eafe0643a998b84fc2d253de401f9ad8355770", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.primarytopic", + "sh:description": { + "en": "A link to the Dataset, Data service or Catalog described in the record." + }, + "sh:minCount": "1", + "sh:name": { + "en": "primary topic" + }, + "sh:path": "http://xmlns.com/foaf/0.1/primaryTopic" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/675f9ab2c273ab67c79caa42282e4cec463c08f6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.creationdate", + "sh:description": { + "en": "The date on which the Catalogue Record has been first created." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "creation date" + }, + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/67dcdb36167ca7969c0532898e11a98e9c2a80f5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for making the Data Service available." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/6b7242b6b89977700c05e4875131fbb975c4235e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.modificationdate", + "sh:description": { + "en": "The most recent date on which the Catalogue entry was changed or modified." + }, + "sh:name": { + "en": "modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/6c19a6337121f15029388b949ea0dab772437b2a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.processor", + "sh:description": { + "en": "\t\r\n\r\nParty who has processed the data in a manner such that the resource has been modified [[ISO-19115]]." + }, + "sh:name": { + "en": "processor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/processor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.description", + "sh:description": { + "en": "A free-text account of the record. This property can be repeated for parallel language versions of the description." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/79c0c2e1bcab213fd06ca4c1782849db4a11225f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.custodian", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "custodian" + }, + "sh:path": "http://data.europa.eu/930/custodian" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.contactpoint", + "sh:class": "http://www.w3.org/2006/vcard/ns#Kind", + "sh:description": { + "en": "Contact information that can be used for sending comments about the Catalogue Record." + }, + "sh:name": { + "en": "contact point" + }, + "sh:path": "http://www.w3.org/ns/dcat#contactPoint" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.creator", + "sh:description": { + "en": "The Agent primarily responsible for producing the Catalogue Record." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/837b9dc79bed1a4d15f6f9094b596dd177944ab6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.qualifiedattribution", + "sh:class": "http://www.w3.org/ns/prov#Attribution", + "sh:description": { + "en": "Link to an Agent having some form of responsibility for the Catalogue Record." + }, + "sh:name": { + "en": "qualified attribution" + }, + "sh:path": "http://www.w3.org/ns/prov#qualifiedAttribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/8c70e4513eeeeacaf9fdbc9e2cf3df16973e24c0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.changetype", + "sh:description": { + "en": "The status of the catalogue record in the context of editorial flow of the dataset and data service descriptions." + }, + "sh:name": { + "en": "change type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/adms#status" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/9169149cf5b5a794cac331851a3a1a92ff279293", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.resourceprovider", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\t\r\n\r\nParty that supplies the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "resource provider" + }, + "sh:path": "http://data.europa.eu/930/resourceProvider" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/93f73e69bb03d2928fcf758a253ef316becdf9b9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for making the Data Service available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/95cb7d74c8710526cdd4a980d92ce3cf74d7a38f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.sourcemetadata", + "sh:class": "http://www.w3.org/ns/dcat#CatalogRecord", + "sh:description": { + "en": "The original metadata that was used in creating metadata for the Dataset." + }, + "sh:name": { + "en": "source metadata" + }, + "sh:path": "http://purl.org/dc/terms/source" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/97b367051882750fe2df0bc6fff5dd50ff0c94bd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.applicationprofile", + "sh:description": { + "en": "An Application Profile that the Catalogued Resource's metadata conforms to." + }, + "sh:name": { + "en": "application profile" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/9adf9f5890592909cf3e67021ae7ab4f895a7745", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.contactpoint", + "sh:description": { + "en": "Contact information that can be used for sending comments about the Catalogue Record." + }, + "sh:name": { + "en": "contact point" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#contactPoint" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/9e9d878c1c354206edc1d411f33c82d4d01e5a8f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.modificationdate", + "sh:description": { + "en": "The most recent date on which the Catalogue entry was changed or modified." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "modification date" + }, + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/9ebdae98241e4f451997ba6a4a2252e28ea561d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.creationdate", + "sh:description": { + "en": "The date on which the Catalogue Record has been first created." + }, + "sh:name": { + "en": "creation date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.identifier", + "sh:description": { + "en": "The main identifier for the Catalogue Record, e.g., the URI or other unique identifier in the context of the Catalogue." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/b3ec0655204c62a2531244aaeab12f1a2c5e5b5d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.publisher", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An entity (organisation) responsible for making the Data Service available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/ba3b4487b5271499cada905fb8fb4869a540fbb2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.user", + "sh:description": { + "en": "Party who uses the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "user" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/user" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/baaa3d4a8f33f8b2b8c1d19c8d2817a75377145d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.qualifiedattribution", + "sh:description": { + "en": "Link to an Agent having some form of responsibility for the Catalogue Record." + }, + "sh:name": { + "en": "qualified attribution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#qualifiedAttribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/c1d40f7102c8201949576e76be48b991b47958d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.creator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "The Agent primarily responsible for producing the Catalogue Record." + }, + "sh:name": { + "en": "creator" + }, + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/c6582cc6dd81abe7073c1f822d33efc41ecab36d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.distributor", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who distributes the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "distributor" + }, + "sh:path": "http://data.europa.eu/930/distributor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/c65d45ed7195ead5f643ec8c8afd29c6dd9662bf", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.primarytopic", + "sh:class": "http://www.w3.org/ns/dcat#Resource", + "sh:description": { + "en": "A link to the Dataset, Data service or Catalog described in the record." + }, + "sh:name": { + "en": "primary topic" + }, + "sh:path": "http://xmlns.com/foaf/0.1/primaryTopic" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/ca4e7adcf7fe2a967e2808cac6e379bc9877c1e8", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.user", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who uses the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "user" + }, + "sh:path": "http://data.europa.eu/930/user" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/d1a2caf3f023345c142769faae4544a99834d255", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.sourcemetadata", + "sh:description": { + "en": "The original metadata that was used in creating metadata for the Dataset." + }, + "sh:name": { + "en": "source metadata" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/source" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/d4c0539354cbf13f62e53a5a69e3f2b0e384f727", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.listingdate", + "sh:description": { + "en": "The date on which the description of the Resource was included in the Catalogue." + }, + "sh:name": { + "en": "listing date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.title", + "sh:description": { + "en": "A name given to the Catalogue Record." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/db878f1cb93930f64561d0504123c66feacfad5a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.language", + "sh:description": { + "en": "A language used in the textual metadata describing titles, descriptions, etc. of the Catalogued Resource." + }, + "sh:name": { + "en": "language" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/e7571d7eeaa445d492569780abae4aa92ed790b3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.distributor", + "sh:description": { + "en": "Party who distributes the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "distributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/distributor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/edc684c84677aa4924b66988491caddda1a1e68b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.primarytopic", + "sh:description": { + "en": "A link to the Dataset, Data service or Catalog described in the record." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "primary topic" + }, + "sh:path": "http://xmlns.com/foaf/0.1/primaryTopic" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:CatalogRecordShape/f15ac8e72da8db00ffde633a42483a8874e9f5b4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.originator", + "sh:description": { + "en": "\t\n\nParty who created the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "originator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/originator" + } + ], + "sh:targetClass": "http://www.w3.org/ns/dcat#CatalogRecord" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/00a99d55cbc03165373a8348d5a88402ea4f239a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.geographicalcoverage", + "sh:class": "http://purl.org/dc/terms/Location", + "sh:description": { + "en": "A geographic region that is covered by the Data Service." + }, + "sh:name": { + "en": "geographical coverage" + }, + "sh:path": "http://purl.org/dc/terms/spatial" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/01e271bbf4ae8e75217e81a49d8d852bdf541c79", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.orginator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\t\r\n\r\nParty who created the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "orginator" + }, + "sh:path": "http://data.europa.eu/930/originator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/0383ae85d347aaaa1366ede6a5651503e07b7240", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.serviceprotocol", + "sh:description": { + "en": "\tProtocol value in accordance with INSPIRE Protocol Values [[INSPIRE-PV]]." + }, + "sh:name": { + "en": "service protocol" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/serviceProtocol" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/08118c51bfc41b71d11f3a58e9410da74e6480e6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.conformsto", + "sh:description": { + "en": "An established (technical) standard to which the Data Service conforms." + }, + "sh:name": { + "en": "conforms to" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/0a6f3bb11ed4ea12f852c78996b89c9a54ffc0fb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.applicablelegislation", + "sh:description": { + "en": "The legislation that mandates the creation or management of the Data Service." + }, + "sh:name": { + "en": "applicable legislation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/r5r/applicableLegislation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/0c2eaa5b16ef4d4cc0f00b2fd130128e37abbb17", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicetype", + "sh:description": { + "en": "Service type in accordance with INSPIRE Spatial Data Service Types [[INSPIRE-SDST]]." + }, + "sh:name": { + "en": "service type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/serviceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/0e5c385ece75dfd05b0a7b0b8009a08bed49ebed", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.topiccategory", + "sh:description": { + "en": "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]." + }, + "sh:name": { + "en": "topic category" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/topicCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/10c0ca4deadefb51c529f56ee01caf9bd2639ef4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.accessrights", + "sh:description": { + "en": "Information regarding access or restrictions based on privacy, security, or other policies." + }, + "sh:name": { + "en": "access rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/180fd65179a52d6fe70f2febfc53b2b9dba03682", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.principalinvestigator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Key party responsible for gathering information and conducting research [[ISO-19115]]." + }, + "sh:name": { + "en": "principal investigator" + }, + "sh:path": "http://data.europa.eu/930/principalInvestigator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/1a61f733fafb015548fe0e21203d559c9cb4d228", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servesdataset", + "sh:class": "http://www.w3.org/ns/dcat#Dataset", + "sh:description": { + "en": "This property refers to a collection of data that this data service can distribute." + }, + "sh:name": { + "en": "serves dataset" + }, + "sh:path": "http://www.w3.org/ns/dcat#servesDataset" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/1a835a94445575c2a10b5f05474c2f9fda6d49ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.wasusedby", + "sh:class": "http://www.w3.org/ns/prov#Activity", + "sh:description": { + "en": "To an Activity that used the Data Service." + }, + "sh:name": { + "en": "was used by" + }, + "sh:path": "http://www.w3.org/ns/prov#wasUsedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/236f0210baaf149903750c43bbe7012c21debb2a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.type", + "sh:description": { + "en": "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "type" + }, + "sh:path": "http://data.europa.eu/930/resourceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/26fb54e0c953f5aa1e4db5b7bf3b6e6698f4ac4e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.custodian", + "sh:description": { + "en": "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "custodian" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/custodian" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/2772ea71869e38556ebc47c064607a25b9d5b6eb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.processor", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\t\r\n\r\nParty who has processed the data in a manner such that the resource has been modified [[ISO-19115]]." + }, + "sh:name": { + "en": "processor" + }, + "sh:path": "http://data.europa.eu/930/processor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/2961dd5b80e9c0f6242da8cf9eea53ad610d7602", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.temporalresolution", + "sh:description": { + "en": "The minimum time period resolvable in the Data Service." + }, + "sh:name": { + "en": "temporal resolution" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#temporalResolution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/29ba27566ab1f32c8bb73f3492436d4bd868d3d2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.language", + "sh:class": "http://purl.org/dc/terms/LinguisticSystem", + "sh:description": { + "en": "The language of the structure that can be returned by querying the endpointURL." + }, + "sh:name": { + "en": "language" + }, + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/30957911e1c6c79c065b6a0fa632a3c58d6b1841", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.resourceprovider", + "sh:description": { + "en": "\t\r\n\r\nParty that supplies the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "resource provider" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/resourceProvider" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/30e78cd98aa6cd5dbc31678289abb5e0cc0b55c7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.landingpage", + "sh:description": { + "en": "A web page that provides access to the Data Service and/or additional information." + }, + "sh:name": { + "en": "landing page" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#landingPage" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/322371a77364a50f049d46180f6192532eea26dc", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.type", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]." + }, + "sh:name": { + "en": "type" + }, + "sh:path": "http://data.europa.eu/930/resourceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/332a16958cb700460c864d15f17f0a67ca9cf034", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.principalinvestigator", + "sh:description": { + "en": "Key party responsible for gathering information and conducting research [[ISO-19115]]." + }, + "sh:name": { + "en": "principal investigator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/principalInvestigator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/35ed9ae46f019b6d5aea75addba75b4c87cb6fc5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.rightsholder", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An Agent (organisation) holding rights on the Catalogue." + }, + "sh:name": { + "en": "rights holder" + }, + "sh:path": "http://purl.org/dc/terms/rightsHolder" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/3bde2663aaca96d953765ac2e525ef64710bf4d6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.endpointURL", + "sh:description": { + "en": "The root location or primary endpoint of the service (an IRI)." + }, + "sh:name": { + "en": "endpoint URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#endpointURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/42110293925ce8bdb81f82dee95d1f78b2fca91c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.spatialresolution", + "sh:class": "http://www.w3.org/ns/dqv#QualityMeasurement", + "sh:description": { + "en": "Spatial resolution, as defined in [[INSPIRE-MD-REG]], [[ISO-19115]], and [[ISO-19115-1]]." + }, + "sh:name": { + "en": "spatial resolution" + }, + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/46a60c7d3d828d3006937a12f82c1958b94e6f76", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.spatialresolution", + "sh:description": { + "en": "Spatial resolution, as defined in [[INSPIRE-MD-REG]], [[ISO-19115]], and [[ISO-19115-1]]." + }, + "sh:name": { + "en": "spatial resolution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/4a645eccb039c27c621f619e3c84b75bd3f807ab", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.orginator", + "sh:description": { + "en": "\t\r\n\r\nParty who created the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "orginator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/originator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/4be37093e4c3ba0d5b5a18ef6b97778d6d689392", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Data Service." + }, + "sh:name": { + "en": "release date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.type", + "sh:description": { + "en": "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/resourceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/5247ab8155663a32970621a13083ea5813ec3ab7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.rightsholder", + "sh:description": { + "en": "An Agent (organisation) holding rights on the Catalogue." + }, + "sh:name": { + "en": "rights holder" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/rightsHolder" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.keyword", + "sh:description": { + "en": "A keyword or tag describing the Data Service." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/63240e11f1eb66f636413d1dbb134f0ff9066a7c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.endpointdescription", + "sh:description": { + "en": "A description of the services available via the end-points, including their operations, parameters etc." + }, + "sh:name": { + "en": "endpoint description" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#endpointDescription" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/670342a920a4d7c073b8db698b89a4c651e34491", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicetype", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "Service type in accordance with INSPIRE Spatial Data Service Types [[INSPIRE-SDST]]." + }, + "sh:name": { + "en": "service type" + }, + "sh:path": "http://data.europa.eu/930/serviceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/675f9ab2c273ab67c79caa42282e4cec463c08f6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.creationdate", + "sh:description": { + "en": "The date on which the Data Service has been first created." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "creation date" + }, + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/67dcdb36167ca7969c0532898e11a98e9c2a80f5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for making the Data Service available." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/69c4771d01c23b15f61b2d7006a4abf0d56d5ba0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.spatialresolutioninmetres", + "sh:description": { + "en": "The minimum spatial separation resolvable in a Data Service, measured in metres." + }, + "sh:name": { + "en": "spatial resolution in metres" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "https://www.w3.org/ns/dcat#spatialResolutionInMeters" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/6b7242b6b89977700c05e4875131fbb975c4235e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.modificationdate", + "sh:description": { + "en": "The most recent date on which the Data Service was changed or modified." + }, + "sh:name": { + "en": "modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/6c19a6337121f15029388b949ea0dab772437b2a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.processor", + "sh:description": { + "en": "\t\r\n\r\nParty who has processed the data in a manner such that the resource has been modified [[ISO-19115]]." + }, + "sh:name": { + "en": "processor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/processor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.description", + "sh:description": { + "en": "A free-text account of the Data Service." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/73465b7fbd7f991a08ddd1b766c2e46fa9dfc14e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.applicablelegislation", + "sh:class": "http://data.europa.eu/eli/ontology#LegalResource", + "sh:description": { + "en": "The legislation that mandates the creation or management of the Data Service." + }, + "sh:name": { + "en": "applicable legislation" + }, + "sh:path": "http://data.europa.eu/r5r/applicableLegislation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/737cd5f1c9f0e13c35eb82b7f0d2b2f76a9a82c7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.format", + "sh:class": "http://purl.org/dc/terms/MediaTypeOrExtent", + "sh:description": { + "en": "The structure that can be returned by querying the endpointURL." + }, + "sh:name": { + "en": "format" + }, + "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/79c0c2e1bcab213fd06ca4c1782849db4a11225f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.custodian", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "custodian" + }, + "sh:path": "http://data.europa.eu/930/custodian" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/7a20e2eb5f5549088fd53fa93fab0958019f267e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.accessrights", + "sh:description": { + "en": "Information regarding access or restrictions based on privacy, security, or other policies." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "access rights" + }, + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.contactpoint", + "sh:class": "http://www.w3.org/2006/vcard/ns#Kind", + "sh:description": { + "en": "Contact information that can be used for sending comments about the Data Service." + }, + "sh:name": { + "en": "contact point" + }, + "sh:path": "http://www.w3.org/ns/dcat#contactPoint" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.creator", + "sh:description": { + "en": "An Agent primarily responsible for producing the Data Service." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/7e81f1a1332766b4be433580d64a6ec4b1530493", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.topiccategory", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]." + }, + "sh:name": { + "en": "topic category" + }, + "sh:path": "http://data.europa.eu/930/topicCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/81d9e81dce75ad228913796fb0f52470b14df56b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.temporalcoverage", + "sh:description": { + "en": "A temporal period that the Data Service covers." + }, + "sh:name": { + "en": "temporal coverage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/temporal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/837b9dc79bed1a4d15f6f9094b596dd177944ab6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.qualifiedattribution", + "sh:class": "http://www.w3.org/ns/prov#Attribution", + "sh:description": { + "en": "Link to an Agent having some form of responsibility for the Data Service." + }, + "sh:name": { + "en": "qualified attribution" + }, + "sh:path": "http://www.w3.org/ns/prov#qualifiedAttribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/83ad7325cc6681e43e44550c269847065a95a14f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.endpointURL", + "sh:description": { + "en": "The root location or primary endpoint of the service (an IRI)." + }, + "sh:minCount": "1", + "sh:name": { + "en": "endpoint URL" + }, + "sh:path": "http://www.w3.org/ns/dcat#endpointURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/87161588819073178c8f6950dcce2286cac45320", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.referencesystem", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "The reference system used in the Data Service." + }, + "sh:name": { + "en": "reference system" + }, + "sh:path": "http://data.europa.eu/930/referenceSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/8800b7f9f5c99f91633b1231bc40964e69b021de", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.spatialresolutionastext", + "sh:description": { + "en": "Textual description of spatial resolution." + }, + "sh:name": { + "en": "spatial resolution as text" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/930/spatialResolutionAsText" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/8e3b1c0888909beb09cd832b3145ad1f7abb1caa", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.temporalcoverage", + "sh:class": "http://purl.org/dc/terms/PeriodOfTime", + "sh:description": { + "en": "A temporal period that the Data Service covers." + }, + "sh:name": { + "en": "temporal coverage" + }, + "sh:path": "http://purl.org/dc/terms/temporal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/90d2d876025f695254da925395940ab829409254", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.referencesystem", + "sh:description": { + "en": "The reference system used in the Data Service." + }, + "sh:name": { + "en": "reference system" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/referenceSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/9169149cf5b5a794cac331851a3a1a92ff279293", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.resourceprovider", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\t\r\n\r\nParty that supplies the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "resource provider" + }, + "sh:path": "http://data.europa.eu/930/resourceProvider" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/93aa3bef56a7ec444fb66a9f67ef6a58a44b9e97", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicetype", + "sh:description": { + "en": "Service type in accordance with INSPIRE Spatial Data Service Types [[INSPIRE-SDST]]." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "service type" + }, + "sh:path": "http://data.europa.eu/930/serviceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/93f73e69bb03d2928fcf758a253ef316becdf9b9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for making the Data Service available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/95015004529c652bcb276060d84ed7423c4a9b08", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.geographicalcoverage", + "sh:description": { + "en": "A geographic region that is covered by the Data Service." + }, + "sh:name": { + "en": "geographical coverage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/spatial" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/9678e29dc284ba14312bf01cd0a581b960b77a08", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.theme", + "sh:description": { + "en": "A category of the Data Service." + }, + "sh:name": { + "en": "theme" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#theme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/99435c17158fbaa12d1d955b8886d5bf935ab016", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.rights", + "sh:class": "http://purl.org/dc/terms/RightsStatement", + "sh:description": { + "en": "\tA statement that specifies rights associated with the Data Service." + }, + "sh:name": { + "en": "rights" + }, + "sh:path": "http://purl.org/dc/terms/rights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/9adf9f5890592909cf3e67021ae7ab4f895a7745", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.contactpoint", + "sh:description": { + "en": "Contact information that can be used for sending comments about the Data Service." + }, + "sh:name": { + "en": "contact point" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#contactPoint" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/9e9d878c1c354206edc1d411f33c82d4d01e5a8f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.modificationdate", + "sh:description": { + "en": "The most recent date on which the Data Service was changed or modified." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "modification date" + }, + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/9eaae476a881de13b9430537ace6e70da7327dbd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.licence", + "sh:description": { + "en": "A licence under which the Data service is made available." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "licence" + }, + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/9ebdae98241e4f451997ba6a4a2252e28ea561d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.creationdate", + "sh:description": { + "en": "The date on which the Data Service has been first created." + }, + "sh:name": { + "en": "creation date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/a1173daef382ef9fe405318a57ddd98dbc82e335", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.spatialresolutioninmetres", + "sh:datatype": "http://www.w3.org/2001/XMLSchema#decimal", + "sh:description": { + "en": "The minimum spatial separation resolvable in a Data Service, measured in metres." + }, + "sh:name": { + "en": "spatial resolution in metres" + }, + "sh:path": "https://www.w3.org/ns/dcat#spatialResolutionInMeters" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.identifier", + "sh:description": { + "en": "The main identifier for the Data Service, e.g. the URI or other unique identifier in the context of the Catalogue." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/ac31acde5648d4256e2c965dbf83304a8f51bc96", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicecategory", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "Service category in accordance with INSPIRE Spatial Data Service Categories [[INSPIRE-SDSC]]." + }, + "sh:name": { + "en": "service category" + }, + "sh:path": "http://data.europa.eu/930/serviceCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/b0ccd926f364c1ae79f5ea36fa0146188fcec226", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.wasusedby", + "sh:description": { + "en": "To an Activity that used the Data Service." + }, + "sh:name": { + "en": "was used by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#wasUsedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/b362d2bdbbe8ba1c689e5554cca2bcbd295546de", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Data Service." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "release date" + }, + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/b3ec0655204c62a2531244aaeab12f1a2c5e5b5d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.publisher", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An entity (organisation) responsible for making the Data Service available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/b4c4138f0581e7240ec4dd866004c56407b3705a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.rights", + "sh:description": { + "en": "\tA statement that specifies rights associated with the Data Service." + }, + "sh:name": { + "en": "rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/rights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/ba3b4487b5271499cada905fb8fb4869a540fbb2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.user", + "sh:description": { + "en": "Party who uses the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "user" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/user" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/baaa3d4a8f33f8b2b8c1d19c8d2817a75377145d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.qualifiedattribution", + "sh:description": { + "en": "Link to an Agent having some form of responsibility for the Data Service." + }, + "sh:name": { + "en": "qualified attribution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#qualifiedAttribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/c1577bd231c71b0b1910272999755d3414867cfd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.format", + "sh:description": { + "en": "The structure that can be returned by querying the endpointURL." + }, + "sh:name": { + "en": "format" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/c1d40f7102c8201949576e76be48b991b47958d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.creator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An Agent primarily responsible for producing the Data Service." + }, + "sh:name": { + "en": "creator" + }, + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/c6582cc6dd81abe7073c1f822d33efc41ecab36d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.distributor", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who distributes the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "distributor" + }, + "sh:path": "http://data.europa.eu/930/distributor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/c84f7330b9538a899ebb875c44dc23c9882e74ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.conformsto", + "sh:class": "http://purl.org/dc/terms/Standard", + "sh:description": { + "en": "An established (technical) standard to which the Data Service conforms." + }, + "sh:name": { + "en": "conforms to" + }, + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/ca2bd10c893237fa342edb75240b08731acda92f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servesdataset", + "sh:description": { + "en": "This property refers to a collection of data that this data service can distribute." + }, + "sh:name": { + "en": "serves dataset" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#servesDataset" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/ca4e7adcf7fe2a967e2808cac6e379bc9877c1e8", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.user", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who uses the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "user" + }, + "sh:path": "http://data.europa.eu/930/user" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.title", + "sh:description": { + "en": "A name given to the Data Service." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/db878f1cb93930f64561d0504123c66feacfad5a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.language", + "sh:description": { + "en": "The language of the structure that can be returned by querying the endpointURL." + }, + "sh:name": { + "en": "language" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/dbcf2adef675735c48b532392359af27af5e8b71", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.licence", + "sh:class": "http://purl.org/dc/terms/LicenseDocument", + "sh:description": { + "en": "A licence under which the Data service is made available." + }, + "sh:name": { + "en": "licence" + }, + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/dc08f4dca4377fade57f89454e3fa06a8389d314", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.endpointdescription", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "A description of the services available via the end-points, including their operations, parameters etc." + }, + "sh:name": { + "en": "endpoint description" + }, + "sh:path": "http://www.w3.org/ns/dcat#endpointDescription" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/dc8099c41f835124455fc73f6308b53416f46282", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicecategory", + "sh:description": { + "en": "Service category in accordance with INSPIRE Spatial Data Service Categories [[INSPIRE-SDSC]]." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "service category" + }, + "sh:path": "http://data.europa.eu/930/serviceCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/dede6a68a95ac0f43ca88def472d8fc001f86ebe", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.theme", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "A category of the Data Service." + }, + "sh:name": { + "en": "theme" + }, + "sh:path": "http://www.w3.org/ns/dcat#theme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/dff0c56f0cec9925018c7e667c9e5308e1e6c92b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicecategory", + "sh:description": { + "en": "Service category in accordance with INSPIRE Spatial Data Service Categories [[INSPIRE-SDSC]]." + }, + "sh:name": { + "en": "service category" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/serviceCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/e52c27802f529de05e9ebc5ba348f6c24dbf3176", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.serviceprotocol", + "sh:description": { + "en": "\tProtocol value in accordance with INSPIRE Protocol Values [[INSPIRE-PV]]." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "service protocol" + }, + "sh:path": "http://data.europa.eu/930/serviceProtocol" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/e6d76f7de5d5b08e584d9cd40619631987a64a7c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.temporalresolution", + "sh:datatype": "http://www.w3.org/2001/XMLSchema#duration", + "sh:description": { + "en": "The minimum time period resolvable in the Data Service." + }, + "sh:name": { + "en": "temporal resolution" + }, + "sh:path": "http://www.w3.org/ns/dcat#temporalResolution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/e7571d7eeaa445d492569780abae4aa92ed790b3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.distributor", + "sh:description": { + "en": "Party who distributes the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "distributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/distributor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/eb3ac4e4fdde2e2588a9502c5956060a18c5c99f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.endpointURL", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "The root location or primary endpoint of the service (an IRI)." + }, + "sh:name": { + "en": "endpoint URL" + }, + "sh:path": "http://www.w3.org/ns/dcat#endpointURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/eb98dee81407da4e91a31895d95101d0335b7c81", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.serviceprotocol", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "\tProtocol value in accordance with INSPIRE Protocol Values [[INSPIRE-PV]]." + }, + "sh:name": { + "en": "service protocol" + }, + "sh:path": "http://data.europa.eu/930/serviceProtocol" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/ee60fdd4b8581460f5fc4077813b8bb3e3d77441", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.accessrights", + "sh:class": "http://purl.org/dc/terms/RightsStatement", + "sh:description": { + "en": "Information regarding access or restrictions based on privacy, security, or other policies." + }, + "sh:name": { + "en": "access rights" + }, + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/f30149ffb6ec9d00dd5866b052105729fa27d02a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.licence", + "sh:description": { + "en": "A licence under which the Data service is made available." + }, + "sh:name": { + "en": "licence" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.title", + "sh:description": { + "en": "A name given to the Data Service." + }, + "sh:minCount": "1", + "sh:name": { + "en": "title" + }, + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DataServiceShape/ffbbcd28b1fd92213d8350e1b6418d3d998c7197", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.landingpage", + "sh:class": "http://xmlns.com/foaf/0.1/Document", + "sh:description": { + "en": "A web page that provides access to the Data Service and/or additional information." + }, + "sh:name": { + "en": "landing page" + }, + "sh:path": "http://www.w3.org/ns/dcat#landingPage" + } + ], + "sh:targetClass": "http://www.w3.org/ns/dcat#DataService" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/00a99d55cbc03165373a8348d5a88402ea4f239a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.geographicalcoverage", + "sh:class": "http://purl.org/dc/terms/Location", + "sh:description": { + "en": "A geographic region that is covered by the Dataset." + }, + "sh:name": { + "en": "geographical coverage" + }, + "sh:path": "http://purl.org/dc/terms/spatial" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/00bd195f813949c75d02f8a5916b9697bb4eb89f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.resourcetype", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]." + }, + "sh:name": { + "en": "resource type" + }, + "sh:path": "http://data.europa.eu/930/resourceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/016e621848f36eb558335ecb98b4b24cb2447d37", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.otheridentifier", + "sh:description": { + "en": "A secondary identifier of the Dataset" + }, + "sh:name": { + "en": "other identifier" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/adms#identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/04d197dc40f01e87093bdd0446a9fdb1a9d44319", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.frequency", + "sh:class": "http://purl.org/dc/terms/Frequency", + "sh:description": { + "en": "The frequency at which the Dataset is updated." + }, + "sh:name": { + "en": "frequency" + }, + "sh:path": "http://purl.org/dc/terms/accrualPeriodicity" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/08118c51bfc41b71d11f3a58e9410da74e6480e6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.conformsto", + "sh:description": { + "en": "An implementing rule or other specification." + }, + "sh:name": { + "en": "conforms to" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/0a6f3bb11ed4ea12f852c78996b89c9a54ffc0fb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.applicablelegislation", + "sh:description": { + "en": "The legislation that mandates the creation or management of the Dataset." + }, + "sh:name": { + "en": "applicable legislation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/r5r/applicableLegislation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/0b40e829101914fa8381318b35a5205a2a465453", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.relatedresource", + "sh:description": { + "en": "A related resource." + }, + "sh:name": { + "en": "related resource" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/relation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/0bcb30d1f00a2e13ee04c77dbcb8018f2ef83d5b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.provenance", + "sh:class": "http://purl.org/dc/terms/ProvenanceStatement", + "sh:description": { + "en": "A statement about the lineage of a Dataset." + }, + "sh:name": { + "en": "provenance" + }, + "sh:path": "http://purl.org/dc/terms/provenance" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/0e5c385ece75dfd05b0a7b0b8009a08bed49ebed", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.topiccategory", + "sh:description": { + "en": "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]." + }, + "sh:name": { + "en": "topic category" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/topicCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/10c0ca4deadefb51c529f56ee01caf9bd2639ef4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.accessrights", + "sh:description": { + "en": "Information that indicates whether the Dataset is publicly accessible, has access restrictions or is not public." + }, + "sh:name": { + "en": "access rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/180fd65179a52d6fe70f2febfc53b2b9dba03682", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.principalinvestigator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Key party responsible for gathering information and conducting research [[ISO-19115]]." + }, + "sh:name": { + "en": "principal investigator" + }, + "sh:path": "http://data.europa.eu/930/principalInvestigator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/1a835a94445575c2a10b5f05474c2f9fda6d49ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.wasusedby", + "sh:class": "http://www.w3.org/ns/prov#Activity", + "sh:description": { + "en": "An Activity that used the Dataset." + }, + "sh:name": { + "en": "was used by" + }, + "sh:path": "http://www.w3.org/ns/prov#wasUsedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/21ff3c331383c15dedf63f9f30c0818ccac87497", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.wasgeneratedby", + "sh:description": { + "en": "An activity that generated, or provides the business context for, the creation of the Dataset." + }, + "sh:name": { + "en": "was generated by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#wasGeneratedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/26fb54e0c953f5aa1e4db5b7bf3b6e6698f4ac4e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.custodian", + "sh:description": { + "en": "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "custodian" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/custodian" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/2772ea71869e38556ebc47c064607a25b9d5b6eb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.processor", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\t\r\n\r\nParty who has processed the data in a manner such that the resource has been modified [[ISO-19115]]." + }, + "sh:name": { + "en": "processor" + }, + "sh:path": "http://data.europa.eu/930/processor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/2961dd5b80e9c0f6242da8cf9eea53ad610d7602", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.temporalresolution", + "sh:description": { + "en": "The minimum time period resolvable in the Dataset." + }, + "sh:name": { + "en": "temporal resolution" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#temporalResolution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/29ba27566ab1f32c8bb73f3492436d4bd868d3d2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.language", + "sh:class": "http://purl.org/dc/terms/LinguisticSystem", + "sh:description": { + "en": "A language of the Dataset." + }, + "sh:name": { + "en": "language" + }, + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/2ab9813b47309d4af98fdfe34189ea24baecc8cd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.datasetdistribution", + "sh:class": "http://www.w3.org/ns/dcat#Distribution", + "sh:description": { + "en": "An available Distribution for the Dataset." + }, + "sh:name": { + "en": "dataset distribution" + }, + "sh:path": "http://www.w3.org/ns/dcat#distribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/2d388ed1a94fa93a83fb179a4ecb339b2566b790", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.source", + "sh:class": "http://www.w3.org/ns/dcat#Dataset", + "sh:description": { + "en": "A related Dataset from which the described Dataset is derived." + }, + "sh:name": { + "en": "source" + }, + "sh:path": "http://purl.org/dc/terms/source" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/30957911e1c6c79c065b6a0fa632a3c58d6b1841", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.resourceprovider", + "sh:description": { + "en": "\t\r\n\r\nParty that supplies the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "resource provider" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/resourceProvider" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/30e78cd98aa6cd5dbc31678289abb5e0cc0b55c7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.landingpage", + "sh:description": { + "en": "A web page that provides access to the Dataset, its Distributions and/or additional information." + }, + "sh:name": { + "en": "landing page" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#landingPage" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/332a16958cb700460c864d15f17f0a67ca9cf034", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.principalinvestigator", + "sh:description": { + "en": "Key party responsible for gathering information and conducting research [[ISO-19115]]." + }, + "sh:name": { + "en": "principal investigator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/principalInvestigator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/34ba47520d520f97bbcdea3c6fd3dc176d312689", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.sample", + "sh:description": { + "en": "A sample distribution of the dataset." + }, + "sh:name": { + "en": "sample" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/adms#sample" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/35ed9ae46f019b6d5aea75addba75b4c87cb6fc5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.rightsholder", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An Agent (organisation) holding rights on the Dataset." + }, + "sh:name": { + "en": "rights holder" + }, + "sh:path": "http://purl.org/dc/terms/rightsHolder" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/397755646b3e9ed0cfae7a2a581d26251329edb7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.wasgeneratedby", + "sh:class": "http://www.w3.org/ns/prov#Activity", + "sh:description": { + "en": "An activity that generated, or provides the business context for, the creation of the Dataset." + }, + "sh:name": { + "en": "was generated by" + }, + "sh:path": "http://www.w3.org/ns/prov#wasGeneratedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/3f1fe87dc7be37001827234cfe37b5314b16efcc", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.isreferencedby", + "sh:description": { + "en": "A related resource, such as a publication, that references, cites, or otherwise points to the Dataset." + }, + "sh:name": { + "en": "is referenced by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/isReferencedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/41f263bb74ca0c94c6c7a50c981cace98f35802d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.qualifiedrelation", + "sh:description": { + "en": "A description of a relationship with another resource." + }, + "sh:name": { + "en": "qualified relation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#qualifiedRelation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/42110293925ce8bdb81f82dee95d1f78b2fca91c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.spatialresolution", + "sh:class": "http://www.w3.org/ns/dqv#QualityMeasurement", + "sh:description": { + "en": "The performed quality measurements." + }, + "sh:name": { + "en": "spatial resolution" + }, + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/46a60c7d3d828d3006937a12f82c1958b94e6f76", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.spatialresolution", + "sh:description": { + "en": "The performed quality measurements." + }, + "sh:name": { + "en": "spatial resolution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/48476aa3f2bfa8f7c3e4d22652531e590c90e9ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.originator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\t\r\n\r\nParty who created the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "originator" + }, + "sh:path": "http://data.europa.eu/930/originator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/4918ff7a6c1c4b0eea6403dca4b992b87ee1f4ab", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.relatedresource", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "A related resource." + }, + "sh:name": { + "en": "related resource" + }, + "sh:path": "http://purl.org/dc/terms/relation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/495a2bdea22c8a156f1a7926737cdf33529871fd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.hasversion", + "sh:class": "http://www.w3.org/ns/dcat#Dataset", + "sh:description": { + "en": "A related Dataset that is a version, edition, or adaptation of the described Dataset." + }, + "sh:name": { + "en": "has version" + }, + "sh:path": "http://www.w3.org/ns/dcat#hasVersion" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/4be37093e4c3ba0d5b5a18ef6b97778d6d689392", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Dataset." + }, + "sh:name": { + "en": "release date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/4cba2ec81cc2d95d149041a01cbc4d9a16def925", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.resourcetype", + "sh:description": { + "en": "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "resource type" + }, + "sh:path": "http://data.europa.eu/930/resourceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/5247ab8155663a32970621a13083ea5813ec3ab7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.rightsholder", + "sh:description": { + "en": "An Agent (organisation) holding rights on the Dataset." + }, + "sh:name": { + "en": "rights holder" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/rightsHolder" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/5ad428d8500be9b1d9580021b00aa767c33402bb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.versionnotes", + "sh:description": { + "en": "A description of the differences between this version and a previous version of the Dataset." + }, + "sh:name": { + "en": "version notes" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/adms#versionNotes" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.keyword", + "sh:description": { + "en": "A keyword or tag describing the Dataset." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/5d09c2893875cc2183ee55dea57e9c61c07d8006", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.provenance", + "sh:description": { + "en": "A statement about the lineage of a Dataset." + }, + "sh:name": { + "en": "provenance" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/provenance" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/5f12b6f065bf83b81d077ee38954b6ad5c4b2b6b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.sample", + "sh:class": "http://www.w3.org/ns/dcat#Distribution", + "sh:description": { + "en": "A sample distribution of the dataset." + }, + "sh:name": { + "en": "sample" + }, + "sh:path": "http://www.w3.org/ns/adms#sample" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/63790d4374dda7d88681e2756e114a65082d9bfd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.inseries", + "sh:class": "http://www.w3.org/ns/dcat#DatasetSeries", + "sh:description": { + "en": "A dataset series of which the dataset is part." + }, + "sh:name": { + "en": "in series" + }, + "sh:path": "http://www.w3.org/ns/dcat#inSeries" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/63a8cf23801ef605734507c621693524f22476dd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.frequency", + "sh:description": { + "en": "The frequency at which the Dataset is updated." + }, + "sh:name": { + "en": "frequency" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/accrualPeriodicity" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/675f9ab2c273ab67c79caa42282e4cec463c08f6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.creationdate", + "sh:description": { + "en": "The date on which the Dataset has been first created." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "creation date" + }, + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/67dcdb36167ca7969c0532898e11a98e9c2a80f5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for making the Dataset available." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/68388ec47b77212d80036e8a02e9956f5ba0e0f5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.documentation", + "sh:class": "http://xmlns.com/foaf/0.1/Document", + "sh:description": { + "en": "A page or document about this Dataset." + }, + "sh:name": { + "en": "documentation" + }, + "sh:path": "http://xmlns.com/foaf/0.1/page" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/69c4771d01c23b15f61b2d7006a4abf0d56d5ba0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.spatialresolutioninmetres", + "sh:description": { + "en": "The minimum spatial separation resolvable in a Dataset, measured in meters." + }, + "sh:name": { + "en": "spatial resolution in metres" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#spatialResolutionInMeters" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/6b7242b6b89977700c05e4875131fbb975c4235e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.modificationdate", + "sh:description": { + "en": "The most recent date on which the Dataset was changed or modified." + }, + "sh:name": { + "en": "modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/6c19a6337121f15029388b949ea0dab772437b2a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.processor", + "sh:description": { + "en": "\t\r\n\r\nParty who has processed the data in a manner such that the resource has been modified [[ISO-19115]]." + }, + "sh:name": { + "en": "processor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/processor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.description", + "sh:description": { + "en": "A free-text account of the Dataset." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/73465b7fbd7f991a08ddd1b766c2e46fa9dfc14e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.applicablelegislation", + "sh:class": "http://data.europa.eu/eli/ontology#LegalResource", + "sh:description": { + "en": "The legislation that mandates the creation or management of the Dataset." + }, + "sh:name": { + "en": "applicable legislation" + }, + "sh:path": "http://data.europa.eu/r5r/applicableLegislation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/79c0c2e1bcab213fd06ca4c1782849db4a11225f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.custodian", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "custodian" + }, + "sh:path": "http://data.europa.eu/930/custodian" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/7a20e2eb5f5549088fd53fa93fab0958019f267e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.accessrights", + "sh:description": { + "en": "Information that indicates whether the Dataset is publicly accessible, has access restrictions or is not public." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "access rights" + }, + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.contactpoint", + "sh:class": "http://www.w3.org/2006/vcard/ns#Kind", + "sh:description": { + "en": "Contact information that can be used for sending comments about the Dataset." + }, + "sh:name": { + "en": "contact point" + }, + "sh:path": "http://www.w3.org/ns/dcat#contactPoint" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.creator", + "sh:description": { + "en": "The Agent primarily responsible for producing the Dataset." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/7e81f1a1332766b4be433580d64a6ec4b1530493", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.topiccategory", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]." + }, + "sh:name": { + "en": "topic category" + }, + "sh:path": "http://data.europa.eu/930/topicCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/8178a43200b0efd5b41e7309efb017f24bb8ef41", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.source", + "sh:description": { + "en": "A related Dataset from which the described Dataset is derived." + }, + "sh:name": { + "en": "source" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/source" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/81d9e81dce75ad228913796fb0f52470b14df56b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.temporalcoverage", + "sh:description": { + "en": "A temporal period that the Dataset covers." + }, + "sh:name": { + "en": "temporal coverage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/temporal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/8335ef1071b18fbd6dac863013c6a9de3d057ab0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.inseries", + "sh:description": { + "en": "A dataset series of which the dataset is part." + }, + "sh:name": { + "en": "in series" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#inSeries" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/837b9dc79bed1a4d15f6f9094b596dd177944ab6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.qualifiedattribution", + "sh:class": "http://www.w3.org/ns/prov#Attribution", + "sh:description": { + "en": "An Agent having some form of responsibility for the resource." + }, + "sh:name": { + "en": "qualified attribution" + }, + "sh:path": "http://www.w3.org/ns/prov#qualifiedAttribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/84229f2224810ba9c70b4b27f756414cc0353324", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.frequency", + "sh:description": { + "en": "The frequency at which the Dataset is updated." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "frequency" + }, + "sh:path": "http://purl.org/dc/terms/accrualPeriodicity" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/87161588819073178c8f6950dcce2286cac45320", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.referencesystem", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]." + }, + "sh:name": { + "en": "reference system" + }, + "sh:path": "http://data.europa.eu/930/referenceSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/8800b7f9f5c99f91633b1231bc40964e69b021de", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.spatialresolutionastext", + "sh:description": { + "en": "Textual description of spatial resolution." + }, + "sh:name": { + "en": "spatial resolution as text" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/930/spatialResolutionAsText" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/8e3b1c0888909beb09cd832b3145ad1f7abb1caa", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.temporalcoverage", + "sh:class": "http://purl.org/dc/terms/PeriodOfTime", + "sh:description": { + "en": "A temporal period that the Dataset covers." + }, + "sh:name": { + "en": "temporal coverage" + }, + "sh:path": "http://purl.org/dc/terms/temporal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/8f61614144aa7bca188b24f5976593dc08aad0e6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.description", + "sh:description": { + "en": "A free-text account of the Dataset." + }, + "sh:minCount": "1", + "sh:name": { + "en": "description" + }, + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/90d2d876025f695254da925395940ab829409254", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.referencesystem", + "sh:description": { + "en": "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]." + }, + "sh:name": { + "en": "reference system" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/referenceSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/9169149cf5b5a794cac331851a3a1a92ff279293", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.resourceprovider", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\t\r\n\r\nParty that supplies the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "resource provider" + }, + "sh:path": "http://data.europa.eu/930/resourceProvider" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/93f73e69bb03d2928fcf758a253ef316becdf9b9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for making the Dataset available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/95015004529c652bcb276060d84ed7423c4a9b08", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.geographicalcoverage", + "sh:description": { + "en": "A geographic region that is covered by the Dataset." + }, + "sh:name": { + "en": "geographical coverage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/spatial" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/95c69c99a1e3ade043911b51b942f206dea0e68d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.isreferencedby", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "A related resource, such as a publication, that references, cites, or otherwise points to the Dataset." + }, + "sh:name": { + "en": "is referenced by" + }, + "sh:path": "http://purl.org/dc/terms/isReferencedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/9678e29dc284ba14312bf01cd0a581b960b77a08", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.theme", + "sh:description": { + "en": "A category of the Dataset." + }, + "sh:name": { + "en": "theme" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#theme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/99435c17158fbaa12d1d955b8886d5bf935ab016", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.rights", + "sh:class": "http://purl.org/dc/terms/RightsStatement", + "sh:description": { + "en": "\tA statement that specifies rights associated with the Dataset." + }, + "sh:name": { + "en": "rights" + }, + "sh:path": "http://purl.org/dc/terms/rights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/998ce689a5bcc3e2764ff84a05255e34d91e8102", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.documentation", + "sh:description": { + "en": "A page or document about this Dataset." + }, + "sh:name": { + "en": "documentation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/page" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/9adf9f5890592909cf3e67021ae7ab4f895a7745", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.contactpoint", + "sh:description": { + "en": "Contact information that can be used for sending comments about the Dataset." + }, + "sh:name": { + "en": "contact point" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#contactPoint" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/9e9d878c1c354206edc1d411f33c82d4d01e5a8f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.modificationdate", + "sh:description": { + "en": "The most recent date on which the Dataset was changed or modified." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "modification date" + }, + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/9ebdae98241e4f451997ba6a4a2252e28ea561d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.creationdate", + "sh:description": { + "en": "The date on which the Dataset has been first created." + }, + "sh:name": { + "en": "creation date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/9fe7c5889615d19dd4849fb66a5664fc016aa598", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.otheridentifier", + "sh:class": "http://www.w3.org/ns/adms#Identifier", + "sh:description": { + "en": "A secondary identifier of the Dataset" + }, + "sh:name": { + "en": "other identifier" + }, + "sh:path": "http://www.w3.org/ns/adms#identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/a1173daef382ef9fe405318a57ddd98dbc82e335", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.spatialresolutioninmetres", + "sh:datatype": "http://www.w3.org/2001/XMLSchema#decimal", + "sh:description": { + "en": "The minimum spatial separation resolvable in a Dataset, measured in meters." + }, + "sh:name": { + "en": "spatial resolution in metres" + }, + "sh:path": "http://www.w3.org/ns/dcat#spatialResolutionInMeters" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.identifier", + "sh:description": { + "en": "The main identifier for the Dataset, e.g. the URI or other unique identifier in the context of the Catalogue." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/b0ccd926f364c1ae79f5ea36fa0146188fcec226", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.wasusedby", + "sh:description": { + "en": "An Activity that used the Dataset." + }, + "sh:name": { + "en": "was used by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#wasUsedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/b362d2bdbbe8ba1c689e5554cca2bcbd295546de", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Dataset." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "release date" + }, + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/b3ec0655204c62a2531244aaeab12f1a2c5e5b5d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.publisher", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An entity (organisation) responsible for making the Dataset available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/b4c4138f0581e7240ec4dd866004c56407b3705a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.rights", + "sh:description": { + "en": "\tA statement that specifies rights associated with the Dataset." + }, + "sh:name": { + "en": "rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/rights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/ba3b4487b5271499cada905fb8fb4869a540fbb2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.user", + "sh:description": { + "en": "Party who uses the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "user" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/user" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/baaa3d4a8f33f8b2b8c1d19c8d2817a75377145d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.qualifiedattribution", + "sh:description": { + "en": "An Agent having some form of responsibility for the resource." + }, + "sh:name": { + "en": "qualified attribution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#qualifiedAttribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/bda64b6b9c27a850b8782b17019e888c5edd7ce0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.version", + "sh:description": { + "en": "The version indicator (name or identifier) of a resource." + }, + "sh:name": { + "en": "version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#version" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/c1d40f7102c8201949576e76be48b991b47958d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.creator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "The Agent primarily responsible for producing the Dataset." + }, + "sh:name": { + "en": "creator" + }, + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/c6582cc6dd81abe7073c1f822d33efc41ecab36d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.distributor", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who distributes the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "distributor" + }, + "sh:path": "http://data.europa.eu/930/distributor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/c84f7330b9538a899ebb875c44dc23c9882e74ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.conformsto", + "sh:class": "http://purl.org/dc/terms/Standard", + "sh:description": { + "en": "An implementing rule or other specification." + }, + "sh:name": { + "en": "conforms to" + }, + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/ca4e7adcf7fe2a967e2808cac6e379bc9877c1e8", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.user", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who uses the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "user" + }, + "sh:path": "http://data.europa.eu/930/user" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/cee351ca7e459eb55734fce188a2216ea0cc2b6a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.hasversion", + "sh:description": { + "en": "A related Dataset that is a version, edition, or adaptation of the described Dataset." + }, + "sh:name": { + "en": "has version" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#hasVersion" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.title", + "sh:description": { + "en": "A name given to the Dataset." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/db878f1cb93930f64561d0504123c66feacfad5a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.language", + "sh:description": { + "en": "A language of the Dataset." + }, + "sh:name": { + "en": "language" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/dede6a68a95ac0f43ca88def472d8fc001f86ebe", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.theme", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "A category of the Dataset." + }, + "sh:name": { + "en": "theme" + }, + "sh:path": "http://www.w3.org/ns/dcat#theme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/e6d76f7de5d5b08e584d9cd40619631987a64a7c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.temporalresolution", + "sh:datatype": "http://www.w3.org/2001/XMLSchema#duration", + "sh:description": { + "en": "The minimum time period resolvable in the Dataset." + }, + "sh:name": { + "en": "temporal resolution" + }, + "sh:path": "http://www.w3.org/ns/dcat#temporalResolution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/e7571d7eeaa445d492569780abae4aa92ed790b3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.distributor", + "sh:description": { + "en": "Party who distributes the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "distributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/distributor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/ee60fdd4b8581460f5fc4077813b8bb3e3d77441", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.accessrights", + "sh:class": "http://purl.org/dc/terms/RightsStatement", + "sh:description": { + "en": "Information that indicates whether the Dataset is publicly accessible, has access restrictions or is not public." + }, + "sh:name": { + "en": "access rights" + }, + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/f15ac8e72da8db00ffde633a42483a8874e9f5b4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.originator", + "sh:description": { + "en": "\t\r\n\r\nParty who created the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "originator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/originator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/f6f077451f13ccf5d721838425fcc37f6cebfe48", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.datasetdistribution", + "sh:description": { + "en": "An available Distribution for the Dataset." + }, + "sh:name": { + "en": "dataset distribution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#distribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.title", + "sh:description": { + "en": "A name given to the Dataset." + }, + "sh:minCount": "1", + "sh:name": { + "en": "title" + }, + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/fb900ce4a3c69358a055e1f0d365fba049164374", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.qualifiedrelation", + "sh:class": "http://www.w3.org/ns/dcat#Relationship", + "sh:description": { + "en": "A description of a relationship with another resource." + }, + "sh:name": { + "en": "qualified relation" + }, + "sh:path": "http://www.w3.org/ns/dcat#qualifiedRelation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/fc3438bd29ddee75508841ad26a8dfbe0a68c2d7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.resourcetype", + "sh:description": { + "en": "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]." + }, + "sh:name": { + "en": "resource type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/resourceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetShape/ffbbcd28b1fd92213d8350e1b6418d3d998c7197", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.landingpage", + "sh:class": "http://xmlns.com/foaf/0.1/Document", + "sh:description": { + "en": "A web page that provides access to the Dataset, its Distributions and/or additional information." + }, + "sh:name": { + "en": "landing page" + }, + "sh:path": "http://www.w3.org/ns/dcat#landingPage" + } + ], + "sh:targetClass": "http://www.w3.org/ns/dcat#Dataset" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/00a99d55cbc03165373a8348d5a88402ea4f239a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.geographicalcoverage", + "sh:class": "http://purl.org/dc/terms/Location", + "sh:description": { + "en": "A geographic region that is covered by the Dataset Series." + }, + "sh:name": { + "en": "geographical coverage" + }, + "sh:path": "http://purl.org/dc/terms/spatial" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/00bd195f813949c75d02f8a5916b9697bb4eb89f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.resourcetype", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "\tResource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]." + }, + "sh:name": { + "en": "resource type" + }, + "sh:path": "http://data.europa.eu/930/resourceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/016e621848f36eb558335ecb98b4b24cb2447d37", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.otheridentifier", + "sh:description": { + "en": "A secondary identifier of the Dataset Series." + }, + "sh:name": { + "en": "other identifier" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/adms#identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/04d197dc40f01e87093bdd0446a9fdb1a9d44319", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.frequency", + "sh:class": "http://purl.org/dc/terms/Frequency", + "sh:description": { + "en": "The frequency at which the Dataset Series is updated." + }, + "sh:name": { + "en": "frequency" + }, + "sh:path": "http://purl.org/dc/terms/accrualPeriodicity" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/08118c51bfc41b71d11f3a58e9410da74e6480e6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.conformsto", + "sh:description": { + "en": "An implementing rule or other specification." + }, + "sh:name": { + "en": "conforms to" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/0a6f3bb11ed4ea12f852c78996b89c9a54ffc0fb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.applicablelegislation", + "sh:description": { + "en": "The legislation that mandates the creation or management of the Dataset Series." + }, + "sh:name": { + "en": "applicable legislation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/r5r/applicableLegislation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/0b40e829101914fa8381318b35a5205a2a465453", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.relatedresource", + "sh:description": { + "en": "A related resource." + }, + "sh:name": { + "en": "related resource" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/relation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/0e5c385ece75dfd05b0a7b0b8009a08bed49ebed", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.topiccategory", + "sh:description": { + "en": "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]." + }, + "sh:name": { + "en": "topic category" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/topicCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/10c0ca4deadefb51c529f56ee01caf9bd2639ef4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.accessrights", + "sh:description": { + "en": "Information that indicates whether the Dataset Series is publicly accessible, has access restrictions or is not public." + }, + "sh:name": { + "en": "access rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/180fd65179a52d6fe70f2febfc53b2b9dba03682", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.principalinvestigator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Key party responsible for gathering information and conducting research [[ISO-19115]]." + }, + "sh:name": { + "en": "principal investigator" + }, + "sh:path": "http://data.europa.eu/930/principalInvestigator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/1a835a94445575c2a10b5f05474c2f9fda6d49ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.wasusedby", + "sh:class": "http://www.w3.org/ns/prov#Activity", + "sh:description": { + "en": "An Activity that used the Dataset Series." + }, + "sh:name": { + "en": "was used by" + }, + "sh:path": "http://www.w3.org/ns/prov#wasUsedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/21ff3c331383c15dedf63f9f30c0818ccac87497", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.wasgeneratedby", + "sh:description": { + "en": "An activity that generated, or provides the business context for, the creation of the Dataset Series." + }, + "sh:name": { + "en": "was generated by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#wasGeneratedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/26fb54e0c953f5aa1e4db5b7bf3b6e6698f4ac4e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.custodian", + "sh:description": { + "en": "\tParty that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "custodian" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/custodian" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/2772ea71869e38556ebc47c064607a25b9d5b6eb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.processor", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\tParty who has processed the data in a manner such that the resource has been modified [[ISO-19115]]." + }, + "sh:name": { + "en": "processor" + }, + "sh:path": "http://data.europa.eu/930/processor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/29ba27566ab1f32c8bb73f3492436d4bd868d3d2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.language", + "sh:class": "http://purl.org/dc/terms/LinguisticSystem", + "sh:description": { + "en": "A language of the Dataset Series." + }, + "sh:name": { + "en": "language" + }, + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/2d388ed1a94fa93a83fb179a4ecb339b2566b790", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.source", + "sh:class": "http://www.w3.org/ns/dcat#Dataset", + "sh:description": { + "en": "A related Dataset from which the described Dataset Series is derived." + }, + "sh:name": { + "en": "source" + }, + "sh:path": "http://purl.org/dc/terms/source" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/30957911e1c6c79c065b6a0fa632a3c58d6b1841", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.resourceprovider", + "sh:description": { + "en": "Party that supplies the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "resource provider" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/resourceProvider" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/30e78cd98aa6cd5dbc31678289abb5e0cc0b55c7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.landingpage", + "sh:description": { + "en": "A web page that provides access to the Dataset Series, its Distributions and/or additional information." + }, + "sh:name": { + "en": "landing page" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#landingPage" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/332a16958cb700460c864d15f17f0a67ca9cf034", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.principalinvestigator", + "sh:description": { + "en": "Key party responsible for gathering information and conducting research [[ISO-19115]]." + }, + "sh:name": { + "en": "principal investigator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/principalInvestigator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/34ba47520d520f97bbcdea3c6fd3dc176d312689", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.sample", + "sh:description": { + "en": "A sample distribution of the Dataset Series." + }, + "sh:name": { + "en": "sample" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/adms#sample" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/35ed9ae46f019b6d5aea75addba75b4c87cb6fc5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.rightsholder", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An Agent (organisation) holding rights on the Dataset Series." + }, + "sh:name": { + "en": "rights holder" + }, + "sh:path": "http://purl.org/dc/terms/rightsHolder" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/397755646b3e9ed0cfae7a2a581d26251329edb7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.wasgeneratedby", + "sh:class": "http://www.w3.org/ns/prov#Activity", + "sh:description": { + "en": "An activity that generated, or provides the business context for, the creation of the Dataset Series." + }, + "sh:name": { + "en": "was generated by" + }, + "sh:path": "http://www.w3.org/ns/prov#wasGeneratedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/3f1fe87dc7be37001827234cfe37b5314b16efcc", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.isreferencedby", + "sh:description": { + "en": "A related resource, such as a publication, that references, cites, or otherwise points to the Dataset Series." + }, + "sh:name": { + "en": "is referenced by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/isReferencedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/41f263bb74ca0c94c6c7a50c981cace98f35802d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.qualifiedrelation", + "sh:description": { + "en": "A description of a relationship with another resource." + }, + "sh:name": { + "en": "qualified relation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#qualifiedRelation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/42110293925ce8bdb81f82dee95d1f78b2fca91c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.spatialresolution", + "sh:class": "http://www.w3.org/ns/dqv#QualityMeasurement", + "sh:description": { + "en": "The performed quality measurements." + }, + "sh:name": { + "en": "spatial resolution" + }, + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/46a60c7d3d828d3006937a12f82c1958b94e6f76", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.spatialresolution", + "sh:description": { + "en": "The performed quality measurements." + }, + "sh:name": { + "en": "spatial resolution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/48476aa3f2bfa8f7c3e4d22652531e590c90e9ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.originator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who created the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "originator" + }, + "sh:path": "http://data.europa.eu/930/originator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/4918ff7a6c1c4b0eea6403dca4b992b87ee1f4ab", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.relatedresource", + "sh:class": "http://www.w3.org/ns/dcat#Resource", + "sh:description": { + "en": "A related resource." + }, + "sh:name": { + "en": "related resource" + }, + "sh:path": "http://purl.org/dc/terms/relation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/495a2bdea22c8a156f1a7926737cdf33529871fd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.hasversion", + "sh:class": "http://www.w3.org/ns/dcat#Dataset", + "sh:description": { + "en": "A related Dataset that is a version, edition, or adaptation of the described Dataset Series." + }, + "sh:name": { + "en": "has version" + }, + "sh:path": "http://www.w3.org/ns/dcat#hasVersion" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/4be37093e4c3ba0d5b5a18ef6b97778d6d689392", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Dataset Series." + }, + "sh:name": { + "en": "release date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/4cba2ec81cc2d95d149041a01cbc4d9a16def925", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.resourcetype", + "sh:description": { + "en": "\tResource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "resource type" + }, + "sh:path": "http://data.europa.eu/930/resourceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/5247ab8155663a32970621a13083ea5813ec3ab7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.rightsholder", + "sh:description": { + "en": "An Agent (organisation) holding rights on the Dataset Series." + }, + "sh:name": { + "en": "rights holder" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/rightsHolder" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/5ad428d8500be9b1d9580021b00aa767c33402bb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.versionnotes", + "sh:description": { + "en": "\tA description of the differences between this version and a previous version of the Dataset." + }, + "sh:name": { + "en": "version notes" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/adms#versionNotes" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.keyword", + "sh:description": { + "en": "A keyword or tag describing the Dataset." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/5f12b6f065bf83b81d077ee38954b6ad5c4b2b6b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.sample", + "sh:class": "http://www.w3.org/ns/dcat#Distribution", + "sh:description": { + "en": "A sample distribution of the Dataset Series." + }, + "sh:name": { + "en": "sample" + }, + "sh:path": "http://www.w3.org/ns/adms#sample" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/63790d4374dda7d88681e2756e114a65082d9bfd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.inseries", + "sh:class": "http://www.w3.org/ns/dcat#DatasetSeries", + "sh:description": { + "en": "A dataset series of which the dataset series is part." + }, + "sh:name": { + "en": "in series" + }, + "sh:path": "http://www.w3.org/ns/dcat#inSeries" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/63a8cf23801ef605734507c621693524f22476dd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.frequency", + "sh:description": { + "en": "The frequency at which the Dataset Series is updated." + }, + "sh:name": { + "en": "frequency" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/accrualPeriodicity" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/675f9ab2c273ab67c79caa42282e4cec463c08f6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.creationdate", + "sh:description": { + "en": "The date on which the Dataset Series has been first created." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "creation date" + }, + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/67dcdb36167ca7969c0532898e11a98e9c2a80f5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + }, + "sh:maxCount": "1", + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/68388ec47b77212d80036e8a02e9956f5ba0e0f5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.documentation", + "sh:class": "http://xmlns.com/foaf/0.1/Document", + "sh:description": { + "en": "A page or document about this Dataset Series." + }, + "sh:name": { + "en": "documentation" + }, + "sh:path": "http://xmlns.com/foaf/0.1/page" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/69c4771d01c23b15f61b2d7006a4abf0d56d5ba0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.spatialresolutioninmetres", + "sh:description": { + "en": "The minimum spatial separation resolvable in a Dataset, measured in meters." + }, + "sh:name": { + "en": "spatial resolution in metres" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#spatialResolutionInMeters" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/6b7242b6b89977700c05e4875131fbb975c4235e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.modificationdate", + "sh:description": { + "en": "The most recent date on which the Dataset Series was changed or modified." + }, + "sh:name": { + "en": "modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/6c19a6337121f15029388b949ea0dab772437b2a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.processor", + "sh:description": { + "en": "\tParty who has processed the data in a manner such that the resource has been modified [[ISO-19115]]." + }, + "sh:name": { + "en": "processor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/processor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.description", + "sh:description": { + "en": "A free-text account of the Dataset Series." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/6e1885de851f4efc5cac825cf34c321780712452", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.datasetseriesdistribution", + "sh:class": "http://www.w3.org/ns/dcat#Distribution", + "sh:description": { + "en": "An available Distribution for the Dataset Series." + }, + "sh:name": { + "en": "dataset series distribution" + }, + "sh:path": "http://www.w3.org/ns/dcat#distribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/73465b7fbd7f991a08ddd1b766c2e46fa9dfc14e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.applicablelegislation", + "sh:class": "http://data.europa.eu/eli/ontology#LegalResource", + "sh:description": { + "en": "The legislation that mandates the creation or management of the Dataset Series." + }, + "sh:name": { + "en": "applicable legislation" + }, + "sh:path": "http://data.europa.eu/r5r/applicableLegislation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/79c0c2e1bcab213fd06ca4c1782849db4a11225f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.custodian", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "\tParty that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "custodian" + }, + "sh:path": "http://data.europa.eu/930/custodian" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/7a20e2eb5f5549088fd53fa93fab0958019f267e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.accessrights", + "sh:description": { + "en": "Information that indicates whether the Dataset Series is publicly accessible, has access restrictions or is not public." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "access rights" + }, + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/7b6713c1f4a52e964f5db57eabef294b6d04e90e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.contactpoint", + "sh:class": "http://www.w3.org/2006/vcard/ns#Kind", + "sh:description": { + "en": "Contact information that can be used for sending comments about the Dataset Series." + }, + "sh:name": { + "en": "contact point" + }, + "sh:path": "http://www.w3.org/ns/dcat#contactPoint" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.creator", + "sh:description": { + "en": "An entity responsible for producing the Dataset Series." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/7e81f1a1332766b4be433580d64a6ec4b1530493", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.topiccategory", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]." + }, + "sh:name": { + "en": "topic category" + }, + "sh:path": "http://data.europa.eu/930/topicCategory" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/8178a43200b0efd5b41e7309efb017f24bb8ef41", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.source", + "sh:description": { + "en": "A related Dataset from which the described Dataset Series is derived." + }, + "sh:name": { + "en": "source" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/source" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/81d9e81dce75ad228913796fb0f52470b14df56b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.temporalcoverage", + "sh:description": { + "en": "A temporal period that the Dataset Series covers." + }, + "sh:name": { + "en": "temporal coverage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/temporal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/8335ef1071b18fbd6dac863013c6a9de3d057ab0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.inseries", + "sh:description": { + "en": "A dataset series of which the dataset series is part." + }, + "sh:name": { + "en": "in series" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#inSeries" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/837b9dc79bed1a4d15f6f9094b596dd177944ab6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.qualifiedattribution", + "sh:class": "http://www.w3.org/ns/prov#Attribution", + "sh:description": { + "en": "An Agent having some form of responsibility for the resource." + }, + "sh:name": { + "en": "qualified attribution" + }, + "sh:path": "http://www.w3.org/ns/prov#qualifiedAttribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/84229f2224810ba9c70b4b27f756414cc0353324", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.frequency", + "sh:description": { + "en": "The frequency at which the Dataset Series is updated." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "frequency" + }, + "sh:path": "http://purl.org/dc/terms/accrualPeriodicity" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/87161588819073178c8f6950dcce2286cac45320", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.referencesystem", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]." + }, + "sh:name": { + "en": "reference system" + }, + "sh:path": "http://data.europa.eu/930/referenceSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/8800b7f9f5c99f91633b1231bc40964e69b021de", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.spatialresolutionastext", + "sh:description": { + "en": "Textual description of spatial resolution." + }, + "sh:name": { + "en": "spatial resolution as text" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/930/spatialResolutionAsText" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/8e3b1c0888909beb09cd832b3145ad1f7abb1caa", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.temporalcoverage", + "sh:class": "http://purl.org/dc/terms/PeriodOfTime", + "sh:description": { + "en": "A temporal period that the Dataset Series covers." + }, + "sh:name": { + "en": "temporal coverage" + }, + "sh:path": "http://purl.org/dc/terms/temporal" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/8f61614144aa7bca188b24f5976593dc08aad0e6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.description", + "sh:description": { + "en": "A free-text account of the Dataset Series." + }, + "sh:minCount": "1", + "sh:name": { + "en": "description" + }, + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/90d2d876025f695254da925395940ab829409254", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.referencesystem", + "sh:description": { + "en": "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]." + }, + "sh:name": { + "en": "reference system" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/referenceSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/9169149cf5b5a794cac331851a3a1a92ff279293", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.resourceprovider", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party that supplies the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "resource provider" + }, + "sh:path": "http://data.europa.eu/930/resourceProvider" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/93f73e69bb03d2928fcf758a253ef316becdf9b9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.publisher", + "sh:description": { + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + }, + "sh:name": { + "en": "publisher" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/95015004529c652bcb276060d84ed7423c4a9b08", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.geographicalcoverage", + "sh:description": { + "en": "A geographic region that is covered by the Dataset Series." + }, + "sh:name": { + "en": "geographical coverage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/spatial" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/95c69c99a1e3ade043911b51b942f206dea0e68d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.isreferencedby", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "A related resource, such as a publication, that references, cites, or otherwise points to the Dataset Series." + }, + "sh:name": { + "en": "is referenced by" + }, + "sh:path": "http://purl.org/dc/terms/isReferencedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/9678e29dc284ba14312bf01cd0a581b960b77a08", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.theme", + "sh:description": { + "en": "A category of the Dataset Series." + }, + "sh:name": { + "en": "theme" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#theme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/99435c17158fbaa12d1d955b8886d5bf935ab016", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.rights", + "sh:class": "http://purl.org/dc/terms/RightsStatement", + "sh:description": { + "en": "A statement that specifies rights associated with the Dataset Series." + }, + "sh:name": { + "en": "rights" + }, + "sh:path": "http://purl.org/dc/terms/rights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/998ce689a5bcc3e2764ff84a05255e34d91e8102", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.documentation", + "sh:description": { + "en": "A page or document about this Dataset Series." + }, + "sh:name": { + "en": "documentation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/page" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/9adf9f5890592909cf3e67021ae7ab4f895a7745", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.contactpoint", + "sh:description": { + "en": "Contact information that can be used for sending comments about the Dataset Series." + }, + "sh:name": { + "en": "contact point" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#contactPoint" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/9e9d878c1c354206edc1d411f33c82d4d01e5a8f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.modificationdate", + "sh:description": { + "en": "The most recent date on which the Dataset Series was changed or modified." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "modification date" + }, + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/9ebdae98241e4f451997ba6a4a2252e28ea561d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.creationdate", + "sh:description": { + "en": "The date on which the Dataset Series has been first created." + }, + "sh:name": { + "en": "creation date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/created" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/9fe7c5889615d19dd4849fb66a5664fc016aa598", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.otheridentifier", + "sh:class": "http://www.w3.org/ns/adms#Identifier", + "sh:description": { + "en": "A secondary identifier of the Dataset Series." + }, + "sh:name": { + "en": "other identifier" + }, + "sh:path": "http://www.w3.org/ns/adms#identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/a1173daef382ef9fe405318a57ddd98dbc82e335", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.spatialresolutioninmetres", + "sh:datatype": "http://www.w3.org/2001/XMLSchema#decimal", + "sh:description": { + "en": "The minimum spatial separation resolvable in a Dataset, measured in meters." + }, + "sh:name": { + "en": "spatial resolution in metres" + }, + "sh:path": "http://www.w3.org/ns/dcat#spatialResolutionInMeters" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.identifier", + "sh:description": { + "en": "The main identifier for the Dataset Series, e.g. the URI or other unique identifier in the context of the Catalogue." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/ac6c522a6e883723c4ac02b3354b2ec5a861649a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.datasetseriesdistribution", + "sh:description": { + "en": "An available Distribution for the Dataset Series." + }, + "sh:name": { + "en": "dataset series distribution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#distribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/b0ccd926f364c1ae79f5ea36fa0146188fcec226", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.wasusedby", + "sh:description": { + "en": "An Activity that used the Dataset Series." + }, + "sh:name": { + "en": "was used by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#wasUsedBy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/b362d2bdbbe8ba1c689e5554cca2bcbd295546de", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Dataset Series." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "release date" + }, + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/b3ec0655204c62a2531244aaeab12f1a2c5e5b5d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.publisher", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An entity (organisation) responsible for ensuring the coherency of the Dataset Series " + }, + "sh:name": { + "en": "publisher" + }, + "sh:path": "http://purl.org/dc/terms/publisher" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/b4c4138f0581e7240ec4dd866004c56407b3705a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.rights", + "sh:description": { + "en": "A statement that specifies rights associated with the Dataset Series." + }, + "sh:name": { + "en": "rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/rights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/ba3b4487b5271499cada905fb8fb4869a540fbb2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.user", + "sh:description": { + "en": "Party who uses the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "user" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/user" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/baaa3d4a8f33f8b2b8c1d19c8d2817a75377145d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.qualifiedattribution", + "sh:description": { + "en": "An Agent having some form of responsibility for the resource." + }, + "sh:name": { + "en": "qualified attribution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#qualifiedAttribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/bda64b6b9c27a850b8782b17019e888c5edd7ce0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.version", + "sh:description": { + "en": "The version indicator (name or identifier) of a resource." + }, + "sh:name": { + "en": "version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#version" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/c1d40f7102c8201949576e76be48b991b47958d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.creator", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "An entity responsible for producing the Dataset Series." + }, + "sh:name": { + "en": "creator" + }, + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/c6582cc6dd81abe7073c1f822d33efc41ecab36d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.distributor", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who distributes the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "distributor" + }, + "sh:path": "http://data.europa.eu/930/distributor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/c84f7330b9538a899ebb875c44dc23c9882e74ac", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.conformsto", + "sh:class": "http://purl.org/dc/terms/Standard", + "sh:description": { + "en": "An implementing rule or other specification." + }, + "sh:name": { + "en": "conforms to" + }, + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/ca4e7adcf7fe2a967e2808cac6e379bc9877c1e8", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.user", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "Party who uses the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "user" + }, + "sh:path": "http://data.europa.eu/930/user" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/cee351ca7e459eb55734fce188a2216ea0cc2b6a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.hasversion", + "sh:description": { + "en": "A related Dataset that is a version, edition, or adaptation of the described Dataset Series." + }, + "sh:name": { + "en": "has version" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#hasVersion" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.title", + "sh:description": { + "en": "A name given to the Dataset Series." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/db878f1cb93930f64561d0504123c66feacfad5a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.language", + "sh:description": { + "en": "A language of the Dataset Series." + }, + "sh:name": { + "en": "language" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/dede6a68a95ac0f43ca88def472d8fc001f86ebe", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.theme", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "A category of the Dataset Series." + }, + "sh:name": { + "en": "theme" + }, + "sh:path": "http://www.w3.org/ns/dcat#theme" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/e7571d7eeaa445d492569780abae4aa92ed790b3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.distributor", + "sh:description": { + "en": "Party who distributes the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "distributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/distributor" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/ee60fdd4b8581460f5fc4077813b8bb3e3d77441", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.accessrights", + "sh:class": "http://purl.org/dc/terms/RightsStatement", + "sh:description": { + "en": "Information that indicates whether the Dataset Series is publicly accessible, has access restrictions or is not public." + }, + "sh:name": { + "en": "access rights" + }, + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/f15ac8e72da8db00ffde633a42483a8874e9f5b4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.originator", + "sh:description": { + "en": "Party who created the resource [[ISO-19115]]." + }, + "sh:name": { + "en": "originator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/originator" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.title", + "sh:description": { + "en": "A name given to the Dataset Series." + }, + "sh:minCount": "1", + "sh:name": { + "en": "title" + }, + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/fb900ce4a3c69358a055e1f0d365fba049164374", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.qualifiedrelation", + "sh:class": "http://www.w3.org/ns/dcat#Relationship", + "sh:description": { + "en": "A description of a relationship with another resource." + }, + "sh:name": { + "en": "qualified relation" + }, + "sh:path": "http://www.w3.org/ns/dcat#qualifiedRelation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/fc3438bd29ddee75508841ad26a8dfbe0a68c2d7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.resourcetype", + "sh:description": { + "en": "\tResource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]." + }, + "sh:name": { + "en": "resource type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/resourceType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DatasetSeriesShape/ffbbcd28b1fd92213d8350e1b6418d3d998c7197", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.landingpage", + "sh:class": "http://xmlns.com/foaf/0.1/Document", + "sh:description": { + "en": "A web page that provides access to the Dataset Series, its Distributions and/or additional information." + }, + "sh:name": { + "en": "landing page" + }, + "sh:path": "http://www.w3.org/ns/dcat#landingPage" + } + ], + "sh:targetClass": "http://www.w3.org/ns/dcat#DatasetSeries" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/06ed12d1071a78728d10628eb2d072781559eb75", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.mediatype", + "sh:class": "http://purl.org/dc/terms/MediaType", + "sh:description": { + "en": "The media type of the Distribution as defined in the official register of media types managed by IANA." + }, + "sh:name": { + "en": "media type" + }, + "sh:path": "http://www.w3.org/ns/dcat#mediaType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/0796df7f5520ac6500217e81e434f9a755f64afe", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.availability", + "sh:description": { + "en": "An indication how long it is planned to keep the Distribution of the Dataset available." + }, + "sh:name": { + "en": "availability" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/r5r/availability" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/0a6f3bb11ed4ea12f852c78996b89c9a54ffc0fb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.applicablelegislation", + "sh:description": { + "en": "The legislation that mandates the creation or management of the Distribution." + }, + "sh:name": { + "en": "applicable legislation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/r5r/applicableLegislation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/0f6cb927d0d26f3819cba3fb903a075cd426180d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.status", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "The status of the Distribution in the context of maturity lifecycle." + }, + "sh:name": { + "en": "status" + }, + "sh:path": "http://www.w3.org/ns/adms#status" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/10c0ca4deadefb51c529f56ee01caf9bd2639ef4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessrights", + "sh:description": { + "en": "Information regarding access or restrictions based on privacy, security, or other policies." + }, + "sh:name": { + "en": "access rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/205ef114fb269b0d7632e25b317a3e579ffc3954", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.compressionformat", + "sh:description": { + "en": "The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "compression format" + }, + "sh:path": "http://www.w3.org/ns/dcat#compressFormat" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/226b9cb0511ec6b8da045829e10d2676ddbb8375", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.linkedschemas", + "sh:class": "http://purl.org/dc/terms/Standard", + "sh:description": { + "en": "An established schema to which the described Distribution conforms." + }, + "sh:name": { + "en": "linked schemas" + }, + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/23d4c038584493decec780192681ef61694bff7c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessservice", + "sh:description": { + "en": "A data service that gives access to the distribution of the dataset." + }, + "sh:name": { + "en": "access service" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#accessService" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/27b3b10cebe804356667d0cfca6f658b01f83fbb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.linkedschemas", + "sh:description": { + "en": "An established schema to which the described Distribution conforms." + }, + "sh:name": { + "en": "linked schemas" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/conformsTo" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/27ee30c66ff3cd2714f73a4b488a5e0f6b64b7f6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.downloadURL", + "sh:description": { + "en": "A URL that is a direct link to a downloadable file in a given format." + }, + "sh:name": { + "en": "download URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#downloadURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/2961dd5b80e9c0f6242da8cf9eea53ad610d7602", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.temporalresolution", + "sh:description": { + "en": "The minimum time period resolvable in the dataset distribution." + }, + "sh:name": { + "en": "temporal resolution" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#temporalResolution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/29ba27566ab1f32c8bb73f3492436d4bd868d3d2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.language", + "sh:class": "http://purl.org/dc/terms/LinguisticSystem", + "sh:description": { + "en": "A language used in the Distribution." + }, + "sh:name": { + "en": "language" + }, + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/2bc917d85a4ffccfa9de4268bf84b517c322ce2c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.status", + "sh:description": { + "en": "The status of the Distribution in the context of maturity lifecycle." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "status" + }, + "sh:path": "http://www.w3.org/ns/adms#status" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/2da3f1c58de704304666ae26fc22be70a3a86785", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolutionastext", + "sh:description": { + "en": "Textual description of spatial resolution of a Distribution." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "spatial resolution as text" + }, + "sh:path": "http://data.europa.eu/930/spatialResolutionAsText" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/36b68d0f06c0eacbbddd0d2891379c6d005dc861", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.haspolicy", + "sh:description": { + "en": "The policy expressing the rights associated with the Distribution if using the [[ODRL]] vocabulary." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "has policy" + }, + "sh:path": "http://www.w3.org/ns/odrl/2/hasPolicy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/39da16eecfc16996eed6a010f4203cdcec7c388d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.packagingformat", + "sh:class": "http://purl.org/dc/terms/MediaType", + "sh:description": { + "en": "The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together." + }, + "sh:name": { + "en": "packaging format" + }, + "sh:path": "http://www.w3.org/ns/dcat#packageFormat" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/3c1ab2e1170c5050c8b7742e97810027ddc104b1", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.status", + "sh:description": { + "en": "The status of the Distribution in the context of maturity lifecycle." + }, + "sh:name": { + "en": "status" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/adms#status" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/42110293925ce8bdb81f82dee95d1f78b2fca91c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolution", + "sh:class": "http://www.w3.org/ns/dqv#QualityMeasurement", + "sh:description": { + "en": "Refers to the performed quality measurements." + }, + "sh:name": { + "en": "spatial resolution" + }, + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/4546bd675f20c3ead3fabfd84682d9063fd2926a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.mediatype", + "sh:description": { + "en": "The media type of the Distribution as defined in the official register of media types managed by IANA." + }, + "sh:name": { + "en": "media type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#mediaType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/46a60c7d3d828d3006937a12f82c1958b94e6f76", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolution", + "sh:description": { + "en": "Refers to the performed quality measurements." + }, + "sh:name": { + "en": "spatial resolution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/4be37093e4c3ba0d5b5a18ef6b97778d6d689392", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Distribution." + }, + "sh:name": { + "en": "release date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/59cbd395c4b9167c030b3fd61001eeeee5034346", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.bytesize", + "sh:description": { + "en": "The size of a Distribution in bytes." + }, + "sh:name": { + "en": "byte size" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#byteSize" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/6311ab0f528a12e90a9d4be09bdec4ff36578b32", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.checksum", + "sh:class": "http://spdx.org/rdf/terms#Checksum", + "sh:description": { + "en": "A mechanism that can be used to verify that the contents of a distribution have not changed." + }, + "sh:name": { + "en": "checksum" + }, + "sh:path": "http://spdx.org/rdf/terms#checksum" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/653804840386e33525b3d39d205c174780be414b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessURL", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "A URL that gives access to a Distribution of the Dataset or Dataset Series." + }, + "sh:name": { + "en": "access URL" + }, + "sh:path": "http://www.w3.org/ns/dcat#accessURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/68388ec47b77212d80036e8a02e9956f5ba0e0f5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.documentation", + "sh:class": "http://xmlns.com/foaf/0.1/Document", + "sh:description": { + "en": "A page or document about this Distribution." + }, + "sh:name": { + "en": "documentation" + }, + "sh:path": "http://xmlns.com/foaf/0.1/page" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/69c4771d01c23b15f61b2d7006a4abf0d56d5ba0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolutioninmetres", + "sh:description": { + "en": "The minimum spatial separation resolvable in a dataset distribution, measured in meters." + }, + "sh:name": { + "en": "spatial resolution in metres" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#spatialResolutionInMeters" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/69c8fdb6db25c5ad1f8a47366c19adb834924ae0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.mediatype", + "sh:description": { + "en": "The media type of the Distribution as defined in the official register of media types managed by IANA." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "media type" + }, + "sh:path": "http://www.w3.org/ns/dcat#mediaType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/6b7242b6b89977700c05e4875131fbb975c4235e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.modificationdate", + "sh:description": { + "en": "The most recent date on which the Distribution was changed or modified." + }, + "sh:name": { + "en": "modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.description", + "sh:description": { + "en": "A free-text account of the Distribution." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/7096d69acefaef87349fecb1a23e53f8bdb5ab77", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.characterencoding", + "sh:description": { + "en": "A character encoding used in the downloadable file or output of the data service represented by the Distribution." + }, + "sh:name": { + "en": "character encoding" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2011/content#characterEncoding" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/73465b7fbd7f991a08ddd1b766c2e46fa9dfc14e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.applicablelegislation", + "sh:class": "http://data.europa.eu/eli/ontology#LegalResource", + "sh:description": { + "en": "The legislation that mandates the creation or management of the Distribution." + }, + "sh:name": { + "en": "applicable legislation" + }, + "sh:path": "http://data.europa.eu/r5r/applicableLegislation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/73765ca7a6e23ef17cf4e67a576e90a0c391f1c1", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.checksum", + "sh:description": { + "en": "A mechanism that can be used to verify that the contents of a distribution have not changed." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "checksum" + }, + "sh:path": "http://spdx.org/rdf/terms#checksum" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/737cd5f1c9f0e13c35eb82b7f0d2b2f76a9a82c7", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.format", + "sh:class": "http://purl.org/dc/terms/MediaTypeOrExtent", + "sh:description": { + "en": "The file format of the Distribution." + }, + "sh:name": { + "en": "format" + }, + "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/7434c99492683a2fb06dcdcf1f238671caf3d462", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessservice", + "sh:class": "http://www.w3.org/ns/dcat#DataService", + "sh:description": { + "en": "A data service that gives access to the distribution of the dataset." + }, + "sh:name": { + "en": "access service" + }, + "sh:path": "http://www.w3.org/ns/dcat#accessService" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/767d3c883420029775eaa27192a9a4a004e31fce", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.compressionformat", + "sh:description": { + "en": "The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file." + }, + "sh:name": { + "en": "compression format" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#compressFormat" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/7a20e2eb5f5549088fd53fa93fab0958019f267e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessrights", + "sh:description": { + "en": "Information regarding access or restrictions based on privacy, security, or other policies." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "access rights" + }, + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/87161588819073178c8f6950dcce2286cac45320", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.referencesystem", + "sh:class": "http://purl.org/dc/terms/Standard", + "sh:description": { + "en": "The reference system used in the Distribution." + }, + "sh:name": { + "en": "reference system" + }, + "sh:path": "http://data.europa.eu/930/referenceSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/8800b7f9f5c99f91633b1231bc40964e69b021de", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolutionastext", + "sh:description": { + "en": "Textual description of spatial resolution of a Distribution." + }, + "sh:name": { + "en": "spatial resolution as text" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/930/spatialResolutionAsText" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/8c1e0d1ac55cc7da56ed33785c09a2980899a997", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.haspolicy", + "sh:class": "http://www.w3.org/ns/odrl/2/Policy", + "sh:description": { + "en": "The policy expressing the rights associated with the Distribution if using the [[ODRL]] vocabulary." + }, + "sh:name": { + "en": "has policy" + }, + "sh:path": "http://www.w3.org/ns/odrl/2/hasPolicy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/8cc479b305d5e3b605cc29e7edff3c64b299a0fc", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolutioninmetres", + "sh:description": { + "en": "The minimum spatial separation resolvable in a dataset distribution, measured in meters." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "spatial resolution in metres" + }, + "sh:path": "http://www.w3.org/ns/dcat#spatialResolutionInMeters" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/90d2d876025f695254da925395940ab829409254", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.referencesystem", + "sh:description": { + "en": "The reference system used in the Distribution." + }, + "sh:name": { + "en": "reference system" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/930/referenceSystem" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/9484b608420ccb732e39ca34b588c57868c81181", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.format", + "sh:description": { + "en": "The file format of the Distribution." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "format" + }, + "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/9606ee75342e0ed78fc6b072593728f39ab28fa1", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.representationtechnique", + "sh:description": { + "en": "Information about the format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique)." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "representation technique" + }, + "sh:path": "http://www.w3.org/ns/adms#representationTechnique" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/99435c17158fbaa12d1d955b8886d5bf935ab016", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.rights", + "sh:class": "http://purl.org/dc/terms/RightsStatement", + "sh:description": { + "en": "A statement that specifies rights associated with the Distribution." + }, + "sh:name": { + "en": "rights" + }, + "sh:path": "http://purl.org/dc/terms/rights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/998ce689a5bcc3e2764ff84a05255e34d91e8102", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.documentation", + "sh:description": { + "en": "A page or document about this Distribution." + }, + "sh:name": { + "en": "documentation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/page" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/9a496b0d6c38eb05e46fa6c5ad11981f19fbbce4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.availability", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "An indication how long it is planned to keep the Distribution of the Dataset available." + }, + "sh:name": { + "en": "availability" + }, + "sh:path": "http://data.europa.eu/r5r/availability" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/9e9d878c1c354206edc1d411f33c82d4d01e5a8f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.modificationdate", + "sh:description": { + "en": "The most recent date on which the Distribution was changed or modified." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "modification date" + }, + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/9eaae476a881de13b9430537ace6e70da7327dbd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.licence", + "sh:description": { + "en": "A licence under which the Distribution is made available." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "licence" + }, + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/a016cb765e696433fe29faa313ae6ae2f3f76702", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.representationtechnique", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "Information about the format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique)." + }, + "sh:name": { + "en": "representation technique" + }, + "sh:path": "http://www.w3.org/ns/adms#representationTechnique" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/a07d6e7a0a1790b89a1ce7ff602cbbd9ea835282", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.downloadURL", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "A URL that is a direct link to a downloadable file in a given format." + }, + "sh:name": { + "en": "download URL" + }, + "sh:path": "http://www.w3.org/ns/dcat#downloadURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/a0dc9d681c524a893603cea010cd4812b13068c1", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.representationtechnique", + "sh:description": { + "en": "Information about the format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique)." + }, + "sh:name": { + "en": "representation technique" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/adms#representationTechnique" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/a1173daef382ef9fe405318a57ddd98dbc82e335", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolutioninmetres", + "sh:datatype": "http://www.w3.org/2001/XMLSchema#decimal", + "sh:description": { + "en": "The minimum spatial separation resolvable in a dataset distribution, measured in meters." + }, + "sh:name": { + "en": "spatial resolution in metres" + }, + "sh:path": "http://www.w3.org/ns/dcat#spatialResolutionInMeters" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/a490981ff58636ec8601ca500e67bd9c575eaed9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessURL", + "sh:description": { + "en": "A URL that gives access to a Distribution of the Dataset or Dataset Series." + }, + "sh:name": { + "en": "access URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#accessURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/b2f42c75fb59c422a82295439935cb6f63277c0b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.availability", + "sh:description": { + "en": "An indication how long it is planned to keep the Distribution of the Dataset available." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "availability" + }, + "sh:path": "http://data.europa.eu/r5r/availability" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/b362d2bdbbe8ba1c689e5554cca2bcbd295546de", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.releasedate", + "sh:description": { + "en": "The date of formal issuance (e.g., publication) of the Distribution." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "release date" + }, + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/b4c4138f0581e7240ec4dd866004c56407b3705a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.rights", + "sh:description": { + "en": "A statement that specifies rights associated with the Distribution." + }, + "sh:name": { + "en": "rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/rights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/bbf361efc13fcb633496674f93db9d3cfb08732a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.packagingformat", + "sh:description": { + "en": "The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "packaging format" + }, + "sh:path": "http://www.w3.org/ns/dcat#packageFormat" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/c1577bd231c71b0b1910272999755d3414867cfd", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.format", + "sh:description": { + "en": "The file format of the Distribution." + }, + "sh:name": { + "en": "format" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/cde78c9a823f798f6a3de93270dde9283cc6e872", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.packagingformat", + "sh:description": { + "en": "The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together." + }, + "sh:name": { + "en": "packaging format" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#packageFormat" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.title", + "sh:description": { + "en": "A name given to the Distribution." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/db878f1cb93930f64561d0504123c66feacfad5a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.language", + "sh:description": { + "en": "A language used in the Distribution." + }, + "sh:name": { + "en": "language" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/language" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/dbcf2adef675735c48b532392359af27af5e8b71", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.licence", + "sh:class": "http://purl.org/dc/terms/LicenseDocument", + "sh:description": { + "en": "A licence under which the Distribution is made available." + }, + "sh:name": { + "en": "licence" + }, + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/dc17e7a798aea475507009807c87717284c17830", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.checksum", + "sh:description": { + "en": "A mechanism that can be used to verify that the contents of a distribution have not changed." + }, + "sh:name": { + "en": "checksum" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://spdx.org/rdf/terms#checksum" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/e0065293221c5851ec508ae96cd4ad03ffdedd19", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessURL", + "sh:description": { + "en": "A URL that gives access to a Distribution of the Dataset or Dataset Series." + }, + "sh:minCount": "1", + "sh:name": { + "en": "access URL" + }, + "sh:path": "http://www.w3.org/ns/dcat#accessURL" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/e093e156f972fa1af3526cd6d68f11bbdc8fa7c5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.compressionformat", + "sh:class": "http://purl.org/dc/terms/MediaType", + "sh:description": { + "en": "The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file." + }, + "sh:name": { + "en": "compression format" + }, + "sh:path": "http://www.w3.org/ns/dcat#compressFormat" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/e6d76f7de5d5b08e584d9cd40619631987a64a7c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.temporalresolution", + "sh:datatype": "http://www.w3.org/2001/XMLSchema#duration", + "sh:description": { + "en": "The minimum time period resolvable in the dataset distribution." + }, + "sh:name": { + "en": "temporal resolution" + }, + "sh:path": "http://www.w3.org/ns/dcat#temporalResolution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/ed8e40725c55813428b73d8e5042c6affe821ea2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.bytesize", + "sh:datatype": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", + "sh:description": { + "en": "The size of a Distribution in bytes." + }, + "sh:name": { + "en": "byte size" + }, + "sh:path": "http://www.w3.org/ns/dcat#byteSize" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/ee60fdd4b8581460f5fc4077813b8bb3e3d77441", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessrights", + "sh:class": "http://purl.org/dc/terms/RightsStatement", + "sh:description": { + "en": "Information regarding access or restrictions based on privacy, security, or other policies." + }, + "sh:name": { + "en": "access rights" + }, + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/f30149ffb6ec9d00dd5866b052105729fa27d02a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.licence", + "sh:description": { + "en": "A licence under which the Distribution is made available." + }, + "sh:name": { + "en": "licence" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/f635b26fbf54b0114a70dd22929ed87f5f34b230", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.bytesize", + "sh:description": { + "en": "The size of a Distribution in bytes." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "byte size" + }, + "sh:path": "http://www.w3.org/ns/dcat#byteSize" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/f64ea9c4b32a8afd45dc2afdcea6722b56707974", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.haspolicy", + "sh:description": { + "en": "The policy expressing the rights associated with the Distribution if using the [[ODRL]] vocabulary." + }, + "sh:name": { + "en": "has policy" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/odrl/2/hasPolicy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:DistributionShape/fcf80b3465d802bf69af0e66cf87973c64d4130a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolution", + "sh:description": { + "en": "Refers to the performed quality measurements." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "spatial resolution" + }, + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + } + ], + "sh:targetClass": "http://www.w3.org/ns/dcat#Distribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:RelationshipShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:RelationshipShape/5871eb562969e2a4f395c8424314cc119686e019", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.relation", + "sh:description": { + "en": "A resource related to the source resource." + }, + "sh:name": { + "en": "relation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/relation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:RelationshipShape/5945770a55865eb52bf4cbcac7847889d16a2926", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.hadrole", + "sh:description": { + "en": "A function of an entity or agent with respect to another entity or resource." + }, + "sh:name": { + "en": "had role" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#hadRole" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:RelationshipShape/a64a849abcc67d2a79ccfbbc89f318fab6543c88", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.relation", + "sh:description": { + "en": "A resource related to the source resource." + }, + "sh:minCount": "1", + "sh:name": { + "en": "relation" + }, + "sh:path": "http://purl.org/dc/terms/relation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:RelationshipShape/a7737e15de2cea53610b34ef78cab0c2c9695a83", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.hadrole", + "sh:class": "http://www.w3.org/ns/dcat#Role", + "sh:description": { + "en": "A function of an entity or agent with respect to another entity or resource." + }, + "sh:name": { + "en": "had role" + }, + "sh:path": "http://www.w3.org/ns/dcat#hadRole" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:RelationshipShape/b7aa98e1befa5130659568aa62e7f38575dc17c1", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.relation", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "A resource related to the source resource." + }, + "sh:name": { + "en": "relation" + }, + "sh:path": "http://purl.org/dc/terms/relation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:RelationshipShape/d171b3a7f68dcad152dc11b8200997a366513e00", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.hadrole", + "sh:description": { + "en": "A function of an entity or agent with respect to another entity or resource." + }, + "sh:minCount": "1", + "sh:name": { + "en": "had role" + }, + "sh:path": "http://www.w3.org/ns/dcat#hadRole" + } + ], + "sh:targetClass": "http://www.w3.org/ns/dcat#Relationship" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:ResourceShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/ns/dcat#Resource" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dcat:RoleShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/ns/dcat#Role" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:DimensionShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/ns/dqv#Dimension" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:MetricShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:MetricShape/5cb441d63f374870b48a1df200c1e0f819cd84c2", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.expecteddatatype", + "sh:description": { + "en": "Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)" + }, + "sh:name": { + "en": "expected data type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dqv#expectedDataType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:MetricShape/69286c26bab408cf2db4ec27fa39d3c158ada785", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.dimension", + "sh:description": { + "en": "The dimensions a quality metric, certificate and annotation allow a measurement of." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "dimension" + }, + "sh:path": "http://www.w3.org/ns/dqv#inDimension" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:MetricShape/b9fa9637b2613e17e2b050e2ee35fa8f9ecb783b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.expecteddatatype", + "sh:description": { + "en": "Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)" + }, + "sh:maxCount": "1", + "sh:name": { + "en": "expected data type" + }, + "sh:path": "http://www.w3.org/ns/dqv#expectedDataType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:MetricShape/cd4869e0415166799e4cc19b3f0f6550cdfc1e9a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.dimension", + "sh:description": { + "en": "The dimensions a quality metric, certificate and annotation allow a measurement of." + }, + "sh:name": { + "en": "dimension" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dqv#inDimension" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:MetricShape/d4812e59110ee5148b61ff2ee70be7df03b75dad", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.expecteddatatype", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Datatype", + "sh:description": { + "en": "Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)" + }, + "sh:name": { + "en": "expected data type" + }, + "sh:path": "http://www.w3.org/ns/dqv#expectedDataType" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:MetricShape/e0ca97a4e81b377bb4dcb59365424943f033da2f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.dimension", + "sh:class": "http://www.w3.org/ns/dqv#Dimension", + "sh:description": { + "en": "The dimensions a quality metric, certificate and annotation allow a measurement of." + }, + "sh:name": { + "en": "dimension" + }, + "sh:path": "http://www.w3.org/ns/dqv#inDimension" + } + ], + "sh:targetClass": "http://www.w3.org/ns/dqv#Metric" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:QualityMeasurementShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:QualityMeasurementShape/10062fffbf964102e95d8e4ceb535c05b786d66b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.unitofmeasure", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "The unit in which the data values are measured." + }, + "sh:name": { + "en": "unit of measure" + }, + "sh:path": "http://purl.org/linked-data/sdmx/2009/attribute#unitMeasure" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:QualityMeasurementShape/1e3978debaf459e93f93435ea46e8f4a9087d985", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.ismeasurementof", + "sh:description": { + "en": "The Metric being observed." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "is measurement of" + }, + "sh:path": "http://www.w3.org/ns/dqv#isMeasurementOf" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:QualityMeasurementShape/3a1d18b54073a081017737b02bd1e9457cec5fde", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.ismeasurementof", + "sh:description": { + "en": "The Metric being observed." + }, + "sh:name": { + "en": "is measurement of" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dqv#isMeasurementOf" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:QualityMeasurementShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.value", + "sh:description": { + "en": "Value computed by the relevant Metric." + }, + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dqv#value" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:QualityMeasurementShape/69b6d3612e92102903f5eea059015eebb9460cab", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.unitofmeasure", + "sh:description": { + "en": "The unit in which the data values are measured." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "unit of measure" + }, + "sh:path": "http://purl.org/linked-data/sdmx/2009/attribute#unitMeasure" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:QualityMeasurementShape/7c3ee5af46729edb0af95bb9cbc80d7adef70766", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.unitofmeasure", + "sh:description": { + "en": "The unit in which the data values are measured." + }, + "sh:name": { + "en": "unit of measure" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/linked-data/sdmx/2009/attribute#unitMeasure" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:QualityMeasurementShape/b9b84d3fcf45532943c6b752c2b14e428bc83959", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.ismeasurementof", + "sh:class": "http://www.w3.org/ns/dqv#Metric", + "sh:description": { + "en": "The Metric being observed." + }, + "sh:name": { + "en": "is measurement of" + }, + "sh:path": "http://www.w3.org/ns/dqv#isMeasurementOf" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#dqv:QualityMeasurementShape/db15b7df9d94d285bd33d0966a4d2357f8333c31", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.value", + "sh:description": { + "en": "Value computed by the relevant Metric." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "value" + }, + "sh:path": "http://www.w3.org/ns/dqv#value" + } + ], + "sh:targetClass": "http://www.w3.org/ns/dqv#QualityMeasurement" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape/21fd2e018915cd010aee64c9aa451a414a1ad052", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).country", + "sh:description": { + "en": "\tThe name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "country" + }, + "sh:path": "http://www.w3.org/ns/locn#adminUnitL2" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape/3600d16af075596ea231283d76b3fd39021d34d6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).streetaddress", + "sh:description": { + "en": "The name of a passage or way through from one location to another." + }, + "sh:name": { + "en": "street address" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/locn#thoroughfare" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape/5234ad4024f72ef2894b9a3c4070d21aa283ed87", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).country", + "sh:description": { + "en": "\tThe name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." + }, + "sh:name": { + "en": "country" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/locn#adminUnitL2" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape/76f52e1760b9529a53a110a32ab67d39af5ee8c5", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).administrativearea", + "sh:description": { + "en": "\tThe name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." + }, + "sh:name": { + "en": "administrative area" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/locn#adminUnitL2" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape/8cdc8ea2985ba7820ce90020c745a8e6242343ed", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).postcode", + "sh:description": { + "en": "\tThe code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "post code" + }, + "sh:path": "http://www.w3.org/ns/locn#postCode" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape/9d054aa1cd0678e060bb045923a830217657aeb4", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).city", + "sh:description": { + "en": "\tA name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "city" + }, + "sh:path": "http://www.w3.org/ns/locn#postName" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape/9ee1f7cd40d31d8408c9983890cb564eb7c7ac1a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).city", + "sh:description": { + "en": "\tA name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." + }, + "sh:name": { + "en": "city" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/locn#postName" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape/9fcf9cecb8b2b1761f1d1d12ffcad8cce4b11da6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).administrativearea", + "sh:description": { + "en": "\tThe name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "administrative area" + }, + "sh:path": "http://www.w3.org/ns/locn#adminUnitL2" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape/c053bb4ab74094ab01d8385a0428c50994b3b5a6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).streetaddress", + "sh:description": { + "en": "The name of a passage or way through from one location to another." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "street address" + }, + "sh:path": "http://www.w3.org/ns/locn#thoroughfare" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:AddressShape/c0a2b78a80a731301e2f54d040ca9aa2c9b125b1", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).postcode", + "sh:description": { + "en": "\tThe code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points." + }, + "sh:name": { + "en": "post code" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/locn#postCode" + } + ], + "sh:targetClass": "http://www.w3.org/ns/locn#Address" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#locn:GeometryShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/ns/locn#Geometry" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#odrl:PolicyShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/ns/odrl/2/Policy" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#org:OrganizationShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/ns/org#Organization" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:ActivityShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:ActivityShape/04f0a5c1e0e0ec6a332465b4132e194cd02c0a74", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.generated", + "sh:description": { + "en": "The Entity generated by the Activity." + }, + "sh:name": { + "en": "generated" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#generated" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:ActivityShape/372f8584a7924ed444d34cecc643935785fcdc68", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.generated", + "sh:class": "http://www.w3.org/ns/prov#Entity", + "sh:description": { + "en": "The Entity generated by the Activity." + }, + "sh:name": { + "en": "generated" + }, + "sh:path": "http://www.w3.org/ns/prov#generated" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:ActivityShape/3ccdc77e5093f106847bf5c643da1a307497b8b8", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.qualifiedassociation", + "sh:description": { + "en": "Association to the Plan according to which the Activity has been carried out, and possibly to the Agent who played a role in it." + }, + "sh:name": { + "en": "qualified association" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#qualifiedAssociation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:ActivityShape/4f93e2e855c69fb517952dc843402431e77354f3", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.qualifiedassociation", + "sh:class": "http://www.w3.org/ns/prov#Association", + "sh:description": { + "en": "Association to the Plan according to which the Activity has been carried out, and possibly to the Agent who played a role in it." + }, + "sh:name": { + "en": "qualified association" + }, + "sh:path": "http://www.w3.org/ns/prov#qualifiedAssociation" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:ActivityShape/69ee19cfbaf11466ad93d8cd347acf35e9b78987", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.used", + "sh:class": "http://www.w3.org/ns/prov#Entity", + "sh:description": { + "en": "The entity (e.g., a Catalogue, a Dataset, a Data Service) which was the subject of the Activity." + }, + "sh:name": { + "en": "used" + }, + "sh:path": "http://www.w3.org/ns/prov#used" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:ActivityShape/852e94171187c81af98d89bdcaf56ecd705aed6d", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.used", + "sh:description": { + "en": "The entity (e.g., a Catalogue, a Dataset, a Data Service) which was the subject of the Activity." + }, + "sh:name": { + "en": "used" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#used" + } + ], + "sh:targetClass": "http://www.w3.org/ns/prov#Activity" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:AssociationShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/ns/prov#Association" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:AttributionShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:AttributionShape/49f0facd348f16f374d34ff706a1cb3b90a15b37", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Attribution.agent", + "sh:description": { + "en": "The Agent to whom the resource is attributed." + }, + "sh:name": { + "en": "agent" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/prov#agent" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:AttributionShape/5945770a55865eb52bf4cbcac7847889d16a2926", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Attribution.hadrole", + "sh:description": { + "en": "A function of an entity or agent with respect to another entity or resource." + }, + "sh:name": { + "en": "had role" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#hadRole" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:AttributionShape/5d41e5114e4b537d95f4f2bd7f8c114dc0e388bc", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Attribution.agent", + "sh:class": "http://xmlns.com/foaf/0.1/Agent", + "sh:description": { + "en": "The Agent to whom the resource is attributed." + }, + "sh:name": { + "en": "agent" + }, + "sh:path": "http://www.w3.org/ns/prov#agent" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:AttributionShape/a7737e15de2cea53610b34ef78cab0c2c9695a83", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Attribution.hadrole", + "sh:class": "http://www.w3.org/ns/dcat#Role", + "sh:description": { + "en": "A function of an entity or agent with respect to another entity or resource." + }, + "sh:name": { + "en": "had role" + }, + "sh:path": "http://www.w3.org/ns/dcat#hadRole" + } + ], + "sh:targetClass": "http://www.w3.org/ns/prov#Attribution" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#prov:EntityShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [], + "sh:targetClass": "http://www.w3.org/ns/prov#Entity" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/06950e17e8d4a67fa64194ac4c46abad5ae7b92e", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.address", + "sh:description": { + "en": "The postal address of the Agent." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "address" + }, + "sh:path": "http://www.w3.org/ns/locn#address" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/139ed93073a8cca15f202195bd45112160c3b90b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.affiliation", + "sh:description": { + "en": "The affiliation of the Agent." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "affiliation" + }, + "sh:path": "http://www.w3.org/ns/org#memberOf" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/236f0210baaf149903750c43bbe7012c21debb2a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.type", + "sh:description": { + "en": "The nature of the agent." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "type" + }, + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/2c7d994dd540f92c116cac913e2aa5d588945f1f", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.address", + "sh:description": { + "en": "The postal address of the Agent." + }, + "sh:name": { + "en": "address" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/locn#address" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/3134beaa2845130d7a9f2f5cf36315fe3e8fe9b8", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.phone", + "sh:description": { + "en": "The phone number of the Agent, specified using fully qualified tel: URI scheme [[RFC3966]]." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "phone" + }, + "sh:path": "http://xmlns.com/foaf/0.1/phone" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/322371a77364a50f049d46180f6192532eea26dc", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.type", + "sh:class": "http://www.w3.org/2004/02/skos/core#Concept", + "sh:description": { + "en": "The nature of the agent." + }, + "sh:name": { + "en": "type" + }, + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.type", + "sh:description": { + "en": "The nature of the agent." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/5baac8cf504c38df125bdad80a5b9e98a8cbded1", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.URL", + "sh:description": { + "en": "The Web site of the Agent." + }, + "sh:name": { + "en": "URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/workplaceHomepage" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/5de4ef5193a558e17a34633888421d09b957d267", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.address", + "sh:class": "http://www.w3.org/ns/locn#Address", + "sh:description": { + "en": "The postal address of the Agent." + }, + "sh:name": { + "en": "address" + }, + "sh:path": "http://www.w3.org/ns/locn#address" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/73ac04d23d41d598457f7d519aa7fbeb74f18317", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.URL", + "sh:class": "http://xmlns.com/foaf/0.1/Document", + "sh:description": { + "en": "The Web site of the Agent." + }, + "sh:name": { + "en": "URL" + }, + "sh:path": "http://xmlns.com/foaf/0.1/workplaceHomepage" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/8cf3e751730442052d1b2174336d21bb838e4aab", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.email", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "The email address of the Agent, specified using fully qualified mailto: URI scheme [[RFC6068]]." + }, + "sh:name": { + "en": "email" + }, + "sh:path": "http://xmlns.com/foaf/0.1/mbox" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/8d3fa412d4ca4dad699415e2d2e310cb2ecc9ab6", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.affiliation", + "sh:class": "http://www.w3.org/ns/org#Organization", + "sh:description": { + "en": "The affiliation of the Agent." + }, + "sh:name": { + "en": "affiliation" + }, + "sh:path": "http://www.w3.org/ns/org#memberOf" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/96cdcbb0489a41ab01fc39c521f5ed607a0b2c41", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.name", + "sh:description": { + "en": "A name of the agent." + }, + "sh:minCount": "1", + "sh:name": { + "en": "name" + }, + "sh:path": "http://xmlns.com/foaf/0.1/name" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/9b6a8d64a742e2b1e6969e3884418b7314f837d9", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.phone", + "sh:description": { + "en": "The phone number of the Agent, specified using fully qualified tel: URI scheme [[RFC3966]]." + }, + "sh:name": { + "en": "phone" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/phone" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/9b6ccc41bb0ced6f6b8f28a86e120bd9d73b32fb", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.email", + "sh:description": { + "en": "The email address of the Agent, specified using fully qualified mailto: URI scheme [[RFC6068]]." + }, + "sh:name": { + "en": "email" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/mbox" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/9caf9e629daa0e64ece77788576468821d7cff8c", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.name", + "sh:description": { + "en": "A name of the agent." + }, + "sh:name": { + "en": "name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://xmlns.com/foaf/0.1/name" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/a2e6e9bdd65aa92e5ccaffbfd9ab975564e2676a", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.URL", + "sh:description": { + "en": "The Web site of the Agent." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "URL" + }, + "sh:path": "http://xmlns.com/foaf/0.1/workplaceHomepage" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/ac52a0a3614cf4ce178dfe0437f2c9a38c82f9f0", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.phone", + "sh:class": "http://www.w3.org/2000/01/rdf-schema#Resource", + "sh:description": { + "en": "The phone number of the Agent, specified using fully qualified tel: URI scheme [[RFC3966]]." + }, + "sh:name": { + "en": "phone" + }, + "sh:path": "http://xmlns.com/foaf/0.1/phone" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/b8f85997a1a5913bd1a7a8e5ac847a025233b610", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.affiliation", + "sh:description": { + "en": "The affiliation of the Agent." + }, + "sh:name": { + "en": "affiliation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/org#memberOf" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:AgentShape/df2e16526cd0f7cc796d3bb27ac1861737a35d91", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.email", + "sh:description": { + "en": "The email address of the Agent, specified using fully qualified mailto: URI scheme [[RFC6068]]." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "email" + }, + "sh:path": "http://xmlns.com/foaf/0.1/mbox" + } + ], + "sh:targetClass": "http://xmlns.com/foaf/0.1/Agent" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:DocumentShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:DocumentShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Document.description", + "sh:description": { + "en": "A free-text account of the Document." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#foaf:DocumentShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Document.title", + "sh:description": { + "en": "A name of the document." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + } + ], + "sh:targetClass": "http://xmlns.com/foaf/0.1/Document" + } + ] +} diff --git a/drafts/3.0.0/shacl/geodcat-ap-SHACL.ttl b/drafts/3.0.0/shacl/geodcat-ap-SHACL.ttl new file mode 100644 index 0000000..051c5d2 --- /dev/null +++ b/drafts/3.0.0/shacl/geodcat-ap-SHACL.ttl @@ -0,0 +1,4784 @@ +@prefix cnt: . +@prefix dc: . +@prefix dcat: . +@prefix foaf: . +@prefix org: . +@prefix owl: . +@prefix prov: . +@prefix rdf: . +@prefix rdfs: . +@prefix shacl: . +@prefix skos: . +@prefix vcard: . +@prefix xsd: . + + rdfs:member , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass rdfs:Literal . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + ; + shacl:targetClass . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Identifier.notation"; + shacl:description "A string that is an identifier in the context of the identifier scheme referenced by its datatype."@en; + shacl:name "notation"@en; + shacl:nodeKind shacl:Literal; + shacl:path skos:notation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Identifier.notation"; + shacl:description "A string that is an identifier in the context of the identifier scheme referenced by its datatype."@en; + shacl:minCount 1; + shacl:name "notation"@en; + shacl:path skos:notation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Identifier.notation"; + shacl:description "A string that is an identifier in the context of the identifier scheme referenced by its datatype."@en; + shacl:maxCount 1; + shacl:name "notation"@en; + shacl:path skos:notation . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:CatalogRecord . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.modificationdate"; + shacl:description "The most recent date on which the Catalogue entry was changed or modified."@en; + shacl:minCount 1; + shacl:name "modification date"@en; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.principalinvestigator"; + shacl:class foaf:Agent; + shacl:description "Key party responsible for gathering information and conducting research [[ISO-19115]]."@en; + shacl:name "principal investigator"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.changetype"; + shacl:description "The status of the catalogue record in the context of editorial flow of the dataset and data service descriptions."@en; + shacl:maxCount 1; + shacl:name "change type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.custodian"; + shacl:description "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]."@en; + shacl:name "custodian"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.processor"; + shacl:class foaf:Agent; + shacl:description """ + +Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]."""@en; + shacl:name "processor"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.language"; + shacl:class dc:LinguisticSystem; + shacl:description "A language used in the textual metadata describing titles, descriptions, etc. of the Catalogued Resource."@en; + shacl:name "language"@en; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.resourceprovider"; + shacl:description """ + +Party that supplies the resource [[ISO-19115]]."""@en; + shacl:name "resource provider"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.applicationprofile"; + shacl:class dc:Standard; + shacl:description "An Application Profile that the Catalogued Resource's metadata conforms to."@en; + shacl:name "application profile"@en; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.principalinvestigator"; + shacl:description "Key party responsible for gathering information and conducting research [[ISO-19115]]."@en; + shacl:name "principal investigator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.rightsholder"; + shacl:class foaf:Agent; + shacl:description "An Agent (organisation) holding rights on the Catalogue."@en; + shacl:name "rights holder"@en; + shacl:path dc:rightsHolder . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:name "primary topic"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:primaryTopic . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.sourcemetadata"; + shacl:description "The original metadata that was used in creating metadata for the Dataset."@en; + shacl:maxCount 1; + shacl:name "source metadata"@en; + shacl:path dc:source . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.originator"; + shacl:class foaf:Agent; + shacl:description """ + +Party who created the resource [[ISO-19115]]."""@en; + shacl:name "originator"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.changetype"; + shacl:class skos:Concept; + shacl:description "The status of the catalogue record in the context of editorial flow of the dataset and data service descriptions."@en; + shacl:name "change type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.listingdate"; + shacl:description "The date on which the description of the Resource was included in the Catalogue."@en; + shacl:maxCount 1; + shacl:name "listing date"@en; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.rightsholder"; + shacl:description "An Agent (organisation) holding rights on the Catalogue."@en; + shacl:name "rights holder"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rightsHolder . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:minCount 1; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.creationdate"; + shacl:description "The date on which the Catalogue Record has been first created."@en; + shacl:maxCount 1; + shacl:name "creation date"@en; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.publisher"; + shacl:description "An entity (organisation) responsible for making the Data Service available."@en; + shacl:maxCount 1; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.modificationdate"; + shacl:description "The most recent date on which the Catalogue entry was changed or modified."@en; + shacl:name "modification date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.processor"; + shacl:description """ + +Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]."""@en; + shacl:name "processor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.description"; + shacl:description "A free-text account of the record. This property can be repeated for parallel language versions of the description."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.custodian"; + shacl:class foaf:Agent; + shacl:description "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]."@en; + shacl:name "custodian"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.contactpoint"; + shacl:class vcard:Kind; + shacl:description "Contact information that can be used for sending comments about the Catalogue Record."@en; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.creator"; + shacl:description "The Agent primarily responsible for producing the Catalogue Record."@en; + shacl:name "creator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.qualifiedattribution"; + shacl:class prov:Attribution; + shacl:description "Link to an Agent having some form of responsibility for the Catalogue Record."@en; + shacl:name "qualified attribution"@en; + shacl:path prov:qualifiedAttribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.changetype"; + shacl:description "The status of the catalogue record in the context of editorial flow of the dataset and data service descriptions."@en; + shacl:name "change type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.resourceprovider"; + shacl:class foaf:Agent; + shacl:description """ + +Party that supplies the resource [[ISO-19115]]."""@en; + shacl:name "resource provider"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.publisher"; + shacl:description "An entity (organisation) responsible for making the Data Service available."@en; + shacl:name "publisher"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.sourcemetadata"; + shacl:class dcat:CatalogRecord; + shacl:description "The original metadata that was used in creating metadata for the Dataset."@en; + shacl:name "source metadata"@en; + shacl:path dc:source . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.applicationprofile"; + shacl:description "An Application Profile that the Catalogued Resource's metadata conforms to."@en; + shacl:name "application profile"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Catalogue Record."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.modificationdate"; + shacl:description "The most recent date on which the Catalogue entry was changed or modified."@en; + shacl:maxCount 1; + shacl:name "modification date"@en; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.creationdate"; + shacl:description "The date on which the Catalogue Record has been first created."@en; + shacl:name "creation date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.identifier"; + shacl:description "The main identifier for the Catalogue Record, e.g., the URI or other unique identifier in the context of the Catalogue."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.publisher"; + shacl:class foaf:Agent; + shacl:description "An entity (organisation) responsible for making the Data Service available."@en; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.user"; + shacl:description "Party who uses the resource [[ISO-19115]]."@en; + shacl:name "user"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.qualifiedattribution"; + shacl:description "Link to an Agent having some form of responsibility for the Catalogue Record."@en; + shacl:name "qualified attribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:qualifiedAttribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.creator"; + shacl:class foaf:Agent; + shacl:description "The Agent primarily responsible for producing the Catalogue Record."@en; + shacl:name "creator"@en; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.distributor"; + shacl:class foaf:Agent; + shacl:description "Party who distributes the resource [[ISO-19115]]."@en; + shacl:name "distributor"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.primarytopic"; + shacl:class dcat:Resource; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.user"; + shacl:class foaf:Agent; + shacl:description "Party who uses the resource [[ISO-19115]]."@en; + shacl:name "user"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.sourcemetadata"; + shacl:description "The original metadata that was used in creating metadata for the Dataset."@en; + shacl:name "source metadata"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:source . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.listingdate"; + shacl:description "The date on which the description of the Resource was included in the Catalogue."@en; + shacl:name "listing date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.title"; + shacl:description "A name given to the Catalogue Record."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.language"; + shacl:description "A language used in the textual metadata describing titles, descriptions, etc. of the Catalogued Resource."@en; + shacl:name "language"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.distributor"; + shacl:description "Party who distributes the resource [[ISO-19115]]."@en; + shacl:name "distributor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.primarytopic"; + shacl:description "A link to the Dataset, Data service or Catalog described in the record."@en; + shacl:maxCount 1; + shacl:name "primary topic"@en; + shacl:path foaf:primaryTopic . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#CatalogueRecord.originator"; + shacl:description """ + +Party who created the resource [[ISO-19115]]."""@en; + shacl:name "originator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:Catalog . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.geographicalcoverage"; + shacl:class dc:Location; + shacl:description "A geographical area covered by the Catalogue."@en; + shacl:name "geographical coverage"@en; + shacl:path dc:spatial . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.haspart"; + shacl:description "A related Catalogue that is part of the described Catalogue."@en; + shacl:name "has part"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:hasPart . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.dataset"; + shacl:description "A Dataset that is part of the Catalogue."@en; + shacl:name "dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:dataset . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.themes"; + shacl:description "A knowledge organization system used to classify the Resources that are in the Catalogue."@en; + shacl:name "themes"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:themeTaxonomy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.conformsto"; + shacl:description "An established standard to which the described Catalogue conforms."@en; + shacl:name "conforms to"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Catalog."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.topiccategory"; + shacl:description "Topic category in accordance with EN ISO 19115."@en; + shacl:name "topic category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.accessrights"; + shacl:description "Information regarding access or restrictions based on privacy, security, or other policies."@en; + shacl:name "access rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.principalinvestigator"; + shacl:class foaf:Agent; + shacl:description "Key party responsible for gathering information and conducting research [[ISO-19115]]."@en; + shacl:name "principal investigator"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.wasusedby"; + shacl:class prov:Activity; + shacl:description "An Activity that used the Catalogue."@en; + shacl:name "was used by"@en; + shacl:path prov:wasUsedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.custodian"; + shacl:description "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]."@en; + shacl:name "custodian"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.processor"; + shacl:class foaf:Agent; + shacl:description "Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]."@en; + shacl:name "processor"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.language"; + shacl:class dc:LinguisticSystem; + shacl:description "A language used in the textual metadata describing titles, descriptions, etc. of the Datasets, Data Services and Dataset Series in the Catalogue."@en; + shacl:name "language"@en; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.resourceprovider"; + shacl:description """ + +Party that supplies the resource [[ISO-19115]]."""@en; + shacl:name "resource provider"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.principalinvestigator"; + shacl:description "Key party responsible for gathering information and conducting research [[ISO-19115]]."@en; + shacl:name "principal investigator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.record"; + shacl:class dcat:CatalogRecord; + shacl:description "A Catalogue Record that is part of the Catalogue."@en; + shacl:name "record"@en; + shacl:path dcat:record . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.record"; + shacl:description "A Catalogue Record that is part of the Catalogue."@en; + shacl:name "record"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:record . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.rightsholder"; + shacl:class foaf:Agent; + shacl:description "An Agent (organisation) holding rights on the Catalogued Resource."@en; + shacl:name "rights holder"@en; + shacl:path dc:rightsHolder . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.originator"; + shacl:class foaf:Agent; + shacl:description "Party who created the resource [[ISO-19115]]."@en; + shacl:name "originator"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.catalogue"; + shacl:class dcat:Catalog; + shacl:description "A catalogue whose contents are of interest in the context of this catalogue."@en; + shacl:name "catalogue"@en; + shacl:path dcat:catalog . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Catalogue."@en; + shacl:name "release date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.rightsholder"; + shacl:description "An Agent (organisation) holding rights on the Catalogued Resource."@en; + shacl:name "rights holder"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rightsHolder . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.keyword"; + shacl:description "A keyword or tag describing the Catalogue."@en; + shacl:name "keyword"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:keyword . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.themes"; + shacl:class skos:ConceptScheme; + shacl:description "A knowledge organization system used to classify the Resources that are in the Catalogue."@en; + shacl:name "themes"@en; + shacl:path dcat:themeTaxonomy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.creationdate"; + shacl:description "The date on which the Catalogue has been first created."@en; + shacl:maxCount 1; + shacl:name "creation date"@en; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.publisher"; + shacl:description "An entity (organisation) responsible for making the Catalogue available."@en; + shacl:maxCount 1; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.modificationdate"; + shacl:description "The most recent date on which the Catalogue was modified."@en; + shacl:name "modification date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.processor"; + shacl:description "Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]."@en; + shacl:name "processor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.description"; + shacl:description "A free-text account of the Catalogue."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Catalog."@en; + shacl:name "applicable legislation"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.custodian"; + shacl:class foaf:Agent; + shacl:description "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]."@en; + shacl:name "custodian"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.accessrights"; + shacl:description "Information regarding access or restrictions based on privacy, security, or other policies."@en; + shacl:maxCount 1; + shacl:name "access rights"@en; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.contactpoint"; + shacl:class vcard:Kind; + shacl:description "Contact information that can be used for sending comments about the Catalogue."@en; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.dataset"; + shacl:class dcat:Dataset; + shacl:description "A Dataset that is part of the Catalogue."@en; + shacl:name "dataset"@en; + shacl:path dcat:dataset . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.creator"; + shacl:description "An entity responsible for the creation of the Catalogue."@en; + shacl:name "creator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.topiccategory"; + shacl:class skos:Concept; + shacl:description "Topic category in accordance with EN ISO 19115."@en; + shacl:name "topic category"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.temporalcoverage"; + shacl:description "A temporal period that the Catalogue covers."@en; + shacl:name "temporal coverage"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:temporal . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.qualifiedattribution"; + shacl:class prov:Attribution; + shacl:description "A link to an Agent having some form of responsibility for the Catalogue."@en; + shacl:name "qualified attribution"@en; + shacl:path prov:qualifiedAttribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.referencesystem"; + shacl:class dc:Standard; + shacl:description "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]."@en; + shacl:name "reference system"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.creator"; + shacl:description "An entity responsible for the creation of the Catalogue."@en; + shacl:maxCount 1; + shacl:name "creator"@en; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.homepage"; + shacl:description "A web page that acts as the main page for the Catalogue."@en; + shacl:name "homepage"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:homepage . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.temporalcoverage"; + shacl:class dc:PeriodOfTime; + shacl:description "A temporal period that the Catalogue covers."@en; + shacl:name "temporal coverage"@en; + shacl:path dc:temporal . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.description"; + shacl:description "A free-text account of the Catalogue."@en; + shacl:minCount 1; + shacl:name "description"@en; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.referencesystem"; + shacl:description "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]."@en; + shacl:name "reference system"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.resourceprovider"; + shacl:class foaf:Agent; + shacl:description """ + +Party that supplies the resource [[ISO-19115]]."""@en; + shacl:name "resource provider"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.publisher"; + shacl:description "An entity (organisation) responsible for making the Catalogue available."@en; + shacl:name "publisher"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.geographicalcoverage"; + shacl:description "A geographical area covered by the Catalogue."@en; + shacl:name "geographical coverage"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:spatial . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.theme"; + shacl:description "A main category of the Catalogue. A Catalogue can have multiple categories."@en; + shacl:name "theme"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:theme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.rights"; + shacl:class dc:RightsStatement; + shacl:description "A statement that specifies rights associated with the Catalogue."@en; + shacl:name "rights"@en; + shacl:path dc:rights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Catalogue."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.modificationdate"; + shacl:description "The most recent date on which the Catalogue was modified."@en; + shacl:maxCount 1; + shacl:name "modification date"@en; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.licence"; + shacl:description "A licence under which the Catalogue can be used or reused."@en; + shacl:maxCount 1; + shacl:name "licence"@en; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.creationdate"; + shacl:description "The date on which the Catalogue has been first created."@en; + shacl:name "creation date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.publisher"; + shacl:description "An entity (organisation) responsible for making the Catalogue available."@en; + shacl:minCount 1; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.identifier"; + shacl:description "The main identifier for the Catalogue, e.g. the URI or other unique identifier."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.wasusedby"; + shacl:description "An Activity that used the Catalogue."@en; + shacl:name "was used by"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:wasUsedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Catalogue."@en; + shacl:maxCount 1; + shacl:name "release date"@en; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.publisher"; + shacl:class foaf:Agent; + shacl:description "An entity (organisation) responsible for making the Catalogue available."@en; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.rights"; + shacl:description "A statement that specifies rights associated with the Catalogue."@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.user"; + shacl:description "Party who uses the resource [[ISO-19115]]."@en; + shacl:name "user"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.catalogue"; + shacl:description "A catalogue whose contents are of interest in the context of this catalogue."@en; + shacl:name "catalogue"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:catalog . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.qualifiedattribution"; + shacl:description "A link to an Agent having some form of responsibility for the Catalogue."@en; + shacl:name "qualified attribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:qualifiedAttribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.creator"; + shacl:class foaf:Agent; + shacl:description "An entity responsible for the creation of the Catalogue."@en; + shacl:name "creator"@en; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.service"; + shacl:class dcat:DataService; + shacl:description "A site or end-point (Data Service) that is listed in the Catalogue."@en; + shacl:name "service"@en; + shacl:path dcat:service . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.distributor"; + shacl:class foaf:Agent; + shacl:description "Party who distributes the resource [[ISO-19115]]."@en; + shacl:name "distributor"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.conformsto"; + shacl:class dc:Standard; + shacl:description "An established standard to which the described Catalogue conforms."@en; + shacl:name "conforms to"@en; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.haspart"; + shacl:class dcat:Catalog; + shacl:description "A related Catalogue that is part of the described Catalogue."@en; + shacl:name "has part"@en; + shacl:path dc:hasPart . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.user"; + shacl:class foaf:Agent; + shacl:description "Party who uses the resource [[ISO-19115]]."@en; + shacl:name "user"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.title"; + shacl:description "A name given to the Catalogue."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.homepage"; + shacl:description "A web page that acts as the main page for the Catalogue."@en; + shacl:maxCount 1; + shacl:name "homepage"@en; + shacl:path foaf:homepage . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.language"; + shacl:description "A language used in the textual metadata describing titles, descriptions, etc. of the Datasets, Data Services and Dataset Series in the Catalogue."@en; + shacl:name "language"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.licence"; + shacl:class dc:LicenseDocument; + shacl:description "A licence under which the Catalogue can be used or reused."@en; + shacl:name "licence"@en; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.theme"; + shacl:class skos:Concept; + shacl:description "A main category of the Catalogue. A Catalogue can have multiple categories."@en; + shacl:name "theme"@en; + shacl:path dcat:theme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.distributor"; + shacl:description "Party who distributes the resource [[ISO-19115]]."@en; + shacl:name "distributor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.service"; + shacl:description "A site or end-point (Data Service) that is listed in the Catalogue."@en; + shacl:name "service"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:service . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.accessrights"; + shacl:class dc:RightsStatement; + shacl:description "Information regarding access or restrictions based on privacy, security, or other policies."@en; + shacl:name "access rights"@en; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.originator"; + shacl:description "Party who created the resource [[ISO-19115]]."@en; + shacl:name "originator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.licence"; + shacl:description "A licence under which the Catalogue can be used or reused."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.title"; + shacl:description "A name given to the Catalogue."@en; + shacl:minCount 1; + shacl:name "title"@en; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Catalogue.homepage"; + shacl:class foaf:Document; + shacl:description "A web page that acts as the main page for the Catalogue."@en; + shacl:name "homepage"@en; + shacl:path foaf:homepage . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:DataService . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.geographicalcoverage"; + shacl:class dc:Location; + shacl:description "A geographic region that is covered by the Data Service."@en; + shacl:name "geographical coverage"@en; + shacl:path dc:spatial . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.orginator"; + shacl:class foaf:Agent; + shacl:description """ + +Party who created the resource [[ISO-19115]]."""@en; + shacl:name "orginator"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.serviceprotocol"; + shacl:description """ Protocol value in accordance with INSPIRE Protocol Values [[INSPIRE-PV]]."""@en; + shacl:name "service protocol"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.conformsto"; + shacl:description "An established (technical) standard to which the Data Service conforms."@en; + shacl:name "conforms to"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Data Service."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicetype"; + shacl:description "Service type in accordance with INSPIRE Spatial Data Service Types [[INSPIRE-SDST]]."@en; + shacl:name "service type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.topiccategory"; + shacl:description "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]."@en; + shacl:name "topic category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.accessrights"; + shacl:description "Information regarding access or restrictions based on privacy, security, or other policies."@en; + shacl:name "access rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.principalinvestigator"; + shacl:class foaf:Agent; + shacl:description "Key party responsible for gathering information and conducting research [[ISO-19115]]."@en; + shacl:name "principal investigator"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servesdataset"; + shacl:class dcat:Dataset; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:name "serves dataset"@en; + shacl:path dcat:servesDataset . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.wasusedby"; + shacl:class prov:Activity; + shacl:description "To an Activity that used the Data Service."@en; + shacl:name "was used by"@en; + shacl:path prov:wasUsedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.type"; + shacl:description "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]."@en; + shacl:maxCount 1; + shacl:name "type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.custodian"; + shacl:description "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]."@en; + shacl:name "custodian"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.processor"; + shacl:class foaf:Agent; + shacl:description """ + +Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]."""@en; + shacl:name "processor"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.temporalresolution"; + shacl:description "The minimum time period resolvable in the Data Service."@en; + shacl:name "temporal resolution"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:temporalResolution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.language"; + shacl:class dc:LinguisticSystem; + shacl:description "The language of the structure that can be returned by querying the endpointURL."@en; + shacl:name "language"@en; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.resourceprovider"; + shacl:description """ + +Party that supplies the resource [[ISO-19115]]."""@en; + shacl:name "resource provider"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.landingpage"; + shacl:description "A web page that provides access to the Data Service and/or additional information."@en; + shacl:name "landing page"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:landingPage . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.type"; + shacl:class skos:Concept; + shacl:description "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]."@en; + shacl:name "type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.principalinvestigator"; + shacl:description "Key party responsible for gathering information and conducting research [[ISO-19115]]."@en; + shacl:name "principal investigator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.rightsholder"; + shacl:class foaf:Agent; + shacl:description "An Agent (organisation) holding rights on the Catalogue."@en; + shacl:name "rights holder"@en; + shacl:path dc:rightsHolder . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.endpointURL"; + shacl:description "The root location or primary endpoint of the service (an IRI)."@en; + shacl:name "endpoint URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:endpointURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.spatialresolution"; + shacl:class ; + shacl:description "Spatial resolution, as defined in [[INSPIRE-MD-REG]], [[ISO-19115]], and [[ISO-19115-1]]."@en; + shacl:name "spatial resolution"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.spatialresolution"; + shacl:description "Spatial resolution, as defined in [[INSPIRE-MD-REG]], [[ISO-19115]], and [[ISO-19115-1]]."@en; + shacl:name "spatial resolution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.orginator"; + shacl:description """ + +Party who created the resource [[ISO-19115]]."""@en; + shacl:name "orginator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Data Service."@en; + shacl:name "release date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.type"; + shacl:description "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]."@en; + shacl:name "type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.rightsholder"; + shacl:description "An Agent (organisation) holding rights on the Catalogue."@en; + shacl:name "rights holder"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rightsHolder . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.keyword"; + shacl:description "A keyword or tag describing the Data Service."@en; + shacl:name "keyword"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:keyword . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.endpointdescription"; + shacl:description "A description of the services available via the end-points, including their operations, parameters etc."@en; + shacl:name "endpoint description"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:endpointDescription . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicetype"; + shacl:class skos:Concept; + shacl:description "Service type in accordance with INSPIRE Spatial Data Service Types [[INSPIRE-SDST]]."@en; + shacl:name "service type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.creationdate"; + shacl:description "The date on which the Data Service has been first created."@en; + shacl:maxCount 1; + shacl:name "creation date"@en; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.publisher"; + shacl:description "An entity (organisation) responsible for making the Data Service available."@en; + shacl:maxCount 1; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.spatialresolutioninmetres"; + shacl:description "The minimum spatial separation resolvable in a Data Service, measured in metres."@en; + shacl:name "spatial resolution in metres"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.modificationdate"; + shacl:description "The most recent date on which the Data Service was changed or modified."@en; + shacl:name "modification date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.processor"; + shacl:description """ + +Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]."""@en; + shacl:name "processor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.description"; + shacl:description "A free-text account of the Data Service."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Data Service."@en; + shacl:name "applicable legislation"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.format"; + shacl:class dc:MediaTypeOrExtent; + shacl:description "The structure that can be returned by querying the endpointURL."@en; + shacl:name "format"@en; + shacl:path dc:format . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.custodian"; + shacl:class foaf:Agent; + shacl:description "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]."@en; + shacl:name "custodian"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.accessrights"; + shacl:description "Information regarding access or restrictions based on privacy, security, or other policies."@en; + shacl:maxCount 1; + shacl:name "access rights"@en; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.contactpoint"; + shacl:class vcard:Kind; + shacl:description "Contact information that can be used for sending comments about the Data Service."@en; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.creator"; + shacl:description "An Agent primarily responsible for producing the Data Service."@en; + shacl:name "creator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.topiccategory"; + shacl:class skos:Concept; + shacl:description "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]."@en; + shacl:name "topic category"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.temporalcoverage"; + shacl:description "A temporal period that the Data Service covers."@en; + shacl:name "temporal coverage"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:temporal . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.qualifiedattribution"; + shacl:class prov:Attribution; + shacl:description "Link to an Agent having some form of responsibility for the Data Service."@en; + shacl:name "qualified attribution"@en; + shacl:path prov:qualifiedAttribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.endpointURL"; + shacl:description "The root location or primary endpoint of the service (an IRI)."@en; + shacl:minCount 1; + shacl:name "endpoint URL"@en; + shacl:path dcat:endpointURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.referencesystem"; + shacl:class skos:Concept; + shacl:description "The reference system used in the Data Service."@en; + shacl:name "reference system"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.spatialresolutionastext"; + shacl:description "Textual description of spatial resolution."@en; + shacl:name "spatial resolution as text"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.temporalcoverage"; + shacl:class dc:PeriodOfTime; + shacl:description "A temporal period that the Data Service covers."@en; + shacl:name "temporal coverage"@en; + shacl:path dc:temporal . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.referencesystem"; + shacl:description "The reference system used in the Data Service."@en; + shacl:name "reference system"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.resourceprovider"; + shacl:class foaf:Agent; + shacl:description """ + +Party that supplies the resource [[ISO-19115]]."""@en; + shacl:name "resource provider"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicetype"; + shacl:description "Service type in accordance with INSPIRE Spatial Data Service Types [[INSPIRE-SDST]]."@en; + shacl:maxCount 1; + shacl:name "service type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.publisher"; + shacl:description "An entity (organisation) responsible for making the Data Service available."@en; + shacl:name "publisher"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.geographicalcoverage"; + shacl:description "A geographic region that is covered by the Data Service."@en; + shacl:name "geographical coverage"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:spatial . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.theme"; + shacl:description "A category of the Data Service."@en; + shacl:name "theme"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:theme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.rights"; + shacl:class dc:RightsStatement; + shacl:description """ A statement that specifies rights associated with the Data Service."""@en; + shacl:name "rights"@en; + shacl:path dc:rights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Data Service."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.modificationdate"; + shacl:description "The most recent date on which the Data Service was changed or modified."@en; + shacl:maxCount 1; + shacl:name "modification date"@en; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.licence"; + shacl:description "A licence under which the Data service is made available."@en; + shacl:maxCount 1; + shacl:name "licence"@en; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.creationdate"; + shacl:description "The date on which the Data Service has been first created."@en; + shacl:name "creation date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.spatialresolutioninmetres"; + shacl:datatype xsd:decimal; + shacl:description "The minimum spatial separation resolvable in a Data Service, measured in metres."@en; + shacl:name "spatial resolution in metres"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.identifier"; + shacl:description "The main identifier for the Data Service, e.g. the URI or other unique identifier in the context of the Catalogue."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicecategory"; + shacl:class skos:Concept; + shacl:description "Service category in accordance with INSPIRE Spatial Data Service Categories [[INSPIRE-SDSC]]."@en; + shacl:name "service category"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.wasusedby"; + shacl:description "To an Activity that used the Data Service."@en; + shacl:name "was used by"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:wasUsedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Data Service."@en; + shacl:maxCount 1; + shacl:name "release date"@en; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.publisher"; + shacl:class foaf:Agent; + shacl:description "An entity (organisation) responsible for making the Data Service available."@en; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.rights"; + shacl:description """ A statement that specifies rights associated with the Data Service."""@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.user"; + shacl:description "Party who uses the resource [[ISO-19115]]."@en; + shacl:name "user"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.qualifiedattribution"; + shacl:description "Link to an Agent having some form of responsibility for the Data Service."@en; + shacl:name "qualified attribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:qualifiedAttribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.format"; + shacl:description "The structure that can be returned by querying the endpointURL."@en; + shacl:name "format"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:format . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.creator"; + shacl:class foaf:Agent; + shacl:description "An Agent primarily responsible for producing the Data Service."@en; + shacl:name "creator"@en; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.distributor"; + shacl:class foaf:Agent; + shacl:description "Party who distributes the resource [[ISO-19115]]."@en; + shacl:name "distributor"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.conformsto"; + shacl:class dc:Standard; + shacl:description "An established (technical) standard to which the Data Service conforms."@en; + shacl:name "conforms to"@en; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servesdataset"; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:name "serves dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:servesDataset . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.user"; + shacl:class foaf:Agent; + shacl:description "Party who uses the resource [[ISO-19115]]."@en; + shacl:name "user"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.title"; + shacl:description "A name given to the Data Service."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.language"; + shacl:description "The language of the structure that can be returned by querying the endpointURL."@en; + shacl:name "language"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.licence"; + shacl:class dc:LicenseDocument; + shacl:description "A licence under which the Data service is made available."@en; + shacl:name "licence"@en; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.endpointdescription"; + shacl:class rdfs:Resource; + shacl:description "A description of the services available via the end-points, including their operations, parameters etc."@en; + shacl:name "endpoint description"@en; + shacl:path dcat:endpointDescription . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicecategory"; + shacl:description "Service category in accordance with INSPIRE Spatial Data Service Categories [[INSPIRE-SDSC]]."@en; + shacl:maxCount 1; + shacl:name "service category"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.theme"; + shacl:class skos:Concept; + shacl:description "A category of the Data Service."@en; + shacl:name "theme"@en; + shacl:path dcat:theme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.servicecategory"; + shacl:description "Service category in accordance with INSPIRE Spatial Data Service Categories [[INSPIRE-SDSC]]."@en; + shacl:name "service category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.serviceprotocol"; + shacl:description """ Protocol value in accordance with INSPIRE Protocol Values [[INSPIRE-PV]]."""@en; + shacl:maxCount 1; + shacl:name "service protocol"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.temporalresolution"; + shacl:datatype xsd:duration; + shacl:description "The minimum time period resolvable in the Data Service."@en; + shacl:name "temporal resolution"@en; + shacl:path dcat:temporalResolution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.distributor"; + shacl:description "Party who distributes the resource [[ISO-19115]]."@en; + shacl:name "distributor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.endpointURL"; + shacl:class rdfs:Resource; + shacl:description "The root location or primary endpoint of the service (an IRI)."@en; + shacl:name "endpoint URL"@en; + shacl:path dcat:endpointURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.serviceprotocol"; + shacl:class skos:Concept; + shacl:description """ Protocol value in accordance with INSPIRE Protocol Values [[INSPIRE-PV]]."""@en; + shacl:name "service protocol"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.accessrights"; + shacl:class dc:RightsStatement; + shacl:description "Information regarding access or restrictions based on privacy, security, or other policies."@en; + shacl:name "access rights"@en; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.licence"; + shacl:description "A licence under which the Data service is made available."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.title"; + shacl:description "A name given to the Data Service."@en; + shacl:minCount 1; + shacl:name "title"@en; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DataService.landingpage"; + shacl:class foaf:Document; + shacl:description "A web page that provides access to the Data Service and/or additional information."@en; + shacl:name "landing page"@en; + shacl:path dcat:landingPage . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:DatasetSeries . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.geographicalcoverage"; + shacl:class dc:Location; + shacl:description "A geographic region that is covered by the Dataset Series."@en; + shacl:name "geographical coverage"@en; + shacl:path dc:spatial . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.resourcetype"; + shacl:class skos:Concept; + shacl:description """ Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]."""@en; + shacl:name "resource type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.otheridentifier"; + shacl:description "A secondary identifier of the Dataset Series."@en; + shacl:name "other identifier"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.frequency"; + shacl:class dc:Frequency; + shacl:description "The frequency at which the Dataset Series is updated."@en; + shacl:name "frequency"@en; + shacl:path dc:accrualPeriodicity . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.conformsto"; + shacl:description "An implementing rule or other specification."@en; + shacl:name "conforms to"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Dataset Series."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.relatedresource"; + shacl:description "A related resource."@en; + shacl:name "related resource"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:relation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.topiccategory"; + shacl:description "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]."@en; + shacl:name "topic category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.accessrights"; + shacl:description "Information that indicates whether the Dataset Series is publicly accessible, has access restrictions or is not public."@en; + shacl:name "access rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.principalinvestigator"; + shacl:class foaf:Agent; + shacl:description "Key party responsible for gathering information and conducting research [[ISO-19115]]."@en; + shacl:name "principal investigator"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.wasusedby"; + shacl:class prov:Activity; + shacl:description "An Activity that used the Dataset Series."@en; + shacl:name "was used by"@en; + shacl:path prov:wasUsedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.wasgeneratedby"; + shacl:description "An activity that generated, or provides the business context for, the creation of the Dataset Series."@en; + shacl:name "was generated by"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:wasGeneratedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.custodian"; + shacl:description """ Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]."""@en; + shacl:name "custodian"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.processor"; + shacl:class foaf:Agent; + shacl:description """ Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]."""@en; + shacl:name "processor"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.language"; + shacl:class dc:LinguisticSystem; + shacl:description "A language of the Dataset Series."@en; + shacl:name "language"@en; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.source"; + shacl:class dcat:Dataset; + shacl:description "A related Dataset from which the described Dataset Series is derived."@en; + shacl:name "source"@en; + shacl:path dc:source . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.resourceprovider"; + shacl:description "Party that supplies the resource [[ISO-19115]]."@en; + shacl:name "resource provider"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.landingpage"; + shacl:description "A web page that provides access to the Dataset Series, its Distributions and/or additional information."@en; + shacl:name "landing page"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:landingPage . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.principalinvestigator"; + shacl:description "Key party responsible for gathering information and conducting research [[ISO-19115]]."@en; + shacl:name "principal investigator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.sample"; + shacl:description "A sample distribution of the Dataset Series."@en; + shacl:name "sample"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.rightsholder"; + shacl:class foaf:Agent; + shacl:description "An Agent (organisation) holding rights on the Dataset Series."@en; + shacl:name "rights holder"@en; + shacl:path dc:rightsHolder . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.wasgeneratedby"; + shacl:class prov:Activity; + shacl:description "An activity that generated, or provides the business context for, the creation of the Dataset Series."@en; + shacl:name "was generated by"@en; + shacl:path prov:wasGeneratedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.isreferencedby"; + shacl:description "A related resource, such as a publication, that references, cites, or otherwise points to the Dataset Series."@en; + shacl:name "is referenced by"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:isReferencedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.qualifiedrelation"; + shacl:description "A description of a relationship with another resource."@en; + shacl:name "qualified relation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:qualifiedRelation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.spatialresolution"; + shacl:class ; + shacl:description "The performed quality measurements."@en; + shacl:name "spatial resolution"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.spatialresolution"; + shacl:description "The performed quality measurements."@en; + shacl:name "spatial resolution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.originator"; + shacl:class foaf:Agent; + shacl:description "Party who created the resource [[ISO-19115]]."@en; + shacl:name "originator"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.relatedresource"; + shacl:class dcat:Resource; + shacl:description "A related resource."@en; + shacl:name "related resource"@en; + shacl:path dc:relation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.hasversion"; + shacl:class dcat:Dataset; + shacl:description "A related Dataset that is a version, edition, or adaptation of the described Dataset Series."@en; + shacl:name "has version"@en; + shacl:path dcat:hasVersion . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Dataset Series."@en; + shacl:name "release date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.resourcetype"; + shacl:description """ Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]."""@en; + shacl:maxCount 1; + shacl:name "resource type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.rightsholder"; + shacl:description "An Agent (organisation) holding rights on the Dataset Series."@en; + shacl:name "rights holder"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rightsHolder . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.versionnotes"; + shacl:description """ A description of the differences between this version and a previous version of the Dataset."""@en; + shacl:name "version notes"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.keyword"; + shacl:description "A keyword or tag describing the Dataset."@en; + shacl:name "keyword"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:keyword . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.sample"; + shacl:class dcat:Distribution; + shacl:description "A sample distribution of the Dataset Series."@en; + shacl:name "sample"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.inseries"; + shacl:class dcat:DatasetSeries; + shacl:description "A dataset series of which the dataset series is part."@en; + shacl:name "in series"@en; + shacl:path dcat:inSeries . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.frequency"; + shacl:description "The frequency at which the Dataset Series is updated."@en; + shacl:name "frequency"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:accrualPeriodicity . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.creationdate"; + shacl:description "The date on which the Dataset Series has been first created."@en; + shacl:maxCount 1; + shacl:name "creation date"@en; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.publisher"; + shacl:description "An entity (organisation) responsible for ensuring the coherency of the Dataset Series "@en; + shacl:maxCount 1; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.documentation"; + shacl:class foaf:Document; + shacl:description "A page or document about this Dataset Series."@en; + shacl:name "documentation"@en; + shacl:path foaf:page . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.spatialresolutioninmetres"; + shacl:description "The minimum spatial separation resolvable in a Dataset, measured in meters."@en; + shacl:name "spatial resolution in metres"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:spatialResolutionInMeters . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.modificationdate"; + shacl:description "The most recent date on which the Dataset Series was changed or modified."@en; + shacl:name "modification date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.processor"; + shacl:description """ Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]."""@en; + shacl:name "processor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.description"; + shacl:description "A free-text account of the Dataset Series."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.datasetseriesdistribution"; + shacl:class dcat:Distribution; + shacl:description "An available Distribution for the Dataset Series."@en; + shacl:name "dataset series distribution"@en; + shacl:path dcat:distribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Dataset Series."@en; + shacl:name "applicable legislation"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.custodian"; + shacl:class foaf:Agent; + shacl:description """ Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]."""@en; + shacl:name "custodian"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.accessrights"; + shacl:description "Information that indicates whether the Dataset Series is publicly accessible, has access restrictions or is not public."@en; + shacl:maxCount 1; + shacl:name "access rights"@en; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.contactpoint"; + shacl:class vcard:Kind; + shacl:description "Contact information that can be used for sending comments about the Dataset Series."@en; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.creator"; + shacl:description "An entity responsible for producing the Dataset Series."@en; + shacl:name "creator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.topiccategory"; + shacl:class skos:Concept; + shacl:description "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]."@en; + shacl:name "topic category"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.source"; + shacl:description "A related Dataset from which the described Dataset Series is derived."@en; + shacl:name "source"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:source . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.temporalcoverage"; + shacl:description "A temporal period that the Dataset Series covers."@en; + shacl:name "temporal coverage"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:temporal . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.inseries"; + shacl:description "A dataset series of which the dataset series is part."@en; + shacl:name "in series"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:inSeries . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.qualifiedattribution"; + shacl:class prov:Attribution; + shacl:description "An Agent having some form of responsibility for the resource."@en; + shacl:name "qualified attribution"@en; + shacl:path prov:qualifiedAttribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.frequency"; + shacl:description "The frequency at which the Dataset Series is updated."@en; + shacl:maxCount 1; + shacl:name "frequency"@en; + shacl:path dc:accrualPeriodicity . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.referencesystem"; + shacl:class skos:Concept; + shacl:description "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]."@en; + shacl:name "reference system"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.spatialresolutionastext"; + shacl:description "Textual description of spatial resolution."@en; + shacl:name "spatial resolution as text"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.temporalcoverage"; + shacl:class dc:PeriodOfTime; + shacl:description "A temporal period that the Dataset Series covers."@en; + shacl:name "temporal coverage"@en; + shacl:path dc:temporal . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.description"; + shacl:description "A free-text account of the Dataset Series."@en; + shacl:minCount 1; + shacl:name "description"@en; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.referencesystem"; + shacl:description "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]."@en; + shacl:name "reference system"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.resourceprovider"; + shacl:class foaf:Agent; + shacl:description "Party that supplies the resource [[ISO-19115]]."@en; + shacl:name "resource provider"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.publisher"; + shacl:description "An entity (organisation) responsible for ensuring the coherency of the Dataset Series "@en; + shacl:name "publisher"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.geographicalcoverage"; + shacl:description "A geographic region that is covered by the Dataset Series."@en; + shacl:name "geographical coverage"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:spatial . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.isreferencedby"; + shacl:class rdfs:Resource; + shacl:description "A related resource, such as a publication, that references, cites, or otherwise points to the Dataset Series."@en; + shacl:name "is referenced by"@en; + shacl:path dc:isReferencedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.theme"; + shacl:description "A category of the Dataset Series."@en; + shacl:name "theme"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:theme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.rights"; + shacl:class dc:RightsStatement; + shacl:description "A statement that specifies rights associated with the Dataset Series."@en; + shacl:name "rights"@en; + shacl:path dc:rights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.documentation"; + shacl:description "A page or document about this Dataset Series."@en; + shacl:name "documentation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:page . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Dataset Series."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.modificationdate"; + shacl:description "The most recent date on which the Dataset Series was changed or modified."@en; + shacl:maxCount 1; + shacl:name "modification date"@en; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.creationdate"; + shacl:description "The date on which the Dataset Series has been first created."@en; + shacl:name "creation date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.otheridentifier"; + shacl:class ; + shacl:description "A secondary identifier of the Dataset Series."@en; + shacl:name "other identifier"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.spatialresolutioninmetres"; + shacl:datatype xsd:decimal; + shacl:description "The minimum spatial separation resolvable in a Dataset, measured in meters."@en; + shacl:name "spatial resolution in metres"@en; + shacl:path dcat:spatialResolutionInMeters . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.identifier"; + shacl:description "The main identifier for the Dataset Series, e.g. the URI or other unique identifier in the context of the Catalogue."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.datasetseriesdistribution"; + shacl:description "An available Distribution for the Dataset Series."@en; + shacl:name "dataset series distribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:distribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.wasusedby"; + shacl:description "An Activity that used the Dataset Series."@en; + shacl:name "was used by"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:wasUsedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Dataset Series."@en; + shacl:maxCount 1; + shacl:name "release date"@en; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.publisher"; + shacl:class foaf:Agent; + shacl:description "An entity (organisation) responsible for ensuring the coherency of the Dataset Series "@en; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.rights"; + shacl:description "A statement that specifies rights associated with the Dataset Series."@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.user"; + shacl:description "Party who uses the resource [[ISO-19115]]."@en; + shacl:name "user"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.qualifiedattribution"; + shacl:description "An Agent having some form of responsibility for the resource."@en; + shacl:name "qualified attribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:qualifiedAttribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.version"; + shacl:description "The version indicator (name or identifier) of a resource."@en; + shacl:name "version"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:version . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.creator"; + shacl:class foaf:Agent; + shacl:description "An entity responsible for producing the Dataset Series."@en; + shacl:name "creator"@en; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.distributor"; + shacl:class foaf:Agent; + shacl:description "Party who distributes the resource [[ISO-19115]]."@en; + shacl:name "distributor"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.conformsto"; + shacl:class dc:Standard; + shacl:description "An implementing rule or other specification."@en; + shacl:name "conforms to"@en; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.user"; + shacl:class foaf:Agent; + shacl:description "Party who uses the resource [[ISO-19115]]."@en; + shacl:name "user"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.hasversion"; + shacl:description "A related Dataset that is a version, edition, or adaptation of the described Dataset Series."@en; + shacl:name "has version"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:hasVersion . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.title"; + shacl:description "A name given to the Dataset Series."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.language"; + shacl:description "A language of the Dataset Series."@en; + shacl:name "language"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.theme"; + shacl:class skos:Concept; + shacl:description "A category of the Dataset Series."@en; + shacl:name "theme"@en; + shacl:path dcat:theme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.distributor"; + shacl:description "Party who distributes the resource [[ISO-19115]]."@en; + shacl:name "distributor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.accessrights"; + shacl:class dc:RightsStatement; + shacl:description "Information that indicates whether the Dataset Series is publicly accessible, has access restrictions or is not public."@en; + shacl:name "access rights"@en; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.originator"; + shacl:description "Party who created the resource [[ISO-19115]]."@en; + shacl:name "originator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.title"; + shacl:description "A name given to the Dataset Series."@en; + shacl:minCount 1; + shacl:name "title"@en; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.qualifiedrelation"; + shacl:class dcat:Relationship; + shacl:description "A description of a relationship with another resource."@en; + shacl:name "qualified relation"@en; + shacl:path dcat:qualifiedRelation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.resourcetype"; + shacl:description """ Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]."""@en; + shacl:name "resource type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#DatasetSeries.landingpage"; + shacl:class foaf:Document; + shacl:description "A web page that provides access to the Dataset Series, its Distributions and/or additional information."@en; + shacl:name "landing page"@en; + shacl:path dcat:landingPage . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:Dataset . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.geographicalcoverage"; + shacl:class dc:Location; + shacl:description "A geographic region that is covered by the Dataset."@en; + shacl:name "geographical coverage"@en; + shacl:path dc:spatial . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.resourcetype"; + shacl:class skos:Concept; + shacl:description "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]."@en; + shacl:name "resource type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.otheridentifier"; + shacl:description "A secondary identifier of the Dataset"@en; + shacl:name "other identifier"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.frequency"; + shacl:class dc:Frequency; + shacl:description "The frequency at which the Dataset is updated."@en; + shacl:name "frequency"@en; + shacl:path dc:accrualPeriodicity . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.conformsto"; + shacl:description "An implementing rule or other specification."@en; + shacl:name "conforms to"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Dataset."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.relatedresource"; + shacl:description "A related resource."@en; + shacl:name "related resource"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:relation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.provenance"; + shacl:class dc:ProvenanceStatement; + shacl:description "A statement about the lineage of a Dataset."@en; + shacl:name "provenance"@en; + shacl:path dc:provenance . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.topiccategory"; + shacl:description "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]."@en; + shacl:name "topic category"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.accessrights"; + shacl:description "Information that indicates whether the Dataset is publicly accessible, has access restrictions or is not public."@en; + shacl:name "access rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.principalinvestigator"; + shacl:class foaf:Agent; + shacl:description "Key party responsible for gathering information and conducting research [[ISO-19115]]."@en; + shacl:name "principal investigator"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.wasusedby"; + shacl:class prov:Activity; + shacl:description "An Activity that used the Dataset."@en; + shacl:name "was used by"@en; + shacl:path prov:wasUsedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.wasgeneratedby"; + shacl:description "An activity that generated, or provides the business context for, the creation of the Dataset."@en; + shacl:name "was generated by"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:wasGeneratedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.custodian"; + shacl:description "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]."@en; + shacl:name "custodian"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.processor"; + shacl:class foaf:Agent; + shacl:description """ + +Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]."""@en; + shacl:name "processor"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.temporalresolution"; + shacl:description "The minimum time period resolvable in the Dataset."@en; + shacl:name "temporal resolution"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:temporalResolution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.language"; + shacl:class dc:LinguisticSystem; + shacl:description "A language of the Dataset."@en; + shacl:name "language"@en; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.datasetdistribution"; + shacl:class dcat:Distribution; + shacl:description "An available Distribution for the Dataset."@en; + shacl:name "dataset distribution"@en; + shacl:path dcat:distribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.source"; + shacl:class dcat:Dataset; + shacl:description "A related Dataset from which the described Dataset is derived."@en; + shacl:name "source"@en; + shacl:path dc:source . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.resourceprovider"; + shacl:description """ + +Party that supplies the resource [[ISO-19115]]."""@en; + shacl:name "resource provider"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.landingpage"; + shacl:description "A web page that provides access to the Dataset, its Distributions and/or additional information."@en; + shacl:name "landing page"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:landingPage . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.principalinvestigator"; + shacl:description "Key party responsible for gathering information and conducting research [[ISO-19115]]."@en; + shacl:name "principal investigator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.sample"; + shacl:description "A sample distribution of the dataset."@en; + shacl:name "sample"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.rightsholder"; + shacl:class foaf:Agent; + shacl:description "An Agent (organisation) holding rights on the Dataset."@en; + shacl:name "rights holder"@en; + shacl:path dc:rightsHolder . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.wasgeneratedby"; + shacl:class prov:Activity; + shacl:description "An activity that generated, or provides the business context for, the creation of the Dataset."@en; + shacl:name "was generated by"@en; + shacl:path prov:wasGeneratedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.isreferencedby"; + shacl:description "A related resource, such as a publication, that references, cites, or otherwise points to the Dataset."@en; + shacl:name "is referenced by"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:isReferencedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.qualifiedrelation"; + shacl:description "A description of a relationship with another resource."@en; + shacl:name "qualified relation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:qualifiedRelation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.spatialresolution"; + shacl:class ; + shacl:description "The performed quality measurements."@en; + shacl:name "spatial resolution"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.spatialresolution"; + shacl:description "The performed quality measurements."@en; + shacl:name "spatial resolution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.originator"; + shacl:class foaf:Agent; + shacl:description """ + +Party who created the resource [[ISO-19115]]."""@en; + shacl:name "originator"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.relatedresource"; + shacl:class rdfs:Resource; + shacl:description "A related resource."@en; + shacl:name "related resource"@en; + shacl:path dc:relation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.hasversion"; + shacl:class dcat:Dataset; + shacl:description "A related Dataset that is a version, edition, or adaptation of the described Dataset."@en; + shacl:name "has version"@en; + shacl:path dcat:hasVersion . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Dataset."@en; + shacl:name "release date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.resourcetype"; + shacl:description "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]."@en; + shacl:maxCount 1; + shacl:name "resource type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.rightsholder"; + shacl:description "An Agent (organisation) holding rights on the Dataset."@en; + shacl:name "rights holder"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rightsHolder . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.versionnotes"; + shacl:description "A description of the differences between this version and a previous version of the Dataset."@en; + shacl:name "version notes"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.keyword"; + shacl:description "A keyword or tag describing the Dataset."@en; + shacl:name "keyword"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:keyword . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.provenance"; + shacl:description "A statement about the lineage of a Dataset."@en; + shacl:name "provenance"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:provenance . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.sample"; + shacl:class dcat:Distribution; + shacl:description "A sample distribution of the dataset."@en; + shacl:name "sample"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.inseries"; + shacl:class dcat:DatasetSeries; + shacl:description "A dataset series of which the dataset is part."@en; + shacl:name "in series"@en; + shacl:path dcat:inSeries . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.frequency"; + shacl:description "The frequency at which the Dataset is updated."@en; + shacl:name "frequency"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:accrualPeriodicity . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.creationdate"; + shacl:description "The date on which the Dataset has been first created."@en; + shacl:maxCount 1; + shacl:name "creation date"@en; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.publisher"; + shacl:description "An entity (organisation) responsible for making the Dataset available."@en; + shacl:maxCount 1; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.documentation"; + shacl:class foaf:Document; + shacl:description "A page or document about this Dataset."@en; + shacl:name "documentation"@en; + shacl:path foaf:page . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.spatialresolutioninmetres"; + shacl:description "The minimum spatial separation resolvable in a Dataset, measured in meters."@en; + shacl:name "spatial resolution in metres"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:spatialResolutionInMeters . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.modificationdate"; + shacl:description "The most recent date on which the Dataset was changed or modified."@en; + shacl:name "modification date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.processor"; + shacl:description """ + +Party who has processed the data in a manner such that the resource has been modified [[ISO-19115]]."""@en; + shacl:name "processor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.description"; + shacl:description "A free-text account of the Dataset."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Dataset."@en; + shacl:name "applicable legislation"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.custodian"; + shacl:class foaf:Agent; + shacl:description "Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource [[ISO-19115]]."@en; + shacl:name "custodian"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.accessrights"; + shacl:description "Information that indicates whether the Dataset is publicly accessible, has access restrictions or is not public."@en; + shacl:maxCount 1; + shacl:name "access rights"@en; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.contactpoint"; + shacl:class vcard:Kind; + shacl:description "Contact information that can be used for sending comments about the Dataset."@en; + shacl:name "contact point"@en; + shacl:path dcat:contactPoint . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.creator"; + shacl:description "The Agent primarily responsible for producing the Dataset."@en; + shacl:name "creator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.topiccategory"; + shacl:class skos:Concept; + shacl:description "Topic category in accordance with ISO-19115 [[INSPIRE-TC]]."@en; + shacl:name "topic category"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.source"; + shacl:description "A related Dataset from which the described Dataset is derived."@en; + shacl:name "source"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:source . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.temporalcoverage"; + shacl:description "A temporal period that the Dataset covers."@en; + shacl:name "temporal coverage"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:temporal . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.inseries"; + shacl:description "A dataset series of which the dataset is part."@en; + shacl:name "in series"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:inSeries . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.qualifiedattribution"; + shacl:class prov:Attribution; + shacl:description "An Agent having some form of responsibility for the resource."@en; + shacl:name "qualified attribution"@en; + shacl:path prov:qualifiedAttribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.frequency"; + shacl:description "The frequency at which the Dataset is updated."@en; + shacl:maxCount 1; + shacl:name "frequency"@en; + shacl:path dc:accrualPeriodicity . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.referencesystem"; + shacl:class skos:Concept; + shacl:description "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]."@en; + shacl:name "reference system"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.spatialresolutionastext"; + shacl:description "Textual description of spatial resolution."@en; + shacl:name "spatial resolution as text"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.temporalcoverage"; + shacl:class dc:PeriodOfTime; + shacl:description "A temporal period that the Dataset covers."@en; + shacl:name "temporal coverage"@en; + shacl:path dc:temporal . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.description"; + shacl:description "A free-text account of the Dataset."@en; + shacl:minCount 1; + shacl:name "description"@en; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.referencesystem"; + shacl:description "The reference system used in accordance with OGC EPSG Coordinate Reference Systems Register [[OGC-EPSG]]."@en; + shacl:name "reference system"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.resourceprovider"; + shacl:class foaf:Agent; + shacl:description """ + +Party that supplies the resource [[ISO-19115]]."""@en; + shacl:name "resource provider"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.publisher"; + shacl:description "An entity (organisation) responsible for making the Dataset available."@en; + shacl:name "publisher"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.geographicalcoverage"; + shacl:description "A geographic region that is covered by the Dataset."@en; + shacl:name "geographical coverage"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:spatial . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.isreferencedby"; + shacl:class rdfs:Resource; + shacl:description "A related resource, such as a publication, that references, cites, or otherwise points to the Dataset."@en; + shacl:name "is referenced by"@en; + shacl:path dc:isReferencedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.theme"; + shacl:description "A category of the Dataset."@en; + shacl:name "theme"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:theme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.rights"; + shacl:class dc:RightsStatement; + shacl:description """ A statement that specifies rights associated with the Dataset."""@en; + shacl:name "rights"@en; + shacl:path dc:rights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.documentation"; + shacl:description "A page or document about this Dataset."@en; + shacl:name "documentation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:page . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.contactpoint"; + shacl:description "Contact information that can be used for sending comments about the Dataset."@en; + shacl:name "contact point"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:contactPoint . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.modificationdate"; + shacl:description "The most recent date on which the Dataset was changed or modified."@en; + shacl:maxCount 1; + shacl:name "modification date"@en; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.creationdate"; + shacl:description "The date on which the Dataset has been first created."@en; + shacl:name "creation date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.otheridentifier"; + shacl:class ; + shacl:description "A secondary identifier of the Dataset"@en; + shacl:name "other identifier"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.spatialresolutioninmetres"; + shacl:datatype xsd:decimal; + shacl:description "The minimum spatial separation resolvable in a Dataset, measured in meters."@en; + shacl:name "spatial resolution in metres"@en; + shacl:path dcat:spatialResolutionInMeters . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.identifier"; + shacl:description "The main identifier for the Dataset, e.g. the URI or other unique identifier in the context of the Catalogue."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.wasusedby"; + shacl:description "An Activity that used the Dataset."@en; + shacl:name "was used by"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:wasUsedBy . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Dataset."@en; + shacl:maxCount 1; + shacl:name "release date"@en; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.publisher"; + shacl:class foaf:Agent; + shacl:description "An entity (organisation) responsible for making the Dataset available."@en; + shacl:name "publisher"@en; + shacl:path dc:publisher . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.rights"; + shacl:description """ A statement that specifies rights associated with the Dataset."""@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.user"; + shacl:description "Party who uses the resource [[ISO-19115]]."@en; + shacl:name "user"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.qualifiedattribution"; + shacl:description "An Agent having some form of responsibility for the resource."@en; + shacl:name "qualified attribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:qualifiedAttribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.version"; + shacl:description "The version indicator (name or identifier) of a resource."@en; + shacl:name "version"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:version . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.creator"; + shacl:class foaf:Agent; + shacl:description "The Agent primarily responsible for producing the Dataset."@en; + shacl:name "creator"@en; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.distributor"; + shacl:class foaf:Agent; + shacl:description "Party who distributes the resource [[ISO-19115]]."@en; + shacl:name "distributor"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.conformsto"; + shacl:class dc:Standard; + shacl:description "An implementing rule or other specification."@en; + shacl:name "conforms to"@en; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.user"; + shacl:class foaf:Agent; + shacl:description "Party who uses the resource [[ISO-19115]]."@en; + shacl:name "user"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.hasversion"; + shacl:description "A related Dataset that is a version, edition, or adaptation of the described Dataset."@en; + shacl:name "has version"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:hasVersion . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.title"; + shacl:description "A name given to the Dataset."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.language"; + shacl:description "A language of the Dataset."@en; + shacl:name "language"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.theme"; + shacl:class skos:Concept; + shacl:description "A category of the Dataset."@en; + shacl:name "theme"@en; + shacl:path dcat:theme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.temporalresolution"; + shacl:datatype xsd:duration; + shacl:description "The minimum time period resolvable in the Dataset."@en; + shacl:name "temporal resolution"@en; + shacl:path dcat:temporalResolution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.distributor"; + shacl:description "Party who distributes the resource [[ISO-19115]]."@en; + shacl:name "distributor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.accessrights"; + shacl:class dc:RightsStatement; + shacl:description "Information that indicates whether the Dataset is publicly accessible, has access restrictions or is not public."@en; + shacl:name "access rights"@en; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.originator"; + shacl:description """ + +Party who created the resource [[ISO-19115]]."""@en; + shacl:name "originator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.datasetdistribution"; + shacl:description "An available Distribution for the Dataset."@en; + shacl:name "dataset distribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:distribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.title"; + shacl:description "A name given to the Dataset."@en; + shacl:minCount 1; + shacl:name "title"@en; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.qualifiedrelation"; + shacl:class dcat:Relationship; + shacl:description "A description of a relationship with another resource."@en; + shacl:name "qualified relation"@en; + shacl:path dcat:qualifiedRelation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.resourcetype"; + shacl:description "Resource type in accordance with INSPIRE Resource Types [[INSPIRE-RT]]."@en; + shacl:name "resource type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Dataset.landingpage"; + shacl:class foaf:Document; + shacl:description "A web page that provides access to the Dataset, its Distributions and/or additional information."@en; + shacl:name "landing page"@en; + shacl:path dcat:landingPage . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dcat:Distribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.mediatype"; + shacl:class dc:MediaType; + shacl:description "The media type of the Distribution as defined in the official register of media types managed by IANA."@en; + shacl:name "media type"@en; + shacl:path dcat:mediaType . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.availability"; + shacl:description "An indication how long it is planned to keep the Distribution of the Dataset available."@en; + shacl:name "availability"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.applicablelegislation"; + shacl:description "The legislation that mandates the creation or management of the Distribution."@en; + shacl:name "applicable legislation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.status"; + shacl:class skos:Concept; + shacl:description "The status of the Distribution in the context of maturity lifecycle."@en; + shacl:name "status"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessrights"; + shacl:description "Information regarding access or restrictions based on privacy, security, or other policies."@en; + shacl:name "access rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.compressionformat"; + shacl:description "The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file."@en; + shacl:maxCount 1; + shacl:name "compression format"@en; + shacl:path dcat:compressFormat . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.linkedschemas"; + shacl:class dc:Standard; + shacl:description "An established schema to which the described Distribution conforms."@en; + shacl:name "linked schemas"@en; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessservice"; + shacl:description "A data service that gives access to the distribution of the dataset."@en; + shacl:name "access service"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:accessService . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.linkedschemas"; + shacl:description "An established schema to which the described Distribution conforms."@en; + shacl:name "linked schemas"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:conformsTo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.downloadURL"; + shacl:description "A URL that is a direct link to a downloadable file in a given format."@en; + shacl:name "download URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:downloadURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.temporalresolution"; + shacl:description "The minimum time period resolvable in the dataset distribution."@en; + shacl:name "temporal resolution"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:temporalResolution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.language"; + shacl:class dc:LinguisticSystem; + shacl:description "A language used in the Distribution."@en; + shacl:name "language"@en; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.status"; + shacl:description "The status of the Distribution in the context of maturity lifecycle."@en; + shacl:maxCount 1; + shacl:name "status"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolutionastext"; + shacl:description "Textual description of spatial resolution of a Distribution."@en; + shacl:maxCount 1; + shacl:name "spatial resolution as text"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.haspolicy"; + shacl:description "The policy expressing the rights associated with the Distribution if using the [[ODRL]] vocabulary."@en; + shacl:maxCount 1; + shacl:name "has policy"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.packagingformat"; + shacl:class dc:MediaType; + shacl:description "The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together."@en; + shacl:name "packaging format"@en; + shacl:path dcat:packageFormat . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.status"; + shacl:description "The status of the Distribution in the context of maturity lifecycle."@en; + shacl:name "status"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolution"; + shacl:class ; + shacl:description "Refers to the performed quality measurements."@en; + shacl:name "spatial resolution"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.mediatype"; + shacl:description "The media type of the Distribution as defined in the official register of media types managed by IANA."@en; + shacl:name "media type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:mediaType . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolution"; + shacl:description "Refers to the performed quality measurements."@en; + shacl:name "spatial resolution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Distribution."@en; + shacl:name "release date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.bytesize"; + shacl:description "The size of a Distribution in bytes."@en; + shacl:name "byte size"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:byteSize . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.checksum"; + shacl:class ; + shacl:description "A mechanism that can be used to verify that the contents of a distribution have not changed."@en; + shacl:name "checksum"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessURL"; + shacl:class rdfs:Resource; + shacl:description "A URL that gives access to a Distribution of the Dataset or Dataset Series."@en; + shacl:name "access URL"@en; + shacl:path dcat:accessURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.documentation"; + shacl:class foaf:Document; + shacl:description "A page or document about this Distribution."@en; + shacl:name "documentation"@en; + shacl:path foaf:page . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolutioninmetres"; + shacl:description "The minimum spatial separation resolvable in a dataset distribution, measured in meters."@en; + shacl:name "spatial resolution in metres"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:spatialResolutionInMeters . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.mediatype"; + shacl:description "The media type of the Distribution as defined in the official register of media types managed by IANA."@en; + shacl:maxCount 1; + shacl:name "media type"@en; + shacl:path dcat:mediaType . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.modificationdate"; + shacl:description "The most recent date on which the Distribution was changed or modified."@en; + shacl:name "modification date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.description"; + shacl:description "A free-text account of the Distribution."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.characterencoding"; + shacl:description "A character encoding used in the downloadable file or output of the data service represented by the Distribution."@en; + shacl:name "character encoding"@en; + shacl:nodeKind shacl:Literal; + shacl:path cnt:characterEncoding . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.applicablelegislation"; + shacl:class ; + shacl:description "The legislation that mandates the creation or management of the Distribution."@en; + shacl:name "applicable legislation"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.checksum"; + shacl:description "A mechanism that can be used to verify that the contents of a distribution have not changed."@en; + shacl:maxCount 1; + shacl:name "checksum"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.format"; + shacl:class dc:MediaTypeOrExtent; + shacl:description "The file format of the Distribution."@en; + shacl:name "format"@en; + shacl:path dc:format . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessservice"; + shacl:class dcat:DataService; + shacl:description "A data service that gives access to the distribution of the dataset."@en; + shacl:name "access service"@en; + shacl:path dcat:accessService . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.compressionformat"; + shacl:description "The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file."@en; + shacl:name "compression format"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:compressFormat . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessrights"; + shacl:description "Information regarding access or restrictions based on privacy, security, or other policies."@en; + shacl:maxCount 1; + shacl:name "access rights"@en; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.referencesystem"; + shacl:class dc:Standard; + shacl:description "The reference system used in the Distribution."@en; + shacl:name "reference system"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolutionastext"; + shacl:description "Textual description of spatial resolution of a Distribution."@en; + shacl:name "spatial resolution as text"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.haspolicy"; + shacl:class ; + shacl:description "The policy expressing the rights associated with the Distribution if using the [[ODRL]] vocabulary."@en; + shacl:name "has policy"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolutioninmetres"; + shacl:description "The minimum spatial separation resolvable in a dataset distribution, measured in meters."@en; + shacl:maxCount 1; + shacl:name "spatial resolution in metres"@en; + shacl:path dcat:spatialResolutionInMeters . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.referencesystem"; + shacl:description "The reference system used in the Distribution."@en; + shacl:name "reference system"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.format"; + shacl:description "The file format of the Distribution."@en; + shacl:maxCount 1; + shacl:name "format"@en; + shacl:path dc:format . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.representationtechnique"; + shacl:description "Information about the format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique)."@en; + shacl:maxCount 1; + shacl:name "representation technique"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.rights"; + shacl:class dc:RightsStatement; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:path dc:rights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.documentation"; + shacl:description "A page or document about this Distribution."@en; + shacl:name "documentation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:page . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.availability"; + shacl:class skos:Concept; + shacl:description "An indication how long it is planned to keep the Distribution of the Dataset available."@en; + shacl:name "availability"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.modificationdate"; + shacl:description "The most recent date on which the Distribution was changed or modified."@en; + shacl:maxCount 1; + shacl:name "modification date"@en; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.licence"; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:maxCount 1; + shacl:name "licence"@en; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.representationtechnique"; + shacl:class skos:Concept; + shacl:description "Information about the format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique)."@en; + shacl:name "representation technique"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.downloadURL"; + shacl:class rdfs:Resource; + shacl:description "A URL that is a direct link to a downloadable file in a given format."@en; + shacl:name "download URL"@en; + shacl:path dcat:downloadURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.representationtechnique"; + shacl:description "Information about the format in which an Distribution is released. This is different from the file format as, for example, a ZIP file (file format) could contain an XML schema (representation technique)."@en; + shacl:name "representation technique"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolutioninmetres"; + shacl:datatype xsd:decimal; + shacl:description "The minimum spatial separation resolvable in a dataset distribution, measured in meters."@en; + shacl:name "spatial resolution in metres"@en; + shacl:path dcat:spatialResolutionInMeters . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessURL"; + shacl:description "A URL that gives access to a Distribution of the Dataset or Dataset Series."@en; + shacl:name "access URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:accessURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.availability"; + shacl:description "An indication how long it is planned to keep the Distribution of the Dataset available."@en; + shacl:maxCount 1; + shacl:name "availability"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Distribution."@en; + shacl:maxCount 1; + shacl:name "release date"@en; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.rights"; + shacl:description "A statement that specifies rights associated with the Distribution."@en; + shacl:name "rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:rights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.packagingformat"; + shacl:description "The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together."@en; + shacl:maxCount 1; + shacl:name "packaging format"@en; + shacl:path dcat:packageFormat . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.format"; + shacl:description "The file format of the Distribution."@en; + shacl:name "format"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:format . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.packagingformat"; + shacl:description "The format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together."@en; + shacl:name "packaging format"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:packageFormat . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.title"; + shacl:description "A name given to the Distribution."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.language"; + shacl:description "A language used in the Distribution."@en; + shacl:name "language"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.licence"; + shacl:class dc:LicenseDocument; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:name "licence"@en; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.checksum"; + shacl:description "A mechanism that can be used to verify that the contents of a distribution have not changed."@en; + shacl:name "checksum"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessURL"; + shacl:description "A URL that gives access to a Distribution of the Dataset or Dataset Series."@en; + shacl:minCount 1; + shacl:name "access URL"@en; + shacl:path dcat:accessURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.compressionformat"; + shacl:class dc:MediaType; + shacl:description "The format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file."@en; + shacl:name "compression format"@en; + shacl:path dcat:compressFormat . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.temporalresolution"; + shacl:datatype xsd:duration; + shacl:description "The minimum time period resolvable in the dataset distribution."@en; + shacl:name "temporal resolution"@en; + shacl:path dcat:temporalResolution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.bytesize"; + shacl:datatype xsd:nonNegativeInteger; + shacl:description "The size of a Distribution in bytes."@en; + shacl:name "byte size"@en; + shacl:path dcat:byteSize . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.accessrights"; + shacl:class dc:RightsStatement; + shacl:description "Information regarding access or restrictions based on privacy, security, or other policies."@en; + shacl:name "access rights"@en; + shacl:path dc:accessRights . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.licence"; + shacl:description "A licence under which the Distribution is made available."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.bytesize"; + shacl:description "The size of a Distribution in bytes."@en; + shacl:maxCount 1; + shacl:name "byte size"@en; + shacl:path dcat:byteSize . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.haspolicy"; + shacl:description "The policy expressing the rights associated with the Distribution if using the [[ODRL]] vocabulary."@en; + shacl:name "has policy"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Distribution.spatialresolution"; + shacl:description "Refers to the performed quality measurements."@en; + shacl:maxCount 1; + shacl:name "spatial resolution"@en; + shacl:path . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + ; + shacl:targetClass dcat:Relationship . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.relation"; + shacl:description "A resource related to the source resource."@en; + shacl:name "relation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:relation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.hadrole"; + shacl:description "A function of an entity or agent with respect to another entity or resource."@en; + shacl:name "had role"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:hadRole . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.relation"; + shacl:description "A resource related to the source resource."@en; + shacl:minCount 1; + shacl:name "relation"@en; + shacl:path dc:relation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.hadrole"; + shacl:class dcat:Role; + shacl:description "A function of an entity or agent with respect to another entity or resource."@en; + shacl:name "had role"@en; + shacl:path dcat:hadRole . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.relation"; + shacl:class rdfs:Resource; + shacl:description "A resource related to the source resource."@en; + shacl:name "relation"@en; + shacl:path dc:relation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Relationship.hadrole"; + shacl:description "A function of an entity or agent with respect to another entity or resource."@en; + shacl:minCount 1; + shacl:name "had role"@en; + shacl:path dcat:hadRole . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dcat:Resource . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dcat:Role . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:Frequency . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + ; + shacl:targetClass dc:LicenseDocument . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#LicenceDocument.type"; + shacl:class skos:Concept; + shacl:description "A type of licence, e.g. indicating 'public domain' or 'royalties required'."@en; + shacl:name "type"@en; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#LicenceDocument.type"; + shacl:description "A type of licence, e.g. indicating 'public domain' or 'royalties required'."@en; + shacl:name "type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:type . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:LinguisticSystem . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dc:Location . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.bbox"; + shacl:description "The geographic bounding box of a resource."@en; + shacl:name "bbox"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:bbox . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.gazetteer"; + shacl:description "The gazetteer to which the Location belongs."@en; + shacl:maxCount 1; + shacl:name "gazetteer"@en; + shacl:path skos:inScheme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.geograhicidentifier"; + shacl:description "The geographic identifier for the Location, e.g., the URI or other unique identifier in the context of the relevant gazetteer."@en; + shacl:name "geograhic identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.gazetteer"; + shacl:description "The gazetteer to which the Location belongs."@en; + shacl:name "gazetteer"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path skos:inScheme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.geometry"; + shacl:class ; + shacl:description "The corresponding geometry for a resource."@en; + shacl:name "geometry"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.gazetteer"; + shacl:class skos:ConceptScheme; + shacl:description "The gazetteer to which the Location belongs."@en; + shacl:name "gazetteer"@en; + shacl:path skos:inScheme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.geograhicname"; + shacl:description "A preferred label of the Location."@en; + shacl:name "geograhic name"@en; + shacl:nodeKind shacl:Literal; + shacl:path skos:prefLabel . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.centroid"; + shacl:description "The geographic center (centroid) of a resource."@en; + shacl:name "centroid"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:centroid . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.centroid"; + shacl:description "The geographic center (centroid) of a resource."@en; + shacl:maxCount 1; + shacl:name "centroid"@en; + shacl:path dcat:centroid . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.geometry"; + shacl:description "The corresponding geometry for a resource."@en; + shacl:name "geometry"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.bbox"; + shacl:description "The geographic bounding box of a resource."@en; + shacl:maxCount 1; + shacl:name "bbox"@en; + shacl:path dcat:bbox . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Location.geometry"; + shacl:description "The corresponding geometry for a resource."@en; + shacl:maxCount 1; + shacl:name "geometry"@en; + shacl:path . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:MediaTypeOrExtent . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass dc:MediaType . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dc:PeriodOfTime . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.beginning"; + shacl:description "The beginning of a period or interval."@en; + shacl:maxCount 1; + shacl:name "beginning"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.beginning"; + shacl:description "The beginning of a period or interval."@en; + shacl:name "beginning"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.end"; + shacl:description "The end of a period or interval."@en; + shacl:maxCount 1; + shacl:name "end"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.startdate"; + shacl:description "The start of the period."@en; + shacl:name "start date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:startDate . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.enddate"; + shacl:description "The end of the period."@en; + shacl:maxCount 1; + shacl:name "end date"@en; + shacl:path dcat:endDate . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.end"; + shacl:class ; + shacl:description "The end of a period or interval."@en; + shacl:name "end"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.end"; + shacl:description "The end of a period or interval."@en; + shacl:name "end"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.enddate"; + shacl:description "The end of the period."@en; + shacl:name "end date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:endDate . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.beginning"; + shacl:class ; + shacl:description "The beginning of a period or interval."@en; + shacl:name "beginning"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Periodoftime.startdate"; + shacl:description "The start of the period."@en; + shacl:maxCount 1; + shacl:name "start date"@en; + shacl:path dcat:startDate . + + a shacl:NodeShape; + shacl:closed false; + shacl:property ; + shacl:targetClass dc:ProvenanceStatement . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#ProvenanceStatement.provenancestatementtext"; + shacl:description "The text of the Provenance Statement"@en; + shacl:name "provenance statement text"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + a shacl:NodeShape; + shacl:closed false; + shacl:property ; + shacl:targetClass dc:RightsStatement . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Rightsstatement.rightsstatementtext"; + shacl:description "The text of the Rights Statement."@en; + shacl:name "rights statement text"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass dc:Standard . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.version"; + shacl:description "A version number or other version designation of the Standard."@en; + shacl:maxCount 1; + shacl:name "version"@en; + shacl:path owl:versionInfo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.type"; + shacl:description "The type of the Standard."@en; + shacl:maxCount 1; + shacl:name "type"@en; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.type"; + shacl:class skos:Concept; + shacl:description "The type of the Standard."@en; + shacl:name "type"@en; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.referenceregister"; + shacl:description "The reference register to which the Standard belongs."@en; + shacl:name "reference register"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path skos:ínScheme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Standard."@en; + shacl:name "release date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.type"; + shacl:description "The type of the Standard."@en; + shacl:name "type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.creationdate"; + shacl:description "The date on which the Standard has been first created."@en; + shacl:maxCount 1; + shacl:name "creation date"@en; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.description"; + shacl:description "A free-text account of the Standard."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.creationdate"; + shacl:description "The date on which the Standard has been first created."@en; + shacl:name "creation date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:created . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.identifier"; + shacl:description "The main identifier for the Standard, e.g. the URI or other unique identifier in the context of the Catalogue, or of a reference register (e.g., the ISO, OGC, W3C catalogues of their standards, the OGC \"EPSG coordinate reference systems\" register [[OGC-EPSG]])."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.update%2Fmodificationdate"; + shacl:description "The most recent date on which the Standard was changed or modified."@en; + shacl:name "update / modification date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.releasedate"; + shacl:description "The date of formal issuance (e.g., publication) of the Standard."@en; + shacl:maxCount 1; + shacl:name "release date"@en; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.version"; + shacl:description "A version number or other version designation of the Standard."@en; + shacl:name "version"@en; + shacl:nodeKind shacl:Literal; + shacl:path owl:versionInfo . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.referenceregister"; + shacl:description "The reference register to which the Standard belongs."@en; + shacl:maxCount 1; + shacl:name "reference register"@en; + shacl:path skos:ínScheme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.title"; + shacl:description "Name given to the Standard."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.update%2Fmodificationdate"; + shacl:description "The most recent date on which the Standard was changed or modified."@en; + shacl:maxCount 1; + shacl:name "update / modification date"@en; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Standard.referenceregister"; + shacl:class skos:ConceptScheme; + shacl:description "The reference register to which the Standard belongs."@en; + shacl:name "reference register"@en; + shacl:path skos:ínScheme . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + ; + shacl:targetClass . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.expecteddatatype"; + shacl:description "Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)"@en; + shacl:name "expected data type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.dimension"; + shacl:description "The dimensions a quality metric, certificate and annotation allow a measurement of."@en; + shacl:maxCount 1; + shacl:name "dimension"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.expecteddatatype"; + shacl:description "Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)"@en; + shacl:maxCount 1; + shacl:name "expected data type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.dimension"; + shacl:description "The dimensions a quality metric, certificate and annotation allow a measurement of."@en; + shacl:name "dimension"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.expecteddatatype"; + shacl:class rdfs:Datatype; + shacl:description "Represents the expected data type for the metric's observed value (e.g., xsd:boolean, xsd:double etc...)"@en; + shacl:name "expected data type"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Metric.dimension"; + shacl:class ; + shacl:description "The dimensions a quality metric, certificate and annotation allow a measurement of."@en; + shacl:name "dimension"@en; + shacl:path . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + ; + shacl:targetClass . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.unitofmeasure"; + shacl:class skos:Concept; + shacl:description "The unit in which the data values are measured."@en; + shacl:name "unit of measure"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.ismeasurementof"; + shacl:description "The Metric being observed."@en; + shacl:maxCount 1; + shacl:name "is measurement of"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.ismeasurementof"; + shacl:description "The Metric being observed."@en; + shacl:name "is measurement of"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.value"; + shacl:description "Value computed by the relevant Metric."@en; + shacl:name "value"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.unitofmeasure"; + shacl:description "The unit in which the data values are measured."@en; + shacl:maxCount 1; + shacl:name "unit of measure"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.unitofmeasure"; + shacl:description "The unit in which the data values are measured."@en; + shacl:name "unit of measure"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.ismeasurementof"; + shacl:class ; + shacl:description "The Metric being observed."@en; + shacl:name "is measurement of"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#QualityMeasurement.value"; + shacl:description "Value computed by the relevant Metric."@en; + shacl:maxCount 1; + shacl:name "value"@en; + shacl:path . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass foaf:Agent . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.address"; + shacl:description "The postal address of the Agent."@en; + shacl:maxCount 1; + shacl:name "address"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.affiliation"; + shacl:description "The affiliation of the Agent."@en; + shacl:maxCount 1; + shacl:name "affiliation"@en; + shacl:path org:memberOf . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.type"; + shacl:description "The nature of the agent."@en; + shacl:maxCount 1; + shacl:name "type"@en; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.address"; + shacl:description "The postal address of the Agent."@en; + shacl:name "address"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.phone"; + shacl:description "The phone number of the Agent, specified using fully qualified tel: URI scheme [[RFC3966]]."@en; + shacl:maxCount 1; + shacl:name "phone"@en; + shacl:path foaf:phone . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.type"; + shacl:class skos:Concept; + shacl:description "The nature of the agent."@en; + shacl:name "type"@en; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.type"; + shacl:description "The nature of the agent."@en; + shacl:name "type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.URL"; + shacl:description "The Web site of the Agent."@en; + shacl:name "URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:workplaceHomepage . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.address"; + shacl:class ; + shacl:description "The postal address of the Agent."@en; + shacl:name "address"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.URL"; + shacl:class foaf:Document; + shacl:description "The Web site of the Agent."@en; + shacl:name "URL"@en; + shacl:path foaf:workplaceHomepage . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.email"; + shacl:class rdfs:Resource; + shacl:description "The email address of the Agent, specified using fully qualified mailto: URI scheme [[RFC6068]]."@en; + shacl:name "email"@en; + shacl:path foaf:mbox . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.affiliation"; + shacl:class org:Organization; + shacl:description "The affiliation of the Agent."@en; + shacl:name "affiliation"@en; + shacl:path org:memberOf . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.name"; + shacl:description "A name of the agent."@en; + shacl:minCount 1; + shacl:name "name"@en; + shacl:path foaf:name . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.phone"; + shacl:description "The phone number of the Agent, specified using fully qualified tel: URI scheme [[RFC3966]]."@en; + shacl:name "phone"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:phone . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.email"; + shacl:description "The email address of the Agent, specified using fully qualified mailto: URI scheme [[RFC6068]]."@en; + shacl:name "email"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:mbox . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.name"; + shacl:description "A name of the agent."@en; + shacl:name "name"@en; + shacl:nodeKind shacl:Literal; + shacl:path foaf:name . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.URL"; + shacl:description "The Web site of the Agent."@en; + shacl:maxCount 1; + shacl:name "URL"@en; + shacl:path foaf:workplaceHomepage . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.phone"; + shacl:class rdfs:Resource; + shacl:description "The phone number of the Agent, specified using fully qualified tel: URI scheme [[RFC3966]]."@en; + shacl:name "phone"@en; + shacl:path foaf:phone . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.affiliation"; + shacl:description "The affiliation of the Agent."@en; + shacl:name "affiliation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path org:memberOf . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Agent.email"; + shacl:description "The email address of the Agent, specified using fully qualified mailto: URI scheme [[RFC6068]]."@en; + shacl:maxCount 1; + shacl:name "email"@en; + shacl:path foaf:mbox . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + ; + shacl:targetClass foaf:Document . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Document.description"; + shacl:description "A free-text account of the Document."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Document.title"; + shacl:description "A name of the document."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + ; + shacl:targetClass . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).country"; + shacl:description """ The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."""@en; + shacl:maxCount 1; + shacl:name "country"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).streetaddress"; + shacl:description "The name of a passage or way through from one location to another."@en; + shacl:name "street address"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).country"; + shacl:description """ The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."""@en; + shacl:name "country"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).administrativearea"; + shacl:description """ The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."""@en; + shacl:name "administrative area"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).postcode"; + shacl:description """ The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."""@en; + shacl:maxCount 1; + shacl:name "post code"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).city"; + shacl:description """ A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."""@en; + shacl:maxCount 1; + shacl:name "city"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).city"; + shacl:description """ A name created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."""@en; + shacl:name "city"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).administrativearea"; + shacl:description """ The name of a secondary level/region of the address, usually a county, state or other such area that typically encompasses several localities."""@en; + shacl:maxCount 1; + shacl:name "administrative area"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).streetaddress"; + shacl:description "The name of a passage or way through from one location to another."@en; + shacl:maxCount 1; + shacl:name "street address"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(CoreLocation).postcode"; + shacl:description """ The code created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."""@en; + shacl:name "post code"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass org:Organization . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + ; + shacl:targetClass prov:Activity . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.generated"; + shacl:description "The Entity generated by the Activity."@en; + shacl:name "generated"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:generated . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.generated"; + shacl:class prov:Entity; + shacl:description "The Entity generated by the Activity."@en; + shacl:name "generated"@en; + shacl:path prov:generated . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.qualifiedassociation"; + shacl:description "Association to the Plan according to which the Activity has been carried out, and possibly to the Agent who played a role in it."@en; + shacl:name "qualified association"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:qualifiedAssociation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.qualifiedassociation"; + shacl:class prov:Association; + shacl:description "Association to the Plan according to which the Activity has been carried out, and possibly to the Agent who played a role in it."@en; + shacl:name "qualified association"@en; + shacl:path prov:qualifiedAssociation . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.used"; + shacl:class prov:Entity; + shacl:description "The entity (e.g., a Catalogue, a Dataset, a Data Service) which was the subject of the Activity."@en; + shacl:name "used"@en; + shacl:path prov:used . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Activity.used"; + shacl:description "The entity (e.g., a Catalogue, a Dataset, a Data Service) which was the subject of the Activity."@en; + shacl:name "used"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:used . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass prov:Association . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + ; + shacl:targetClass prov:Attribution . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Attribution.agent"; + shacl:description "The Agent to whom the resource is attributed."@en; + shacl:name "agent"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path prov:agent . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Attribution.hadrole"; + shacl:description "A function of an entity or agent with respect to another entity or resource."@en; + shacl:name "had role"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:hadRole . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Attribution.agent"; + shacl:class foaf:Agent; + shacl:description "The Agent to whom the resource is attributed."@en; + shacl:name "agent"@en; + shacl:path prov:agent . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Attribution.hadrole"; + shacl:class dcat:Role; + shacl:description "A function of an entity or agent with respect to another entity or resource."@en; + shacl:name "had role"@en; + shacl:path dcat:hadRole . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass prov:Entity . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass rdfs:Datatype . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass rdfs:Literal . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass rdfs:Resource . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + ; + shacl:targetClass skos:ConceptScheme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#ConceptScheme.title"; + shacl:description "A name of the concept scheme."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#ConceptScheme.title"; + shacl:description "A name of the concept scheme."@en; + shacl:minCount 1; + shacl:name "title"@en; + shacl:path dc:title . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + ; + shacl:targetClass skos:Concept . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Concept.categoryscheme"; + shacl:description "Relates a resource (for example a concept) to a concept scheme in which it is included."@en; + shacl:name "category scheme"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path skos:inScheme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Concept.preferredlabel"; + shacl:description "A preferred label of the concept."@en; + shacl:name "preferred label"@en; + shacl:nodeKind shacl:Literal; + shacl:path skos:prefLabel . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Concept.categoryscheme"; + shacl:class skos:ConceptScheme; + shacl:description "Relates a resource (for example a concept) to a concept scheme in which it is included."@en; + shacl:name "category scheme"@en; + shacl:path skos:inScheme . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Concept.preferredlabel"; + shacl:description "A preferred label of the concept."@en; + shacl:minCount 1; + shacl:name "preferred label"@en; + shacl:path skos:prefLabel . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Concept.categoryscheme"; + shacl:description "Relates a resource (for example a concept) to a concept scheme in which it is included."@en; + shacl:maxCount 1; + shacl:name "category scheme"@en; + shacl:path skos:inScheme . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + ; + shacl:targetClass . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.checksumvalue"; + shacl:description "A lower case hexadecimal encoded digest value produced using a specific algorithm."@en; + shacl:name "checksum value"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.checksumvalue"; + shacl:datatype xsd:hexBinary; + shacl:description "A lower case hexadecimal encoded digest value produced using a specific algorithm."@en; + shacl:name "checksum value"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.checksumvalue"; + shacl:description "A lower case hexadecimal encoded digest value produced using a specific algorithm."@en; + shacl:maxCount 1; + shacl:name "checksum value"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.algorithm"; + shacl:description "The algorithm used to produce the subject Checksum."@en; + shacl:name "algorithm"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.algorithm"; + shacl:description "The algorithm used to produce the subject Checksum."@en; + shacl:maxCount 1; + shacl:name "algorithm"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.algorithm"; + shacl:description "The algorithm used to produce the subject Checksum."@en; + shacl:minCount 1; + shacl:name "algorithm"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.checksumvalue"; + shacl:description "A lower case hexadecimal encoded digest value produced using a specific algorithm."@en; + shacl:minCount 1; + shacl:name "checksum value"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Checksum.algorithm"; + shacl:class ; + shacl:description "The algorithm used to produce the subject Checksum."@en; + shacl:name "algorithm"@en; + shacl:path . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + ; + shacl:targetClass vcard:Address . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).country"; + shacl:description "The country of an Address."@en; + shacl:maxCount 1; + shacl:name "country"@en; + shacl:path vcard:country-name . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).streetaddress"; + shacl:description "The street name and civic number of an Address."@en; + shacl:name "street address"@en; + shacl:nodeKind shacl:Literal; + shacl:path vcard:street-address . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).postalcode"; + shacl:description "The postal code of an Address."@en; + shacl:maxCount 1; + shacl:name "postal code"@en; + shacl:path vcard:postal-code . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).country"; + shacl:description "The country of an Address."@en; + shacl:name "country"@en; + shacl:nodeKind shacl:Literal; + shacl:path vcard:country-name . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).administrativearea"; + shacl:description "The administrative area of an Address."@en; + shacl:name "administrative area"@en; + shacl:nodeKind shacl:Literal; + shacl:path vcard:region . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).postalcode"; + shacl:description "The postal code of an Address."@en; + shacl:name "postal code"@en; + shacl:nodeKind shacl:Literal; + shacl:path vcard:postal-code . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).city"; + shacl:description "The city of an Address."@en; + shacl:maxCount 1; + shacl:name "city"@en; + shacl:path vcard:locality . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).city"; + shacl:description "The city of an Address."@en; + shacl:name "city"@en; + shacl:nodeKind shacl:Literal; + shacl:path vcard:locality . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).administrativearea"; + shacl:description "The administrative area of an Address."@en; + shacl:maxCount 1; + shacl:name "administrative area"@en; + shacl:path vcard:region . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Address(vCard).streetaddress"; + shacl:description "The street name and civic number of an Address."@en; + shacl:maxCount 1; + shacl:name "street address"@en; + shacl:path vcard:street-address . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass vcard:Email . + + a shacl:NodeShape; + shacl:closed false; + shacl:property , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + shacl:targetClass vcard:Kind . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.address"; + shacl:description "The postal address of the Kind."@en; + shacl:maxCount 1; + shacl:name "address"@en; + shacl:path vcard:hasAddress . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.affiliation"; + shacl:description "The affiliation of the Kind."@en; + shacl:maxCount 1; + shacl:name "affiliation"@en; + shacl:path vcard:organization-name . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.address"; + shacl:description "The postal address of the Kind."@en; + shacl:name "address"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path vcard:hasAddress . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.phone"; + shacl:description "The phone number of the Kind."@en; + shacl:maxCount 1; + shacl:name "phone"@en; + shacl:path vcard:hasTelephone . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.name"; + shacl:description "A name of the Kind."@en; + shacl:maxCount 1; + shacl:name "name"@en; + shacl:path vcard:fn . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.URL"; + shacl:description "A Web site of the Kind."@en; + shacl:name "URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path vcard:hasURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.address"; + shacl:class vcard:Address; + shacl:description "The postal address of the Kind."@en; + shacl:name "address"@en; + shacl:path vcard:hasAddress . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.URL"; + shacl:class rdfs:Resource; + shacl:description "A Web site of the Kind."@en; + shacl:name "URL"@en; + shacl:path vcard:hasURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.email"; + shacl:class vcard:Email; + shacl:description "An email address of the Kind."@en; + shacl:name "email"@en; + shacl:path vcard:hasEmail . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.phone"; + shacl:description "The phone number of the Kind."@en; + shacl:name "phone"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path vcard:hasTelephone . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.email"; + shacl:description "An email address of the Kind."@en; + shacl:name "email"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path vcard:hasEmail . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.name"; + shacl:description "A name of the Kind."@en; + shacl:name "name"@en; + shacl:nodeKind shacl:Literal; + shacl:path vcard:fn . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.URL"; + shacl:description "A Web site of the Kind."@en; + shacl:maxCount 1; + shacl:name "URL"@en; + shacl:path vcard:hasURL . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.phone"; + shacl:class rdfs:Resource; + shacl:description "The phone number of the Kind."@en; + shacl:name "phone"@en; + shacl:path vcard:hasTelephone . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.affiliation"; + shacl:description "The affiliation of the Kind."@en; + shacl:name "affiliation"@en; + shacl:nodeKind shacl:Literal; + shacl:path vcard:organization-name . + + rdfs:seeAlso "https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0#Kind.email"; + shacl:description "An email address of the Kind."@en; + shacl:maxCount 1; + shacl:name "email"@en; + shacl:path vcard:hasEmail . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass xsd:decimal . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass xsd:duration . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass xsd:hexBinary . + + a shacl:NodeShape; + shacl:closed false; + shacl:targetClass xsd:nonNegativeInteger . diff --git a/drafts/README.md b/drafts/README.md index 31f560c..6a732fc 100644 --- a/drafts/README.md +++ b/drafts/README.md @@ -1,6 +1,7 @@ # GeoDCAT-AP Working Drafts - [Latest editor's draft](./latest/): This draft is a living document which might integrate revision to the current release, and it is used as a basis for new releases. +- [Version 3.0.0 (Draft 0.1)](./3.0.0-draft-0.1/) - [Version 2.0.0 (Draft 0.1)](./2.0.0-draft-0.1/) - [Version 1.0.2 (Draft 0.1)](./1.0.2-draft-0.1/)