ibspan.tss.domain.vocabulary
Class RestaurantsDBVocabulary

java.lang.Object
  extended by ibspan.tss.domain.vocabulary.RestaurantsDBVocabulary

public class RestaurantsDBVocabulary
extends Object

Vocabulary definitions from file:db/restaurants.owl

Author:
Auto-generated by jena.schemagen on 27 sie 2006 04:45

Field Summary
static Resource NAMESPACE
          The namespace of the vocabulary as a resource
static String NS
          The namespace of the vocabulary as a string
 
Constructor Summary
RestaurantsDBVocabulary()
           
 
Method Summary
static 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 String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final Resource NAMESPACE

The namespace of the vocabulary as a resource

Constructor Detail

RestaurantsDBVocabulary

public RestaurantsDBVocabulary()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS