Hi Harry, I've just run your code against the current Jena CVS, and I don't get a ClosedException. You would get a closed exception if you try to access or ...
Hello, From: zheng ping [mailto:daqintaizi@...] ... Please do not post screenshots unless you really have to. In particular, it is much easier for us...
... bindSchema is not side effecting, it returns a new reasoner which is a specialization of the original reasoner. Try: r = r.bindSchema(ontology); and see if...
Hello Jon, listOntologies() is essentially a packaged query for resources of rdf:type owl:Ontology. There are three of these in the ontology you are loading: ...
Hello Rory, You don't say how you are setting up your OntModels. If you are using the OWL reasoner, an individual is a resource that has rdf:type owl:Thing. ...
Dave, Did you mean this: Reasoner r = ReasonerRegistry.getOWLReasoner(); r = r.bindSchema(ontology); I tried the above but it hasn't made any difference. Im...
I'm sorry to not comfirm the standard rules,the running result is bellow: WARN [main] (OntDocumentManager.java:916) - JenaException while reading model f rom...
Rory, ... Yes. ... So there are a couple of possibilities here. It might be there is a defect in bindSchema or it might be that your ontology and data URIs are...
... The access is occuring because the wine ontology imports the food ontology from that URI. So when you try to load in the wine ontology Jena, by default,...
From: danah nada [mailto:danah_nada@...] ... There was a bug in the remove import code, introduced by the change to have listImportedModels() return...
Hi Ian thanks for your reply. for the remove of model. i noticed if i have an ontology A that has a submodel ontology B. and if i read ontology B sperately, B=...
From: danah nada [mailto:danah_nada@...] ... I'm having a little difficulty following this. Let me rephrase it to see if I understand the question. ...
"Dickinson, Ian J" <Ian.Dickinson@...> wrote: First, are you using the updated code from CVS? No still not, its not updated in the CVS yet . So, you have...
Ian, Thanks for your rely. I changed the reasoner to "OWL_DL_MEM_RULE_INF" and got back the following 170888e: fb0766b9d2: -7ffa which was not exactly what I...
Hi Rory, Try changing this: xmlns:base="http://trinityfileshare.com/ontology#" to xmlns:base="http://trinityfileshare.com/ontology" in the tbox. I suspect you...
I'm making a program that has to be able to read daml and owl ontologies and make a JTree of it. But I can't find a valid ontology to test my program. I make...
Ian, I tried that, but it hasn't made any difference. Im still getting: l70888e: fb79e2a38: -7ffa. Is this a hashed version of a statement im looking for? ... ...
Hello, You'll need to say a little more about your problem before we can help you. Are you saying that you created a model programmatically, serialised it, and...
Hi, I am building an owl ontology to formalize relationships of abstract terms. To this end I modeled a "seeAlso" property that is symmetric, i.e.: ...
I tried some examples from both sites but most of them give errors or the tree isn't displayed correctly. From those I downloaded only one seems to work: "Art"...
I am storing graphs that describe a resource in PostgreSQL. For a number of reasons, I have been storing all statements in reified form, where the reifying...
... What kind of errors? Exceptions? What stack trace do you get? ... In what way? You aren't giving too many clues away! If you run the ontologies through...
... I'm not sure why you are modelling Tsimmis as a class. I would have expected Tsimmis to be an individual. ... Haven't you already done this? By declaring...
Hi Ian, Thanks for the prompt reply. I've removed the log4j.properties file from the jena.jar but we're still experiencing the same problem. We do use our own...
Hi Rory, I have good news and bad news :-) The good news is that if you make the change to the xml:base, your example does list exactly one instance...