On 15/11/13 01:01, Tim Harsch wrote:
Is there a way to convert from com.hp.hpl.jena.graph.Node tocom.hp.hpl.jena.sparql.expr.Expr ? Thanks, Tim
Tim,
NodeValue is the class for values as Expr's.
NodeValue.makeNode(Node)
It will sort out the necessary subclasses for values understood natively.
Andy
