Channel #semsol: Logs

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

05:43:12 kunal: Hi All..
05:44:37 kunal: i am trying to subscribe to the mailing list of arc at arc-dev@semsol.org
05:45:07 kunal: but i didnt got any confirmation and also not able to see my mail in the public archieve on the website
05:45:21 kunal: any issues with it
05:45:23 kunal: ?
06:50:00 kwijibo: did you check your spam folder?
07:22:28 kwijibo: well, that one got through
09:06:45 kunal: i got my subscription going at the 3rd subscribe mail
09:06:46 kunal: thanks
09:13:24 bengee: I'll have a look, kunal
09:14:08 bengee: bengee just returned from day off, it may take some time until I get there
09:16:54 kwijibo: hey bengee
09:18:35 bengee: heya
09:44:19 bengee: kunal, do you know which ARC revision you are using? There should be no triple_back table any more
09:44:38 bengee: triple_back*up*
09:56:23 bengee: but I get errors, too. I'll track this one down
09:59:44 bengee: ah, it's the literal subject
09:59:56 bengee: and the literal predicates
10:46:25 kunal: hey bengee.. i took arc version, a month and a half back
10:47:38 kunal: so to restrict the subjects and predicts to literals, y this a constraint from the arc side
10:48:05 kunal: semantically i can put literals there and retrieve them
10:48:21 kunal: if my store doesnt face any conflict
10:48:22 bengee: it's an rdf thing
10:48:52 kunal: i was using the drupal rdf module, i was able to achieve literals there
10:49:11 kunal: even the parsing done by arc parser was not reporting any errors
10:49:12 bengee: yeah, but then it's more flexible then usual rdf systems
10:49:34 kunal: okies....
10:49:54 bengee: sparql allows literal s/p/o, but rdf/xml or turtle don't
10:50:31 bengee: I think n3 even allows blank predicates
10:50:38 kunal: yaa
10:50:49 kunal: but turtle allows it
10:51:04 kunal: i am parsing the turtle with literals using arc parsers
10:51:29 kunal: they dont make the literals to uri as they do it for rdf+xml
10:52:25 kunal: one more thing where i can find the map for o_type and s_type columns in _triple table
10:52:43 bengee: yeah, that's because ARC's Turtle parser is derived from the SPARQl grammar
10:52:55 kunal: hmmm....
10:53:15 bengee: ARC's turtle parser will allow ?var, too
10:53:44 kunal: okiess.....
10:53:46 bengee: but it's invalid turtle
10:53:50 kunal: yaaa
10:55:09 bengee: I was wondering about allowing literals anywhere in the store, but that would have made the value mapings more complicated
10:56:02 bengee: re s_type/o_type: 0 = uri / 1 = bnode / 2 = literal
10:56:50 kunal: okie... but although we still have the value mapping here
10:57:23 kunal: cannt these be used .. say 2 when subject is a literal
10:57:45 kunal: and the _s2val can have the liteal value
10:59:16 bengee: not as easily as it seems
10:59:28 kunal: yaa i can understand...
10:59:46 kunal: i saw your trice project briefing
11:00:06 kunal: when u plan to release it.. it seems very interesting stuff
11:00:51 bengee: trice should have been out already, I'm pretty late there
11:01:54 kunal: it would be very nice as we are trying to do some semantic stuff using drupal and contributed modules
11:02:11 bengee: ah, cool
11:02:33 kunal: thanks for your time bengee....
11:02:48 bengee: there'll be some code soon that bundles Trice, e.g. knowee
11:03:08 bengee: once that's out, I'll set up a site and stuff
11:03:09 kunal: thats cool
11:03:22 kunal: will be eagerly waiting for it
11:03:26 bengee: :)
11:03:46 kunal: thanks for your time ... i will bug u again when i am stuck :)
11:03:56 bengee: yeah, np
11:04:32 kunal: catch you...
14:11:48 kwijibo: hey bengee - just a thought, what about allowing something like LOAD ?link WHERE { ?s ?p ?link . FILTER(isURI(?link)) OPTIONAL( ?link ?p2 ?o2 ) FILTER(!bound(?o2)) } ?
14:12:16 kwijibo: nah, actually, overkill
14:12:20 kwijibo: nm
14:13:22 bengee: I guess SPARQLScript will enable use cases like this
14:13:39 kwijibo: yeah
14:13:51 danbri: what's sparqlscript?
14:13:56 kwijibo: sparqlscript++
14:13:58 danbri: the bot brain language?
14:14:37 bengee: something I'm trying to generalise. initiated by bot stuff, yeah
14:15:13 kwijibo: bengee did a wiki page somewhere
14:15:16 bengee: http://esw.w3.org/topic/SPARQL/Extensions/SPARQLScript
14:15:22 kwijibo: thassawun