Hi Zachary, On 6/3/2011 6:31 AM, Whitley, Zachary C. wrote: > You can also try using a SPARQL 1.1 end point, construct your data set and > query the D2RQ endpoint using a SERVICE clause Thank you for the SERVICE hint! So far, I was only aware of SPARQL 1.0 (named graphs) but the SERICE clause is exactly what I needed. I'm starting to look at the 1.1 and ARQ documentation to see what else I can use in my queries in addition to the 1.0 version.
I think I now have a setup that works; two Josekie services (one for the ontology and one for the database) with "SERVICE <http://d2rqserver-service>" in the query. > SELECT > * > FROM<http://localhost/my/file.ttl> > WHERE { > s p o . > s p o . > etc. > SERVICE<http://localhost:2020/sparql> { > s p o . > s p o . > s p o . > etc. > } > > You probably won't be able to accomplish what you're looking to do by setting > up a custom joseki end point so as Richard said you're probably just better > off with the default D2RQ setup. The only thing that I can see you getting > from a custom joseki endpoint is being able to use something other than pubby > to publish your resources. I am not familiar with pubby but I'll check it out to see if it has any use in my case. All the best, Shahim ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ d2rq-map-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel
