|
Greeting to eveyone! New to Semantic Web. Trying to Use TDBLoader to load a 4 GB RDF/XML file.
Questions:
|
|
You can find information about the file formats in the Jena Documentation. The overview of the architecture should get you started there. I do not think an understanding of this file format is necessary. I think it is more important that RDF itself is understood. There are several options on how to query the TDB you created. The first and probably easiest option for you could be using tdbquery.bat (should be in the same folder as tdbloader.bat).
There are more options to tdbquery. Just use --help (there is not much of a documentation) If you were on Linux you would have to use the tdbquery script in the bin/ folder of your jena folder, of course. Other options would be to use the Jena Java API to Query your triplestore. You could also make the triplestore available over HTTP using Fuseki. This would allow you to use a range of SPARQL GUIs, as suggested here. I do not know about the severity of the warnings. Thanks a lot for the help! I can now query the TDB store using Jena Java API. However, when I tried to use dotNetRDFTools-0.72 and twinkle-2.0 with the same query, they both complained about no file. Do they only accept file? I thought someone mentioned TDB-backed store can also be used. Thanks again! You use Jena Fuseki (start it with --loc) for that and access the data over HTTP. They don't understand the database file form directly. @Charles Li The dotNetRDF Store Manager tool can talk to Jena databases but only via the Fuseki web server - http://jena.apache.org/documentation/serving_data/ |


Crossed posted to a Jena mailing list,