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