We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f36e8f commit cf0b6a2Copy full SHA for cf0b6a2
1 file changed
principles/fp-019-term-stability.md
@@ -54,16 +54,15 @@ It is not necessary (and not advisable) to delete the textual definition.
54
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
-
+ ```
+ <oboInOwl:consider rdf:resource="http://purl.obolibrary.org/obo/OBI_0001544">
+
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
66
+ consider: OBI:0001544
67
Note that some older implementations in OWL used the CURIE method as shown below, but this is not preferred.
68
69
```
0 commit comments