This is a public chat log generated from the #semsol IRC channel.
12:53:37
helleo everyone
12:54:05
How could I insert a blanknode in a store?
12:57:01
I want to insert that some foaf:Person holds an account
12:57:33
this account is a blank node which has more propertiews
12:58:29
you could try sparql+ insert into, http://arc.semsol.org/docs/v2/sparql+
12:58:37
not sure how it handles bnodes but should be easy to test it
12:58:55
I already tested it
12:59:15
but I need it to generate new blanknode label each time I insert
13:08:28
bengee
14:55:46
bengee - does the SPARQL+ parser accept more than one command at once? eg: DELETE .... INSERT ... ?
15:58:19
only one, I think
15:58:36
the sparqlscript parser can handle multiple queries
