Export
Turtle RDF/XML JSON-LD N-Triples

has geometry
op

IRI: http://www.opengis.net/ont/geosparql#hasGeometry

comment
A spatial representation for a given feature.
en
domain
range
is defined by
http://www.opengis.net/ont/geosparql#
label
has geometry
en
rationale
This is used to link a spatial entity to its geolocation point, which can be expressed in terms of longitude and latitude. The point (i.e., an individual of the class `sf:Point`) defining the location of the resource under consideration. The actual value of the point can be defined by means of the property geo:asWKT, which allows the specification of the coordinates of the point.
en
term status
example
:my-dataset-location a geo:Feature ; geo:hasGeometry :my-dataset-location-point . :my-dataset-location-point a sf:Point ; geo:asWKT "POINT(20 45)"^^geo:wktLiteral .
← Back to full documentation