Class WGS84
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.WGS84
Constants for the Basic Geo (WGS84 lat/long) Vocabulary.
- Author:
- Alessandro Bollini
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
Thewgs84:alt
relation.static final IRI
Thewgs84:Event
class.static final IRI
Thewgs84:lat
relation.static final IRI
Thewgs84:lat_long
relation.static final IRI
Thewgs84:location
relation.static final IRI
Thewgs84:long
relation.static final String
The WGS84 namespace ("http://www.w3.org/2003/01/geo/wgs84_pos#").static final Namespace
An immutableNamespace
constant that represents the WGS84 namespace.static final IRI
Thewgs84:Point
relation.static final String
Recommended prefix for the RDF Schema namespace ("wgs84").static final IRI
Thewgs84:SpatialThing
class.static final IRI
Thewgs84:TemporalThing
class. -
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The WGS84 namespace ("http://www.w3.org/2003/01/geo/wgs84_pos#").- See Also:
-
PREFIX
Recommended prefix for the RDF Schema namespace ("wgs84").- See Also:
-
NS
An immutableNamespace
constant that represents the WGS84 namespace. -
SPATIAL_THING
Thewgs84:SpatialThing
class. -
TEMPORAL_THING
Thewgs84:TemporalThing
class. -
EVENT
Thewgs84:Event
class. -
POINT
Thewgs84:Point
relation. -
LOCATION
Thewgs84:location
relation. -
LAT
Thewgs84:lat
relation. -
LONG
Thewgs84:long
relation. -
ALT
Thewgs84:alt
relation. -
LAT_LONG
Thewgs84:lat_long
relation.
-
-
Constructor Details
-
WGS84
public WGS84()
-