http://protege.stanford.edu/plugins/owl/owl-library/koala.owl#Female
Instances of koala.owl:Female can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@prefix : <http://protege.stanford.edu/plugins/owl/owl-library/koala.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
:Female a owl:Class ;
owl:equivalentClass [ a owl:Restriction ;
owl:hasValue :female ;
owl:onProperty :hasGender ] .