rameshnnjj wrote: . hi ... And this is a JAVA error. " FILTER ( lang(?title) = "ES" ).", is broken java. You are trying to use " inside a Java string -...
... Noted (see the maven thread here this weekend) ... What the output looks like is relatively unimportant. It's the RDF triples that is represents that...
Hi, first a little explain of my ontology and what I should do. I have some instances of "object", and each object has an /int/ as datatypeProperty. Then I...
Dear Dave, Thanks a lot for that. Apologies for such a simple question. Matt P.S. Thanks for the comments on xsd:decimal - glad not just me going mad. ... -- ...
Matt Williams
matthew.williams@...
Oct 1, 2007 2:26 pm
31084
Hi: all, I have an OWL model with some individuals (instances) inside the same OWL file. When I try to persist the ontology via OWL API, the only thing I see...
Hi, Whilst experimenting with file formats (TriG, N3, Turtle), I ran into the exception below (2) whilst trying to load a Turtle (.ttl) file as shown below...
You can calling the N3 parser, not the Turtle parser. Either this is an old version of Jena (they used to be the same parser) or you are just calling the ...
Hello, I had a quick question about the following Resource method: Resource removeAll(Property p) Delete all the statements with predicate p for this resource...
Thanks Andy, I was indeed using an older version of Jena (2.3) which called the N3 parser under the hood for the TURTLE language. Boy, things do certainly...
We had a ton of issues related to performance on a variety of levels related to Jena and MySQL. One of the issues was the easiest to solve. It turns out that...
Raj, Thanks for the tip. And if anyone else has experiences that would help other people (database or anything else), do send them to the list. Andy...
... How do you do this? ... Why are you looking in the database tables? Surely the question is whether the persisted model has the information in it that you...
... The one you get from the Resource::getModel() method. Each Resource object may have an associated model, set when the Resource is created. When you use...
... implemented. ... 690597 England ... Hi: Chris I am using this code (http://jena.sourceforge.net/examples/persistent-ont-model/index.html) mentioned on your...
I've put up a trial Maven repo for Jena 2.5.4 at: http://jena.hpl.hp.com/repo Where possible, it pulls things from the main maven repos so the exact bytes for...
I've just started using it, and it works fine for me, to the limited extent that I've tested it so far. Thank you! If you get the chance, please, please add...
The attached test case shows a problem I'm currently running into with Jena. I would expect that #user shows up as a property of #Item, but it doesn't...
... Okay perhaps I should rewrote my question ;) I have a class with an property "has_value", his range is /int/. I want to sum the range of "has_value" of...
... Great - at least it is useful for something ... I hope to put the sources up sometime. This is exactly the Jena jar from 2.5.4 so you can attach the...
I want to do something similar to java's "instanceof" check using the Jena api against an Individual. Individual.getRDFType won't do the trick, you never know...
... Then do so. ... And if they're not read out of the database correctly, show us exactly what code you used. (You have to change /something/ to get it to use...
Hello, I am working on a project that contains about 20 owl files organized into sub directories. These ontologies are designed to be modular and get imported...
... I've been looking closely at this recently. Can you post an example, or perhaps just send me a zip file. The example should include: - RDF/XML or N3 files...
... No. OntResource.hasRDFType is, however, your tasty biscuit. [Whether it's the right answer for your overall problem is between you and the general iffiness...
... 690597 England ... Chirs I can read the values back from the database; but that is not the point. The most important thing is to understand how Jena...
Yes - see the examples in the ARQ download in ResultSet/ or the examples from the spec: http://www.w3.org/2001/sw/DataAccess/rf1/#examples XSLT and XQuery are...
Hey Jeremy, Thanks for the quick reply. I actually figured out the problem on my own, there were some problems with the import statements between Ontologies....