org.jrdf.vocabulary
Class Vocabulary
java.lang.Object
org.jrdf.vocabulary.Vocabulary
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RDF, RDFS, XSD
public class Vocabulary
- extends Object
- implements Serializable
A representation of a known vocabulary.
- Version:
- $Revision: 1804 $
- Author:
- Andrew Newman
- See Also:
- Serialized Form
Field Summary |
protected static Set<URI> |
RESOURCES
The set of URI references. |
Constructor Summary |
protected |
Vocabulary()
Default constructor - as this is a list of constants should not be able to construct it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCES
protected static final Set<URI> RESOURCES
- The set of URI references.
Vocabulary
protected Vocabulary()
- Default constructor - as this is a list of constants should not be able to construct it.