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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 9634 - 9663 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9634 Chris Dollin
anover_alias Offline Send Email
Aug 2, 2004
9:10 am
... No, it means that any object of that property *is* an instance of Person (ie has rdf:type Person). ... I believe -- although I could be wrong, since I...
9635 Spamcatcher
spamcatcher1369 Offline Send Email
Aug 2, 2004
9:10 am
When trying to connect with mysql, I am getting the following exception: com.hp.hpl.jena.db.RDFRDBException: Failure to instantiate DB Driver:test ...
9636 Chris Dollin
anover_alias Offline Send Email
Aug 2, 2004
10:22 am
... Look at the Javadoc for OntModel, which has a slew of createSomething() methods. -- Chris "electric hedgehog" Dollin C FAQs at:...
9637 Spamcatcher
spamcatcher1369 Offline Send Email
Aug 2, 2004
11:32 am
Sorry I found the problem: I had put the database name in the database type field, hence it had tried to find a driver for Driver_test instead of Driver_MySQL....
9638 Chris Dollin
anover_alias Offline Send Email
Aug 2, 2004
12:19 pm
... In the current implementation, only the *base* model is stored in the DB. The inferences are stored in memory. Dave is on holiday for another week or so;...
9639 tijlcottyn Offline Send Email Aug 2, 2004
1:55 pm
... String). ... Thanks, that's what I wanted to know. (Sorry if this question sounded stupid, but English is not my native language so I don't understand ...
9640 Chris Dollin
anover_alias Offline Send Email
Aug 2, 2004
2:54 pm
On Monday 02 August 2004 14:54, tijlcottyn wrote: [>> is me] ... Note that a Restriction *is* a Class. It's not just named classes that count. ... The tricky...
9641 Arunkumar Srinivasan
aruninusa2001 Offline Send Email
Aug 2, 2004
4:21 pm
Hi all.. I use the following piece of code to get the direct superclass of any given class. ExtendedIteratir ext = ontCl.listSuperClasses(true); I get...
9642 Howard Goldberg
hgoldberg200... Offline Send Email
Aug 2, 2004
4:41 pm
Arun, Should be that simple. Not clear from your message what anonymous class is being returned. Are you getting an anonymous intersection class back from the...
9643 Arunkumar Srinivasan
aruninusa2001 Offline Send Email
Aug 2, 2004
5:02 pm
Hi Howard.. Let me explain you.. I am using the following piece of code 2 return only the direct classes.. ExtendedIterator ext = ontc.listSuperClasses(true);...
9644 Howard Goldberg
hgoldberg200... Offline Send Email
Aug 2, 2004
5:40 pm
Arun, Looking at the class koalawithphd, it is a complex class using an equivalence class: <owl:Class rdf:ID="KoalaWithPhD"> ...
9645 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Aug 2, 2004
8:27 pm
There is a known bug with the direct-super/sub class methods when a class has equivalent classes, and when using no reasoner, or using a reasoner that doesn't...
9646 Arunkumar Srinivasan
aruninusa2001 Offline Send Email
Aug 2, 2004
11:12 pm
Hi Ian Sorry to ask you this, Can you give me an estimate on when this superclass and subclass fix might happen approximately. So that i can make changes in my...
9647 Stefan
phobot@... Send Email
Aug 3, 2004
8:01 am
Hello, is it possible to retrieve from a resource that represents a blank node it's identifier used by Jena in N-Triple notation? An Examle would be...
9648 Seaborne, Andy
andyseaborne Offline Send Email
Aug 3, 2004
8:11 am
Stefan, You can retrieve the bNode by asking about it via its properties. _:a :p "me!" . then get the bNode with: Property p = model.createProperty(....) ; ...
9649 Chris Dollin
anover_alias Offline Send Email
Aug 3, 2004
8:16 am
... No. The resource doesn't know that identifier, or anything about the NTripleWriter. ... However, it's possible to follow the same algorithm that the...
9650 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Aug 3, 2004
8:28 am
Arun - I hope to do it next week. Ian...
9651 sam okai
sssamokai Offline Send Email
Aug 3, 2004
8:44 am
Hi, its me again. i have read the documentation. i am using the createClass method to create a new class in an existing ontology which i have read from my...
9652 Chris Dollin
anover_alias Offline Send Email
Aug 3, 2004
8:51 am
... I don't see any sign that you've written the model back out after you've added the class to it. -- Chris "electric hedgehog" Dollin C FAQs at:...
9653 Chris Dollin
anover_alias Offline Send Email
Aug 3, 2004
8:58 am
... Actually, I should have said two other things first: (a) little bits of code like that don't help as much as you'd hope, because what I do is drop code...
9654 sam okai
sssamokai Offline Send Email
Aug 3, 2004
9:16 am
Hi Chris, Sorry i didnt make myself too clear.... what i meant when i said the class is not added is that, i open the food ontology and i dont find the class...
9655 Chris Dollin
anover_alias Offline Send Email
Aug 3, 2004
9:30 am
... The "whole code" need only be enough to demonstrate the problem. Nothing will be written to your ontology file unless you specifically request it to be...
9656 Stefan
phobot@... Send Email
Aug 3, 2004
10:07 am
Andy and Chris, thanks for your answer. ... Maybe I shouldn't. I'll try to explain the reason why I am doing this as short as possible. I have a list of ...
9657 Chris Dollin
anover_alias Offline Send Email
Aug 3, 2004
10:21 am
... [Presumably not a Jena database.] ... That seems to be going round the houses rather. If each of your database-statements is an SPO triple, why not turn it...
9658 Stefan
phobot@... Send Email
Aug 3, 2004
10:35 am
Andy and Chris, thanks for your answer. ... Maybe I shouldn't. I'll try to explain the reason why I am doing this as short as possible. I have a list of ...
9659 Stefan
phobot@... Send Email
Aug 3, 2004
11:54 am
... I will try that. Thank you. Stefan...
9660 nikhil ninan
nikhil_gn Offline Send Email
Aug 3, 2004
12:31 pm
hello again, at what points in owl can the restriction tag be used. cheers, nikhil __________________________________ Do you Yahoo!? Yahoo! Mail - Helps...
9661 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Aug 3, 2004
12:37 pm
Hello Nikhil, A restriction is a class expression, so the answer is that you can use Restriction anywhere you can use a class expression. See the OWL primer...
9662 bpellens Offline Send Email Aug 3, 2004
12:51 pm
Hello Ian, Thank you very much... the importing of the ontology works... Regards, Bram ... operation ... a given ... model. ... addImport() ... resource for a ...
9663 nikhil ninan
nikhil_gn Offline Send Email
Aug 3, 2004
12:54 pm
hello folks, is there some way that the location of imports in owl files can be checked for.the thing when the ontmodel is used to read in an owl file, it ...
Messages 9634 - 9663 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