This is a public chat log generated from the #semsol IRC channel.
10:23:01
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
looks ok
10:26:21
chokes on the filter for some reason : FILTER( STR(?b2) == STR(?b) )
10:26:32
the sparl parser i mean
10:27:49
lemme check that here
10:29:51
maybe SPARQL doesn't use teh double ==
10:29:53
hmm, isn't sparql using '='
10:29:59
heh
10:30:18
I thik that's it
10:30:20
that's it
10:30:24
ta bengee
10:33:16
you're implementing inferencing?
10:34:15
nah - just a quick hack on my data
10:34:26
where quick is a relative term
10:35:00
;)
12:02:32
bengee: will SPARQL script enable string concatenation ?
12:03:06
I guess it should
12:04:20
I'm still at '?rows = SELECT ...' and '?foo = "some string"'
12:06:44
the most tricky thing so far are placeholders
12:08:20
?foo = "string1" + "string2" shouldn't be too hard, parser-wise
