has obsolescence reason leaf node


URI

http://purl.obolibrary.org/obo/IAO_0000231

Label

has obsolescence reason

Description

Relates an annotation property to an obsolescence reason. The values of obsolescence reasons come from a list of predefined terms, instances of the class obsolescence reason specification.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has obsolescence reason owl:Thing (inferred)

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

obo:IAO_0000231 a owl:AnnotationProperty ;
    rdfs:label "has obsolescence reason"@en ;
    obo:IAO_0000111 "has obsolescence reason"@en ;
    obo:IAO_0000117 "PERSON:Alan Ruttenberg"@en,
        "PERSON:Melanie Courtot"@en ;
    rdfs:isDefinedBy <http://purl.bioontology.org/ontology/emro/imports/omo_import.owl> ;
    skos:definition "Relates an annotation property to an obsolescence reason. The values of obsolescence reasons come from a list of predefined terms, instances of the class obsolescence reason specification."@en .