|
Hello All, I have uploaded data into TDB using TDBLoader , I can query the data using the tdbquery script without any problems however when I try and use the Fuseki server for the same database location I do not get any queries back. I am using windows7 , I can query with the same fuseki server the triples I load with Jena API , it seems fuseki is not recognizing only the triples loaded from tdbloader. Is this a known issue ? can someone please let me know ? Thank You. |


What is the server configuration? Are you using command line args or ca configuration file to name the database?
Hi Andy,
I am using the jena fuseki 0.2.5 and yes I specify the database location by the --loc line argument .
I have also noticed that this behavior happens even when I load the data from the fuseki UI upload mechanism.
Right now I am only able to query the data that I am inserting via an API. To me it seems like an issue of default graph , as using tdb I do nto specify any graph and it seens the default graph triples are not being returned in a select query.