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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
named graphs persisted in DB   Topic List   < Prev Topic  |  Next Topic >
Reply < Prev Message  | 
Hi,

Is it possible to reference from SPARQL query to named graphs persisted
in database use named graphs persisted in database?

***

If it is not clear I'll give you an example based on "Restricting
Possible Graph IRIs" feature described at:
http://128.30.52.31/TR/rdf-sparql-query/#specDataset

Please consider that all models with personal profile data are stored in
database. Then, as in the given example I would like to find all friends
of Alice (and she is pointed by her e-mail address), which are described
in specific graph.

In the given example it is assumed that Jena somehow knows that graphs
with specific IRIs are stored somewhere in persisted storage and IRIs
are being found during query execution. If this is a problem for Jena I
could assume that this IRI is static during query execution.

Is it clear?
Is it possible to handle with?

Regards,
Maciej




Sat Oct 7, 2006 6:04 pm

dzieciou2
Offline Offline
Send Email Send Email

< Prev Message  | 
Expand Messages Author Sort by Date

Hi, Is it possible to reference from SPARQL query to named graphs persisted in database use named graphs persisted in database? *** If it is not clear I'll...
Maciej Gawinecki
dzieciou2
Offline Send Email
Oct 7, 2006
6:11 pm

Hi Maciej, I think the best approach would be to set up an ARQ DataSet (or DataSource) which contains all the named graphs, and then use this as the source for...
Richard Cyganiak
cygri
Offline Send Email
Oct 8, 2006
11:12 am

Hi! ... So, what is the status? Do you plan any release soon? In CVS on sourceforge I found "readme" file: " SPARQL query engine that compiles to relational...
Maciej Gawinecki
dzieciou2
Offline Send Email
Oct 8, 2006
3:07 pm

Hello, I'm transitioning our app to use the SDB database, away from the deprecated RDB. It's been pretty straightforward to do, but I'm experiencing much...
Earnest_T_Bass
Offline Send Email
Dec 9, 2009
2:10 pm

... Hi Earnest, Could you log into the database and check the indexes on tables 'Nodes' and 'Quads'? SHOW INDEX is the command, iirc. There was an unfortunate...
Damian Steer
pldms0
Offline Send Email
Dec 9, 2009
4:13 pm

Here's the output from the windows term... Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 26 Server version:...
Earnest_T_Bass
Offline Send Email
Dec 9, 2009
4:53 pm

... Thanks. That looks right to me. Looking at your code I see: ontSpec = new OntModelSpec(OntModelSpec.OWL_MEM); _memModel =...
Damian Steer
pldms0
Offline Send Email
Dec 10, 2009
9:03 am

Just a few ?s for clarification, and to help me get a handle on whats going on with all these different models, graphs and datasets. Do I still create the...
Earnest_T_Bass
Offline Send Email
Dec 10, 2009
3:10 pm

... Yes. ... Yes. This scheme could be improved, but for the moment I was keeping it simple. You could add only the inferred triples, then query over both base...
Damian Steer
pldms0
Offline Send Email
Dec 10, 2009
11:33 pm

Yes, that helps a lot, but please see comments/questions below... ... When I do this: ontSpec = new OntModelSpec(OntModelSpec.OWL_MEM); _memModel =...
Earnest_T_Bass
Offline Send Email
Dec 11, 2009
1:57 pm

... The prefix table holds the prefix -> uri mappings (e.g. foaf -> http://xmlns.com/foaf/0.1/). Models don't show up there. It seems like the difference...
Damian Steer
pldms0
Offline Send Email
Dec 12, 2009
1:20 pm

Hi Richard, Thank you for clear examplanation. ... Great. ... This seems interesting for its pro. Is Jena team going to support it officially and include into...
Maciej Gawinecki
dzieciou2
Offline Send Email
Oct 8, 2006
3:43 pm

Maciej, ... Option 1 (use Jena ModelRDB) already works with Jena as is. Option 2 (NG4J) is not developed by the Jena team but by a group at Freie Universität...
Richard Cyganiak
cygri
Offline Send Email
Oct 8, 2006
5:25 pm

... Yes - at present ARQ will query each graph one-by-one. If there are just a few graphs, then this may not matter much. If it's hundreds or thousands, and ...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 8, 2006
5:27 pm
Advanced

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