Package org.apache.stanbol.entityhub.model.clerezza

Examples of org.apache.stanbol.entityhub.model.clerezza.RdfReference


     * executing the LDPath program
     */
    private void copyLdPath(UriRef uri, RDFBackend<Object> rdfBackend,
            Set<String> langs, MGraph graph, Lock writeLock) throws DereferenceException {
        //A RdfReference needs to be used as context
        RdfReference context = valueFactory.createReference(uri);
        //create the representation that stores results in an intermediate
        //graph (we do not want partial results on an error
        MGraph ldPathResults = new SimpleMGraph();
        RdfRepresentation result = valueFactory.createRdfRepresentation(uri, ldPathResults);
        //execute the LDPath Program and write results to the RDF Graph
View Full Code Here

TOP

Related Classes of org.apache.stanbol.entityhub.model.clerezza.RdfReference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.