# baseURI: https://dcat.example.org/eea-csw
# imports: http://purl.org/dc/terms/
# imports: http://www.w3.org/2004/02/skos/core

@prefix ex: <http://dcat.example.org/eea-csw/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix v: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ex:CatalogA
  rdf:type dcat:Catalog ;
  dcat:record ex:EEA-CSW-Endpoint-Record ;
  dcat:service ex:EEA-CSW-Endpoint ;
.
ex:EEA
  rdf:type v:Organization ;
  v:hasEmail <mailto:info@eea.europa.eu> ;
  v:hasURL <http://www.eea.europa.eu> ;
  v:organization-name "European Environment Agency"@en ;
.
ex:EEA-CSW-Endpoint
  rdf:type dcat:DataService ;
  dc:subject "infoCatalogueService"@en ;
  dcterms:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
  dcterms:conformsTo <http://www.opengis.net/def/serviceType/ogc/csw> ;
  dcterms:description "The EEA public catalogue of spatial datasets references the spatial datasets used by the European Environment Agency as well as the spatial datasets produced by or for the EEA. In the latter case, when datasets are publicly available, a link to the location from where they can be downloaded is included in the dataset's metadata. The catalogue has been initially populated with the most important spatial datasets already available on the data&maps section of the EEA website and is currently updated with any newly published spatial dataset."@en ;
  dcterms:identifier "eea-sdi-public-catalogue" ;
  dcterms:issued "2012-01-01"^^xsd:date ;
  dcterms:license <https://creativecommons.org/licenses/by/2.5/dk/> ;
  dcterms:spatial [
      rdf:type dcterms:Location ;
      locn:geometry "<gml:Envelope srsName=\"http://www.opengis.net/def/crs/OGC/1.3/CRS84\"><gml:lowerCorner>-180 -90</gml:lowerCorner><gml:upperCorner>180 90</gml:upperCorner></gml:Envelope>"^^gsp:gmlLiteral ;
      locn:geometry "POLYGON((-180 90,180 90,180 -90,-180 -90,-180 90))"^^gsp:wktLiteral ;
    ] ;
  dcterms:title "European Environment Agency's public catalogue of spatial datasets."@en ;
  dcterms:type <http://inspire.ec.europa.eu/metadata-codelist/ResourceType/service> ;
  dcterms:type <http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/discovery> ;
  dcat:contactPoint ex:EEA ;
  dcat:endpointDescription <https://sdi.eea.europa.eu/catalogue/srv/eng/csw?service=CSW&request=GetCapabilities> ;
  dcat:endpointURL <http://sdi.eea.europa.eu/catalogue/srv/eng/csw> ;
.
ex:EEA-CSW-Endpoint-Record
  rdf:type dcat:CatalogRecord ;
  dcterms:conformsTo <http://data.europa.eu/930> ;
  dcterms:identifier "4be5cb08-e082-426a-9c57-8a53d7cd3f65" ;
  dcterms:language <http://publications.europa.eu/resource/authority/language/ENG> ;
  dcterms:modified "2012-05-21"^^xsd:date ;
  dcterms:source ex:EEA-CSW-Endpoint-SourceRecord ;
  dcat:contactPoint ex:EEA ;
  foaf:primaryTopic ex:EEA-CSW-Endpoint ;
.
ex:EEA-CSW-Endpoint-SourceRecord
  dcterms:conformsTo <http://www.isotc211.org/2005/gmd> ;
.
<https://dcat.example.org/eea-csw>
  rdf:type owl:Ontology ;
  owl:imports dcterms: ;
  owl:imports <http://www.w3.org/2004/02/skos/core> ;
.
