http://protege.stanford.edu/plugins/owl/owl-library/koala.owl#KoalaWithPhD
Instances of koala.owl:KoalaWithPhD 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#> .
@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" .