I believe that your options would be to either use D2RQ to generate a dump of the database contents in RDF and load that and your ontology into a single rdf data store (I really hate that we don't have a well recognized name for it. Triple store, quad store, native rdf store??) or if you can't to that use D2R Server for the data and put the ontology into a native store and query using sparql 1.1 and the service clause.
> -----Original Message----- > From: Dominique Guardiola [mailto:[email protected]] > Sent: Tuesday, August 23, 2011 6:19 AM > To: [email protected] > Subject: [d2rq-dev] Using Sesame wrapper > > Hi > > 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 ? > > 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 ? > > 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
