com.bigdata.rdf.vocab
Class RDFSVocabulary

java.lang.Object
  extended by com.bigdata.rdf.vocab.BaseVocabulary
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.bigdata.rdf.vocab.BaseVocabulary
BaseVocabulary.VocabularyVersioningException
 
Constructor Summary
RDFSVocabulary()
          De-serialization ctor.
RDFSVocabulary(String namespace)
          Used by AbstractTripleStore.create().
 
Method Summary
protected  void addValues()
          Hook for subclasses to provide their VocabularyDecls using BaseVocabulary.addDecl(VocabularyDecl).
 
Methods inherited from class com.bigdata.rdf.vocab.BaseVocabulary
addDecl, asValue, get, getConstant, getNamespace, init, readExternal, size, values, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFSVocabulary

public RDFSVocabulary()
De-serialization ctor.


RDFSVocabulary

public RDFSVocabulary(String namespace)
Used by AbstractTripleStore.create().

Parameters:
namespace - The namespace of the KB instance.
Method Detail

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.