Package com.hp.hpl.jena.reasoner

Examples of com.hp.hpl.jena.reasoner.TriplePattern


        predicate = predicate.substring(1, predicate.length()-1);
      }
      predicateNode = Node_RuleVariable.createURI(predicate);
    }
   
    ClauseEntry clauseEntry = new TriplePattern(subjectNode, predicateNode, objectNode);
    return new JenaClauseEntryImpl(clauseEntry, jenaVariableMap);
  }
View Full Code Here

TOP

Related Classes of com.hp.hpl.jena.reasoner.TriplePattern

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.