Package com.bigdata.rdf.vocab

This package provides a variety of different pre-compiled Vocabulary classes.

See:
          Description

Interface Summary
Vocabulary Interface for a pre-defined vocabulary.
VocabularyDecl A class for declaring a Vocabulary.
 

Class Summary
BaseVocabulary Base class for Vocabulary implementations.
BSBMVocabulary A Vocabulary covering the ontologies used by LUBM.
LUBMVocabulary A Vocabulary covering the ontologies used by LUBM.
NoVocabulary An empty Vocabulary.
OPVocabulary  
RDFSVocabulary A Vocabulary including well-known Values for RDF, RDFS, OWL, Dublin Core, SKOS, FOAF, XMLSchema, and Sesame.
 

Exception Summary
BaseVocabulary.VocabularyVersioningException An instance of this class indicates a versioning problem with the declaration classes.
 

Package com.bigdata.rdf.vocab Description

This package provides a variety of different pre-compiled Vocabulary classes. In order to make this mechanism modular, each each Vocabulary class bundles zero or more VocabularDecls. A VocabularyDecl declares the namespace(s), classes, and properties for some ontology.

A Vocabulary may be specified when an AbstractTripleStore is created to optimize the encoding of URIs for the VocabularyDecls in use within that Vocabulary.



Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.