You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-(ACCEPTED?) The ontology MUST be **logically consistent** (from [#482](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/482))
8
+
-DONE The ontology MUST be **logically consistent**
9
9
- 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.
10
-
- This includes when the ontology is classified together with RO, BFO, and COB (from [#482](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/482))
11
-
- (ACCEPTED? Need clarification on what exactly 'base dependency' is) Every ontology SHOULD be coherent when classified together with all its base-dependencies (from [#482](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/482))
10
+
- This includes when the ontology is classified together with RO, BFO, and COB
11
+
- 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
13
- Standardizing how imported ontologies are noted [#424](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/424)
- Language tags [#479](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/479)
17
+
18
+
- For rdfs:label and IAO:0000115 annotation assertions, we discourage the use of datatype declarations such as `xsd:string`. It is important to note that `xsd:string` is essentially redundant in OWL/RDF, so "assay" and "assay"^^xsd:string should be the exact same thing. However, a lot of tooling may be confused by the difference, xsd:string datatype assertion SHOULD be omitted in general for all annotations, but MUST be omitted for rdfs:label and IAO:0000115.
19
+
- To designate rdfs:label, and IAO:0000115 annotations in a language different from English, a [valid RDF language tag](https://www.w3.org/TR/rdf11-concepts/#section-Graph-Literal) MUST be specified, for example, "Krankheit"@de.
20
+
- rdfs:label and IAO:0000115 annotation assertions for English content MAY be annotated with an English language tag. If the ontology chooses not to use language tags, a protege:defaultLanguage assertion MUST be added as an ontology annotation.
21
+
22
+
23
+
16
24
- Use standard synonym types [#2450](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2450)
- 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:
23
31
- If the NCIt term definition and hierarchical position are reasonable, that term SHOULD be used instead;
24
32
- 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;
25
33
- 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.
26
-
27
-
28
34
- Term adoption [#2330](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2330) and [#2324](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2324)
29
35
- Standardized xref prefixes in ontologies [#525](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/525)
30
36
- Referring to taxa not in NCBITaxon [#434](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/434)
- Terms SHOULD be linked to any pertinent discussion(s) on an issue tracker [#1097](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/1097)
51
-
- The appropriate annotation property for this link is 'term tracker item' ([IAO:0000233](http://purl.obolibrary.org/obo/IAO_0000233))
52
-
- The target for 'term tracker item' SHOULD be solely an IRI, without additional text or comment (from [#175](https://github.com/information-artifact-ontology/ontology-metadata/issues/175))
53
-
54
-
- NEW WORDING PROPOSAL:
55
-
- If there is an issue tracker item for a particular term or set of terms (for example, a new term request or a term discussion), then the relevant terms SHOULD be linked to the appropriate tracker issue. Instead of using a free text comment, the link between the term and the tracker item SHOULD be the annotation property 'term tracker item' (IAO:0000233). The range for this property is an IRI,
56
-
without additional text or comment, that MUST point to an issue tracker item for the annotated term.
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)
0 commit comments