HI,
I upload the tuples using ruby s-put http://localhost:3030/ds3/data
default search.owl. And I can able to query using fuseki control panel.
But when I cleaned the database using "ruby s-update --service http:
//localhost:3030/ds/update 'CLEAR DEFAULT'" and tried to upload the
tuples using tdbloader "java -Xmx1200M -classpath "../lib/*;"
tdb.tdbloader --loc=./TD1 ./ds2/search.owl" I am getting the the message
that the file is
uploaded.
-- Start triples data phase
** Load into triples table with existing data
Load: ./ds2/search.owl -- 2012/06/22 10:41:51 PDT
-- Finish triples data phase
10,362 triples loaded in 1.56 seconds [Rate: 6,629.56 per second]
-- Start triples index phase
-- Finish triples index phase
-- Finish triples load
** Completed: 10,362 triples loaded in 1.56 seconds [Rate: 6,629.56 per
second]
But I cannot able to get the result while giving the query statement. Also
fuseki server doesn't shows any log message at the time of uploading. But
I received " :: [4] POST http://localhost:3030/ds3/update " when uploading
with "ruby s-put ....".
My question is why I was not able to retrieve the data when I used
tdbloader to upload the data.
Regards