Skip to content

Commit 161f3c3

Browse files
authored
Merge branch 'master' into nlharris-patch-1
2 parents 1cbf940 + a48439b commit 161f3c3

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

principles/fp-019-term-stability.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,23 @@ 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-
<oboInOwl:consider rdf:resource="http://purl.obolibrary.org/obo/OBI_0001544">
58-
```
55+
- OWL: Use the `oboInOwl:consider` annotation property with the value set to the full IRI(s) of the relevant term(s):
5956

60-
- OBO: Use the `consider:` tag with the value set to the CURIE(s) of the relevant term(s)
61-
```
62-
consider: OBI:0001544
63-
```
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):
6462
63+
```
64+
consider: OBI:0001544
65+
```
6566
Note that some older implementations in OWL used the CURIE method as shown below, but this is not preferred.
6667
6768
```
6869
<oboInOwl:consider rdf:datatype="http://www.w3.org/2001/XMLSchema#string">OBI:0001544</oboInOwl:consider>
6970
```
71+
7072
<i><b>To obsolete a term, the ontology developer</b></i> MAY:
7173
7274
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)