diff --git a/principles/fp-008-documented.md b/principles/fp-008-documented.md index cc6d004d0..14b512175 100644 --- a/principles/fp-008-documented.md +++ b/principles/fp-008-documented.md @@ -22,7 +22,7 @@ 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): ` rdfs:isDefinedBy ` @@ -30,6 +30,8 @@ OWL format (Turtle serialisation): 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_: