On 23 Aug 2011, at 11:19, Dominique Guardiola wrote:
> I've installed DR2Q to publish rdf data from a django app. Basic mapping works
> The question has perhaps already been asked before but I didn't find any way 
> to search the mailing list archive.
> 
> I wanted to store some ontologies in D2RQ, in order to query them later, is 
> it possible ?

I'm not quite sure what you mean here.

D2RQ provides access to an RDF view onto a relational database.

It's not an ontology store or RDF store.

> With RDFLib/SuRF I had to do this against an OpenRDF instance :
> 
> import surf
> store = surf.Store( reader = "sesame2",
>                   writer = "sesame2",
>                   server = "localhost",
>                   port = 8080,
>                   root_path = "/openrdf-sesame",
>                   repository = "test")
> 
> But what are the correct root_path, port and repository settings for D2RQ ?

I don't know anything about SuRF, but it sounds like it wants to access a 
SPARQL endpoint?

If that is the case, then you want to look at D2R Server, which provides a 
SPARQL endpoint on top of the D2RQ engine/API:
http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/

You won't need Sesame if you use D2R Server. (Except if you want to store your 
ontologies in Sesame, but that's an issue completely separate from D2RQ.)

Best,
Richard





> 
> Here is the content of the lib folder :
> 
> antlr-2.7.5.jar
> arq.jar
> commons-collections-3.2.jar
> commons-lang-2.3.jar
> commons-logging-1.1.jar
> concurrent.jar
> d2r-server-0.7.jar
> d2rq-0.7.jar
> icu4j_3_4.jar
> iri.jar
> jakarta-oro-2.0.8.jar
> jena-2.6.4.jar
> jena.jar
> jetty-6.1.10.jar
> jetty-util-6.1.10.jar
> joseki.jar
> json.jar
> junit-4.5.jar
> log4j-1.2.12.jar
> mysql-connector-java-5.1.7-bin.jar
> openrdf-sesame-2.4.2-onejar.jar
> postgresql-9.0-801.jdbc3.jar
> servlet-api-2.5-6.1.10.jar
> slf4j-api-1.5.6.jar
> slf4j-log4j12-1.5.6.jar
> velocity-1.5.jar
> xercesImpl-2.7.1.jar
> xercesImpl.jar
> xml-apis.jar
> 
> 
> Thank you for your help
> 
> 
> --
> Dominique Guardiola, QUINODE
> • http://www.quinode.fr/
> • Tel : 04.27.86.84.37
> • Mob : 06.15.13.22.27
> 
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
> user administration capabilities and model configuration. Take 
> the hassle out of deploying and managing Subversion and the 
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> d2rq-map-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel


------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
d2rq-map-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel

Reply via email to