com.bigdata.rdf.vocab
Class RDFSVocabulary
java.lang.Object
com.bigdata.rdf.vocab.BaseVocabulary
com.bigdata.rdf.vocab.RDFSVocabulary
- All Implemented Interfaces:
- Vocabulary, Externalizable, Serializable
- Direct Known Subclasses:
- SampleVocab
public class RDFSVocabulary
- extends BaseVocabulary
A Vocabulary including well-known Values for RDF,
RDFS, OWL, Dublin Core,
SKOS, FOAF,
XMLSchema, and Sesame.
- Version:
- $Id: RDFSVocabulary.java 4632 2011-06-06 15:11:53Z thompsonbry $
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFSVocabulary
public RDFSVocabulary()
- De-serialization ctor.
RDFSVocabulary
public RDFSVocabulary(String namespace)
- Used by
AbstractTripleStore.create().
- Parameters:
namespace - The namespace of the KB instance.
addValues
protected void addValues()
- Description copied from class:
BaseVocabulary
- Hook for subclasses to provide their
VocabularyDecls using
BaseVocabulary.addDecl(VocabularyDecl).
- Specified by:
addValues in class BaseVocabulary
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.