# baseURI: https://example.org/eea-csw # imports: http://purl.org/dc/terms/ # imports: http://www.w3.org/2004/02/skos/core @prefix a: . @prefix dc: . @prefix dcat: . @prefix dct: . @prefix dctype: . @prefix foaf: . @prefix gsp: . @prefix locn: . @prefix owl: . @prefix prov: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix skos: . @prefix v: . @prefix xsd: . a:CatalogA rdf:type dcat:Catalog ; dcat:record a:EEA-CSW-Endpoint-Record ; dcat:service a:EEA-CSW-Endpoint ; . a:EEA rdf:type v:Organization ; v:hasEmail ; v:hasURL ; v:organization-name "European Environment Agency"@en ; . a:EEA-CSW-Endpoint rdf:type dcat:DataService ; dc:subject "infoCatalogueService"@en ; dct:accessRights ; dct:conformsTo ; dct: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 ; dct:identifier "eea-sdi-public-catalogue" ; dct:issued "2012-01-01"^^xsd:date ; dct:license ; dct:spatial [ rdf:type dct:Location ; locn:geometry "-180 -90180 90"^^gsp:gmlLiteral ; locn:geometry "POLYGON((-180 90,180 90,180 -90,-180 -90,-180 90))"^^gsp:wktLiteral ; ] ; dct:title "European Environment Agency's public catalogue of spatial datasets."@en ; dct:type ; dct:type ; dcat:contactPoint a:EEA ; dcat:endpointDescription ; dcat:endpointURL ; . a:EEA-CSW-Endpoint-Record rdf:type dcat:CatalogRecord ; dct:conformsTo ; dct:identifier "4be5cb08-e082-426a-9c57-8a53d7cd3f65" ; dct:language ; dct:modified "2012-05-21"^^xsd:date ; dct:source a:EEA-CSW-Endpoint-SourceRecord ; dcat:contactPoint a:EEA ; foaf:primaryTopic a:EEA-CSW-Endpoint ; . a:EEA-CSW-Endpoint-SourceRecord dct:conformsTo ; . rdf:type owl:Ontology ; owl:imports dct: ; owl:imports ; .