All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.rdf.vocab.TestVocabularyDecl_BLZG1591 Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
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