koala.owl:Person leaf node


URI

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

Label

Person

Superclasses (1)

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class koala.owl:Person
koala.owl:isHardWorking owl:DatatypeProperty xsd:boolean
koala.owl:hasDegree owl:ObjectProperty koala.owl:Degree
From class koala.owl:Animal
koala.owl:hasGender owl:FunctionalProperty koala.owl:Gender
koala.owl:hasChildren owl:ObjectProperty koala.owl:Animal
koala.owl:hasHabitat owl:ObjectProperty koala.owl:Habitat

Implementation

@prefix : <http://protege.stanford.edu/plugins/owl/owl-library/koala.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:Person a owl:Class ;
    rdfs:subClassOf :Animal ;
    owl:disjointWith :Marsupials .