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
FieldsModifier and TypeFieldDescriptionstatic final IRIThewgs84:altrelation.static final IRIThewgs84:Eventclass.static final IRIThewgs84:latrelation.static final IRIThewgs84:lat_longrelation.static final IRIThewgs84:locationrelation.static final IRIThewgs84:longrelation.static final StringThe WGS84 namespace ("http://www.w3.org/2003/01/geo/wgs84_pos#").static final NamespaceAn immutableNamespaceconstant that represents the WGS84 namespace.static final IRIThewgs84:Pointrelation.static final StringRecommended prefix for the RDF Schema namespace ("wgs84").static final IRIThewgs84:SpatialThingclass.static final IRIThewgs84:TemporalThingclass. - 
Constructor Summary
Constructors - 
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
 - 
SPATIAL_THING
Thewgs84:SpatialThingclass. - 
TEMPORAL_THING
Thewgs84:TemporalThingclass. - 
EVENT
Thewgs84:Eventclass. - 
POINT
Thewgs84:Pointrelation. - 
LOCATION
Thewgs84:locationrelation. - 
LAT
Thewgs84:latrelation. - 
LONG
Thewgs84:longrelation. - 
ALT
Thewgs84:altrelation. - 
LAT_LONG
Thewgs84:lat_longrelation. 
 - 
 - 
Constructor Details
- 
WGS84
public WGS84() 
 -