com.bigdata.rdf.vocab.decls
Class BSBMVocabularyDecl

java.lang.Object
  extended by 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:

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/

Field Summary
static String INSTANCES
           
static URI USD
           
static String VOCABULARY
           
 
Constructor Summary
BSBMVocabularyDecl()
           
 
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
 

Field Detail

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
Constructor Detail

BSBMVocabularyDecl

public BSBMVocabularyDecl()
Method Detail

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.