koala.owl:Female leaf node


URI

http://protege.stanford.edu/plugins/owl/owl-library/koala.owl#Female

Label

Female

Usage

Instances of koala.owl:Female can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@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 ] .