Skip to content

Commit

Permalink
text def fixes using VSAO
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Aug 17, 2012
1 parent 65384e9 commit 728bf8e
Show file tree
Hide file tree
Showing 20 changed files with 201 additions and 121 deletions.
6 changes: 4 additions & 2 deletions Makefile
Expand Up @@ -1032,7 +1032,9 @@ fake.obo:
aao-fixed.obo: phenoscape-vocab/AAO_cjm.obo aao-fixed.obo: phenoscape-vocab/AAO_cjm.obo
obo-map-ids.pl --use-xref --regex-filter 'CL:' $< | grep -v ^develops_from > $@ obo-map-ids.pl --use-xref --regex-filter 'CL:' $< | grep -v ^develops_from > $@


tao-fixed.obo: $(TAO_SRC) tao-isaM.obo: $(TAO_SRC)
obo-merge-tags.pl -t is_a $< phenoscape-vocab/tao-scratchdir/tao-isa-from-zfa.obo > $@
tao-fixed.obo: tao-isaM.obo
obo-map-ids.pl --ignore-tag alt_id --use-xref --regex-filter 'CL:' $< $< | perl -npe 's/OBO_REL://' | obo-grep.pl -r 'id: TAO' - > $@ obo-map-ids.pl --ignore-tag alt_id --use-xref --regex-filter 'CL:' $< $< | perl -npe 's/OBO_REL://' | obo-grep.pl -r 'id: TAO' - > $@
psc-merged.obo: $(TAO) fake.obo psc-merged.obo: $(TAO) fake.obo
obo2obo -o $@ $(MSAOS) fake.obo obo2obo -o $@ $(MSAOS) fake.obo
Expand All @@ -1053,7 +1055,7 @@ phenoscape-vocab/phenoscape-anatomy.obo: psc-merged-u.obo merged-dates.txt


# copy this manually to phenoscape-vocab/edit/ (but only before the switch!) # copy this manually to phenoscape-vocab/edit/ (but only before the switch!)
phenoscape-ext.owl: phenoscape-vocab/phenoscape-anatomy.obo phenoscape-ext.owl: phenoscape-vocab/phenoscape-anatomy.obo
obo-grep.pl --neg -r 'id: (UBERON|CL)' $< | ./util/pa-to-uberon-ids.pl | obo-sed.pl -r 'is_obsolete:.*true' 's/name: /name: obsolete /' - > $@.obo && owltools $@.obo --add-imports-declarations $(OBO)/uberon/merged.owl -o -f functional file://`pwd`/$@.tmp && egrep -v '^Declaration.*UBERON_0' $@.tmp > $@ obo-grep.pl --neg -r 'id: (UBERON|CL)' $< | ./util/pa-to-uberon-ids.pl | obo-grep.pl -r 'id: UBERON' - | obo-sed.pl -r 'is_obsolete:.*true' 's/name: /name: obsolete /' - > $@.obo && owltools $@.obo --add-imports-declarations $(OBO)/uberon/merged.owl -o -f functional file://`pwd`/$@.tmp && egrep -v '^Declaration.*UBERON_0' $@.tmp > $@


# ---------------------------------------- # ----------------------------------------
# RELEASE # RELEASE
Expand Down
10 changes: 8 additions & 2 deletions mod/uberon-bridge-to-aao.obo
Expand Up @@ -1122,6 +1122,12 @@ property_value: IAO:0000589 "vomerine tooth (amphibian)" xsd:string
intersection_of: UBERON:0004767 ! vomerine tooth intersection_of: UBERON:0004767 ! vomerine tooth
intersection_of: part_of NCBITaxon:8292 intersection_of: part_of NCBITaxon:8292


[Term]
id: AAO:0000287 ! maxillary teeth
property_value: IAO:0000589 "maxillary tooth (amphibian)" xsd:string
intersection_of: UBERON:0011593 ! maxillary tooth
intersection_of: part_of NCBITaxon:8292

[Term] [Term]
id: AAO:0000125 ! dentary tooth id: AAO:0000125 ! dentary tooth
property_value: IAO:0000589 "dentary tooth (amphibian)" xsd:string property_value: IAO:0000589 "dentary tooth (amphibian)" xsd:string
Expand Down Expand Up @@ -2600,8 +2606,8 @@ intersection_of: part_of NCBITaxon:8292


[Term] [Term]
id: AAO:0000963 ! axial skeleton id: AAO:0000963 ! axial skeleton
property_value: IAO:0000589 "axial skeleton (amphibian)" xsd:string property_value: IAO:0000589 "axial skeleton plus cranial skeleton (amphibian)" xsd:string
intersection_of: UBERON:0005944 ! axial skeleton intersection_of: UBERON:0005944 ! axial skeleton plus cranial skeleton
intersection_of: part_of NCBITaxon:8292 intersection_of: part_of NCBITaxon:8292


[Term] [Term]
Expand Down
28 changes: 27 additions & 1 deletion mod/uberon-bridge-to-aao.owl
Expand Up @@ -2011,6 +2011,26 @@






<!-- http://purl.obolibrary.org/obo/AAO_0000287 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/AAO_0000287">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0011593"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/NCBITaxon_8292"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">AAO:0000287</oboInOwl:id>
<obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">maxillary tooth (amphibian)</obo:IAO_0000589>
</owl:Class>



<!-- http://purl.obolibrary.org/obo/AAO_0000289 --> <!-- http://purl.obolibrary.org/obo/AAO_0000289 -->


<owl:Class rdf:about="http://purl.obolibrary.org/obo/AAO_0000289"> <owl:Class rdf:about="http://purl.obolibrary.org/obo/AAO_0000289">
Expand Down Expand Up @@ -5888,7 +5908,7 @@
</owl:Class> </owl:Class>
</owl:equivalentClass> </owl:equivalentClass>
<oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">AAO:0000963</oboInOwl:id> <oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">AAO:0000963</oboInOwl:id>
<obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton (amphibian)</obo:IAO_0000589> <obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton plus cranial skeleton (amphibian)</obo:IAO_0000589>
</owl:Class> </owl:Class>




Expand Down Expand Up @@ -19895,6 +19915,12 @@






<!-- http://purl.obolibrary.org/obo/UBERON_0011593 -->

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



<!-- http://purl.obolibrary.org/obo/UBERON_0011594 --> <!-- http://purl.obolibrary.org/obo/UBERON_0011594 -->


<owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0011594"/> <owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0011594"/>
Expand Down
8 changes: 4 additions & 4 deletions mod/uberon-bridge-to-emapa.obo
Expand Up @@ -4207,13 +4207,13 @@ is_a: UBERON:0002137 ! aortic valve


[Term] [Term]
id: EMAPA:18043 ! axial skeleton of skeleton of tail of embryo id: EMAPA:18043 ! axial skeleton of skeleton of tail of embryo
property_value: IAO:0000589 "axial skeleton (embryonic mouse)" xsd:string property_value: IAO:0000589 "axial skeleton plus cranial skeleton (embryonic mouse)" xsd:string
is_a: UBERON:0005944 ! axial skeleton is_a: UBERON:0005944 ! axial skeleton plus cranial skeleton


[Term] [Term]
id: EMAPA:17214 ! axial skeleton of skeleton of embryo id: EMAPA:17214 ! axial skeleton of skeleton of embryo
property_value: IAO:0000589 "axial skeleton (embryonic mouse)" xsd:string property_value: IAO:0000589 "axial skeleton plus cranial skeleton (embryonic mouse)" xsd:string
is_a: UBERON:0005944 ! axial skeleton is_a: UBERON:0005944 ! axial skeleton plus cranial skeleton


[Term] [Term]
id: EMAPA:18043 ! axial skeleton of skeleton of tail of embryo id: EMAPA:18043 ! axial skeleton of skeleton of tail of embryo
Expand Down
4 changes: 2 additions & 2 deletions mod/uberon-bridge-to-emapa.owl
Expand Up @@ -6790,7 +6790,7 @@
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0002090"/> <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0002090"/>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0005944"/> <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0005944"/>
<oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EMAPA:17214</oboInOwl:id> <oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EMAPA:17214</oboInOwl:id>
<obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton (embryonic mouse)</obo:IAO_0000589> <obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton plus cranial skeleton (embryonic mouse)</obo:IAO_0000589>
<obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">postcranial axial skeleton (embryonic mouse)</obo:IAO_0000589> <obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">postcranial axial skeleton (embryonic mouse)</obo:IAO_0000589>
</owl:Class> </owl:Class>


Expand Down Expand Up @@ -12002,7 +12002,7 @@
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0002090"/> <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0002090"/>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0005944"/> <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0005944"/>
<oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EMAPA:18043</oboInOwl:id> <oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EMAPA:18043</oboInOwl:id>
<obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton (embryonic mouse)</obo:IAO_0000589> <obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton plus cranial skeleton (embryonic mouse)</obo:IAO_0000589>
<obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">postcranial axial skeleton (embryonic mouse)</obo:IAO_0000589> <obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">postcranial axial skeleton (embryonic mouse)</obo:IAO_0000589>
</owl:Class> </owl:Class>


Expand Down
4 changes: 2 additions & 2 deletions mod/uberon-bridge-to-fma.obo
Expand Up @@ -11048,8 +11048,8 @@ intersection_of: part_of NCBITaxon:9606


[Term] [Term]
id: FMA:71221 ! Axial skeleton id: FMA:71221 ! Axial skeleton
property_value: IAO:0000589 "axial skeleton (post-embryonic human)" xsd:string property_value: IAO:0000589 "postcranial axial skeleton (post-embryonic human)" xsd:string
intersection_of: UBERON:0005944 ! axial skeleton intersection_of: UBERON:0002090 ! postcranial axial skeleton
intersection_of: part_of NCBITaxon:9606 intersection_of: part_of NCBITaxon:9606


[Term] [Term]
Expand Down
16 changes: 8 additions & 8 deletions mod/uberon-bridge-to-fma.owl
Expand Up @@ -61429,7 +61429,7 @@
<owl:equivalentClass> <owl:equivalentClass>
<owl:Class> <owl:Class>
<owl:intersectionOf rdf:parseType="Collection"> <owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0005944"/> <rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0002090"/>
<owl:Restriction> <owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/> <owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/NCBITaxon_9606"/> <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/NCBITaxon_9606"/>
Expand All @@ -61438,7 +61438,7 @@
</owl:Class> </owl:Class>
</owl:equivalentClass> </owl:equivalentClass>
<oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FMA:71221</oboInOwl:id> <oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FMA:71221</oboInOwl:id>
<obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton (post-embryonic human)</obo:IAO_0000589> <obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">postcranial axial skeleton (post-embryonic human)</obo:IAO_0000589>
</owl:Class> </owl:Class>




Expand Down Expand Up @@ -93939,6 +93939,12 @@






<!-- http://purl.obolibrary.org/obo/UBERON_0002090 -->

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



<!-- http://purl.obolibrary.org/obo/UBERON_0002091 --> <!-- http://purl.obolibrary.org/obo/UBERON_0002091 -->


<owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0002091"/> <owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0002091"/>
Expand Down Expand Up @@ -104787,12 +104793,6 @@






<!-- http://purl.obolibrary.org/obo/UBERON_0005944 -->

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



<!-- http://purl.obolibrary.org/obo/UBERON_0005946 --> <!-- http://purl.obolibrary.org/obo/UBERON_0005946 -->


<owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0005946"/> <owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0005946"/>
Expand Down
4 changes: 2 additions & 2 deletions mod/uberon-bridge-to-ma.obo
Expand Up @@ -8150,8 +8150,8 @@ intersection_of: part_of NCBITaxon:10088


[Term] [Term]
id: MA:0000308 ! axial skeleton id: MA:0000308 ! axial skeleton
property_value: IAO:0000589 "axial skeleton (post-embryonic mouse)" xsd:string property_value: IAO:0000589 "axial skeleton plus cranial skeleton (post-embryonic mouse)" xsd:string
intersection_of: UBERON:0005944 ! axial skeleton intersection_of: UBERON:0005944 ! axial skeleton plus cranial skeleton
intersection_of: part_of NCBITaxon:10088 intersection_of: part_of NCBITaxon:10088


[Term] [Term]
Expand Down
2 changes: 1 addition & 1 deletion mod/uberon-bridge-to-ma.owl
Expand Up @@ -6106,7 +6106,7 @@
</owl:Class> </owl:Class>
</owl:equivalentClass> </owl:equivalentClass>
<oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MA:0000308</oboInOwl:id> <oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MA:0000308</oboInOwl:id>
<obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton (post-embryonic mouse)</obo:IAO_0000589> <obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton plus cranial skeleton (post-embryonic mouse)</obo:IAO_0000589>
</owl:Class> </owl:Class>




Expand Down
4 changes: 2 additions & 2 deletions mod/uberon-bridge-to-ncithesaurus.obo
Expand Up @@ -6162,8 +6162,8 @@ is_a: UBERON:0002137 ! aortic valve


[Term] [Term]
id: ncithesaurus:Axial_Skeleton ! Axial Skeleton id: ncithesaurus:Axial_Skeleton ! Axial Skeleton
property_value: IAO:0000589 "axial skeleton (ncithesaurus)" xsd:string property_value: IAO:0000589 "axial skeleton plus cranial skeleton (ncithesaurus)" xsd:string
is_a: UBERON:0005944 ! axial skeleton is_a: UBERON:0005944 ! axial skeleton plus cranial skeleton


[Term] [Term]
id: ncithesaurus:Appendicular_Skeleton ! Appendicular Skeleton id: ncithesaurus:Appendicular_Skeleton ! Appendicular Skeleton
Expand Down
2 changes: 1 addition & 1 deletion mod/uberon-bridge-to-ncithesaurus.owl
Expand Up @@ -17976,7 +17976,7 @@


<owl:Class rdf:about="http://purl.obolibrary.org/obo/ncithesaurus#_Axial_Skeleton"> <owl:Class rdf:about="http://purl.obolibrary.org/obo/ncithesaurus#_Axial_Skeleton">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0005944"/> <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0005944"/>
<obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton (ncithesaurus)</obo:IAO_0000589> <obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton plus cranial skeleton (ncithesaurus)</obo:IAO_0000589>
<oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ncithesaurus:Axial_Skeleton</oboInOwl:id> <oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ncithesaurus:Axial_Skeleton</oboInOwl:id>
</owl:Class> </owl:Class>


Expand Down
4 changes: 2 additions & 2 deletions mod/uberon-bridge-to-xao.obo
Expand Up @@ -1988,8 +1988,8 @@ intersection_of: part_of NCBITaxon:8353


[Term] [Term]
id: XAO:0004011 ! axial skeleton id: XAO:0004011 ! axial skeleton
property_value: IAO:0000589 "axial skeleton (xenopus)" xsd:string property_value: IAO:0000589 "axial skeleton plus cranial skeleton (xenopus)" xsd:string
intersection_of: UBERON:0005944 ! axial skeleton intersection_of: UBERON:0005944 ! axial skeleton plus cranial skeleton
intersection_of: part_of NCBITaxon:8353 intersection_of: part_of NCBITaxon:8353


[Term] [Term]
Expand Down
2 changes: 1 addition & 1 deletion mod/uberon-bridge-to-xao.owl
Expand Up @@ -12506,7 +12506,7 @@
</owl:Class> </owl:Class>
</owl:equivalentClass> </owl:equivalentClass>
<oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">XAO:0004011</oboInOwl:id> <oboInOwl:id rdf:datatype="http://www.w3.org/2001/XMLSchema#string">XAO:0004011</oboInOwl:id>
<obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton (xenopus)</obo:IAO_0000589> <obo:IAO_0000589 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">axial skeleton plus cranial skeleton (xenopus)</obo:IAO_0000589>
</owl:Class> </owl:Class>




Expand Down

0 comments on commit 728bf8e

Please sign in to comment.