This is a public chat log generated from the #semsol IRC channel.
15:25:34
bengee: can I borrow your eyeballs? is there anything wrong with this: DELETE WHERE { ?s ?p ?o FILTER( lang(?o) && !langMatches(lang(?o), "en")) } ?
15:26:50
I get: Could not properly handle "WHERE { ?s ?p ?o . FILTER( lan" in ARC2_SPARQLPlusParser
15:35:50
the corresponding SELECT doesn't give an error message but it doesn't produce results either
16:19:20
lemme check
16:21:48
seems to require a triple template
16:23:17
DELETE { ?s ?p ?o } WHERE ...
16:23:33
ahhh
16:24:38
sparql+ grammar-wise, it should go through, though
16:25:31
I should auto-inject a default template if none is specified, I guess
16:27:32
works fine now
16:27:41
'k
16:27:44
found a bug in my reserializer thouugh
