diff --git a/principles/fp-019-term-stability.md b/principles/fp-019-term-stability.md index ec95dc6d3..0af34f9e5 100644 --- a/principles/fp-019-term-stability.md +++ b/principles/fp-019-term-stability.md @@ -54,16 +54,15 @@ It is not necessary (and not advisable) to delete the textual definition. 2. Indicate any inexact term replacements: - OWL: Use the `oboInOwl:consider` annotation property with the value set to the full IRI(s) of the relevant term(s): -``` - -``` - + ``` + + ``` + - OBO: Use the `consider:` tag with the value set to the CURIE(s) of the relevant term(s): -``` - consider: OBI:0001544 -``` - + ``` + consider: OBI:0001544 + ``` Note that some older implementations in OWL used the CURIE method as shown below, but this is not preferred. ```