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

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

PrefixNamespace IRI
n6http://localhost:8890/about/id/entity/http/www.w3.org/2003/01/geo/
geohttp://www.w3.org/2003/01/geo/wgs84_pos#
wdrshttp://www.w3.org/2007/05/powder-s#
rdfshttp://www.w3.org/2000/01/rdf-schema#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n5https://covidontheweb.inria.fr:4443/about/id/entity/http/www.w3.org/2003/01/geo/
xsdhhttp://www.w3.org/2001/XMLSchema#
Subject Item
geo:Point
rdf:type
rdfs:Class
rdfs:label
point
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:subClassOf
geo:SpatialThing
wdrs:describedby
n5:wgs84_pos n6:wgs84_pos