http://www.w3.org/ns/locn#geometry
This property associates a resource with its corresponding geometry.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcterms:Location | locn:geometry | rdfs:Literal |
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@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/> .
locn:geometry a owl:DatatypeProperty ;
rdfs:label "Location - geometry"@en ;
dcterms:identifier "locn:geometry " ;
vann:usageNote "Optional property. This property associates a resource with its corresponding geometry."@en ;
rdfs:comment "This property associates a resource with its corresponding geometry."@en ;
rdfs:domain dcterms:Location ;
rdfs:isDefinedBy <https://www.w3.org/TR/vocab-dcat-2/#Property:location_geometry> ;
rdfs:range rdfs:Literal .