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
4 changes: 3 additions & 1 deletion principles/fp-008-documented.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ Central to the issue of ontology documentation is ensuring transparency and trac

## Implementation
### Term adoption
If a term that was previously defined in an identifier space belonging to ontology A (e.g. http://purl.obolibrary.org/obo/A_123) is adopted by ontology B (with a different identifier scheme, e.g. http://purl.obolibrary.org/obo/B_123) the following annotation assertion MUST be added to that term:
If a term that was previously defined in an identifier space belonging to ontology A is adopted by ontology B (that is, while keeping the original IRI/CURIE) the following annotation assertion MUST be added to that term:

OWL format (Turtle serialisation):
`<http://purl.obolibrary.org/obo/A_123> rdfs:isDefinedBy <http://purl.obolibrary.org/obo/b.owl>`

OBO format:
`property_value: isDefinedBy http://purl.obolibrary.org/obo/b.owl`

Note: Regardless of the license used by ontology A, terms adopted by ontology B will be subject to the license used by ontology B.

## Examples

_Embedded or 'in-situ' documentation_:
Expand Down
Loading