I have developed an ontology in Protege 5.5.0. I have asserted two classes with a hierarchical structure
Thing
-->Model
--> CAD_Model
I am attempted to use the SQWRL and SWRL rules within the SQWRL tab. The query that I written uses SWRL Tbox built ins, I have copied an examples from https://github.com/protegeproject/swrlapi/wiki/SQWRLQueryAPI
tbox:sca(Model, ?c) -> sqwrl:select(?c)
I have run the Fact++ reasoner. Given the description of the tbox:sca built in function I was expecting to return the class "CAD_Model". My basic desire is not only to return Individuals within a class but to return a Subclass from a known class. Is there any insight on this built-in. The git page indicates it is implemented.
I have developed an ontology in Protege 5.5.0. I have asserted two classes with a hierarchical structure
Thing
-->Model
--> CAD_Model
I am attempted to use the SQWRL and SWRL rules within the SQWRL tab. The query that I written uses SWRL Tbox built ins, I have copied an examples from https://github.com/protegeproject/swrlapi/wiki/SQWRLQueryAPI
tbox:sca(Model, ?c) -> sqwrl:select(?c)
I have run the Fact++ reasoner. Given the description of the tbox:sca built in function I was expecting to return the class "CAD_Model". My basic desire is not only to return Individuals within a class but to return a Subclass from a known class. Is there any insight on this built-in. The git page indicates it is implemented.