dcterms:spatial leaf node


URI

http://purl.org/dc/terms/spatial

Label

Dataset - spatial/ geographical coverage

Description

This property refers to a geographic region that is covered by the Dataset.

Usage

DOMAINPROPERTYRANGE
dcat:Dataset dcterms:spatial dcterms:Location

Implementation

@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 .