Administrator
|
Hi,
onto.search() searches for asserted facts in the quadstore, but it does no perform any inferences. Thus, you can found individuals for which the "link" property is asserted, but not when the relation is asserted at the class level.
For working on classes, you need to use the reasoner: create a class equivalent to "link some Thing", run the reasoner, and see what it classified in this class.
I'm going to clarify the doc on this topic.
Best regards,
Jiba
|