A beginner's problem:

WHAT I'M DOING
1- I am importing ontology/model O1 and ontology/model O2 into ontology/model O3
2- In O3 I make class C1 (from O1) a subclass of class C2 (from O2)
3- When querying ontology/model O3 for C1.listProperties() I would expect to be 
provided with C1's as well as C2's properties -- but I am not


QUESTION
How do I list all of C1's properties, both its own (from O1) as well those it 
inherits from its superclasses (including C2) ?


Cheers, Jos

Reply via email to