Skip to content

Commit 28c97cd

Browse files
Update fp-019-term-stability.md
Try again with more blank lines
1 parent 4546592 commit 28c97cd

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

principles/fp-019-term-stability.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,17 @@ It is not necessary (and not advisable) to delete the textual definition.
5252
- OWL: Use the `term replaced by` annotation property from OMO ([IAO:0100001](http://purl.obolibrary.org/obo/IAO_0100001)) with the value set to the IRI of the relevant term
5353
- OBO: Use the `replaced_by:` tag with the value set to the CURIE of the relevant term
5454
2. Indicate any inexact term replacements:
55-
- OWL: Use the `oboInOwl:consider` annotation property with the value set to the full IRI(s) of the relevant term(s): `<oboInOwl:consider rdf:resource="http://purl.obolibrary.org/obo/OBI_0001544">`
56-
- OBO: Use the `consider:` tag with the value set to the CURIE(s) of the relevant term(s): `consider: OBI:0001544`
55+
- OWL: Use the `oboInOwl:consider` annotation property with the value set to the full IRI(s) of the relevant term(s):
56+
57+
```
58+
<oboInOwl:consider rdf:resource="http://purl.obolibrary.org/obo/OBI_0001544">
59+
```
60+
61+
- OBO: Use the `consider:` tag with the value set to the CURIE(s) of the relevant term(s):
62+
63+
```
64+
consider: OBI:0001544
65+
```
5766

5867
Note that some older implementations in OWL used the CURIE method as shown below, but this is not preferred.
5968

0 commit comments

Comments
 (0)