ibspan.tss.um.vocabulary
Class UsersDBVocabulary

java.lang.Object
  extended by ibspan.tss.um.vocabulary.UsersDBVocabulary

public class UsersDBVocabulary
extends Object

Vocabulary definitions from file:db/users.owl

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

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
UsersDBVocabulary()
           
 
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

UsersDBVocabulary

public UsersDBVocabulary()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS