i'v tried this code
Triple t = NodeFactory.createURI(s,p,o);
context.add(t);
However, I cannot get this triple using sparql.
i'v tried this code
Triple t = NodeFactory.createURI(s,p,o);
context.add(t);
However, I cannot get this triple using sparql.