Skip to content

Commit cf0b6a2

Browse files
authored
Update fp-019-term-stability.md
I think I got it this time!
1 parent 4f36e8f commit cf0b6a2

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

principles/fp-019-term-stability.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,15 @@ It is not necessary (and not advisable) to delete the textual definition.
5454
2. Indicate any inexact term replacements:
5555
- OWL: Use the `oboInOwl:consider` annotation property with the value set to the full IRI(s) of the relevant term(s):
5656

57-
```
58-
<oboInOwl:consider rdf:resource="http://purl.obolibrary.org/obo/OBI_0001544">
59-
```
60-
57+
```
58+
<oboInOwl:consider rdf:resource="http://purl.obolibrary.org/obo/OBI_0001544">
59+
```
60+
6161
- OBO: Use the `consider:` tag with the value set to the CURIE(s) of the relevant term(s):
6262
63-
```
64-
consider: OBI:0001544
65-
```
66-
63+
```
64+
consider: OBI:0001544
65+
```
6766
Note that some older implementations in OWL used the CURIE method as shown below, but this is not preferred.
6867
6968
```

0 commit comments

Comments
 (0)