com.bigdata.rdf.vocab.decls
Class BSBMVocabularyDecl
java.lang.Object
com.bigdata.rdf.vocab.decls.BSBMVocabularyDecl
- All Implemented Interfaces:
- VocabularyDecl
public class BSBMVocabularyDecl
- extends Object
- implements VocabularyDecl
Vocabulary and namespace for BSBM.
Note: the benchmark also makes use of some dublin core vocabulary, including:
- http://purl.org/stuff/rev#text
- http://purl.org/stuff/rev#reviewer
- http://purl.org/stuff/rev#Review
- Version:
- $Id: SesameVocabularyDecl.java 4628 2011-06-04 22:01:57Z thompsonbry
$
- Author:
- Bryan Thompson
- See Also:
http://www4.wiwiss.fu-berlin.de/bizer/BerlinSPARQLBenchmark/
|
Method Summary |
Iterator<URI> |
values()
Return an iterator which will visit the declared values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VOCABULARY
public static final String VOCABULARY
- See Also:
- Constant Field Values
INSTANCES
public static final String INSTANCES
- See Also:
- Constant Field Values
USD
public static final URI USD
BSBMVocabularyDecl
public BSBMVocabularyDecl()
values
public Iterator<URI> values()
- Description copied from interface:
VocabularyDecl
- Return an iterator which will visit the declared values. The iterator
must not support removal.
- Specified by:
values in interface VocabularyDecl
Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.