http://purl.org/dc/terms/spatial
This property refers to a geographic region that is covered by the Dataset.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcat:Dataset | dcterms:spatial | dcterms:Location |
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
dcterms:spatial a owl:ObjectProperty ;
rdfs:label "Dataset - spatial/ geographical coverage"@en ;
dcterms:identifier "dct:spatial" ;
vann:usageNote "Recommended property. This property refers to a geographic region that is covered by the Dataset. "@en ;
rdfs:comment "This property refers to a geographic region that is covered by the Dataset."@en ;
rdfs:domain dcat:Dataset ;
rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-spatial> ;
rdfs:range dcterms:Location .