http://protege.stanford.edu/plugins/owl/owl-library/koala.owl#Student
Instances of koala.owl:Student 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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Student a owl:Class ;
owl:equivalentClass [ a owl:Class ;
owl:intersectionOf ( :Person [ a owl:Restriction ;
owl:hasValue true ;
owl:onProperty :isHardWorking ] [ a owl:Restriction ;
owl:onProperty :hasHabitat ;
owl:someValuesFrom :University ] ) ] .