AfricanWildlifeOntology1:Palmtree leaf node


URI

http://www.meteck.org/teaching/OEbook/ontologies/AfricanWildlifeOntology1.owl#Palmtree

Label

Palmtree

Usage

Instances of AfricanWildlifeOntology1:Palmtree can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
AfricanWildlifeOntology1:eaten-by owl:ObjectProperty -- owl:Thing
AfricanWildlifeOntology1:has-part owl:ObjectProperty -- owl:Thing
AfricanWildlifeOntology1:is-part-of owl:ObjectProperty -- owl:Thing
AfricanWildlifeOntology1:is-proper-part-of owl:IrreflexiveProperty -- owl:Thing
http://www.meteck.org/teaching/OEbook/ontologies/AfricanWildlifeOntology4.owl#has-member owl:ObjectProperty intended to be the same as the membership relation in the taxonomy of part-whole relations. Added here for playing with animals and their collectives owl:Thing
http://www.meteck.org/teaching/OEbook/ontologies/AfricanWildlifeOntology4.owl#inhabits owl:ObjectProperty -- owl:Thing
http://www.meteck.org/teaching/OEbook/ontologies/AfricanWildlifeOntology4.owl#inheres-in owl:ObjectProperty to relate dependent to indpendent entities owl:Thing
rdfs:comment owl:AnnotationProperty -- owl:Thing

Implementation

@prefix AfricanWildlifeOntology1: <http://www.meteck.org/teaching/OEbook/ontologies/AfricanWildlifeOntology1.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

AfricanWildlifeOntology1:Palmtree a owl:Class ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty AfricanWildlifeOntology1:has-part ;
            owl:someValuesFrom [ a owl:Class ;
                    owl:complementOf AfricanWildlifeOntology1:Branch ] ],
        <http://www.meteck.org/teaching/OEbook/ontologies/AfricanWildlifeOntology4.owl#DeprecatedClass> ;
    owl:deprecated "it's a palm or a tree, not palm tree"@en ;
    owl:disjointWith AfricanWildlifeOntology1:Tree .