org.topbraid.geo.models
Class MapModel

java.lang.Object
  extended by org.topbraid.geo.models.MapModel

public class MapModel
extends java.lang.Object

Vocabulary definitions from C:TopQuadrantTopBraidComposerruntime-EclipseApplicationGeoTestingmapModel.owl

Author:
Auto-generated by schemagen on 12 Oct 2006 20:10

Field Summary
static java.lang.String baseUri
           
static com.hp.hpl.jena.rdf.model.Property city
          
static com.hp.hpl.jena.rdf.model.Property country
          
static com.hp.hpl.jena.rdf.model.Property displayClass
           
static com.hp.hpl.jena.rdf.model.Resource DisplayLocation
          
static com.hp.hpl.jena.rdf.model.Property displaysProperty
           
static com.hp.hpl.jena.rdf.model.Property hasAddress
           
static com.hp.hpl.jena.rdf.model.Property hasIcon
          the icon for a display point
static com.hp.hpl.jena.rdf.model.Property hasPoint
          
static com.hp.hpl.jena.rdf.model.Property hasZipcode
          
static com.hp.hpl.jena.rdf.model.Property inCity
          
static com.hp.hpl.jena.rdf.model.Property inCountry
          
static com.hp.hpl.jena.rdf.model.Property inState
          
static com.hp.hpl.jena.rdf.model.Property inZipcode
          
static com.hp.hpl.jena.rdf.model.Resource Map
          represents a map
static com.hp.hpl.jena.rdf.model.Resource NAMESPACE
          The namespace of the vocabulary as a resource
static java.lang.String NS
          The namespace of the vocabulary as a string
static com.hp.hpl.jena.rdf.model.Property state
          
static com.hp.hpl.jena.rdf.model.Property street
          
static com.hp.hpl.jena.rdf.model.Property zipcode
          
 
Constructor Summary
MapModel()
           
 
Method Summary
static java.lang.String getURI()
          The namespace of the vocabulary as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

baseUri

public static final java.lang.String baseUri
See Also:
Constant Field Values

NAMESPACE

public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE

The namespace of the vocabulary as a resource


hasPoint

public static final com.hp.hpl.jena.rdf.model.Property hasPoint


street

public static final com.hp.hpl.jena.rdf.model.Property street


city

public static final com.hp.hpl.jena.rdf.model.Property city


inCity

public static final com.hp.hpl.jena.rdf.model.Property inCity


state

public static final com.hp.hpl.jena.rdf.model.Property state


inState

public static final com.hp.hpl.jena.rdf.model.Property inState


country

public static final com.hp.hpl.jena.rdf.model.Property country


inCountry

public static final com.hp.hpl.jena.rdf.model.Property inCountry


zipcode

public static final com.hp.hpl.jena.rdf.model.Property zipcode


inZipcode

public static final com.hp.hpl.jena.rdf.model.Property inZipcode


hasZipcode

public static final com.hp.hpl.jena.rdf.model.Property hasZipcode


hasIcon

public static final com.hp.hpl.jena.rdf.model.Property hasIcon

the icon for a display point


hasAddress

public static final com.hp.hpl.jena.rdf.model.Property hasAddress

displaysProperty

public static final com.hp.hpl.jena.rdf.model.Property displaysProperty

DisplayLocation

public static final com.hp.hpl.jena.rdf.model.Resource DisplayLocation


Map

public static final com.hp.hpl.jena.rdf.model.Resource Map

represents a map


displayClass

public static final com.hp.hpl.jena.rdf.model.Property displayClass
Constructor Detail

MapModel

public MapModel()
Method Detail

getURI

public static java.lang.String getURI()

The namespace of the vocabulary as a string

See Also:
NS