I would like to write the following rule in SWRL:
Each instance of A is a subclass of B
This is what I entered as a SWRL rule in Protege:
A(?x1) -> subClassOf(?x1, B)
Error:
Invalid OWL individual name 'B'
I would like to write the following rule in SWRL:
Each instance of A is a subclass of B
This is what I entered as a SWRL rule in Protege:
A(?x1) -> subClassOf(?x1, B)
Error:
Invalid OWL individual name 'B'