You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a simple RDF vocabulary for WGS84 geo positioning that defines the latitude/longitude/altitude properties here. Asuming that geo points to that namespace, we can reuse the following properties:
geo:lat: latitude
geo:long: longitude
geo:altitude: altitude (I think it is the same as schema:elevation looking at this issue)
geo:location: The relation between something and the point, or other geometrical thing in space, where it is.
It also defines the classes:
geo:SpatialThhing: Anything with spatial extent
geo:Point: a subclass of geo:SpatialThing which is typically described using a coordinate system, such as WGS84.
Note that the vocabulary contained initially geo:time but it was later removed in 2009.
We may consider reusing those properties/classes in viadeSpec.
The text was updated successfully, but these errors were encountered:
There is a simple RDF vocabulary for WGS84 geo positioning that defines the latitude/longitude/altitude properties here. Asuming that
geo
points to that namespace, we can reuse the following properties:geo:lat
: latitudegeo:long
: longitudegeo:altitude
: altitude (I think it is the same asschema:elevation
looking at this issue)geo:location
: The relation between something and the point, or other geometrical thing in space, where it is.It also defines the classes:
geo:SpatialThhing
: Anything with spatial extentgeo:Point
: a subclass ofgeo:SpatialThing
which is typically described using a coordinate system, such as WGS84.Note that the vocabulary contained initially
geo:time
but it was later removed in 2009.We may consider reusing those properties/classes in viadeSpec.
The text was updated successfully, but these errors were encountered: