Channel #semsol: Logs

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

08:03:28 bengee: bengee reads mortenf's log comments
08:03:58 bengee: .. fixes parser detection bug in the LoadQueryHandler
08:05:16 bengee: hmm, the new getFormat should not let n-triples get into the xml branch
08:07:58 bengee: I added a check for at least one closing standard xml tag (</foo> or </foo:bar>). That should never be available in ntriples
08:11:14 bengee: turtle parser is probably slower than rdf/xml one because it uses regex, and also checks for some sparql constructs such as ?var
08:12:57 bengee: the turtle serializer has a priotity list for quots, the triple-' is used when it fears that triple-" is already part of the literal somewhere
08:13:33 bengee: the checks might not be perfect yet, though, e.g. when "-quots are used, but escaped
08:48:41 bengee: bengee finds mortenf's announcement on planetrdf, coolio!
17:20:37 bengee: bengee uploads new ARC rev
18:41:16 bengee: mortenf, ARC_Reader can do POST now, btw
18:41:24 mortenf: cool!
18:41:58 kwijibo: what's ARC_Reader?
18:42:10 bengee: an HTTP class
18:42:18 kwijibo: is that the part that retrieves the documents?
18:42:22 bengee: yep
18:43:07 kwijibo: cool
18:43:43 kwijibo: sometimes SPARQL queries can be too long for GETs :p
19:54:52 mortenf: mortenf wants a sparql proxy that can federate etc.
20:09:49 bengee: yeah that'd rock