Skip to content

Commit 4546592

Browse files
Update fp-019-term-stability.md
Suggest moving problematic backticks to the end of the relevant lines.
1 parent 54c9479 commit 4546592

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

principles/fp-019-term-stability.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,15 @@ 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)
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-
consider: OBI:0001544
64-
```
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`
6557

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

6860
```
6961
<oboInOwl:consider rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OBI:0001544</oboInOwl:consider>
7062
```
63+
7164
<i><b>To obsolete a term, the ontology developer</b></i> MAY:
7265

7366
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)