koala.owl:Male leaf node


URI

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

Label

Male

Usage

Instances of koala.owl:Male 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#> .

:Male a owl:Class ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:hasValue :male ;
            owl:onProperty :hasGender ] .