Skip to content

Commit

Permalink
added cumulative and incident counts for cases, infections, hospitali…
Browse files Browse the repository at this point in the history
…zations, and deaths, and added a seroprevalence class. Addresses #55
  • Loading branch information
hoganwr committed Feb 27, 2024
1 parent a7f2373 commit 9bb1cc6
Show file tree
Hide file tree
Showing 5 changed files with 348 additions and 5 deletions.
135 changes: 133 additions & 2 deletions midas-data.owl
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:apollo_sv="http://purl.obolibrary.org/obo/apollo_sv.owl/">
<owl:Ontology rdf:about="http://midasnetwork.us/datasets/midas-data.owl">
<owl:versionIRI rdf:resource="http://midasnetwork.us/datasets/v2023-08-23/midas-data.owl"/>
<owl:versionIRI rdf:resource="http://midasnetwork.us/datasets/v2024-02-27/midas-data.owl"/>
<terms:description>An ontology of midas data types.</terms:description>
<rdfs:comment>Testing automated release process by editing the midas-data-edit.owl file.</rdfs:comment>
<owl:versionInfo>2023-08-23</owl:versionInfo>
<owl:versionInfo>2024-02-27</owl:versionInfo>
</owl:Ontology>


Expand Down Expand Up @@ -577,6 +577,121 @@ By &quot;similar vaccines&quot; we typically mean same pathogen, but could be si



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000622">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115 xml:lang="en">A count of cases in an epidemic that is about the entire temporal interval occupied by the epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<obo:IAO_0000600 xml:lang="en">A count of cases from the beginning of the epidemic until recently.</obo:IAO_0000600>
<rdfs:comment xml:lang="en">The count is also nearly always geographically localized, for example, the case count for the state of Pennsylvania or the case count for Waukesha County, Wisconsin.</rdfs:comment>
<rdfs:label xml:lang="en">cumulative epidemic case count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000623">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115 xml:lang="en">A count of cases in an epidemic that is about a proper part of the temporal interval occupied by the epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<obo:IAO_0000600 xml:lang="en">A count of cases in an epidemic that spans a shorter interval, such as a particular day or a week.</obo:IAO_0000600>
<rdfs:comment>Incident case counts are measured according to regular intervals, typically day or week.</rdfs:comment>
<rdfs:comment xml:lang="en">The count is also nearly always geographically localized, for example, the case count for the state of Pennsylvania or the case count for Waukesha County, Wisconsin.</rdfs:comment>
<rdfs:label xml:lang="en">incident epidemic case count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000629">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115 xml:lang="en">A count of infections in a population where the infections are an occurrent part of the same epidemic, and the temporal region over which the count is made is the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">cumulative epidemic infection count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000630">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115 xml:lang="en">A count of infections in a population where the infections are an occurrent part of the same epidemic, and the temporal region over which the count is made is a proper part of the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">incident epidemic infection count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000631">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115>A count of deaths in a population where the deaths are an occurrent part of the same epidemic, the deaths are attributed to the epidemic disease, and the temporal region over which the count is made is the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">cumulative epidemic death count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000632">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115 xml:lang="en">A count of deaths in a population where the deaths are an occurrent part of the same epidemic, the deaths are attributed to the epidemic disease, and the temporal region over which the count is made is a proper part of the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">incident epidemic death count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000633">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115>A count of hospitalizations in a population where the hospitalizations are an occurrent part of the same epidemic, the hospitalizations are attributed to the epidemic disease, and the temporal region over which the count is made is the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">cumulative epidemic hospitalization count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000634">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115>A count of hospitalizations in a population where the hospitalizations are an occurrent part of the same epidemic, the hospitalizations are attributed to the epidemic disease, and the temporal region over which the count is made is a proper part of the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">incident epidemic hospitalization count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000635">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115>A count of vaccinations in a population where the vaccinations are an occurrent part of the same epidemic, the vaccinations are against the type of pathogen causing the epidemic, and the temporal region over which the count is made is the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">cumulative epidemic vaccination count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000636">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115 xml:lang="en">A count of vaccinations in a population where the vaccinations are an occurrent part of the same epidemic, the vaccinations are against the type of pathogen causing the epidemic, and the temporal region over which the count is made is a proper part of the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">incident epidemic vaccination count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/CHEBI_60816">
Expand Down Expand Up @@ -746,6 +861,22 @@ interpreted by or directly executed by a processing unit.</obo:IAO_0000115>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/IDO_0000488">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas2"/>
<obo:IAO_0000115 xml:lang="en">A quality that inheres in an organism population and is the number of organisms in the population that have antibod
y specific for an infectious agent in their serum at a specified time.</obo:IAO_0000115>
<obo:IAO_0000117>Albert Goldfain</obo:IAO_0000117>
<obo:IAO_0000117>Alexander Diehl</obo:IAO_0000117>
<obo:IAO_0000117>Lindsay Cowell</obo:IAO_0000117>
<rdfs:comment>Prevalence is sometimes defined as a proportion with total population size in the denominator. A particular instance of infectious
agent seroprevalence will depend on a type of infectious agent and a population. Actual measures of seroprevalence are based only on tested individuals and usually specify a geographic location. Other constraints may include population demographics.</rdfs:comment>
<rdfs:label xml:lang="en">infectious agent seroprevalence</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/MONDO_0000989">
Expand Down
107 changes: 106 additions & 1 deletion src/ontology/imports/apollo-sv_import.owl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<www:RTS_00000002>082D5D78-D916-457E-B4FD-365F86F45B30</www:RTS_00000002>
<rdfs:comment xml:lang="en">When citing Apollo-SV, use the permanent URL of the ontology: http://purl.obolibrary.org/obo/apollo_sv.owl. When referencing a specific component of the Apollo-SV such as a class, object property, annotation property, or individual, use the component&apos;s Uniform Resource Identifier (URI).</rdfs:comment>
<owl:versionInfo>2023-01-10</owl:versionInfo>
<owl:versionInfo>2023-06-02</owl:versionInfo>
<owl:versionInfo>2024-02-23</owl:versionInfo>
</owl:Ontology>


Expand Down Expand Up @@ -407,6 +407,111 @@ By &quot;similar vaccines&quot; we typically mean same pathogen, but could be si
<obo:IAO_0000118 xml:lang="en">sewage surveillance data</obo:IAO_0000118>
<rdfs:label xml:lang="en">wastewater surveillance data set</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000622">
<obo:IAO_0000115 xml:lang="en">A count of cases in an epidemic that is about the entire temporal interval occupied by the epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<obo:IAO_0000600 xml:lang="en">A count of cases from the beginning of the epidemic until recently.</obo:IAO_0000600>
<rdfs:comment xml:lang="en">The count is also nearly always geographically localized, for example, the case count for the state of Pennsylvania or the case count for Waukesha County, Wisconsin.</rdfs:comment>
<rdfs:label xml:lang="en">cumulative epidemic case count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000623">
<obo:IAO_0000115 xml:lang="en">A count of cases in an epidemic that is about a proper part of the temporal interval occupied by the epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<obo:IAO_0000600 xml:lang="en">A count of cases in an epidemic that spans a shorter interval, such as a particular day or a week.</obo:IAO_0000600>
<rdfs:comment>Incident case counts are measured according to regular intervals, typically day or week.</rdfs:comment>
<rdfs:comment xml:lang="en">The count is also nearly always geographically localized, for example, the case count for the state of Pennsylvania or the case count for Waukesha County, Wisconsin.</rdfs:comment>
<rdfs:label xml:lang="en">incident epidemic case count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000629">
<obo:IAO_0000115 xml:lang="en">A count of infections in a population where the infections are an occurrent part of the same epidemic, and the temporal region over which the count is made is the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">cumulative epidemic infection count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000630">
<obo:IAO_0000115 xml:lang="en">A count of infections in a population where the infections are an occurrent part of the same epidemic, and the temporal region over which the count is made is a proper part of the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">incident epidemic infection count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000631">
<obo:IAO_0000115>A count of deaths in a population where the deaths are an occurrent part of the same epidemic, the deaths are attributed to the epidemic disease, and the temporal region over which the count is made is the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">cumulative epidemic death count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000632">
<obo:IAO_0000115 xml:lang="en">A count of deaths in a population where the deaths are an occurrent part of the same epidemic, the deaths are attributed to the epidemic disease, and the temporal region over which the count is made is a proper part of the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">incident epidemic death count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000633">
<obo:IAO_0000115>A count of hospitalizations in a population where the hospitalizations are an occurrent part of the same epidemic, the hospitalizations are attributed to the epidemic disease, and the temporal region over which the count is made is the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">cumulative epidemic hospitalization count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000634">
<obo:IAO_0000115>A count of hospitalizations in a population where the hospitalizations are an occurrent part of the same epidemic, the hospitalizations are attributed to the epidemic disease, and the temporal region over which the count is made is a proper part of the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">incident epidemic hospitalization count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000635">
<obo:IAO_0000115>A count of vaccinations in a population where the vaccinations are an occurrent part of the same epidemic, the vaccinations are against the type of pathogen causing the epidemic, and the temporal region over which the count is made is the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">cumulative epidemic vaccination count</rdfs:label>
</owl:Class>



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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/APOLLO_SV_00000636">
<obo:IAO_0000115 xml:lang="en">A count of vaccinations in a population where the vaccinations are an occurrent part of the same epidemic, the vaccinations are against the type of pathogen causing the epidemic, and the temporal region over which the count is made is a proper part of the region occupied by the entire epidemic.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">William R. Hogan</obo:IAO_0000117>
<rdfs:label xml:lang="en">incident epidemic vaccination count</rdfs:label>
</owl:Class>
</rdf:RDF>


Expand Down
2 changes: 1 addition & 1 deletion src/ontology/imports/ncbitaxon_import.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://midasnetwork.us/datasets/imports/ncbitaxon_import.owl">
<owl:versionInfo>2023-06-20</owl:versionInfo>
<owl:versionInfo>2023-12-12</owl:versionInfo>
</owl:Ontology>


Expand Down
11 changes: 11 additions & 0 deletions src/ontology/imports/seed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ APOLLO_SV:00000610
APOLLO_SV:00000613
APOLLO_SV:00000614
APOLLO_SV:00000618
APOLLO_SV:00000622
APOLLO_SV:00000623
APOLLO_SV:00000631
APOLLO_SV:00000632
APOLLO_SV:00000633
APOLLO_SV:00000634
APOLLO_SV:00000629
APOLLO_SV:00000630
APOLLO_SV:00000635
APOLLO_SV:00000636
NCBITaxon:11676
NCBITaxon:5820
NCBITaxon:1773
Expand Down Expand Up @@ -47,3 +57,4 @@ MONDO:0005502
MONDO:0002282
MONDO:0018661
MONDO:0001577
IDO:0000488
Loading

0 comments on commit 9bb1cc6

Please sign in to comment.