This HTML5 document contains 6 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
geohttp://www.w3.org/2003/01/geo/wgs84_pos#
rdfshttp://www.w3.org/2000/01/rdf-schema#
virtrdfhttp://www.openlinksw.com/schemas/virtrdf#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
geo:Point
rdf:type
owl:Class
rdfs:subClassOf
geo:SpatialThing
rdfs:subPropertyOf
virtrdf:geo_cont
rdfs:comment
A point, typically described using a coordinate system relative to Earth, such as WGS84. 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).
rdfs:label
Point