http://www.w3.org/ns/dcat#bbox
This propert refers to the geographic bounding box of a resource.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcterms:Location | dcat:bbox | rdfs:Literal |
@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/> .
dcat:bbox a owl:DatatypeProperty ;
rdfs:label "Location - bounding box "@en ;
dcterms:identifier " dcat:bbox" ;
vann:usageNote "Recommended property. This propert refers to the geographic bounding box of a resource."@en ;
rdfs:comment "This propert refers to the geographic bounding box of a resource."@en ;
rdfs:domain dcterms:Location ;
rdfs:isDefinedBy <https://www.w3.org/TR/vocab-dcat-2/#Property:location_bbox> ;
rdfs:range rdfs:Literal .