Search the web
Sign In
New User? Sign Up
jena-dev · Jena Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
SquirrelRDF and multiple data sources - MultiUnion   Message List  
Reply | Forward Message #24925 of 42473 |
I've deployed SquirrelRDF and can now query my legacy RDB in SPARQL.
I'm pleased.

However, I'm mainly interested in querying across multiple RDF data
sources. Eg I'd like to merge data from this RDB with data about
similar resources in my big triplestore.

I've previously used MultiUnion.addGraph() to stick together multiple
models, before passing that to the QueryExecution. How can I get the
'graph' view on the data with SquirrelRDF? Or, am I missing the point
- is there a graph view?

Or, is there another way you suggest I go about merging when one is a
SquirrelRDF source?

Thanks,
Katie






Mon Sep 4, 2006 1:58 pm

katieportwin
Offline Offline
Send Email Send Email

Forward
Message #24925 of 42473 |
Expand Messages Author Sort by Date

I've deployed SquirrelRDF and can now query my legacy RDB in SPARQL. I'm pleased. However, I'm mainly interested in querying across multiple RDF data sources....
katieportwin
Offline Send Email
Sep 4, 2006
2:05 pm

... Another way would be to use an RDF dataset. The query will most likely need to change. ARQ queries a Dataset (an interface) which is an unamed default...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 4, 2006
2:27 pm

... likely need ... graph and zero ... interface for ... graphs. One ... the default ... Thanks Andy. This was also helpful: ...
katieportwin
Offline Send Email
Sep 7, 2006
3:08 pm

... data ... can ... is ... graph ... this ... No need for the "FROM NAMED" clauses if you're doing to pass in a prebuilt dataset. The query engine takes the...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 7, 2006
4:08 pm

On 4 Sep 2006, at 14:58, katieportwin wrote: Hi Katie, Many apologies, jena-dev isn't reaching me at HP (grrr). ... Great. ... No, there is no graph view. ... ...
Damian Steer
pldms0
Offline Send Email
Sep 7, 2006
6:35 pm

... Hash: SHA1 Ok, it was a one liner. You can now have named normal graphs, the default graph is the LDAP or RDB backed one. Simple example: ...
Damian Steer
pldms0
Offline Send Email
Sep 8, 2006
11:20 am

... Thanks Damian, that's brilliant!! By the way, what if I had 2 RDB backed sources? By the way (just for interest), how does squirrelrdf perform the merge?...
katieportwin
Offline Send Email
Sep 8, 2006
5:39 pm

... Well, one line. It's limited, and ARQ is doing the work. ... As it happens you can just merge the configurations and squirrel will do the rest. Not well...
Damian Steer
pldms0
Offline Send Email
Sep 10, 2006
4:44 pm

... Yes, ARQ executes the query in the order given (currently). For multiple independent sources, there is DARQ : http://darq.sf.net/. There Bastian does...
Seaborne, Andy
andyseaborne
Offline Send Email
Sep 10, 2006
7:28 pm

... will ... work, ... http://darq.sf.net/. There ... reducing ... Andy, Thanks for the pointer, I will have a look at DARQ next. Katie...
katieportwin
Offline Send Email
Sep 14, 2006
10:20 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help