Channel #semsol: Logs

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

13:56:27 terraces: hi all.
13:59:13 terraces: bengee, I have accentuated chars problems with ARC2. When adding a triple like ':x dc:title Portabilité des données', it stores ':x dc:title Portabilit'
14:00:38 bengee: how are you trying to add the triple?
14:03:53 bengee: bengee can reproduce the bug
14:04:05 terraces: using INSERT INTO <$graph> { $data }
14:04:33 bengee: latest revs have a new literal parser, maybe I introduced a bug
14:08:29 bengee: hm, no, it's not the parser
14:08:37 bengee: bengee checks sql generator
14:09:43 bengee: this used to work fine (e.g. the channel logger, which uses ARC, had no problems storing your example snippet)
14:12:27 terraces: I'm indeed using it with the last version of ARC2
14:18:58 bengee: ok, missing utf8_encode
14:19:06 bengee: not sure why, though
14:24:34 rgeorgy: hello everyone
14:27:28 bengee: I have to find the right place to inject it, somewhere before turtle processing, I guess
14:44:51 bengee: terraces, I think I have a fix, will re-run my tests now, not 100% sure about side effects
14:45:43 terraces: ok, thanks, I can test it on my app as well if you want
15:00:55 kwijibo: bengee: have you ever had any problems with the turtle parser? I'm only getting the first triple from turtle docs (generated by ARC's serialiser)
15:17:01 bengee: kwijibo, do you have a pointer?
15:18:20 kwijibo: bengee I'll send you an email, see if you can reproduce it
15:19:53 kwijibo: bengee: ah I think I see what it is - something's up with the turtle
15:20:05 kwijibo: the lang's are empty
15:20:17 kwijibo: so there are literals like "foo"@ .
15:20:24 bengee: ah, ok
15:20:28 bengee: fixable
15:20:56 bengee: thx
15:21:48 bengee: ok, fixed
15:21:54 bengee: bengee prepares a new rev
15:22:56 kwijibo: perhaps this should be specified in the spec - whether lang and datatype keys should be empty, or absent ?
15:23:12 kwijibo: since it makes a difference to how you write code
15:23:19 kwijibo: eg isset vs empty
15:24:32 bengee: trailing @ or ^^ is not allowed
15:24:45 kwijibo: i mean for the rdf json spec
15:24:50 bengee: ah
15:46:27 rgeorgy: I have a question regarding resource consolidation
15:47:20 rgeorgy: Whenever I make a resource consolidation to say 3 reources, with mbox for example
15:47:39 rgeorgy: One resource overrides others properties
15:48:17 rgeorgy: i.e. both other resources homepage property gets overriden on favour of the first resource
15:48:54 rgeorgy: I though that different properties would be queued only
15:49:07 rgeorgy: could anybidy answer me?
15:49:11 bengee: that's how it should be, yes
15:49:28 rgeorgy: Override?
15:49:57 rgeorgy: or just add them?
15:50:03 bengee: could you prepare a small rdf/xml or turtle test file containing the three resource descriptions? then I'll have a look
15:50:12 rgeorgy: sure
15:50:26 rgeorgy: that's kind of you
15:50:49 bengee: nah, I'm happy about bug reports
16:02:40 rgeorgy: bengee, how could I send you the test file :)
16:03:29 bengee: either to the mailing lit, or to bnowack at semsol.com
16:13:36 rgeorgy: I sent you the file on your email
16:13:40 bengee: cheers :)
18:01:29 bengee: terraces/kwijibo, new rev is online
18:01:46 kwijibo: ta bengee, you're a prince among men
18:01:53 bengee: ha!
18:05:13 kwijibo: lots of changes in this one
18:05:14 bengee: yeah
18:05:39 kwijibo: what does getStructType do bengee? sniff out internal structures?
18:05:49 bengee: yes
18:06:10 kwijibo: CB is presumably CrunchBase ?
18:06:58 kwijibo: what does POSHRDFSerializer do?
18:07:17 bengee: getStructType is for sparqlscript templates, where you can do """${something}""" and the processor has to generate rdf or something else
18:07:28 bengee: CB: yep
18:07:53 bengee: poshrdfser doesn't do much yet, mainly just html + a few classes