This is a public chat log generated from the #semsol IRC channel.
05:48:46
hi all
07:00:57
[1]kunal: $store->insert($doc, $graph);
07:01:37
where $doc is a turtle/rdf/xml/etc string
07:02:51
and wut should be graph
07:02:54
?
07:03:36
do i need to tell upfront wuts the format ?
07:03:42
no
07:04:03
okies...
07:04:04
graph is the uri of the graph you want to store the doc in
07:04:38
it could be the uri you took the doc from on the web
07:04:44
it could be a uri you mint yourself - whatever you want
07:04:52
got it .. thanks...
07:05:04
let me just try this.....
07:19:42
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
thanks a lot for your help
07:31:23
sorry, no idea about that
07:43:19
there are couple of things i noted on this
07:44:01
i have this turtle
07:44:03
@prefix m: <http://ranker/node/movies#> .
07:44:05
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
07:44:06
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
07:44:07
"Mission Impossible 1996"
07:44:08
"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
"has_genre" "Action"^^rdfs:Genre;
07:44:11
"has_genre" "Sci-Fi"^^rdfs:Genre;
07:44:12
"runtime" "115 min." .
07:44:56
the tables are getting populated when i fire store->insert
07:45:10
but the triple table is not getting populated
07:46:38
and when i query on this... using sparql
07:46:40
select ?o1 ?s1 ?p1 where{
07:46:41
?o1 ?s1 ?p1
07:46:42
}
07:46:52
i get an exception
07:48:03
"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
where testrepos is the store prefix
07:48:48
any thoughts on this
07:48:50
?
07:53:52
not me - bengee?
07:54:10
oh, he isn't here
07:54:39
[1]kunal try asking the mailing list
07:56:03
i tried subscribing to the mailing list but till now i havent got the confirmation mail
