AfricanWildlifeOntology1:Habitat leaf node


URI

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

Label

Habitat

Description

See, e.g., The ENVO Environment ontology, that has habitats since the 2016 edition (textmined from the Encyclopedia of Life). A few have been added here for the sake of example. Can you generate a habitat module form teh ENVO and integrate it with the AWO? Is their notion of habitat the same as used here? - Acknowledging extremophiles, in the scope of African Wildlife, each habitat is inhabited by at least two plants or animals - the "inverse (inhabits)" amounts to inhabited by, showing the use of the inverse feature

Usage

Instances of AfricanWildlifeOntology1:Habitat 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

AfricanWildlifeOntology1:Habitat a owl:Class ;
    rdfs:comment "Acknowledging extremophiles, in the scope of African Wildlife, each habitat is inhabited by at least two plants or animals"@en,
        "See, e.g., The ENVO Environment ontology, that has habitats since the 2016 edition (textmined from the Encyclopedia of Life). A few have been added here for the sake of example. Can you generate a habitat module form teh ENVO and integrate it with the AWO? Is their notion of habitat the same as used here?"@en,
        "the \"inverse (inhabits)\" amounts to inhabited by, showing the use of the inverse feature"@en ;
    rdfs:seeAlso "https://en.wikipedia.org/wiki/Habitat"@en ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
            owl:onClass [ a owl:Class ;
                    owl:unionOf ( AfricanWildlifeOntology1:Animal AfricanWildlifeOntology1:Plant ) ] ;
            owl:onProperty [ owl:inverseOf <http://www.meteck.org/teaching/OEbook/ontologies/AfricanWildlifeOntology4.owl#inhabits> ] ] .