|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.vocabulary.GEO
public class GEO
Vocabulary File. Created by org.semanticdesktop.aperture.vocabulary.VocabularyWriter on Thu Jul 01 14:28:15 CEST 2010 input file: /core/src/main/resources/org/semanticdesktop/aperture/vocabulary/geo.rdfs namespace: http://www.w3.org/2003/01/geo/wgs84_pos#
Field Summary | |
---|---|
static URI |
alt
Type: Property Label: altitude Comment: The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid). |
static String |
GEO_RESOURCE_PATH
Path to the ontology resource |
static URI |
lat
Type: Property Label: latitude Comment: The WGS84 latitude of a SpatialThing (decimal degrees). |
static URI |
lat_long
Type: Property Label: lat/long Comment: A comma-separated representation of a latitude, longitude coordinate. |
static URI |
long_
Type: Property Label: longitude Comment: The WGS84 longitude of a SpatialThing (decimal degrees). |
static URI |
NS_GEO
The namespace for GEO |
static URI |
Point
Type: Class Label: Point Comment: A point, typically described using a coordinate system relative to Earth, such as WGS84. |
static URI |
SpatialThing
Type: Class Label: SpatialThing Comment: Anything with spatial extent, i.e. size, shape, or position. e.g. people, places, bowling balls, as well as abstract areas like cubes. |
Constructor Summary | |
---|---|
GEO()
|
Method Summary | |
---|---|
static void |
getGEOOntology(Model model)
Puts the GEO ontology into the given model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String GEO_RESOURCE_PATH
public static final URI NS_GEO
public static final URI SpatialThing
public static final URI Point
public static final URI lat
public static final URI long_
public static final URI alt
public static final URI lat_long
Constructor Detail |
---|
public GEO()
Method Detail |
---|
public static void getGEOOntology(Model model)
model
- The model for the source ontology to be put into.
Exception
- if something goes wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |