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 to share photos of your group with the world? 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
Messages 37157 - 37186 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37157
Hi Andy, I tried the development version of Jena 2.5.7 and it solved my problem :-) - I am able to create and read models from MS-SQL DB. Do you have an...
y_mazar
Offline Send Email
Dec 1, 2008
8:20 am
37158
... custom ... and ... Yes, i understand that and i read this document a few weeks ago Things start to become much clearer for me, I hope this post is also ...
fabiandev
Offline Send Email
Dec 1, 2008
8:47 am
37159
... Linked data and "little inferences" are perfectly compatible. It is just that some of the linked data work is more likely to make use of ontologies which...
Dave Reynolds
derihy
Offline Send Email
Dec 1, 2008
10:01 am
37160
... Thanks! fabian...
fabiandev
Offline Send Email
Dec 1, 2008
11:16 am
37161
Greetings! I would like to add a WHERE expression to a base SPARQL query. E.g. this expression LET (?rand := my-fn:Rand())} So a base query like this select...
David Donohue
schtickdisc
Offline Send Email
Dec 1, 2008
1:30 pm
37162
... I just hacked together something here: <http://code.google.com/p/caboto/source/browse/#svn/trunk/Caboto/caboto/src/main/java/org/caboto/filters> the basics...
Damian Steer
pldms0
Offline Send Email
Dec 1, 2008
1:45 pm
37163
... [hit 'send' to early] Element toAdd = new ElementAssign( Var.alloc("rand") , new E_Function( myFnNamespace + "Rand", new ExprList() ); I'm not 100% sure of...
Damian Steer
pldms0
Offline Send Email
Dec 1, 2008
1:53 pm
37164
Thanks for this Dave, it makes more sense now. Of interest, do you know the theoretical complexity (time and or space) for the backward engine in Jena. Or do...
phil_butt2000
Offline Send Email
Dec 1, 2008
1:54 pm
37165
Hello I'm extending GraphBase calling and tried calling the super.constructor with the three different ReificationStyleS. I expected ReificationStyle.minimal...
Reto Bachmann-Gmür
reto@...
Send Email
Dec 1, 2008
1:55 pm
37166
... ElementWalker? Applies an ElementVisitor over the whole of a syntax expression. But t can only mutate structures, which is error prone. The Support for...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2008
2:26 pm
37167
Everything in SPARQL synatx fits into a group (roughly, the {} markers). ElementGroup has "addElement(Element)". Not also that you may be better off working...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2008
2:26 pm
37168
... Sorry not really. Jena is a highly simplified implementation of the SLG-WAM architecture behind XSB (among the massive simplifications being no support...
Dave Reynolds
derihy
Offline Send Email
Dec 1, 2008
2:38 pm
37169
... Excellent - thanks for trying that out. ... I think it's the BIN ones that work (I have recently upgraded to MS SQL Server 2008 on my development machine...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2008
2:54 pm
37170
Ahh ok. Yes I am also trying to run some sample programs etc to get a feel for performance. Of course by looking for the theoretical complexities this would...
phil_butt2000
Offline Send Email
Dec 1, 2008
3:51 pm
37171
Hi, I'm new to the list, so first of all, I would like to appreciate what a great software Jena/ARQ/LARQ/TDB etc. is! I've been experimenting with LARQ and I...
joawermter
Offline Send Email
Dec 1, 2008
4:25 pm
37172
The Jena Reasoner Specification seems to provide categories of rules to be used to accomplish various kinds of OWL or RDFS rules-based reasoning. It seems like...
andrew_crapo
Offline Send Email
Dec 1, 2008
4:31 pm
37173
Hello all, The ARQ assignment extension works weird with two assignments in line. Let's consider this example: SELECT * { LET(?var1 := "Hello"). LET(?var2 :=...
max.gorbunov
Offline Send Email
Dec 1, 2008
5:36 pm
37174
Hello, I try to use OWL, Pellet and Jena to retrieve valid Classes/Individuals for a specific ObjectProperty of a specific Class/Individual. Is there any...
der_hasi_001
Offline Send Email
Dec 1, 2008
8:32 pm
37175
... Note: .execSelect does not execute a query to completion. It starts an execution. With TDB, which internally is streaming, each nextSolution causes some...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2008
9:34 pm
37176
... It was a bug. It is fixed in ARQ 2.4 and 2.5.0 (which are post-Jena 2.5.6 which has ARQ 2.3 in it). ... FILTER works with assigned variables (after the...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 1, 2008
9:44 pm
37177
I saw this today in an example at http://wiki.foaf-project.org/UsingBasedNear <geo:Point geo:lat="41.8833" geo:long="12.5"/> It that the same as this? ...
Taylor Cowan
taylor_cowan
Offline Send Email
Dec 1, 2008
9:59 pm
37178
... At the risk of sounding like a broken record, isn't the question 'why could it matter?'. It's the same three triples, regardless. ... are you parsing the...
James Howison
jameshowison
Offline Send Email
Dec 1, 2008
10:31 pm
37179
... (I'll agree in passing with James Howison's why-does-it-matter.) The answer, my friend, is blowing in the IO howto (doc/IO/iohowto.html in the download),...
Chris Dollin
kers_ihy
Offline Send Email
Dec 2, 2008
9:00 am
37180
... That depends on what you mean by "valid". You should read the "Presenting RDF as frames" document (which is in doc/howto/rdf-frames.html in the Jena...
Chris Dollin
kers_ihy
Offline Send Email
Dec 2, 2008
10:17 am
37181
Last thing then :-) Are there any flags or anything that I can set so that the backward engine uses less memory, I do not mind if in turn it takes longer. So I...
phil_butt2000
Offline Send Email
Dec 2, 2008
10:43 am
37182
... (Be afraid. Be very afraid.) ... No. `Minimal` means "don't ask, don't care" about any reification triples added or removed to/from the graph by the...
Chris Dollin
kers_ihy
Offline Send Email
Dec 2, 2008
10:46 am
37183
Hi Chris Thanks for (frightening, frightening indeed) reply :) Chris Dollin said the following on 12/02/2008 11:47 AM: ... Ok, misunderstood "minimal", for...
Reto Bachmann-Gmür
reto@...
Send Email
Dec 2, 2008
11:36 am
37184
So to avoid iterating over the graph, I wrote an implementation of Reifier (attached) that doesn't store any triples and queries the underlying graph to answer...
Reto Bachmann-Gmür
reto@...
Send Email
Dec 2, 2008
1:21 pm
37185
Reto, Chris, This might be useful: Test suite that only applies to "Standard" that I produced from the full Jena one: ...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 2, 2008
1:35 pm
37186
... David, The short answer is that Jena does not provide any facilities for this - it's up to the storage or service to do it. It's an area where the...
Seaborne, Andy
andyseaborne
Offline Send Email
Dec 2, 2008
1:51 pm
Messages 37157 - 37186 of 42052   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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