koala.owl:KoalaWithPhD leaf node


URI

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

Label

KoalaWithPhD

Usage

Instances of koala.owl:KoalaWithPhD 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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

:KoalaWithPhD a owl:Class ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( [ a owl:Restriction ;
                        owl:hasValue :PhD ;
                        owl:onProperty :hasDegree ] :Koala ) ] ;
    owl:versionInfo "1.2" .