Channel #semsol: Logs

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

10:23:01 kwijibo: bengee: see anything wrong with INSERT INTO <http://api.talis.com/stores/{$talis_config['store_name']}/meta> { ?a ?p ?o } WHERE { ?b owl:sameAs ?a ; ?p ?o OPTIONAL{ ?a owl:sameAs ?b2 . FILTER( ?b2 == ?b ) } FILTER( !bound(?b2) ) } ?
10:25:46 bengee: looks ok
10:26:21 kwijibo: chokes on the filter for some reason : FILTER( STR(?b2) == STR(?b) )
10:26:32 kwijibo: the sparl parser i mean
10:27:49 bengee: lemme check that here
10:29:51 kwijibo: maybe SPARQL doesn't use teh double ==
10:29:53 bengee: hmm, isn't sparql using '='
10:29:59 bengee: heh
10:30:18 bengee: I thik that's it
10:30:20 kwijibo: that's it
10:30:24 kwijibo: ta bengee
10:33:16 bengee: you're implementing inferencing?
10:34:15 kwijibo: nah - just a quick hack on my data
10:34:26 kwijibo: where quick is a relative term
10:35:00 bengee: ;)
12:02:32 kwijibo: bengee: will SPARQL script enable string concatenation ?
12:03:06 bengee: I guess it should
12:04:20 bengee: I'm still at '?rows = SELECT ...' and '?foo = "some string"'
12:06:44 bengee: the most tricky thing so far are placeholders
12:08:20 bengee: ?foo = "string1" + "string2" shouldn't be too hard, parser-wise