Skip to content

Commit

Permalink
Merge pull request #1830 from obi-ontology/specimen_hierarchy_cleanup…
Browse files Browse the repository at this point in the history
…_1821

Proposed cleanup of specimen hierarchy
  • Loading branch information
jamesaoverton authored Nov 6, 2024
2 parents 76ace83 + d26a303 commit b180777
Show file tree
Hide file tree
Showing 10 changed files with 3,009 additions and 3,236 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ MODULE_NAMES := administration\
antibody-purification\
assays\
biopsy\
biobank-specimens\
specimens\
organizations\
data-sets\
data-transformations\
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Our ontology terms come in three groups. Depending on what type of term you want
- [`assays.tsv`](src/ontology/templates/assays.tsv) for general assays
- [`epitope-assays.tsv`](src/ontology/templates/epitope-assays.tsv) specifically for immune epitope assays
- [`value-specifications.tsv`](src/ontology/templates/value-specifications.tsv)
- [`biobank-specimens.tsv`](src/ontology/templates/biobank-specimens.tsv)
- [`specimens.tsv`](src/ontology/templates/specimens.tsv) for specimens
- [`medical-history.tsv`](src/ontology/templates/medical-history.tsv) for medical history classifications and related selection criteria
- [`study-designs.tsv`](src/ontology/templates/study-designs.tsv) for study designs
- [`data-sets.tsv`](src/ontology/templates/data-sets.tsv) for data sets
Expand Down
1 change: 1 addition & 0 deletions src/ontology/OntoFox_inputs/Uberon_input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ http://purl.obolibrary.org/obo/UBERON_0000010 # peripheral nervous system
http://purl.obolibrary.org/obo/UBERON_0000029
http://purl.obolibrary.org/obo/UBERON_0000057 # urethra
http://purl.obolibrary.org/obo/UBERON_0000105
http://purl.obolibrary.org/obo/UBERON_0000162 # cloaca
http://purl.obolibrary.org/obo/UBERON_0000165
http://purl.obolibrary.org/obo/UBERON_0000165 # mouth
http://purl.obolibrary.org/obo/UBERON_0000173
Expand Down
12 changes: 12 additions & 0 deletions src/ontology/OntoFox_outputs/Uberon_imports.owl
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0000162">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/UBERON_0000465"/>
<obo:IAO_0000111>cloaca</obo:IAO_0000111>
<obo:IAO_0000115>Common chamber into which the intestines and excretory system opens. Arises during development in all vertebrates, but in many it becomes subdivided, lost or incorporated into other structures.</obo:IAO_0000115>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/uberon.owl"/>
<rdfs:label>cloaca</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/UBERON_0000165">
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/antibody-purification.owl" uri="modules/antibody-purification.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/assays.owl" uri="modules/assays.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/biopsy.owl" uri="modules/biopsy.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/biobank-specimens.owl" uri="modules/biobank-specimens.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/biobank-tissue-specimen.owl" uri="modules/biobank-tissue-specimen.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/data-sets.owl" uri="modules/data-sets.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/data-transformations.owl" uri="modules/data-transformations.owl"/>
Expand All @@ -43,6 +42,7 @@
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/sample-collection.owl" uri="modules/sample-collection.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/sequence-analysis.owl" uri="modules/sequence-analysis.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/specimen-assay-data.owl" uri="modules/specimen-assay-data.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/specimens.owl" uri="modules/specimens.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/study-designs.owl" uri="modules/study-designs.owl"/>
<uri name="http://purl.obolibrary.org/obo/obi/dev/modules/value-specifications.owl" uri="modules/value-specifications.owl"/>
</catalog>
Loading

0 comments on commit b180777

Please sign in to comment.