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