AfricanWildlifeOntology1:PlantParts


URI

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

Label

PlantParts

Description

Generally deemed easier to talk of in the 'from part to whole' direction, but ontologically, the other direction is better. e.g., in the normal course of things, all plants have as part roots, but not all roots need to be part of some plant.

Usage

Instances of AfricanWildlifeOntology1:PlantParts 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:PlantParts a owl:Class ;
    rdfs:comment "Generally deemed easier to talk of in the 'from part to whole' direction, but ontologically, the other direction is better. e.g., in the normal course of things, all plants have as part roots, but not all roots need to be part of some plant."@en ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty AfricanWildlifeOntology1:is-proper-part-of ;
            owl:someValuesFrom AfricanWildlifeOntology1:Plant ],
        owl:Thing .