Skip to content

Commit af6d9ee

Browse files
authored
Update StandardizationGuidelines.md
1 parent cdeba5b commit af6d9ee

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/StandardizationGuidelines.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ title: Ontology Standardization Guidelines
55

66
### Technical
77

8-
- DONE The ontology MUST be **logically consistent**
8+
- ***DONE*** The ontology MUST be **logically consistent**
99
- This means (a) there MUST NOT be contradictory statements revealed by reasoning; (b) there MUST NOT be any unsatisfiable classes; and (c) there MUST NOT be any circular definitions.
1010
- This includes when the ontology is classified together with RO, BFO, and COB
1111
- This also includes when the ontology is classified together with its base dependencies; that is, as part of a 'full' release (see Releases section below)
12-
- CLOSE THIS https://github.com/OBOFoundry/OBOFoundry.github.io/issues/482
12+
- ***CLOSE THIS*** https://github.com/OBOFoundry/OBOFoundry.github.io/issues/482
1313
- Standardizing how imported ontologies are noted [#424](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/424)
1414
- Ontology metadata requirements [#1365](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/1365)
1515
- Ontology root terms annotation [#2149](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2149)
@@ -27,7 +27,7 @@ title: Ontology Standardization Guidelines
2727
### Content
2828

2929
- Discourage BFO shadow classes [#1539](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/1539)
30-
- DONE NCIt term use - If an ontology developer wishes to create a term with a label that already exists in NCIt, the following apply:
30+
- ***DONE*** NCIt term use - If an ontology developer wishes to create a term with a label that already exists in NCIt, the following apply:
3131
- If the NCIt term definition and hierarchical position are reasonable, that term SHOULD be used instead;
3232
- If either the NCIt term definition or the hierarchical position are sub-optimal, the developer MAY create a term in the ontology with an identical label but with a revised definition and subclassing; alternatively such a term MAY be requested of another ontology, if appropriate;
3333
- For case (b), if the definition is based on the NCIt definition, the new term MUST be linked to the original NCIt term to conform to the [NCIt license](https://evs.nci.nih.gov/license) requirements. Note: this does not apply to reuse of term labels.
@@ -37,7 +37,7 @@ title: Ontology Standardization Guidelines
3737

3838
### Releases
3939

40-
- DONE In addition to a set of standards pertaining to release *format* (see [Principle 2](https://obofoundry.org/principles/fp-002-format.html)), the following are the standards pertaining to release *types*, each of which differ with respect to imports, axiomization, and reasoning (see [Release Artefacts](https://oboacademy.github.io/obook/reference/release-artefacts/) for more detailed information):
40+
- ***DONE*** In addition to a set of standards pertaining to release *format* (see [Principle 2](https://obofoundry.org/principles/fp-002-format.html)), the following are the standards pertaining to release *types*, each of which differ with respect to imports, axiomization, and reasoning (see [Release Artefacts](https://oboacademy.github.io/obook/reference/release-artefacts/) for more detailed information):
4141
- **base** (REQUIRED; denoted by PURL ending with ONT.owl): Content includes only terms that are owned by the ontology, which include (a) terms using that ontology's prefix; and (b) any terms with a different prefix that are now maintained by that ontology. It does not contain any imports. It does, however, retain references to external ontologies within axioms as needed for definitions and reasoning. Such references, when displayed in Protege, will appear as identifiers only; that is, without labels. Finally, the base will have had reasoning already applied and will be stripped of redundant axioms. QUESTION: WILL THIS APPLY TO A SPECIFIC REASONER?
4242
- **full** (REQUIRED; denoted by PURL ending with ONT-full.owl ): Content is as for **base** except that all referenced external terms (that is, are present (that is, imports are merged into the **full** release).
4343
- *other release artefacts* (OPTIONAL; denoted by PURL ending with ONT-<artefact_type>.owl): These include **non-classified**, **simple**, **basic**, and **simple-non-classified**. See the Release Artefacts link above for details on these.
@@ -52,7 +52,7 @@ title: Ontology Standardization Guidelines
5252
- Short ontology descriptions [#1968](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/1968)
5353
- Documentation for license [#1840](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/1840)
5454
- Exemplar classes [#899](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/899)
55-
- DONE Any term (or set of terms) with an affiliated issue tracker item (term request or term discussion) SHOULD be linked to the relevant issue(s). Such linking SHOULD use the annotation property 'term tracker item' (IAO:0000233) and SHOULD NOT use a free text comment. The range for 'term tracker item' MUST consist solely of an IRI, without additional text, and the IRI MUST be for the issue tracker item.
56-
- CLOSE THIS [#1097](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/1097)
55+
- ***DONE*** Any term (or set of terms) with an affiliated issue tracker item (term request or term discussion) SHOULD be linked to the relevant issue(s). Such linking SHOULD use the annotation property 'term tracker item' (IAO:0000233) and SHOULD NOT use a free text comment. The range for 'term tracker item' MUST consist solely of an IRI, without additional text, and the IRI MUST be for the issue tracker item.
56+
- ***CLOSE THIS*** [#1097](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/1097)
5757

5858

0 commit comments

Comments
 (0)