I am new in OWL. I need to know how to convert the following rule in SWRL to OWL axioms.
RULE:
Taxon(?x), Taxon(?y), family(?y, "Myctophidae"), scientificName(?x, "Mirounga leonina") → is_predator_of(?x, ?y)
Where:
"Taxon" is a class, "family" and "scientificName" is a Data Type Propery and "is_predator_of" is a Object Property.
I read some post about how you can get to solve the conversion but I can not do it in Protégé, even using the plug in ROWL, any contribution will be welcome. Thank you very much!