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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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