Channel #semsol: Logs

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

05:48:46 [1]kunal: hi all
07:00:57 kwijibo: [1]kunal: $store->insert($doc, $graph);
07:01:37 kwijibo: where $doc is a turtle/rdf/xml/etc string
07:02:51 [1]kunal: and wut should be graph
07:02:54 [1]kunal: ?
07:03:36 [1]kunal: do i need to tell upfront wuts the format ?
07:03:42 kwijibo: no
07:04:03 [1]kunal: okies...
07:04:04 kwijibo: graph is the uri of the graph you want to store the doc in
07:04:38 kwijibo: it could be the uri you took the doc from on the web
07:04:44 kwijibo: it could be a uri you mint yourself - whatever you want
07:04:52 [1]kunal: got it .. thanks...
07:05:04 [1]kunal: let me just try this.....
07:19:42 [1]kunal: this works fine.. just one question... in the triple table ..column o_comp have a limit of 35 chars.. any reasons for that.. its triming my strings there
07:19:56 [1]kunal: thanks a lot for your help
07:31:23 kwijibo: sorry, no idea about that
07:43:19 [1]kunal: there are couple of things i noted on this
07:44:01 [1]kunal: i have this turtle
07:44:03 [1]kunal: @prefix m: <http://ranker/node/movies#> .
07:44:05 [1]kunal: @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
07:44:06 [1]kunal: @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
07:44:07 [1]kunal: "Mission Impossible 1996"
07:44:08 [1]kunal: "description" "An American agent, under false suspicion of disloyalty, must discover and expose the real spy without the help of his organization.";
07:44:10 [1]kunal: "has_genre" "Action"^^rdfs:Genre;
07:44:11 [1]kunal: "has_genre" "Sci-Fi"^^rdfs:Genre;
07:44:12 [1]kunal: "runtime" "115 min." .
07:44:56 [1]kunal: the tables are getting populated when i fire store->insert
07:45:10 [1]kunal: but the triple table is not getting populated
07:46:38 [1]kunal: and when i query on this... using sparql
07:46:40 [1]kunal: select ?o1 ?s1 ?p1 where{
07:46:41 [1]kunal: ?o1 ?s1 ?p1
07:46:42 [1]kunal: }
07:46:52 [1]kunal: i get an exception
07:48:03 [1]kunal: "Table 'sem.testrepos_' doesn't exist in ARC2_StoreSelectQueryHandler" } array(1) { [0]=> string(83) "Table 'sem.testrepos_' doesn't exist in ARC2_StoreSelectQueryHandler" }
07:48:22 [1]kunal: where testrepos is the store prefix
07:48:48 [1]kunal: any thoughts on this
07:48:50 [1]kunal: ?
07:53:52 kwijibo: not me - bengee?
07:54:10 kwijibo: oh, he isn't here
07:54:39 kwijibo: [1]kunal try asking the mailing list
07:56:03 [1]kunal: i tried subscribing to the mailing list but till now i havent got the confirmation mail