@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . obo_purl:IAO_0000230 obo_purl:IAO_0000116 "This is to be used if none of the existing instances cover the reason for obsolescence. An editor note should indicate this new reason."@en, "We expect to be able to mine these new reasons and add instances as required."@en ; a owl:NamedIndividual ; rdfs:label "obsolete_other"@en ; owl:deprecated true .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

obo_purl:IAO_0000230
    obo_purl:IAO_0000116 "This is to be used if none of the existing instances cover the reason for obsolescence. An editor note should indicate this new reason."@en, "We expect to be able to mine these new reasons and add instances as required."@en ;
    a owl:NamedIndividual ;
    rdfs:label "obsolete_other"@en ;
    owl:deprecated true .