org.semanticdesktop.aperture.vocabulary
Class GEO

java.lang.Object
  extended by org.semanticdesktop.aperture.vocabulary.GEO

public class GEO
extends Object

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

GEO_RESOURCE_PATH

public static final String GEO_RESOURCE_PATH
Path to the ontology resource

See Also:
Constant Field Values

NS_GEO

public static final URI NS_GEO
The namespace for GEO


SpatialThing

public static final 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.


Point

public static final URI Point
Type: Class
Label: Point
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).


lat

public static final URI lat
Type: Property
Label: latitude
Comment: The WGS84 latitude of a SpatialThing (decimal degrees).
Domain: http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing


long_

public static final URI long_
Type: Property
Label: longitude
Comment: The WGS84 longitude of a SpatialThing (decimal degrees).
Domain: http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing


alt

public static final URI alt
Type: Property
Label: altitude
Comment: The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid).
Domain: http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing


lat_long

public static final URI lat_long
Type: Property
Label: lat/long
Comment: A comma-separated representation of a latitude, longitude coordinate.

Constructor Detail

GEO

public GEO()
Method Detail

getGEOOntology

public static void getGEOOntology(Model model)
Puts the GEO ontology into the given model.

Parameters:
model - The model for the source ontology to be put into.
Throws:
Exception - if something goes wrong.


Copyright © 2010 Aperture Development Team. All Rights Reserved.