Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion principles/fp-019-term-stability.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ It is not necessary (and not advisable) to delete the textual definition.
2. Indicate any inexact term replacements:
- 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")>
<oboInOwl:consider rdf:resource="http://purl.obolibrary.org/obo/OBI_0001544">
```

- OBO: Use the `consider:` tag with the value set to the CURIE(s) of the relevant term(s)
Expand Down