Skip to content

Commit

Permalink
Merge pull request #202 from Radiobiology-Informatics-Consortium/231117
Browse files Browse the repository at this point in the history
Merge for release 17-01-2024
  • Loading branch information
reality authored Jan 17, 2024
2 parents 2d40fc2 + ec9a728 commit 38adefa
Show file tree
Hide file tree
Showing 10 changed files with 1,630 additions and 1,240 deletions.
388 changes: 234 additions & 154 deletions rbo-base.owl

Large diffs are not rendered by default.

476 changes: 281 additions & 195 deletions rbo-full.owl

Large diffs are not rendered by default.

550 changes: 318 additions & 232 deletions rbo.owl

Large diffs are not rendered by default.

388 changes: 237 additions & 151 deletions src/ontology/components/all_templates.owl

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions src/ontology/imports/envo_import.owl
Original file line number Diff line number Diff line change
Expand Up @@ -21288,34 +21288,6 @@ consider revising &apos;pond&apos; semantics</obo:IAO_0000116>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/ENVO_09200002">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/PATO_0001236"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000052"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/ENVO_02500000"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/PATO_0001236"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000052"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/ENVO_02500000"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115>The quality of a environmental system process.</obo:IAO_0000115>
<oboInOwl:hasExactSynonym>quality of environmental system process</oboInOwl:hasExactSynonym>
<rdfs:label>environmental system process quality</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/ENVO_09200004">
Expand Down
14 changes: 0 additions & 14 deletions src/ontology/mirror/catalog-v001.xml

This file was deleted.

2 changes: 1 addition & 1 deletion src/ontology/rbo-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ SubClassOf(obo:RBO_00005068 ObjectAllValuesFrom(obo:RO_0002404 obo:ENVO_01001023

# Class: obo:RBO_00015022 (track formation)

EquivalentClasses(obo:RBO_00015022 ObjectSomeValuesFrom(obo:OBI_0000299 obo:RBO_00015023))
EquivalentClasses(obo:RBO_00015022 ObjectSomeValuesFrom(obo:OBI_0000299 obo:RBO_00015009))
EquivalentClasses(obo:RBO_00015009 ObjectSomeValuesFrom(obo:RO_0000086 obo:RBO_00015011))

# Class: obo:SO_0000704 (gene)
Expand Down
3 changes: 2 additions & 1 deletion src/ontology/rbo.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##################### CUSTOM IMPORTS#########

imports/chebi_import.owl: mirror/chebi.owl imports/chebi_terms_combined.txt
if [ $(IMP) = true ]; then $(ROBOT) extract -i $< -T imports/chebi_terms_combined.txt --force true --method STAR \
if [ $(IMP) = true ]; then $(ROBOT) extract -i $< -T imports/chebi_terms_combined.txt --force true --method BOT \
annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) --output $@.tmp.owl && mv $@.tmp.owl $@; fi

imports/chebi_top_import.owl: mirror/chebi.owl
Expand Down Expand Up @@ -48,6 +48,7 @@ imports/envo_import.owl: mirror/envo.owl imports/envo_terms_combined.txt
remove -t "PO:0028002" -t BFO:0000001 --trim false --axioms subclass --signature true --preserve-structure false\
remove -t "PO:0009012" -t BFO:0000015 --trim false --axioms subclass --signature true --preserve-structure false\
remove -t "ENVO:02500000" -t BFO:0000001 --trim false --axioms subclass --signature true --preserve-structure false\
remove -t "ENVO:09200002" -t BFO:0000001 --trim false --axioms subclass --signature true --preserve-structure false\
remove -t "ENVO:01001174" --select self --trim true --signature true --preserve-structure false\
remove -t "http://purl.obolibrary.org/obo/PATO_0001739" -t "IAO:0000115" --axioms annotation --trim false --signature true \
query --update ../sparql/inject-subset-declaration.ru \
Expand Down
Loading

0 comments on commit 38adefa

Please sign in to comment.