Skip to content

Commit

Permalink
Taxon disjointness unsat not showing up in pipeline
Browse files Browse the repository at this point in the history
Fixes #2707
  • Loading branch information
anitacaron committed Jul 20, 2023
2 parents 6631160 + a0b32f4 commit e954525
Show file tree
Hide file tree
Showing 166 changed files with 33,874 additions and 21,298 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-pr-ontobot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,16 @@ jobs:
- name: Install dependencies
run: |
pip install ontobot-change-agent==0.3.11
pip install ontobot-change-agent
- name: Run ochange
id: ochange
run: |
ochange process-issue ${{ env.resource }} \
-r ${{ steps.gh-script-repo.outputs.result }} \
-n ${{ steps.gh-script-issue.outputs.result }} \
-g ${{ secrets.GH_TOKEN }}
-g ${{ secrets.GH_TOKEN }} \
-p UBERON
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ uberon-base.obo
uberon-basic.*
uberon-full.*
uberon-simple.*
common-anatomy.*
patterns/definitions.owl
patterns/pattern.owl
subsets/*.json
Expand Down
58 changes: 58 additions & 0 deletions docs/uberon-editor-sop.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,64 @@ Note: `develops from` does not necessarily the subject directly develops from th

Sometimes it is useful to define a grouping classes that automatically classify other terms, for example the term "small intestine Peyer's patch" has a logical definition that can be used to automatically classify terms for Peyer's patch in various parts of the small intestine (duodenum, ilium etc). In these case, it is important to use an established pattern (or to extend the established patterns if this is needed). Established patterns are documented in DOSDP templates - see: < add link to templates or to MD doc generated from them>

## Cross-references to the literature
Assertions in textual definitions, evidence provided in comments, and synonyms should be backed up by citing the appropriate literature.

Citations are made by cross-references, that is by adding `http://www.geneontology.org/formats/oboInOwl#hasDbXref` annotations to the definition, comment, and synonym annotations. Add one such annotation per reference, using the CURIE syntax with well-known prefixes:

* `PMID:1234567` for a PubMed identifier;
* `doi:xx.yyyy/...` for a DOI;
* `ISBN:...` for a ISBN.

If the main source for an assertion is a term in another ontology, the short identifier for that term may be used as a cross-reference. For example, `WBbt:0006799` to cross-reference a term in the _C. elegans_ Gross Anatomy Ontology.

ORCID identifiers may also be used when the only available source for an assertion is an individual researcher. This should be done sparingly.

**Technical details of adding a cross-reference using Protégé**:

For CURIEs and ORCIDs: In the "Create Annotation" window, select the annotation property **database_cross_reference**.

For CURIEs: Enter the CURIE, using the [bioregistry OBO context](https://bioregistry.io/context/obo) prefix ([link to prefixmap](https://github.com/biopragmatics/bioregistry/blob/main/exports/contexts/obo.context.jsonld)), as a Value on the "Literal" tab. Leave Datatype empty.

In cases where more than one CURIE is available for a resource, either is acceptable, but using the more semantically specific identifier is recommended. For example, when both a PMID and a doi are available for a resource, using the PMID is recommended since it indicates the cross-reference points to a paper, as opposed to a doi which could point to any digital object.

For ORCIDs: Enter the ORCID as an IRI in the IRI field on the "IRI Editor" tab, for example `https://orcid.org/0000-0002-7356-1779`.

For URLs: In the "Create Annotation" window, select the annotation property **seeAlso** (`rdfs:seeAlso`). Enter the URL as a literal string with Datatype `xsd:anyURI` selected.
DO NOT use database_cross_reference with a value that is a URL.

To restate, in all cases above except ORCIDs, the values are entered as literal strings. An ORCID MUST BE entered as an IRI.

The above instructions apply whether the cross-reference is added to another annotation (e.g., annotating a text defintion or comment) or adding to the overall class (i.e., not an annotation of another annotation).

## Synonyms

Extensive addition of synonyms helps “findability” of terms when searching. Synonyms can and should be added liberally. Of note, the intention of the ontology is not meant to record how a synonym is used in all specific sources in which it appears. Rather an editor, after doing due diligence in researching the terms/synonyms, must determine how a term is used at the present moment in the scientific community.

Guidelines on the type of synonyms:

1. Use an _exact_ synonym only when the label and the synonym can be used interchangeably without dispute and refer to the same concept.

Example: the terms “aorta wall”, “aortic wall” and “wall of aorta” all refer to the exact same concept and would be considered exact synonyms. Terms that may refer to other concepts, especially within the biomedical domain, should not be annotated as exact synonyms, including abbreviations.

2. A synonym that is an abbreviation should be annotated as a _related_ synonym and with property type “abbreviation” (technically: the synonym annotation assertion axiom should itself be annotated with a `http://www.geneontology.org/formats/oboInOwl#hasSynonymType` property with value `http://purl.obolibrary.org/obo/uberon/core#ABBREVIATION`).

Example: “BA” is a related synonym for both 'basilar artery' and 'bed nucleus of the accessory olfactory tract' at the time of this writing. Additionally, within the biomedical domain, it can also represent 'brachial artery' or 'Bone Age', two other distinct concepts with separate OBO ontology terms.

3. Exact synonyms should be unique across the ontology. In other words, if class _A_ has synonym “X”, “X” should not be an exact synonym for any other Uberon term.

4. Be mindful of the “directionality” of the _narrow_ and _broad_ types of synonyms. They qualify the _synonym_, not the original term.

Example: stating that “trunk wall” is a narrow synonym of 'body wall' means that “trunk wall“ refers to a narrower (i.e., more specific) concept than 'body wall', not the other way around.

5. The _related_ synonym type should be used for cases where the overlap between the synonym and the term label may be unclear, disputable or not true in all scenarios or contexts, but you want the term to be findable when searching. This includes abbreviations, which should be annotated as _related_ synonyms with synonym type “abbreviation” (see point 1 above).

6. If a synonym includes a mix of abbreviations and words, the annotation property 'has related synonym' with has_synonym_type "abbreviation" should still be used unless there is enough context within the synonym itself to make it clear that the synonym refers only to the concept being annotated.

Example: “DG granule cell layer” would be an exact synonym of 'dentate gyrus granule cell layer', even though “DG” (in this case) is an abbreviation for “dentate gyrus”. Note that without this context “DG” should not be considered an exact synonym for "dentate gyrus" as “DG” could also mean, among many things, the CHEBI term "DG" (7-deazaguanine).

Compare the previous example to “EC layer 1”, which should be a _related_ synonym (with synonym type "abbreviation") of 'entorhinal cortex layer 1', where there is not enough context to confidently determine what "EC" stands for.

## General Tips

Changes to classifications of terms from the 2x, 3x and 4x range, or anything higher up in the hierarchy (e.g. 2 levels above leaf nodes) can create unintended consequences to the ontology (e.g. due to , and it’s best to get a senior ontologist to review (e.g. @cmungall)
Expand Down
11 changes: 10 additions & 1 deletion src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PATTERN_RELEASE_FILES= $(PATTERNDIR)/definitions.owl $(PATTERNDIR)/pattern.

FORMATS = $(sort owl obo json owl)
FORMATS_INCL_TSV = $(sort $(FORMATS) tsv)
RELEASE_ARTEFACTS = $(sort $(ONT)-base $(ONT)-full $(ONT)-simple $(ONT)-basic ext basic composite-metazoan composite-metazoan-basic composite-vertebrate composite-vertebrate-basic )
RELEASE_ARTEFACTS = $(sort $(ONT)-base $(ONT)-full $(ONT)-simple $(ONT)-basic ext basic composite-metazoan composite-metazoan-basic composite-vertebrate composite-vertebrate-basic common-anatomy )

# ----------------------------------------
# Top-level targets
Expand Down Expand Up @@ -703,6 +703,12 @@ composite-vertebrate-basic.json: composite-vertebrate-basic.owl
$(ROBOT) annotate --input $< --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) \
convert --check false -f json -o $@.tmp.json &&\
mv $@.tmp.json $@
common-anatomy.obo: common-anatomy.owl
$(ROBOT) convert --input $< --check false -f obo $(OBO_FORMAT_OPTIONS) -o $@.tmp.obo && grep -v ^owl-axioms $@.tmp.obo > $@ && rm $@.tmp.obo
common-anatomy.json: common-anatomy.owl
$(ROBOT) annotate --input $< --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) \
convert --check false -f json -o $@.tmp.json &&\
mv $@.tmp.json $@
# ----------------------------------------
# Release artefacts: main release artefacts
# ----------------------------------------
Expand Down Expand Up @@ -791,6 +797,9 @@ composite-vertebrate.owl:

composite-vertebrate-basic.owl:
echo "ERROR: You have configured a custom release artefact ($@); this release artefact needs to be define in uberon.Makefile!" && false

common-anatomy.owl:
echo "ERROR: You have configured a custom release artefact ($@); this release artefact needs to be define in uberon.Makefile!" && false
# ----------------------------------------
# Debugging Tools
# ----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-aao.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-aao
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI
property_value: dc-title "CL bridge to aao" xsd:string
property_value: dc-description "Equivalence axioms between AAO and CL. Note that AAO is in the process of being merged into the core CL, so this mapping will become deprecated" xsd:string
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-aao.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-aao.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-aao/2023-05-23/uberon/bridge/cl-bridge-to-aao.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-aao/2023-06-27/uberon/bridge/cl-bridge-to-aao.owl"/>
<dc:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Erik Segerdell</dc:contributor>
<dc:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Paula Mabee</dc:contributor>
<dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CL editors</dc:creator>
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-aeo.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-aeo
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI

[Term]
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-aeo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-aeo.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-aeo/2023-05-23/uberon/bridge/cl-bridge-to-aeo.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-aeo/2023-06-27/uberon/bridge/cl-bridge-to-aeo.owl"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.obolibrary.org/obo/uberon/references/reference_0000026</rdfs:seeAlso>
</owl:Ontology>

Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-bila.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-bila
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI

[Typedef]
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-bila.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-bila.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-bila/2023-05-23/uberon/bridge/cl-bridge-to-bila.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-bila/2023-06-27/uberon/bridge/cl-bridge-to-bila.owl"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.obolibrary.org/obo/uberon/references/reference_0000026</rdfs:seeAlso>
</owl:Ontology>

Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-bspo.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-bspo
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI

[Typedef]
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-bspo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-bspo.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-bspo/2023-05-23/uberon/bridge/cl-bridge-to-bspo.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-bspo/2023-06-27/uberon/bridge/cl-bridge-to-bspo.owl"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.obolibrary.org/obo/uberon/references/reference_0000026</rdfs:seeAlso>
</owl:Ontology>

Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-caro.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-caro
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI

[Term]
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-caro.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-caro.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-caro/2023-05-23/uberon/bridge/cl-bridge-to-caro.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-caro/2023-06-27/uberon/bridge/cl-bridge-to-caro.owl"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.obolibrary.org/obo/uberon/references/reference_0000026</rdfs:seeAlso>
</owl:Ontology>

Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-dhba.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-dhba
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI

[Term]
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-dhba.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-dhba.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-dhba/2023-05-23/uberon/bridge/cl-bridge-to-dhba.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-dhba/2023-06-27/uberon/bridge/cl-bridge-to-dhba.owl"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.obolibrary.org/obo/uberon/references/reference_0000026</rdfs:seeAlso>
</owl:Ontology>

Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-efo.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-efo
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI

[Term]
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-efo.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-efo.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-efo/2023-05-23/uberon/bridge/cl-bridge-to-efo.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-efo/2023-06-27/uberon/bridge/cl-bridge-to-efo.owl"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.obolibrary.org/obo/uberon/references/reference_0000026</rdfs:seeAlso>
</owl:Ontology>

Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-ehdaa.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-ehdaa
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI

[Typedef]
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-ehdaa.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-ehdaa.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-ehdaa/2023-05-23/uberon/bridge/cl-bridge-to-ehdaa.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-ehdaa/2023-06-27/uberon/bridge/cl-bridge-to-ehdaa.owl"/>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.obolibrary.org/obo/uberon/references/reference_0000026</rdfs:seeAlso>
</owl:Ontology>

Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-ehdaa2.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-ehdaa2
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI
property_value: dc-title "CL bridge to ehdaa2" xsd:string
property_value: dc-description "Equivalence axioms between EHDAA2 and CL. EHDAA2 replaces EHDAA" xsd:string
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-ehdaa2.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-ehdaa2.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-ehdaa2/2023-05-23/uberon/bridge/cl-bridge-to-ehdaa2.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-ehdaa2/2023-06-27/uberon/bridge/cl-bridge-to-ehdaa2.owl"/>
<dc:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Jonathan Bard</dc:contributor>
<dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CL editors</dc:creator>
<dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Equivalence axioms between EHDAA2 and CL. EHDAA2 replaces EHDAA</dc:description>
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-emapa.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-emapa
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI
property_value: dc-title "CL bridge to emapa" xsd:string
property_value: dc-description "Taxonomic equivalence axioms between EMAPA (abstract developmental mouse) and CL" xsd:string
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-emapa.owl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-emapa.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-emapa/2023-05-23/uberon/bridge/cl-bridge-to-emapa.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/uberon/bridge/cl-bridge-to-emapa/2023-06-27/uberon/bridge/cl-bridge-to-emapa.owl"/>
<dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Anne Niknejad</dc:creator>
<dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Aurelie Comte</dc:creator>
<dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CL editors</dc:creator>
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/bridge/cl-bridge-to-ev.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ontology: uberon/bridge/cl-bridge-to-ev
data-version: 2023-05-23
data-version: 2023-06-27
property_value: seeAlso "http://purl.obolibrary.org/obo/uberon/references/reference_0000026" xsd:anyURI

[Term]
Expand Down
Loading

0 comments on commit e954525

Please sign in to comment.