Re: [Virtuoso-users] VirtGraph and storing string data

2011-02-24 Thread Hugh Williams
Abhi, On 22 Feb 2011, at 16:37, Abhi wrote: > I am using Virtuoso Jena provider to persist triples. > > Triple triple = new Triple(Node.createURI("foo"), Node.createURI("bar"), > Node.createLiteral("moo")); > virtGraph.add(triple); > > Now if I query the graph, conductor shows me > foo bar m

[Virtuoso-users] VirtGraph and storing string data

2011-02-22 Thread Abhi
I am using Virtuoso Jena provider to persist triples. Triple triple = new Triple(Node.createURI("foo"), Node.createURI("bar"), Node.createLiteral("moo")); virtGraph.add(triple); Now if I query the graph, conductor shows me foo bar moo Now if I add a the below Triple triple = new Triple(Node.cre