... "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,...
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...
... 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...
... 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...
... not ... property p ... other ... q ... instance ... get ... body ... isn't ... p ... not ... values ... need ... rule ... Have ... using ... This is ... ...
... 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...
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...
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, 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...
... 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...
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...
... 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...
... a ... running ... extension ... (the ... models ... Hi, We have checked the changes against a few scenarios. Type of model Construct to check Output for...
... Unfortunately that would require non-backward compatible changes since apart from the new support for user defined datatypes the resource-as-culprit...
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...
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...
Jan 3, 2009 8:02 pm
37436
Hi, I tried your suggestion of defining the prefixes like the following: Â Â Â Â Â Â Â String goodRelationsQuery = "PREFIX gr:...
... 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...
... 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...
... 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...
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...
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...
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 ...
Which version of the code is this? It will happen if in: connection = new DBConnection(ds.getConnection(), "PostgreSQL"); then ds.getConnection() is null. (The...
... the ... using a ... running ... the ... extension ... Resource ... the ... of ... models ... validation ... give ... works ... conflict ... a ... and ... a...
... 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...