Skip to content

Commit a11f207

Browse files
authored
Update fp-019-term-stability.md to address a few CM suggestions
1 parent 4515175 commit a11f207

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

principles/fp-019-term-stability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For OBO format, there are multiple alternatives:
106106
[Typedef]
107107
id: has_obsolescence_reason
108108
name: has obsolescence reason
109-
xref: IAO:0000233
109+
xref: IAO:0000231
110110
is_metadata_tag: true
111111
```
112112
Then:
@@ -129,7 +129,7 @@ Criteria for review
129129
The OBO Dashboard will show:
130130
- An ERROR if any obsolete term (that is, a term with an "owl:deprecated" property or "is_obsolete: true" tag) does not also have 'obsolete ' (that exact string, lowercase and space included, with no other punctuation) prepended to the label
131131
- An ERROR if any obsolete term (as indicated by term label or definition) lacks an "owl:deprecated" property or "is_obsolete: true" tag
132-
- An ERROR if an obsolete term has any associated logical axioms (including any subClassOf/is_a declarations)
132+
- An ERROR if an obsolete term has, itself, any logical axioms (including any subClassOf/is_a declarations) or if it is referenced by logical axioms from other terms
133133
- A WARN if there is at least one term with 'OBSOLETE. ' prepended to the definition but not all obsolete terms are likewise prepended
134134

135135
[This check is automatically validated.](checks/fp_019)

0 commit comments

Comments
 (0)