Skip to content

Commit 048481a

Browse files
committed
Fix 'tibial muscular dystrophy' location axiom
1 parent 59aed91 commit 048481a

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

src/ontology/doid-edit.owl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85626,7 +85626,7 @@ AnnotationAssertion(oboInOwl:inSubset obo:DOID_0111078 doid:DO_rare_slim)
8562685626
AnnotationAssertion(rdfs:label obo:DOID_0111078 "tibial muscular dystrophy")
8562785627
SubClassOf(obo:DOID_0111078 obo:DOID_11720)
8562885628
SubClassOf(obo:DOID_0111078 ObjectSomeValuesFrom(obo:IDO_0000664 obo:GENO_0000147))
85629-
SubClassOf(obo:DOID_0111078 ObjectSomeValuesFrom(obo:RO_0004026 obo:UBERON_0000979))
85629+
SubClassOf(obo:DOID_0111078 ObjectSomeValuesFrom(obo:RO_0004026 obo:UBERON_0001385))
8563085630

8563185631
# Class: obo:DOID_0111079 (birdshot chorioretinopathy)
8563285632

src/ontology/imports/uberon_import.owl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
99
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1010
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/doid/imports/uberon_import.owl">
11-
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/doid/releases/2025-03-03/imports/uberon_import.owl"/>
11+
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/doid/imports/uberon_import.owl"/>
1212
<rdfs:comment>Sourced from http://purl.obolibrary.org/obo/uberon/releases/2025-01-15/uberon.owl</rdfs:comment>
1313
</owl:Ontology>
1414

@@ -2084,6 +2084,16 @@
20842084

20852085

20862086

2087+
<!-- http://purl.obolibrary.org/obo/UBERON_0001385 -->
2088+
2089+
<owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0001385">
2090+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0008230"/>
2091+
<oboInOwl:id>UBERON:0001385</oboInOwl:id>
2092+
<rdfs:label>tibialis anterior</rdfs:label>
2093+
</owl:Class>
2094+
2095+
2096+
20872097
<!-- http://purl.obolibrary.org/obo/UBERON_0001415 -->
20882098

20892099
<owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0001415">

src/ontology/imports/uberon_terms.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,5 @@ UBERON:0000981 # femur
423423
UBERON:0000979 # tibia
424424
UBERON:0002257 # ventral horn of spinal cord
425425
UBERON:0002228 # rib
426-
UBERON:3000701 # intervertebral space
426+
UBERON:3000701 # intervertebral space
427+
UBERON:0001385 # tibialis anterior

0 commit comments

Comments
 (0)