Skip to content

Commit 4f36e8f

Browse files
Update fp-019-term-stability.md (#2723)
* Update fp-019-term-stability.md Still trying to fix format issue. * Update fp-019-term-stability.md Suggest moving problematic backticks to the end of the relevant lines. * Update fp-019-term-stability.md Try again with more blank lines --------- Co-authored-by: James A. Overton <james@overton.ca>
1 parent d887069 commit 4f36e8f

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

principles/fp-019-term-stability.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,24 @@ 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)
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">
5659
```
57-
<oboInOwl:consider rdf:resource="http://purl.obolibrary.org/obo/OBI_0001544">
58-
```
5960

60-
- OBO: Use the `consider:` tag with the value set to the CURIE(s) of the relevant term(s)
61+
- OBO: Use the `consider:` tag with the value set to the CURIE(s) of the relevant term(s):
62+
6163
```
62-
consider: OBI:0001544
64+
consider: OBI:0001544
6365
```
6466

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

6769
```
6870
<oboInOwl:consider rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OBI:0001544</oboInOwl:consider>
6971
```
72+
7073
<i><b>To obsolete a term, the ontology developer</b></i> MAY:
7174

7275
1. Prepend the string "OBSOLETE. " (this precise string, including the space) to the term definition. NOTE: This MUST be implemented consistently. That is, if applied at all, it has to be applied to every obsoleted term definition.

0 commit comments

Comments
 (0)