com.bigdata.rdf.vocab.TestVocabularyDecl_BLZG1591 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
package com.bigdata.rdf.vocab;
import java.util.Arrays;
import java.util.Collections;
import java.util.Iterator;
import org.openrdf.model.URI;
import org.openrdf.model.impl.URIImpl;
public class TestVocabularyDecl_BLZG1591 implements VocabularyDecl {
static private final URI[] uris = new URI[]{//
// two named graphs
new URIImpl("http://test.com/P")
};
public TestVocabularyDecl_BLZG1591() {
}
public Iterator values() {
return Collections.unmodifiableList(Arrays.asList(uris)).iterator();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy