Tagged Questions
The rdfstore tag has no wiki summary.
4
votes
2answers
1k views
Usage of MongoDB as a RDFStore for data objects
Is there any tool to query MongoDB using SPARQL ?
I store object using an RDF schema (boo Mongo no schema ^^), and now i looking for a tool/server to query the datastore using SPARQL.
I started to ...
3
votes
1answer
184 views
Storage transactions in Redland's Python bindings?
I've currently skimming through the Python-bindings for Redland and haven't found a clean way to do transactions on the storage engine via it. I found some model-transactions within the low-level ...
1
vote
2answers
56 views
what's the difference between allegrograph and five column mysql table?
Allegrograph is basically a RDF triple(actually five field) store. Then why can't we create a MySQL table with five columns and store the triples in them. ?
What features does AG have over such MySql ...
1
vote
2answers
226 views
Node.js module for RDF store (persistent) and support for SPARQL HTTP Protocol?
I am looking for a Node.js module that will act as persistent RDF storage and also will have support for an SPARQL protocol (endpoint).
Actually, I have/will some RDF that I should publish as Linked ...
1
vote
2answers
437 views
JENA: initializing a HSQLDB RDF datastore
I'm trying to initialize a RDF datastore using Jena and HSQLDB. From http://jena.sourceforge.net/DB/hsql-howto.html I wrote the following code:
import com.hp.hpl.jena.db.DBConnection;
import ...
1
vote
1answer
260 views
Using Sesame 2 and MySQL in my Java Class
It's my first time with Sesame 2 so please be kind. It could be a stupid question but I can't find documentation about how to use Sesame 2 and a mysql store.
I've created one using the create mysql.
...
1
vote
1answer
205 views
Trouble with rdfstore with mysql - how to debug?
I have a mysql server running and can connect to it from my Django ORM. Can't connect using the rdflib functionality. How can I debug this problem? Thanks.
rdflib 2.4.2, python 2.6, MySQL Community ...
0
votes
1answer
63 views
Needing RDF sample dataset
Hi everyone
Ive been looking for some time now for a big enough semantic dataset to do some testing on an algorithm Im developing.
With this I mean an already existing RDF/XML file that I could ...