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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 37416 - 37445 of 42024   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37416
... "new_query.rq" just happens to be the 10th argument, forgetting about "=" The sparql.bat passes %1 ... %9 to the java program. As I have just discovered,...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 1, 2009
1:12 pm
37417
Hi, I have written a filter function that takes fiver arguments, I would like to publish the source code for this function, but there is a slight problem. Jena...
David Potts
davidpottsa
Offline Send Email
Jan 1, 2009
1:40 pm
37418
... Yes - leave a copyright statement to acknowledge the original material. Remove the license (the long bit at the bottom of the file) because you get to...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 1, 2009
7:52 pm
37419
Hello, I'm trying to explore Eyeball and came up with this simple test case: 1 – I have the following in my CLASSPATH: ...
dotmedia08
Offline Send Email
Jan 1, 2009
8:45 pm
37420
... On Behalf ... The background is that I'm using a triple store as the persistence back-end for an annotation server. The server implements the (draft) W3C...
sxc.junk
Offline Send Email
Jan 2, 2009
12:19 am
37421
Hi Andy, It took some digging but I think I found a useful fix for this problem. Replace your %1 thru %9 parameters with %* , for more info see ...
Tim Harsch
harschware
Offline Send Email
Jan 2, 2009
3:16 am
37422
... not ... property p ... other ... q ... instance ... get ... body ... isn't ... p ... not ... values ... need ... rule ... Have ... using ... This is ... ...
andrew_crapo
Offline Send Email
Jan 2, 2009
1:22 pm
37423
... No sorry, builtins are just for computing values over the arguments (possibly also sneaking a look at the underlying Model). Jena doesn't support execution...
Dave Reynolds
derihy
Offline Send Email
Jan 2, 2009
4:04 pm
37424
I have been working on a project that requires some gis lookup work, the data is held in an RDF data store and I wanted to report the nearest objects within a...
David Potts
davidpottsa
Offline Send Email
Jan 2, 2009
4:53 pm
37425
Hi, I get the (abrreviated) stack trace below when I parse this query: "SELECT * WHERE { GRAPH [] { ?s ?p ?o . } }" According to the "querying datasets"...
Tim Harsch
harschware
Offline Send Email
Jan 2, 2009
5:21 pm
37426
Tim, Thanks for that – I’ve applied the change to all the bat scripts in ARQ. Andy From: jena-dev@yahoogroups.com [mailto:jena-dev@yahoogroups.com] On...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 2, 2009
6:06 pm
37427
... Tim, The tutorial is wrong and will be fixed - it was true in SPARQL that blank nodes could be used anywhere as variables that could not be projected out...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 2, 2009
6:13 pm
37428
Hi, I am trying to read in a .owl ontology like so: Model model = ModelFactory.createOntologyModel( OntModelSpec.OWL_DL_MEM ) ; ...
Alex Genadinik
genadinik
Online Now Send Email
Jan 2, 2009
6:27 pm
37429
Hi there, It's a (known) bug: when reading into an OntModel at a URL that does content negotiation, Jena does not set the headers correctly. The workaround is...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 2, 2009
8:06 pm
37430
... That should be a single SQL query in SDB which may confuse some earlier versions of ARQ. I get one SQL query using SDB 1.1. Try sdbprint. ... The second...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 2, 2009
8:37 pm
37431
... a ... running ... extension ... (the ... models ... Hi, We have checked the changes against a few scenarios. Type of model Construct to check Output for...
kavitapravindeshpande
kavitapravin...
Offline Send Email
Jan 3, 2009
8:21 am
37432
... Unfortunately that would require non-backward compatible changes since apart from the new support for user defined datatypes the resource-as-culprit...
Dave Reynolds
derihy
Offline Send Email
Jan 3, 2009
12:54 pm
37433
Hi, thank you guys for all the help you have given me so far.  I have another question :) I imported the goodRelations ontology and also made my own data in...
Alex Genadinik
genadinik
Online Now Send Email
Jan 3, 2009
5:57 pm
37434
... two ways. Either define the rdf: prefix (my preference) or use the "a" shortcut. SELECT ?offering_url WHERE { ?offering_url a...
James Howison
jameshowison
Offline Send Email
Jan 3, 2009
6:32 pm
37435
Version info: Jena 2.5.6 ARQ 2.5.0 Using JNDI to create a DBConnection (http://pastebin.com/m5f9ce73) we experience problems when trying to do a SPARQL/Update....
Magnus Haraldsen Amun...
Magnus.Haraldsen.Amun...
Send Email
Jan 3, 2009
8:02 pm
37436
Hi, I tried your suggestion of defining the prefixes like the following:         String goodRelationsQuery = "PREFIX gr:...
Alex Genadinik
genadinik
Online Now Send Email
Jan 5, 2009
1:01 am
37437
... You kinda missed the most important PREFIX :) PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> rdf: is a PREFIX like any other, you have to...
James Howison
jameshowison
Offline Send Email
Jan 5, 2009
1:25 am
37438
... earlier versions of ARQ. I get one SQL query using SDB 1.1. Try sdbprint. I'll need to take another look at this one. Perhaps I was using the older...
sxc.junk
Offline Send Email
Jan 5, 2009
3:19 am
37439
... Yippee! ... You /must/ use all and only the jars that shipped with Eyeball, in case Eyeball relies on code later than a public release of Jena. As it...
Chris Dollin
kers_ihy
Offline Send Email
Jan 5, 2009
8:52 am
37440
Hi Chris, Thanks for your reply. Well, I changed all the uppercase URI's to lowercase and no more messages complaining about uppercase letters. However, this...
dotmedia08
Offline Send Email
Jan 5, 2009
3:57 pm
37441
Hi there, I think that error message was only complaining about the hostname component of your URIs, i.e., the capital D in myDomain.org (assuming that was the...
Brian J Lowe
bjl23cornell
Offline Send Email
Jan 5, 2009
4:15 pm
37442
Thanks Brian for your feedback, that solves one of my 2 problems. I still have the other issue of "predicate not declared in any schema" Karen ... component ...
dotmedia08
Offline Send Email
Jan 5, 2009
4:33 pm
37443
Which version of the code is this? It will happen if in: connection = new DBConnection(ds.getConnection(), "PostgreSQL"); then ds.getConnection() is null. (The...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 5, 2009
4:37 pm
37444
... the ... using a ... running ... the ... extension ... Resource ... the ... of ... models ... validation ... give ... works ... conflict ... a ... and ... a...
kavitapravindeshpande
kavitapravin...
Offline Send Email
Jan 6, 2009
7:18 am
37445
... It's only the /hostname/ (and the protocol) that should be lower-case. Capitals in the path are OK, and indeed encouraged for the first letter of (the...
Chris Dollin
kers_ihy
Offline Send Email
Jan 6, 2009
8:27 am
Messages 37416 - 37445 of 42024   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