... 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...
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....
... 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;...
... 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 ...
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...
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...
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...
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);...
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...
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...
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...
Stefan
phobot@...
Aug 3, 2004 8:01 am
9648
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(....) ; ...
... No. The resource doesn't know that identifier, or anything about the NTripleWriter. ... However, it's possible to follow the same algorithm that the...
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...
... 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...
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...
... 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...
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 ...
Stefan
phobot@...
Aug 3, 2004 10:07 am
9657
... [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...
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 ...
Stefan
phobot@...
Aug 3, 2004 10:35 am
9659
... I will try that. Thank you. Stefan...
Stefan
phobot@...
Aug 3, 2004 11:54 am
9660
hello again, at what points in owl can the restriction tag be used. cheers, nikhil __________________________________ Do you Yahoo!? Yahoo! Mail - Helps...
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...
Hello Ian, Thank you very much... the importing of the ontology works... Regards, Bram ... operation ... a given ... model. ... addImport() ... resource for a ...
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 ...