You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: principles/fp-019-term-stability.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ Detailed procedures for obsoleting a term are described on the OBO Academy page
38
38
- OWL format: Add an "owl:deprecated" annotation with value of "true^xsd:boolean"
39
39
- OBO format: Add an "is_obsolete: true" declaration
40
40
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
42
41
1) Remove existing logical axioms from the term
43
42
1) Remove or replace all usages of the term elsewhere in the ontology
44
43
@@ -57,21 +56,11 @@ Detailed procedures for obsoleting a term are described on the OBO Academy page
57
56
58
57
<i><b>To obsolete a term, the ontology developer</b></i> MAY:
59
58
59
+
1) Prepend the string "OBSOLETE. " (including the space) to the term definition
60
60
1) Indicate the reason(s) for obsoleting:
61
61
- 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)
62
62
- OBO: ??
63
63
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
0 commit comments