Skip to content

Commit d314795

Browse files
authored
Update fp-019-term-stability.md
1 parent 947ddac commit d314795

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

principles/fp-019-term-stability.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Detailed procedures for obsoleting a term are described on the OBO Academy page
3838
- OWL format: Add an "owl:deprecated" annotation with value of "true^xsd:boolean"
3939
- OBO format: Add an "is_obsolete: true" declaration
4040
1) Prepend the string "obsolete " (including the space) to the term label
41-
1) Prepend the string "OBSOLETE. " (including the space) to the term definition
4241
1) Remove existing logical axioms from the term
4342
1) Remove or replace all usages of the term elsewhere in the ontology
4443

@@ -57,21 +56,11 @@ Detailed procedures for obsoleting a term are described on the OBO Academy page
5756

5857
<i><b>To obsolete a term, the ontology developer</b></i> MAY:
5958

59+
1) Prepend the string "OBSOLETE. " (including the space) to the term definition
6060
1) Indicate the reason(s) for obsoleting:
6161
- OWL: Use the "has obsolescence reason" annotation property from OMO ([IAO:0000231](http://purl.obolibrary.org/obo/IAO_0000231])) with the value set to the IRI of one of the individuals of the "obsolescence reason specification" term [IAO:0000225](http://purl.obolibrary.org/obo/IAO_0000225)
6262
- OBO: ??
6363

64-
<i><b>To obsolete a term, the ontology developer</b></i> MAY <i><b>(but probably shouldn’t)</b></i>:
65-
1) Place the term under "ObsoleteClass" or similar
66-
- OWL:
67-
```
68-
<rdfs:subClassOf rdf:resource=http://www.geneontology.org/formats/oboInOwl#ObsoleteClass/>
69-
```
70-
- OBO:
71-
```
72-
is_a: oboInOwl#ObsoleteClass
73-
```
74-
7564
Examples
7665
-------
7766

0 commit comments

Comments
 (0)