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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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
SPARQL with a little Jena   Message List  
Reply | Forward Message #30651 of 42517 |
Just a conversation starter about how others are using SPARQL in their apps.
 
I've found SPARQL to be a bit limited for certain types of queries, such as counting or grouping.  The way I'm solving this is to use SPARQL to get the Individual references I'll need (sub graph), then I use Jena to iterate of the result set and gather further information from properties on the Individuals.
 
What I'm finding enjoyable is that even after the query you can still walk the nodes in the result, something you just can't do in SQL...so it's a hybrid approach, 1st a query to reduce the graph, then back to jena api.
 
Taylor


Be a better Heartthrob. Get better relationship answers from someone who knows.
Yahoo! Answers - Check it out.

Tue Aug 21, 2007 2:06 pm

taylor_cowan
Offline Offline
Send Email Send Email

Forward
Message #30651 of 42517 |
Expand Messages Author Sort by Date

Just a conversation starter about how others are using SPARQL in their apps. I've found SPARQL to be a bit limited for certain types of queries, such as...
Taylor Cowan
taylor_cowan
Offline Send Email
Aug 21, 2007
2:16 pm
Advanced

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