How to add Triples to graph for further query in customed builtin primitives?

37 Views Asked by At

i'v tried this code

Triple t = NodeFactory.createURI(s,p,o);
context.add(t);

However, I cannot get this triple using sparql.

0

There are 0 best solutions below