Skip to search.
jena-dev · Jena Users

Group Information

  • Members: 2056
  • Category: Software
  • Founded: Sep 19, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 6699 - 6728 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6699 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2004
9:58 am
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 ...
6700 Dave Reynolds
derihy Offline Send Email
Mar 1, 2004
10:13 am
... I looks like a defect in the reasoner, its support for recognition of typed literals is lacking somewhere. I'll investigate. Dave...
6701 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2004
10:19 am
Hello, From: zheng ping [mailto:daqintaizi@...] ... Please do not post screenshots unless you really have to. In particular, it is much easier for us...
6702 Dave Reynolds
derihy Offline Send Email
Mar 1, 2004
10:19 am
... 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...
6703 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2004
10:29 am
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: ...
6704 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2004
10:39 am
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. ...
6705 galvinr2004 Offline Send Email Mar 1, 2004
10:47 am
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...
6706 zheng ping
daqintaizi Offline Send Email
Mar 1, 2004
11:01 am
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...
6707 Dave Reynolds
derihy Offline Send Email
Mar 1, 2004
11:09 am
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...
6708 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2004
11:09 am
From: zheng ping [mailto:daqintaizi@...] ... This is not really a Jena question. Typically it means that you are behind a firewall - you could try...
6709 Dave Reynolds
derihy Offline Send Email
Mar 1, 2004
11:19 am
... 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,...
6710 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2004
11:59 am
From: danah nada [mailto:danah_nada@...] ... There was a bug in the remove import code, introduced by the change to have listImportedModels() return...
6711 danah nada
danah_nada Offline Send Email
Mar 1, 2004
12:59 pm
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=...
6712 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2004
1:27 pm
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. ...
6713 danah nada
danah_nada Offline Send Email
Mar 1, 2004
1:35 pm
"Dickinson, Ian J" <Ian.Dickinson@...> wrote: Also, you have: String input="file:///c:/Ontob.owl"; String language="RDF/XML-ABBREV"; OntModel mymod= ...
6714 Harry Chen
hc1379 Offline Send Email
Mar 1, 2004
2:59 pm
... Hash: SHA1 Hello Ian, I tried the following program, and it runs without any problem. However, if "m.close()" is enabled, then I will get ...
6715 danah nada
danah_nada Offline Send Email
Mar 1, 2004
3:39 pm
"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...
6716 galvinr2004 Offline Send Email Mar 1, 2004
5:40 pm
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...
6717 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2004
5:51 pm
Hi Rory, Try changing this: xmlns:base="http://trinityfileshare.com/ontology#" to xmlns:base="http://trinityfileshare.com/ontology" in the tbox. I suspect you...
6718 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2004
6:01 pm
Ooops. Wrong diagnosis. The problem is actually that tbox contains the attribute "xmlns:base" when it should have "xml:base". Ian...
6719 tijlcottyn Offline Send Email Mar 1, 2004
6:07 pm
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...
6720 galvinr2004 Offline Send Email Mar 1, 2004
6:14 pm
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? ... ...
6721 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 1, 2004
6:16 pm
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...
6722 Christoph Mangold
mangolch Offline Send Email
Mar 1, 2004
6:16 pm
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.: ...
6723 tijlcottyn Offline Send Email Mar 1, 2004
6:46 pm
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"...
6724 Gary Schiltz
gary_schiltz Offline Send Email
Mar 1, 2004
11:03 pm
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...
6725 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 2, 2004
4:57 am
... 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...
6726 Dave Reynolds
derihy Offline Send Email
Mar 2, 2004
9:14 am
... 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...
6727 Ben Lithgow Smith
benls2004 Offline Send Email
Mar 2, 2004
9:17 am
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...
6728 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Mar 2, 2004
10:54 am
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...
Messages 6699 - 6728 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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