Channel #semsol: Logs

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

12:52:45 bengee: bengee uploads a new ARC rev
13:03:56 kwijibo: ta bengee
13:04:00 kwijibo: bengee++
13:05:20 kwijibo: bengee: how have you handled the literal subtypes etc?
13:05:41 kwijibo: also wondering if the changes will have affected the sparql processor
13:05:58 bengee: they won't show up in the triples/index structures
13:06:49 bengee: I noticed that the turtle serializer didn't use that information anyway
13:07:07 kwijibo: what about the sparql processor? have there been any changes there, to the sparql query infos struct?
13:07:14 bengee: and neither did the slq generator
13:08:03 bengee: yeah the structure chnage is that "type" is now "literal", with a "sub_type" set to literal1, literal2, etc
13:08:48 kwijibo: ok, thanks (need to know so i can make changes to the sparql reserialiser)
13:09:00 bengee: ah, right
13:09:23 kwijibo: slightly ironic that these changes i pushed you for seem to be largely breaking my own code ;)
13:09:30 bengee: heh
13:09:52 bengee: they break mine, too, but I think it was worth it
13:10:19 bengee: I like the "uri" everywhere, and a single "literal" is much better, too
13:11:32 kwijibo: it will be worth it I hope :)
13:11:39 bengee: and the turtle parser is much faster now :)
13:12:01 bengee: thx to the tweaks triggered by Arto's comments
13:13:02 bengee: replacing match('/literal/') with == 'literal' is good, too
13:13:32 bengee: http://arc.semsol.org/community/arc-dev/archives/2008/07/PM-GA.20080701150532.5EA44.2.1D@semsol.com