Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

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