Resolve
RDF Terms
Data based on @zazuko/vocabularies
Defined by
WGS84 Geo Positioning: an RDF vocabulary
Click to Copy
wgs:Point
Click to Copy
http://www.w3.org/2003/01/geo/wgs84_pos#Point
Namespace
Recommended prefix
Copy 'PREFIX wgs: <http://www.w3.org/2003/01/geo/wgs84_pos#>'
lang:""
point
lang:""
Uniquely identified by lat/long/alt. i.e.
spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT),
lat(P2, LAT), long(P2, LONG), alt(P2, ALT).
sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).
lang:""
A point, typically described using a coordinate system relative to Earth, such as WGS84.