Search code examples
mongodbrdfsparqlrdfstore

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 write a SPARQL parser, but if such as tool exists, i think i would use it.

Thanks in advance.


Solution

  • I would suggest, if you use RDF, that you have a look at Neo4J database, rather than MongoDB. Neo4J is a graph database and is well suited for manipulation of RDF data.