In my ontology there is an object property, say "my-object-property".
When I try execute a rule such as:
Class: @B*
SubClassOf: my-object-property some @F*
everything works fine. But if I try to execute the rule
Class: @B*
SubClassOf: my-object-property only @F*
the error "Property <[Ontology IRI]#my-object-property> is not an object property" is displayed.
Can this error be resolved and/or is there any workaround?