On 6 Nov 2010, at 02:12, Anoop Bhatti wrote:
> Is possible to use Jena models other than the d2rq implementation?
> I need to tie into Jena models other than d2rq Jena models. Some of my
> content will be in sdb triple stores.

Depends on what you want to do with the data!

Here are some pointers you might find useful:

Accessing multiple models as a single model through the Jena API:
http://jena.sourceforge.net/javadoc/com/hp/hpl/jena/graph/compose/MultiUnion.html

Putting a linked data interface similar to that of D2R Server on top  
of other SPARQL endpoints:
http://www4.wiwiss.fu-berlin.de/pubby/

Federated SPARQL-like queries over multiple SPARQL endpoints:
http://jena.sourceforge.net/ARQ/service.html

A personal recommendation: If you can, then export the contents of the  
D2RQ-mapped database as an RDF dump and load that into your triple  
store along with the other data. This tends to work much better in  
practice than federated approaches. There are obvious downsides with  
regard to frequently-changing data, so this approach might not work  
for you.

Best,
Richard



>
> Thank you,
> Anoop Bhatti
>
> ------------------------------------------------------------------------------
> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> David G. Thomson, author of the best-selling book "Blueprint to a
> Billion" shares his insights and actions to help propel your
> business during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
> _______________________________________________
> d2rq-map-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel


------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
d2rq-map-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel

Reply via email to