Vocabulary classes.See: Description
| Interface | Description |
|---|---|
| Vocabulary |
Interface for a pre-defined vocabulary.
|
| VocabularyDecl |
A class for declaring a
Vocabulary. |
| Class | Description |
|---|---|
| BaseVocabulary |
Base class for
Vocabulary implementations. |
| BaseVocabularyDecl |
Basic
VocabularyDecl implementation. |
| BSBMVocabulary |
A
Vocabulary covering the ontologies used by LUBM. |
| DefaultBigdataVocabulary |
Extended vocabulary to include some new declarations.
|
| 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. |
| RDFSVocabularyV2 |
Extended vocabulary to include
VoidVocabularyDecl. |
| TestAll | |
| TestMultiInlineURIFactory | |
| TestMultiVocabulary | |
| TestNamespaceMultiURIHandler | |
| TestUriInlineFactory_BLZG1591 | |
| TestVocabulary |
Test suite for
BaseVocabulary. |
| TestVocabulary_BLZG1591 |
A
Vocabulary covering the ontologies used by LUBM. |
| TestVocabularyDecl_BLZG1591 |
| Exception | Description |
|---|---|
| BaseVocabulary.VocabularyVersioningException |
An instance of this class indicates a versioning problem with the
declaration classes. |
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–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.