Channel #semsol: Logs

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

15:25:34 kwijibo: 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 kwijibo: I get: Could not properly handle "WHERE { ?s ?p ?o . FILTER( lan" in ARC2_SPARQLPlusParser
15:35:50 tuukkah: the corresponding SELECT doesn't give an error message but it doesn't produce results either
16:19:20 bengee: lemme check
16:21:48 bengee: seems to require a triple template
16:23:17 bengee: DELETE { ?s ?p ?o } WHERE ...
16:23:33 kwijibo: ahhh
16:24:38 bengee: sparql+ grammar-wise, it should go through, though
16:25:31 bengee: I should auto-inject a default template if none is specified, I guess
16:27:32 kwijibo: works fine now
16:27:41 bengee: 'k
16:27:44 kwijibo: found a bug in my reserializer thouugh