@prefix : <https://w3id.org/codo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/codo#> .

<https://w3id.org/codo#> rdf:type owl:Ontology ;
                          owl:versionIRI <https://w3id.org/codo/1.5> ;
                          <http://purl.org/dc/terms/abstract> "This specification describes CODO, an integrated ontological data model, a formal Ontology for collection and analysis of COVID-19 and related data. The Introduction section further provides the overall scope of the ontology and its usage. It is designed using W3C's RDF technology." ;
                          <http://purl.org/dc/terms/created> "2020-04-27" ;
                          <http://purl.org/dc/terms/creator> "Biswanath Dutta"@en ,
                                                             "Debanjali Bain"@en ;
                          <http://purl.org/dc/terms/license> "https://creativecommons.org/licenses/by/4.0/"^^xsd:anyURI ;
                          <http://purl.org/dc/terms/modified> "2022-04-16" ,
                                                              "2023-03-31" ,
                                                              "2023-07-11" ;
                          <http://purl.org/dc/terms/publisher> "Indian Statistical Institute"@en ;
                          <http://purl.org/dc/terms/title> "CODO: an Ontology for collection and analysis of COviD-19 data"@en ;
                          <http://w3id.org/mod#browsingUI> "https://w3id.org/codo" ;
                          <http://www.w3.org/ns/prov#preferredNamespacePrefix> "codo"@en ;
                          <http://www.w3.org/ns/prov#preferredNamespaceURI> "https://w3id.org/codo" ;
                          <https://w3id.org/mod#competencyQuestion> """CQ 1: What mutations were discovered in patient p1's genomic testing results?
CQ 2: Which patient's test result revealed the N501Y mutation?
CQ 3: Which SARS-CoV-2 variant has patient p1 been diagnosed with?
CQ 4: Which sequencing method was used in the genome sequencing test for patient p1?
CQ 5: Who has been diagnosed as an Omicron patient?
CQ 6: Which patients' nasopharyngeal swabs have been collected?
CQ 7: A person's genomic sequence report reveals that the spike protein has a del69-70 mutation. Which variants might there be? 
CQ 8: What are the characteristic mutations found in the test result of a person (p2) diagnosed with the B.1.1.529 variant? 
CQ 9: What are all the substitution mutations that occurred in B.1.1.7?
CQ 10: What mutations are detected in Delta?
CQ 11: Where and when was the initial B.1.351 variant discovered?
CQ 12: What structural proteins are present in SARS-CoV-2?
CQ 13. Which therapeutics are recommended for COVID-19 patients with specific underlying health conditions? 
CQ 14. What are the potential adverse effects of specific COVID-19 drugs? 
CQ 15. Identify the drug interactions that may occur with a particular COVID-19 therapeutic.
CQ 16. What are the risk factors associated with severe COVID-19 infection? 
CQ 17. How does the choice of COVID-19 therapeutics vary based on patient characteristics? 
CQ 18. Which drugs should be avoided due to known interactions with commonly prescribed COVID-19 medications?""" .

#################################################################
#    Annotation properties
#################################################################

###  http://omv.ontoware.org/2005/05/ontology#designedForOntologyTask
<http://omv.ontoware.org/2005/05/ontology#designedForOntologyTask> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/abstract
<http://purl.org/dc/terms/abstract> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/publisher
<http://purl.org/dc/terms/publisher> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/source
<http://purl.org/dc/terms/source> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://schema.org/latitude
<http://schema.org/latitude> rdf:type owl:AnnotationProperty .


###  http://schema.org/longitude
<http://schema.org/longitude> rdf:type owl:AnnotationProperty .


###  http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled
<http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled> rdf:type owl:AnnotationProperty .


###  http://w3id.org/mod#acronym
<http://w3id.org/mod#acronym> rdf:type owl:AnnotationProperty .


###  http://w3id.org/mod#browsingUI
<http://w3id.org/mod#browsingUI> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#altLabel
<http://www.w3.org/2004/02/skos/core#altLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/prov#preferredNamespacePrefix
<http://www.w3.org/ns/prov#preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/ns/prov#preferredNamespaceURI
<http://www.w3.org/ns/prov#preferredNamespaceURI> rdf:type owl:AnnotationProperty .


###  https://w3id.org/mod#competencyQuestion
<https://w3id.org/mod#competencyQuestion> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  http://purl.org/dc/terms/coverage
<http://purl.org/dc/terms/coverage> rdf:type owl:ObjectProperty ;
                                    owl:inverseOf :isCoverageOf ;
                                    rdfs:comment "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant."@en ;
                                    rdfs:label "coverage"@en .


###  http://purl.org/dc/terms/spatial
<http://purl.org/dc/terms/spatial> rdf:type owl:ObjectProperty ;
                                   rdfs:subPropertyOf <http://purl.org/dc/terms/coverage> ;
                                   owl:inverseOf :isSpatialCoverageOf ;
                                   rdfs:range :Place ;
                                   rdfs:comment "Spatial characteristics of the resource, e.g.,  the geographic coverage of a disease."@en ;
                                   rdfs:label "spatial coverage"@en .


###  http://purl.org/dc/terms/temporal
<http://purl.org/dc/terms/temporal> rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf <http://purl.org/dc/terms/coverage> ;
                                    owl:inverseOf :isTemporalCoverageOf ;
                                    rdfs:comment "Temporal characteristics of the resource."@en ;
                                    rdfs:label "temporal coverage"@en .


###  http://schema.org/hasOccupation
<http://schema.org/hasOccupation> rdf:type owl:ObjectProperty ;
                                  owl:inverseOf :isOccupationOf ;
                                  rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                  rdfs:range <https://schema.org/Occupation> ;
                                  rdfs:label "has occupation"@en .


###  http://www.w3.org/ns/org#hasUnit
<http://www.w3.org/ns/org#hasUnit> rdf:type owl:ObjectProperty ;
                                   owl:inverseOf <http://www.w3.org/ns/org#unitOf> ;
                                   rdfs:domain <http://www.w3.org/ns/org#Organization> ;
                                   rdfs:range <http://www.w3.org/ns/org#OrganizationalUnit> ;
                                   rdfs:comment "Indicates a unit which is part of this Organization, e.g. a Department within a larger Organization."@en ;
                                   rdfs:label "has unit"@en ;
                                   <http://www.w3.org/2004/02/skos/core#altLabel> "has department"@en .


###  http://www.w3.org/ns/org#unitOf
<http://www.w3.org/ns/org#unitOf> rdf:type owl:ObjectProperty ;
                                  rdfs:domain <http://www.w3.org/ns/org#OrganizationalUnit> ;
                                  rdfs:range <http://www.w3.org/ns/org#Organization> ;
                                  rdfs:comment "Indicates an Organization of which this Unit is a part, e.g. a Department within a larger Organization."@en ;
                                  rdfs:label "unit of"@en .


###  https://pending.schema.org/gender
<https://pending.schema.org/gender> rdf:type owl:ObjectProperty ;
                                    owl:equivalentProperty :gender ;
                                    owl:inverseOf :genderOf ;
                                    rdf:type owl:FunctionalProperty ;
                                    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                    rdfs:range <https://schema.org/GenderType> ;
                                    rdfs:comment "Gender of a person."@en ;
                                    rdfs:label "has gender"@en .


###  https://schema.org/hasOccupation
<https://schema.org/hasOccupation> rdf:type owl:ObjectProperty ;
                                   owl:inverseOf :isOccupationOf ;
                                   rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                   rdfs:range :Occupation ;
                                   rdfs:comment "The Person's occupation. For past professions, use Role for expressing dates."@en ;
                                   rdfs:label "has occupation"@en .


###  https://schema.org/nationality
<https://schema.org/nationality> rdf:type owl:ObjectProperty ;
                                 owl:inverseOf :isNationalityOf ;
                                 rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                 rdfs:range :Country ;
                                 rdfs:comment "Nationality of the person."@en ;
                                 rdfs:label "nationality"@en .


###  https://w3id.org/codo#COVIDRO_approvedBy
:COVIDRO_approvedBy rdf:type owl:ObjectProperty ;
                    owl:inverseOf :COVIDRO_approves ;
                    rdfs:domain :COVIDRO_PharmaceuticalPreparation ;
                    rdfs:range <http://www.w3.org/ns/org#Organization> ;
                    rdfs:label "approved by"@en ;
                    <http://www.w3.org/2004/02/skos/core#altLabel> "authorized under"@en .


###  https://w3id.org/codo#COVIDRO_approves
:COVIDRO_approves rdf:type owl:ObjectProperty ;
                  rdfs:domain <http://www.w3.org/ns/org#Organization> ;
                  rdfs:range :COVIDRO_PharmaceuticalPreparation ;
                  rdfs:comment "approves"@en .


###  https://w3id.org/codo#COVIDRO_hasAdverseEffect
:COVIDRO_hasAdverseEffect rdf:type owl:ObjectProperty ;
                          owl:inverseOf :COVIDRO_isAdverseEffectOf ;
                          rdfs:domain :COVIDRO_PharmaceuticalPreparation ;
                          rdfs:range :COVIDRO_AdverseEffect ;
                          rdfs:label "has adverse effect" .


###  https://w3id.org/codo#COVIDRO_hasConcommitant
:COVIDRO_hasConcommitant rdf:type owl:ObjectProperty ;
                         rdfs:domain :COVIDRO_DrugInteraction ;
                         rdfs:range :COVIDRO_PharmaceuticalPreparation ;
                         rdfs:label "has concommitant"@en ;
                         <http://www.w3.org/2004/02/skos/core#altLabel> "has participant"@en .


###  https://w3id.org/codo#COVIDRO_hasImmunocompromisedState
:COVIDRO_hasImmunocompromisedState rdf:type owl:ObjectProperty ;
                                   owl:inverseOf :COVIDRO_isImmunocompromisedStateOf ;
                                   rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                   rdfs:range :COVIDRO_ImmunocompromisedState ;
                                   rdfs:label "has immunocompromised state"@en .


###  https://w3id.org/codo#COVIDRO_hasPresentMedicalHistory
:COVIDRO_hasPresentMedicalHistory rdf:type owl:ObjectProperty ;
                                  owl:inverseOf :COVIDRO_isPresentMedicalHistoryOf ;
                                  rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                  rdfs:range :COVIDRO_PresentMedicalHistory ;
                                  rdfs:label "has present medical history"@en .


###  https://w3id.org/codo#COVIDRO_hasSocialHistory
:COVIDRO_hasSocialHistory rdf:type owl:ObjectProperty ;
                          owl:inverseOf :COVIDRO_isSocialHistoryOf ;
                          rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                          rdfs:range :COVIDRO_SocialHistory ;
                          rdfs:label "has social history"@en .


###  https://w3id.org/codo#COVIDRO_hasTreatmentProcedure
:COVIDRO_hasTreatmentProcedure rdf:type owl:ObjectProperty ;
                               owl:inverseOf :COVIDRO_isTreatmentProcedureOf ;
                               rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                               rdfs:range :COVIDRO_TreatmentProcedure ;
                               rdfs:label "has treatment procedure"@en .


###  https://w3id.org/codo#COVIDRO_hasUnderlyingHealthCondition
:COVIDRO_hasUnderlyingHealthCondition rdf:type owl:ObjectProperty ;
                                      owl:inverseOf :COVIDRO_isUnderlyingHealthConditionOf ;
                                      rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                      rdfs:range :COVIDRO_UnderlyingHealthCondition ;
                                      rdfs:label "has underlying health condition"@en .


###  https://w3id.org/codo#COVIDRO_isAdverseEffectOf
:COVIDRO_isAdverseEffectOf rdf:type owl:ObjectProperty ;
                           rdfs:domain :COVIDRO_AdverseEffect ;
                           rdfs:range :COVIDRO_PharmaceuticalPreparation ;
                           rdfs:label "is adverse effect of" .


###  https://w3id.org/codo#COVIDRO_isImmunocompromisedStateOf
:COVIDRO_isImmunocompromisedStateOf rdf:type owl:ObjectProperty ;
                                    rdfs:domain :COVIDRO_ImmunocompromisedState ;
                                    rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                                    rdfs:label "is immunocompromised state of"@en .


###  https://w3id.org/codo#COVIDRO_isOngoingMedicationOf
:COVIDRO_isOngoingMedicationOf rdf:type owl:ObjectProperty ;
                               owl:inverseOf :COVIDRO_ongoingMedication ;
                               rdfs:domain :COVIDRO_Medication ;
                               rdfs:range :COVIDRO_PresentMedicalHistory .


###  https://w3id.org/codo#COVIDRO_isPresentMedicalHistoryOf
:COVIDRO_isPresentMedicalHistoryOf rdf:type owl:ObjectProperty ;
                                   rdfs:domain :COVIDRO_PresentMedicalHistory ;
                                   rdfs:range <http://xmlns.com/foaf/0.1/Person> .


###  https://w3id.org/codo#COVIDRO_isSocialHistoryOf
:COVIDRO_isSocialHistoryOf rdf:type owl:ObjectProperty ;
                           rdfs:domain :COVIDRO_SocialHistory ;
                           rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                           rdfs:label "is social history of"@en .


###  https://w3id.org/codo#COVIDRO_isTreatmentProcedureOf
:COVIDRO_isTreatmentProcedureOf rdf:type owl:ObjectProperty ;
                                rdfs:domain :COVIDRO_TreatmentProcedure ;
                                rdfs:range <http://xmlns.com/foaf/0.1/Person> .


###  https://w3id.org/codo#COVIDRO_isUnderlyingHealthConditionOf
:COVIDRO_isUnderlyingHealthConditionOf rdf:type owl:ObjectProperty ;
                                       rdfs:domain :COVIDRO_UnderlyingHealthCondition ;
                                       rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                                       rdfs:label "is underlying health condition of"@en .


###  https://w3id.org/codo#COVIDRO_mayInteractsWith
:COVIDRO_mayInteractsWith rdf:type owl:ObjectProperty ,
                                   owl:SymmetricProperty ;
                          rdfs:domain :COVIDRO_PharmaceuticalPreparation ;
                          rdfs:range :COVIDRO_PharmaceuticalPreparation ;
                          rdfs:label "may interacts with"@en .


###  https://w3id.org/codo#COVIDRO_mayNotInteractsWith
:COVIDRO_mayNotInteractsWith rdf:type owl:ObjectProperty ,
                                      owl:SymmetricProperty ;
                             rdfs:domain :COVIDRO_PharmaceuticalPreparation ;
                             rdfs:range :COVIDRO_PharmaceuticalPreparation ;
                             rdfs:label "may not interacts with"@en .


###  https://w3id.org/codo#COVIDRO_notApprovedBy
:COVIDRO_notApprovedBy rdf:type owl:ObjectProperty ;
                       rdfs:domain :COVIDRO_PharmaceuticalPreparation ;
                       rdfs:range <http://www.w3.org/ns/org#Organization> ;
                       rdfs:label "not approved by"@en .


###  https://w3id.org/codo#COVIDRO_ongoingMedication
:COVIDRO_ongoingMedication rdf:type owl:ObjectProperty ;
                           rdfs:domain :COVIDRO_PresentMedicalHistory ;
                           rdfs:range :COVIDRO_PharmaceuticalPreparation ;
                           rdfs:label "ongoing medication"@en .


###  https://w3id.org/codo#VGO_belongsTo
:VGO_belongsTo rdf:type owl:ObjectProperty ;
               owl:inverseOf :VGO_mutation ;
               rdfs:domain :VGO_Mutation ;
               rdfs:range :VGO_GeneticFinding ;
               rdfs:label "belongs to"@en .


###  https://w3id.org/codo#VGO_collectedSpecimen
:VGO_collectedSpecimen rdf:type owl:ObjectProperty ;
                       owl:inverseOf :VGO_testSampleCollectedAt ;
                       rdfs:domain :Place ;
                       rdfs:range :VGO_Specimen ;
                       rdfs:label "collected specimen"@en ;
                       <http://www.w3.org/2004/02/skos/core#altLabel> "collected test sample"@en .


###  https://w3id.org/codo#VGO_firstDetectedIn
:VGO_firstDetectedIn rdf:type owl:ObjectProperty ;
                     owl:inverseOf :isOriginOf ;
                     rdfs:domain :VGO_Variant ;
                     rdfs:range :Place ;
                     rdfs:comment "\"FirstDetectedIn\" is a notation used to indicate the country or region where a specific variant of SARS-CoV-2 was first detected or identified. For example, the B.1.1.7 variant of SARS-CoV-2, also known as the UK variant, was first detected in the United Kingdom. The P.1 variant, also known as the Brazilian variant, was first detected in Brazil. This notation is often used in scientific and public health literature to describe and track the spread of different variants of SARS-CoV-2." ;
                     rdfs:label "first detectedIn"@en ;
                     <http://www.w3.org/2004/02/skos/core#altLabel> "Origin"@en .


###  https://w3id.org/codo#VGO_geneOf
:VGO_geneOf rdf:type owl:ObjectProperty ;
            owl:inverseOf :VGO_hasGene ;
            rdfs:domain :VGO_Gene ;
            rdfs:range :VGO_Virus ;
            rdfs:label "gene of"@en .


###  https://w3id.org/codo#VGO_genomeSeqeunceTestResultOf
:VGO_genomeSeqeunceTestResultOf rdf:type owl:ObjectProperty ;
                                owl:inverseOf :VGO_genomeSequenceTestResult ;
                                rdfs:domain :TestResult ;
                                rdfs:range :VGO_Specimen ;
                                rdfs:comment "genome seqeunce test result of"@en .


###  https://w3id.org/codo#VGO_genomeSequenceTestResult
:VGO_genomeSequenceTestResult rdf:type owl:ObjectProperty ;
                              rdfs:domain :VGO_Specimen ;
                              rdfs:range :TestResult ;
                              rdfs:comment "genome sequence test result"@en .


###  https://w3id.org/codo#VGO_hasAssemblyMethod
:VGO_hasAssemblyMethod rdf:type owl:ObjectProperty ;
                       owl:inverseOf :VGO_isAssemblyMethodOf ;
                       rdfs:domain :VGO_Specimen ;
                       rdfs:range :VGO_AssemblyMethod ;
                       rdfs:comment "'hasAssemblyMethod' refers to the method or technique used to assemble a genome sequence. It is typically used in the context of genomic sequencing data, where multiple sequencing reads are assembled together to form a complete genome sequence. The 'hasAssemblyMethod' property can be used to provide information about the specific method used to generate the genome sequence data, such as the software tools, parameters, and quality control measures used in the assembly process." ;
                       rdfs:label "has assembly method"@en .


###  https://w3id.org/codo#VGO_hasCharacteristicMutation
:VGO_hasCharacteristicMutation rdf:type owl:ObjectProperty ;
                               owl:inverseOf :VGO_isCharacteristicMutationOf ;
                               rdfs:domain :VGO_Variant ;
                               rdfs:range :VGO_Mutation ;
                               rdfs:comment "Variant has characteristic mutation refers to a specific mutation or set of mutations that is characteristic or unique to a particular variant of a virus, such as SARS-CoV-2. Characteristic mutations can help in identifying and tracking the spread of a variant and assessing its potential impact on disease transmission and severity. For example, the Delta variant of SARS-CoV-2 is characterized by a set of mutations including L452R and P681R, which have been associated with increased transmissibility and vaccine resistance." ;
                               rdfs:label "has characteristic mutation"@en .


###  https://w3id.org/codo#VGO_hasDescendant
:VGO_hasDescendant rdf:type owl:ObjectProperty ;
                   owl:inverseOf :VGO_isDescendantOf ;
                   rdfs:domain :VGO_Variant ;
                   rdfs:range :VGO_Variant ;
                   rdfs:comment "'hasDescendant' refers to the fact that a SARS-CoV-2 variant may have descendant variants that share similar genetic mutations but with additional differences. This relationship between variants can be represented as a hierarchical tree structure." ;
                   rdfs:label "has descendant"@en .


###  https://w3id.org/codo#VGO_hasGene
:VGO_hasGene rdf:type owl:ObjectProperty ;
             rdfs:domain :VGO_Virus ;
             rdfs:range :VGO_Gene ;
             rdfs:comment "'hasGene' refers to the fact that SARS-CoV-2 is a virus that has a genetic material consisting of RNA, which codes for various proteins, including the spike (S) protein that enables the virus to enter human cells. The genetic material of the virus is organized into multiple genes that perform various functions during the viral life cycle, such as replication, transcription, and translation." ;
             rdfs:label "has gene"@en .


###  https://w3id.org/codo#VGO_hasMutation
:VGO_hasMutation rdf:type owl:ObjectProperty ;
                 owl:inverseOf :VGO_isMutationOf ;
                 rdfs:domain :VGO_Variant ;
                 rdfs:range :VGO_Mutation ;
                 rdfs:comment "hasMutation is a relationship indicating that a particular SARS-CoV-2 variant has a specific mutation(s) in its genome. For example, the Delta variant of SARS-CoV-2 has several mutations in the spike protein, including L452R and T478K." ;
                 rdfs:label "has mutation"@en .


###  https://w3id.org/codo#VGO_hasOriginatingLab
:VGO_hasOriginatingLab rdf:type owl:ObjectProperty ;
                       owl:inverseOf :VGO_isOriginatingLabOf ;
                       rdfs:domain :VGO_Specimen ;
                       rdfs:range :DiagnosticLab ;
                       rdfs:comment "hasOriginatingLab is a relationship indicating that a specimen was tested for SARS-CoV-2 at a particular laboratory. This relationship can be used to track the testing and diagnostic process for individuals who have been tested for the virus." ;
                       rdfs:label "has originating lab"@en .


###  https://w3id.org/codo#VGO_hasProtein
:VGO_hasProtein rdf:type owl:ObjectProperty ;
                owl:inverseOf :VGO_ofGene ;
                rdfs:domain :VGO_Gene ;
                rdfs:range :VGO_Protein ;
                rdfs:label "has protein"@en .


###  https://w3id.org/codo#VGO_hasSample
:VGO_hasSample rdf:type owl:ObjectProperty ;
               owl:inverseOf :VGO_sampleOf ;
               rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
               rdfs:range :VGO_Specimen ;
               rdfs:label "has sample"@en .


###  https://w3id.org/codo#VGO_hasSamplingStrategy
:VGO_hasSamplingStrategy rdf:type owl:ObjectProperty ;
                         owl:inverseOf :VGO_isSamplingStrategyOf ;
                         rdfs:domain :VGO_Specimen ;
                         rdfs:range :VGO_SamplingStrategy ;
                         rdfs:label "has sampling strategy"@en .


###  https://w3id.org/codo#VGO_hasSequencingTechnology
:VGO_hasSequencingTechnology rdf:type owl:ObjectProperty ;
                             owl:inverseOf :VGO_isSequencingTechnologyOf ;
                             rdfs:domain :VGO_Specimen ;
                             rdfs:range :VGO_SequencingTechnology ;
                             rdfs:comment "'hasSequencingTechnology' refers to the sequencing technology used to sequence the genetic material (RNA or DNA) of the SARS-CoV-2 virus in a specimen." ;
                             rdfs:label "has sequencing technology"@en .


###  https://w3id.org/codo#VGO_hasSubmittingLab
:VGO_hasSubmittingLab rdf:type owl:ObjectProperty ;
                      owl:inverseOf :VGO_isSubmittingLabOf ;
                      rdfs:domain :TestResult ;
                      rdfs:range :DiagnosticLab ;
                      rdfs:comment "hasSubmittingLab' implies that a test result entity has a submitting laboratory entity. The submitting laboratory entity refers to the laboratory that submitted the sample for testing and produced the test result. This relationship can be used to track the source of the test result and to help with contact tracing and outbreak investigations." ;
                      rdfs:label "has submitting lab"@en .


###  https://w3id.org/codo#VGO_hasVariant
:VGO_hasVariant rdf:type owl:ObjectProperty ;
                owl:inverseOf :VGO_isVariantOf ;
                rdfs:domain :VGO_Virus ;
                rdfs:range :VGO_Variant ;
                rdfs:comment "hasVariant is a relationship between a virus and a variant of that virus. It indicates which variant of the virus is present in a particular sample or individual. This relationship is important for tracking the spread and prevalence of different variants over time and across geographic locations." ;
                rdfs:label "has variant"@en .


###  https://w3id.org/codo#VGO_host
:VGO_host rdf:type owl:ObjectProperty ;
          owl:inverseOf :VGO_hostOf ;
          rdfs:domain :VGO_Specimen ;
          rdfs:range :Host ;
          rdfs:label "host"@en .


###  https://w3id.org/codo#VGO_hostOf
:VGO_hostOf rdf:type owl:ObjectProperty ;
            rdfs:domain :Host ;
            rdfs:range :VGO_Specimen ;
            rdfs:label "host of"@en .


###  https://w3id.org/codo#VGO_isAssemblyMethodOf
:VGO_isAssemblyMethodOf rdf:type owl:ObjectProperty ;
                        rdfs:domain :VGO_AssemblyMethod ;
                        rdfs:range :VGO_Specimen ;
                        rdfs:label "is assembly method of"@en .


###  https://w3id.org/codo#VGO_isCharacteristicMutationOf
:VGO_isCharacteristicMutationOf rdf:type owl:ObjectProperty ;
                                rdfs:subPropertyOf owl:topObjectProperty ;
                                rdfs:domain :VGO_Mutation ;
                                rdfs:range :VGO_Variant ;
                                rdfs:label "is characteristic mutation of"@en .


###  https://w3id.org/codo#VGO_isDescendantOf
:VGO_isDescendantOf rdf:type owl:ObjectProperty ;
                    rdfs:domain :VGO_Variant ;
                    rdfs:range :VGO_Variant ;
                    rdfs:label "is descendant of"@en .


###  https://w3id.org/codo#VGO_isGeneticallyRelated
:VGO_isGeneticallyRelated rdf:type owl:ObjectProperty ,
                                   owl:SymmetricProperty ;
                          rdfs:domain :VGO_Variant ;
                          rdfs:range :VGO_Variant ;
                          rdfs:label "is genetically related"@en .


###  https://w3id.org/codo#VGO_isMutationOf
:VGO_isMutationOf rdf:type owl:ObjectProperty ;
                  rdfs:domain :VGO_Mutation ;
                  rdfs:range :VGO_Variant ;
                  rdfs:label "is mutation of"@en .


###  https://w3id.org/codo#VGO_isOriginatingLabOf
:VGO_isOriginatingLabOf rdf:type owl:ObjectProperty ;
                        rdfs:domain <https://schema.org/DiagnosticLab> ;
                        rdfs:range :VGO_Specimen ;
                        rdfs:label "is originating lab of"@en .


###  https://w3id.org/codo#VGO_isSamplingStrategyOf
:VGO_isSamplingStrategyOf rdf:type owl:ObjectProperty ;
                          rdfs:domain :VGO_SamplingStrategy ;
                          rdfs:range :VGO_Specimen ;
                          rdfs:label "is sampling strategy of"@en .


###  https://w3id.org/codo#VGO_isSequencingTechnologyOf
:VGO_isSequencingTechnologyOf rdf:type owl:ObjectProperty ;
                              rdfs:domain :VGO_SequencingTechnology ;
                              rdfs:range :VGO_Specimen ;
                              rdfs:label "is sequencing technology of"@en .


###  https://w3id.org/codo#VGO_isSubmittingLabOf
:VGO_isSubmittingLabOf rdf:type owl:ObjectProperty ;
                       rdfs:domain <https://schema.org/DiagnosticLab> ;
                       rdfs:range :TestResult ;
                       rdfs:label "is submitting lab of"@en .


###  https://w3id.org/codo#VGO_isVariantOf
:VGO_isVariantOf rdf:type owl:ObjectProperty ;
                 rdfs:domain :VGO_Variant ;
                 rdfs:range :VGO_Virus ;
                 rdfs:label "is variant of"@en .


###  https://w3id.org/codo#VGO_mostRecentGenomeSequenceTestResult
:VGO_mostRecentGenomeSequenceTestResult rdf:type owl:ObjectProperty ;
                                        owl:inverseOf :VGO_mostRecentGenomeSequenceTestResultOf ;
                                        rdfs:domain :VGO_Specimen ;
                                        rdfs:range :TestResult ;
                                        rdfs:comment "The term \"most recent genome sequence test result\" is a relationship between a person and their most recent COVID-19 genome sequence test result. It indicates that the person has undergone a COVID-19 genome sequence test, and the result of that test is the most recent one available for that person. This information is important in tracking the spread of the virus and identifying individuals who may need to be isolated or treated to prevent further transmission."@en ;
                                        rdfs:label "most recent genome sequence test result"@en .


###  https://w3id.org/codo#VGO_mostRecentGenomeSequenceTestResultOf
:VGO_mostRecentGenomeSequenceTestResultOf rdf:type owl:ObjectProperty ;
                                          rdfs:domain :TestResult ;
                                          rdfs:range :VGO_Specimen ;
                                          rdfs:label "most recent genome sequence test result of"@en .


###  https://w3id.org/codo#VGO_mutation
:VGO_mutation rdf:type owl:ObjectProperty ;
              rdfs:domain :VGO_GeneticFinding ;
              rdfs:range :VGO_Mutation ;
              rdfs:label "mutation"@en .


###  https://w3id.org/codo#VGO_occurredIn
:VGO_occurredIn rdf:type owl:ObjectProperty ;
                owl:inverseOf :VGO_proteinOf ;
                rdfs:domain :VGO_Mutation ;
                rdfs:range :VGO_Protein ;
                rdfs:label "occurred in"@en .


###  https://w3id.org/codo#VGO_ofGene
:VGO_ofGene rdf:type owl:ObjectProperty ;
            rdfs:domain :VGO_Protein ;
            rdfs:range :VGO_Gene ;
            rdfs:label "of gene"@en .


###  https://w3id.org/codo#VGO_proteinOf
:VGO_proteinOf rdf:type owl:ObjectProperty ;
               rdfs:domain :VGO_Protein ;
               rdfs:range :VGO_Mutation ;
               rdfs:label "protein of"@en .


###  https://w3id.org/codo#VGO_sampleOf
:VGO_sampleOf rdf:type owl:ObjectProperty ;
              rdfs:domain :VGO_Specimen ;
              rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
              rdfs:label "sample of"@en .


###  https://w3id.org/codo#VGO_testSampleCollectedAt
:VGO_testSampleCollectedAt rdf:type owl:ObjectProperty ;
                           rdfs:domain :VGO_Specimen ;
                           rdfs:range :Place ;
                           rdfs:label "test sample collected at"@en ;
                           <http://www.w3.org/2004/02/skos/core#altLabel> "specimen collected at"@en .


###  https://w3id.org/codo#WEAR_hasResponseComponent
:WEAR_hasResponseComponent rdf:type owl:ObjectProperty ;
                           rdfs:subPropertyOf :hasPart ;
                           owl:inverseOf :WEAR_isResponseComponentOf ;
                           rdfs:domain :WEAR_Response ;
                           rdfs:range :WEAR_ResponseComponent ;
                           rdfs:comment "A response component."@en ;
                           rdfs:label "has response component"@en .


###  https://w3id.org/codo#WEAR_imposedPreventiveMeasure
:WEAR_imposedPreventiveMeasure rdf:type owl:ObjectProperty ;
                               owl:inverseOf :WEAR_isPartOfResponseComponent ;
                               rdfs:domain :WEAR_ResponseComponent ;
                               rdfs:range :WEAR_PreventiveMeasure ;
                               rdfs:label "imposed preventive measure"@en .


###  https://w3id.org/codo#WEAR_isPartOfResponseComponent
:WEAR_isPartOfResponseComponent rdf:type owl:ObjectProperty ;
                                rdfs:domain :WEAR_PreventiveMeasure ;
                                rdfs:range :WEAR_ResponseComponent ;
                                rdfs:label "is part of response component"@en .


###  https://w3id.org/codo#WEAR_isPartOfWeatherInformation
:WEAR_isPartOfWeatherInformation rdf:type owl:ObjectProperty ;
                                 owl:inverseOf :WEAR_weatherCondition ;
                                 rdfs:domain :WEAR_WeatherCondition ;
                                 rdfs:range :WEAR_WeatherInformation ;
                                 rdfs:label "is part of weather information"@en .


###  https://w3id.org/codo#WEAR_isResponseComponentOf
:WEAR_isResponseComponentOf rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf :isPartOf ;
                            rdfs:domain :WEAR_ResponseComponent ;
                            rdfs:range :WEAR_Response ;
                            rdfs:comment "a response component"@en ;
                            rdfs:label "is response component of"@en .


###  https://w3id.org/codo#WEAR_isResponseOf
:WEAR_isResponseOf rdf:type owl:ObjectProperty ;
                   owl:inverseOf :WEAR_responseToCovid-19 ;
                   rdfs:domain :WEAR_Response ;
                   rdfs:range <http://xmlns.com/foaf/0.1/Agent> ;
                   rdfs:label "is response of"@en .


###  https://w3id.org/codo#WEAR_isTargetOf
:WEAR_isTargetOf rdf:type owl:ObjectProperty ;
                 owl:inverseOf :WEAR_target ;
                 rdfs:range :WEAR_ResponseComponent ;
                 rdfs:label "is target of"@en .


###  https://w3id.org/codo#WEAR_responseToCovid-19
:WEAR_responseToCovid-19 rdf:type owl:ObjectProperty ;
                         rdfs:domain <http://xmlns.com/foaf/0.1/Agent> ;
                         rdfs:range :WEAR_Response ;
                         rdfs:label "response to Covid-19"@en .


###  https://w3id.org/codo#WEAR_target
:WEAR_target rdf:type owl:ObjectProperty ;
             rdfs:domain :WEAR_ResponseComponent ;
             rdfs:label "target"@en .


###  https://w3id.org/codo#WEAR_weatherCondition
:WEAR_weatherCondition rdf:type owl:ObjectProperty ;
                       rdfs:domain :WEAR_WeatherInformation ;
                       rdfs:range :WEAR_WeatherCondition ;
                       rdfs:label "weather condition"@en .


###  https://w3id.org/codo#administeredOn
:administeredOn rdf:type owl:ObjectProperty ;
                owl:inverseOf :isVaccinatedWith ;
                rdfs:domain :Vaccine ;
                rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                rdfs:label "administered on"@en .


###  https://w3id.org/codo#ageGroup
:ageGroup rdf:type owl:ObjectProperty ;
          owl:inverseOf :isAgeGroupFor ;
          rdfs:domain :Statistics ;
          rdfs:range :AgeGroup ;
          rdfs:comment "A property to link between a resource (e.g., vaccination statistics) to its target age group."@en ;
          rdfs:label "age group"@en .


###  https://w3id.org/codo#caretaker
:caretaker rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasCloseRelationship ;
           owl:inverseOf :isCaretakerOf ;
           rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:comment "a custodian who is hired to take care of something (property or a person)."@en ;
           rdfs:label "caretaker"@en .


###  https://w3id.org/codo#causeDisease
:causeDisease rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf owl:topObjectProperty ;
              owl:inverseOf :isCausedBy ;
              rdfs:domain :VGO_Virus ;
              rdfs:range :Disease ;
              rdfs:comment "a variant causes a disease, like COVID-19."@en ;
              rdfs:label "cause disease"@en .


###  https://w3id.org/codo#ceaners
:ceaners rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf :hasRelationship ;
         rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
         rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
         rdfs:label "cleaners"@en .


###  https://w3id.org/codo#co-worker
:co-worker rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasRelationship ;
           rdf:type owl:SymmetricProperty ;
           rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:comment "Two persons in co-worker relation."@en ;
           rdfs:label "co-worker"@en .


###  https://w3id.org/codo#conductedTest
:conductedTest rdf:type owl:ObjectProperty ;
               owl:inverseOf :testConductedIn ;
               rdfs:domain :MedicalOrganization ;
               rdfs:range :TestResult ;
               rdfs:label "conducted test"@en .


###  https://w3id.org/codo#containedIn
:containedIn rdf:type owl:ObjectProperty ;
             owl:inverseOf :contains ;
             rdf:type owl:TransitiveProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( <http://xmlns.com/foaf/0.1/Agent>
                                         :Place
                                       )
                         ] ;
             rdfs:range :Place ;
             rdfs:comment "Indicates a place has a place part."@en ;
             rdfs:label "contained in"@en .


###  https://w3id.org/codo#contains
:contains rdf:type owl:ObjectProperty ,
                   owl:TransitiveProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( <http://xmlns.com/foaf/0.1/Agent>
                                      :Place
                                    )
                      ] ;
          rdfs:range :Place ;
          rdfs:comment "A place is part of another place."@en ;
          rdfs:label "contains"@en .


###  https://w3id.org/codo#contractedVirusFrom
:contractedVirusFrom rdf:type owl:ObjectProperty ;
                     owl:inverseOf :passedVirusTo ;
                     rdfs:domain <http://xmlns.com/foaf/0.1/Agent> ;
                     rdfs:range <http://xmlns.com/foaf/0.1/Agent> ;
                     rdfs:comment "In case the patient contracted the virus from is known, this property mentions the case number of the \"patinet\" [source: https://www.isibang.ac.in/~athreya/incovid19/data.html]"@en ;
                     rdfs:label "contracted virus from"@en .


###  https://w3id.org/codo#currentResident
:currentResident rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf owl:topObjectProperty ;
                 owl:inverseOf :isCurrentResidentOf ;
                 rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                 rdfs:range :Place ;
                 rdfs:comment "The Place (typically a City but could be a building, state, etc.) where a Person currently lives"@en ;
                 rdfs:label "currentResident"@en .


###  https://w3id.org/codo#detected
:detected rdf:type owl:ObjectProperty ;
          owl:inverseOf :isDiagnosedDuring ;
          rdfs:domain :DiagnosisType ;
          rdfs:range :Disease ;
          rdfs:label "detected"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "disinterred"@en .


###  https://w3id.org/codo#driver
:driver rdf:type owl:ObjectProperty ;
        rdfs:subPropertyOf :hasRelationship ;
        rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:comment "the driver of a flight/ train/ bus/ taxi/ auto rickshaw, etc."@en ;
        rdfs:label "driver"@en .


###  https://w3id.org/codo#exposedEnvironmentalConditionOf
:exposedEnvironmentalConditionOf rdf:type owl:ObjectProperty ;
                                 owl:inverseOf :hasExposureTo ;
                                 rdfs:domain :EnvironmentalCondition ;
                                 rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                                 rdfs:label "exposed environmental condition of"@en .


###  https://w3id.org/codo#facilityType
:facilityType rdf:type owl:ObjectProperty ;
              owl:inverseOf :isFacilityTypeOf ;
              rdfs:domain :Hospital ;
              rdfs:range :COVID-19CareFacility ;
              rdfs:label "facility type"@en .


###  https://w3id.org/codo#friend
:friend rdf:type owl:ObjectProperty ;
        rdfs:subPropertyOf :hasCloseRelationship ;
        rdf:type owl:SymmetricProperty ;
        rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:comment "a person you know well and regard with affection and trust."@en ;
        rdfs:label "friend"@en .


###  https://w3id.org/codo#gender
:gender rdf:type owl:ObjectProperty ;
        owl:inverseOf :genderOf ;
        rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:range <https://schema.org/GenderType> ;
        rdfs:label "gender"@en .


###  https://w3id.org/codo#genderOf
:genderOf rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf owl:topObjectProperty ;
          rdfs:domain <https://schema.org/GenderType> ;
          rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
          rdfs:label "gender of"@en .


###  https://w3id.org/codo#givenTreatment
:givenTreatment rdf:type owl:ObjectProperty ;
                owl:inverseOf :isGivenTo ;
                rdfs:domain :Patient ;
                rdfs:range :Treatment ;
                rdfs:label "given treatment"@en .


###  https://w3id.org/codo#hasAntibodyTest
:hasAntibodyTest rdf:type owl:ObjectProperty ;
                 owl:inverseOf :isAntibodyTestFor ;
                 rdfs:domain :Disease ;
                 rdfs:range :COVID-19SerologicalTesting ;
                 rdfs:comment "Antibody tests (aka serology tests) is a test that diagonise if you have had a past infection with the virus that causes COVID-19. Your body creates antibodies after getting infected with SARS-CoV-2 or after getting vaccinated against COVID-19. These tests are called “antibody” or “serology” tests."@en ;
                 rdfs:label "has antibody test"@en .


###  https://w3id.org/codo#hasAunt
:hasAunt rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf :kinswomen ;
         owl:inverseOf :isAuntOf ;
         rdfs:comment "The sister of your father or mother; the wife of your uncle."@en ;
         rdfs:label "has aunt"@en .


###  https://w3id.org/codo#hasBrother
:hasBrother rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasSibling ,
                               :kinsman ;
            owl:inverseOf :isBrotherOf ;
            rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
            rdfs:comment "A male with the same parents as someone else."@en ;
            rdfs:label "has brother"@en .


###  https://w3id.org/codo#hasChild
:hasChild rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf :hasFamilyMember ;
          owl:inverseOf :hasParent ;
          rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
          rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
          rdfs:label "has child"@en .


###  https://w3id.org/codo#hasCity
:hasCity rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf :containedIn ;
         rdfs:domain <https://schema.org/Place> ;
         rdfs:label "has city"@en .


###  https://w3id.org/codo#hasCloseRelationship
:hasCloseRelationship rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf :hasRelationship ;
                      rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                      rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                      rdfs:label "has close relationship"@en .


###  https://w3id.org/codo#hasComorbidChronicDisease
:hasComorbidChronicDisease rdf:type owl:ObjectProperty ;
                           rdfs:subPropertyOf owl:topObjectProperty ;
                           owl:inverseOf :isComorbidChronicDiseaseOf ;
                           rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                           rdfs:range :Disorder ;
                           rdfs:comment "listed specific comorbidity per case."@en ;
                           rdfs:label "has comorbid chronic disease"@en .


###  https://w3id.org/codo#hasCountry
:hasCountry rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :containedIn ;
            rdfs:domain <https://schema.org/Place> ;
            rdfs:range :Country ;
            rdfs:label "has country"@en .


###  https://w3id.org/codo#hasCousin
:hasCousin rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasFamilyMember ;
           rdf:type owl:SymmetricProperty ;
           rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:label "has cousin"@en .


###  https://w3id.org/codo#hasCovid-19ClinicalFacility
:hasCovid-19ClinicalFacility rdf:type owl:ObjectProperty ;
                             owl:inverseOf :isCovid-19ClinicalFacilityFor ;
                             rdfs:domain :CoronavirusDisease ;
                             rdfs:range :COVID-19TestingFacility ;
                             rdfs:comment "The medical clinic where testing/ diagnosis for COVID-19 disease is available."@en ;
                             rdfs:label "has covid-19 clinical facility"@en .


###  https://w3id.org/codo#hasDaughter
:hasDaughter rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf :hasChild ;
             rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
             rdfs:range :Woman ;
             rdfs:label "has daughter"@en .


###  https://w3id.org/codo#hasDiagnosis
:hasDiagnosis rdf:type owl:ObjectProperty ;
              owl:inverseOf :isDiagnosisFor ;
              rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
              rdfs:range :Diagnosis ;
              rdfs:comment "The diagnosis details of a patient."@en ;
              rdfs:label "has diagnosis"@en .


###  https://w3id.org/codo#hasDiagnosticProcedure
:hasDiagnosticProcedure rdf:type owl:ObjectProperty ;
                        owl:inverseOf :isDiagnosticProcedureOf ;
                        rdfs:domain :Disease ;
                        rdfs:range :Diagnosis ;
                        rdfs:comment "Type of test done (e.g., RT PCR, Anitigen, Antybody)"@en ;
                        rdfs:label "has diagnostic procedure"@en ;
                        <http://www.w3.org/2004/02/skos/core#altLabel> "has diagnostic technique"@en .


###  https://w3id.org/codo#hasDistrict
:hasDistrict rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf :containedIn ;
             rdfs:domain <https://schema.org/Place> ;
             rdfs:range :District ;
             rdfs:label "has district"@en .


###  https://w3id.org/codo#hasDomesticHelp
:hasDomesticHelp rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf :hasCloseRelationship ;
                 owl:inverseOf :isDomesticHelpFor ;
                 rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                 rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                 rdfs:comment "A person is a domestic help to anothe person."@en ;
                 rdfs:label "domestic help"@en .


###  https://w3id.org/codo#hasExposureTo
:hasExposureTo rdf:type owl:ObjectProperty ;
               rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
               rdfs:range :EnvironmentalCondition ;
               rdfs:label "has exposure to"@en .


###  https://w3id.org/codo#hasFamilyMember
:hasFamilyMember rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf :hasRelationship ;
                 rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                 rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                 rdfs:label "has family member"@en .


###  https://w3id.org/codo#hasFather
:hasFather rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasParent ;
           rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:range :Man ;
           rdfs:label "has father"@en .


###  https://w3id.org/codo#hasHusband
:hasHusband rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasSpouse ;
            owl:inverseOf :hasWife ;
            rdfs:domain :Woman ;
            rdfs:range :Man ;
            rdfs:label "has husband"@en .


###  https://w3id.org/codo#hasMember
:hasMember rdf:type owl:ObjectProperty ;
           owl:inverseOf :isMemberOf ;
           rdfs:domain <http://xmlns.com/foaf/0.1/Group> ;
           rdfs:range <http://xmlns.com/foaf/0.1/Agent> ;
           rdfs:label "has member"@en .


###  https://w3id.org/codo#hasMother
:hasMother rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasParent ;
           rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:range :Woman ;
           rdfs:label "has mother"@en .


###  https://w3id.org/codo#hasNeighbor
:hasNeighbor rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf :hasRelationship ;
             rdf:type owl:SymmetricProperty ;
             rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
             rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
             rdfs:label "has neighbor"@en .


###  https://w3id.org/codo#hasNephew
:hasNephew rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :kinsman ;
           owl:inverseOf :isNephewOf ;
           rdfs:comment "A son of your brother or sister."@en ;
           rdfs:label "has nephew"@en .


###  https://w3id.org/codo#hasNiece
:hasNiece rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf :kinswomen ;
          owl:inverseOf :isNieceOf ;
          rdfs:comment "A daughter of your brother or sister."@en ;
          rdfs:label "has niece"@en .


###  https://w3id.org/codo#hasParent
:hasParent rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasFamilyMember ;
           rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:label "has parent"@en .


###  https://w3id.org/codo#hasPart
:hasPart rdf:type owl:ObjectProperty ;
         owl:inverseOf :isPartOf ;
         rdfs:domain owl:Thing ;
         rdfs:range owl:Thing ;
         rdfs:comment "something determined in relation to something that includes it (source: WordNet)"@en ;
         rdfs:label "has part"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "has component"@en .


###  https://w3id.org/codo#hasPastIllness
:hasPastIllness rdf:type owl:ObjectProperty ;
                owl:inverseOf :isPastIllnessOf ;
                rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                rdfs:range :Disease ;
                rdfs:label "has past illness"@en .


###  https://w3id.org/codo#hasPresentIllness
:hasPresentIllness rdf:type owl:ObjectProperty ;
                   owl:inverseOf :isPresentIllnessOf ;
                   rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                   rdfs:range :Disease ;
                   rdfs:label "has present illness"@en .


###  https://w3id.org/codo#hasRelationship
:hasRelationship rdf:type owl:ObjectProperty ;
                 rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                 rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                 rdfs:comment "A generic property to store the relationships between persons."@en ;
                 rdfs:label "has relationships"@en .


###  https://w3id.org/codo#hasRoommate
:hasRoommate rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf :hasCloseRelationship ;
             rdf:type owl:SymmetricProperty ;
             rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
             rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
             rdfs:comment "An associate who shares a room with you."@en ;
             rdfs:label "roommate"@en .


###  https://w3id.org/codo#hasSibling
:hasSibling rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasFamilyMember ;
            rdf:type owl:SymmetricProperty ;
            rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
            rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
            rdfs:label "has sibling"@en .


###  https://w3id.org/codo#hasSister
:hasSister rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasSibling ,
                              :kinswomen ;
           owl:inverseOf :isSisterOf ;
           rdfs:comment "A female person who has the same parents as another person."@en ;
           rdfs:label "has sister"@en .


###  https://w3id.org/codo#hasSocialHistory
:hasSocialHistory rdf:type owl:ObjectProperty ;
                  owl:inverseOf :isSocialHistoryOf ;
                  rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                  rdfs:range :SocialHistory ;
                  rdfs:label "has social history"@en .


###  https://w3id.org/codo#hasSon
:hasSon rdf:type owl:ObjectProperty ;
        rdfs:subPropertyOf :hasChild ;
        rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:range :Man ;
        rdfs:label "has son"@en .


###  https://w3id.org/codo#hasSpouse
:hasSpouse rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasCloseRelationship ,
                              :hasFamilyMember ;
           rdf:type owl:SymmetricProperty ;
           rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
           rdfs:comment "Two persons in married relationship."@en ;
           rdfs:label "spouse"@en .


###  https://w3id.org/codo#hasState
:hasState rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf :containedIn ;
          rdfs:domain <https://schema.org/Place> ;
          rdfs:range :State ;
          rdfs:label "has state"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "has province"@en .


###  https://w3id.org/codo#hasStatistics
:hasStatistics rdf:type owl:ObjectProperty ;
               owl:inverseOf :isStatisticsOf ;
               rdfs:domain :Disease ;
               rdfs:range :Statistics ;
               rdfs:comment "A generic property to connect to the metrics related to the casualities, vaccination, resources, tests, etc. of the disease."@en ;
               rdfs:label "has statistics"@en .


###  https://w3id.org/codo#hasSymptom
:hasSymptom rdf:type owl:ObjectProperty ;
            owl:inverseOf :isSymptomOfPatient ;
            rdfs:domain <http://xmlns.com/foaf/0.1/Person> ,
                        :Patient ;
            rdfs:range <http://purl.obolibrary.org/obo/SYMP_0000462> ;
            rdfs:comment "Any sensation or change in bodily function that is experienced by a patient and is associated with a particular disease."@en ;
            rdfs:label "has symptom"@en ,
                       "has symptom" .


###  https://w3id.org/codo#hasTestResult
:hasTestResult rdf:type owl:ObjectProperty ;
               owl:inverseOf :isTestResultOf ;
               rdfs:domain :VGO_Specimen ;
               rdfs:range :TestResult ;
               rdfs:label "has test result"@en .


###  https://w3id.org/codo#hasTravelCompanion
:hasTravelCompanion rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf :hasRelationship ;
                    owl:inverseOf :hasTravelCompanion ;
                    rdf:type owl:SymmetricProperty ;
                    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                    rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                    rdfs:label "has travel companion"@en .


###  https://w3id.org/codo#hasTreatment
:hasTreatment rdf:type owl:ObjectProperty ;
              owl:inverseOf :isTreatmentOf ;
              rdfs:domain :Disease ;
              rdfs:range :Treatment ;
              rdfs:label "has treatment"@en .


###  https://w3id.org/codo#hasUncle
:hasUncle rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf :kinsman ;
          owl:inverseOf :isUncleOf ;
          rdfs:comment "The brother of your father or mother; the husband of your aunt."@en ;
          rdfs:label "has uncle"@en .


###  https://w3id.org/codo#hasUnionTerritory
:hasUnionTerritory rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf :containedIn ;
                   rdfs:domain <https://schema.org/Place> ;
                   rdfs:range :UnionTerritory ;
                   rdfs:label "has union territory"@en .


###  https://w3id.org/codo#hasViralTest
:hasViralTest rdf:type owl:ObjectProperty ;
              owl:inverseOf :isViralTestFor ;
              rdfs:domain :Disease ;
              rdfs:range :COVID-19NucleicAcidTesting ;
              rdfs:comment "Viral tests for SARS-CoV-2 tell you if you have an infection at the time of the test. This type of test is called a “viral” test because it looks for viral infection."@en ;
              rdfs:label "has viral test"@en .


###  https://w3id.org/codo#hasVitalSign
:hasVitalSign rdf:type owl:ObjectProperty ;
              owl:inverseOf :isVitalSignOf ;
              rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
              rdfs:range :VitalSign ;
              rdfs:comment "A patient has clinical test result."@en ;
              rdfs:label "has vital sign"@en ,
                         "has vital sign" .


###  https://w3id.org/codo#hasWife
:hasWife rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf :hasSpouse ;
         rdfs:domain :Man ;
         rdfs:range :Woman ;
         rdfs:label "has wife"@en .


###  https://w3id.org/codo#isAgeGroupFor
:isAgeGroupFor rdf:type owl:ObjectProperty ;
               rdfs:domain :AgeGroup ;
               rdfs:range :Statistics ;
               rdfs:label "is age group for"@en .


###  https://w3id.org/codo#isAntibodyTestFor
:isAntibodyTestFor rdf:type owl:ObjectProperty ;
                   rdfs:domain :COVID-19SerologicalTesting ;
                   rdfs:range :Disease ;
                   rdfs:label "is antibody test for"@en .


###  https://w3id.org/codo#isAuntOf
:isAuntOf rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf :kinswomen .


###  https://w3id.org/codo#isBrotherOf
:isBrotherOf rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf :hasSibling ,
                                :kinsman ;
             rdfs:label "is brother of"@en .


###  https://w3id.org/codo#isCaretakerOf
:isCaretakerOf rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf :hasCloseRelationship ;
               rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
               rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
               rdfs:label "is caretaker of"@en .


###  https://w3id.org/codo#isCausedBy
:isCausedBy rdf:type owl:ObjectProperty ;
            rdfs:domain :Disease ;
            rdfs:range :VGO_Virus ;
            rdfs:label "is caused by"@en .


###  https://w3id.org/codo#isComorbidChronicDiseaseOf
:isComorbidChronicDiseaseOf rdf:type owl:ObjectProperty ;
                            rdfs:domain :Disorder ;
                            rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                            rdfs:label "is comorbid chronic disease of"@en .


###  https://w3id.org/codo#isCoverageOf
:isCoverageOf rdf:type owl:ObjectProperty ;
              rdfs:label "is coverage of"@en .


###  https://w3id.org/codo#isCovid-19ClinicalFacilityFor
:isCovid-19ClinicalFacilityFor rdf:type owl:ObjectProperty ;
                               rdfs:domain :COVID-19TestingFacility ;
                               rdfs:range :CoronavirusDisease ;
                               rdfs:label "is covid-19 clinical facility for"@en .


###  https://w3id.org/codo#isCurrentResidentOf
:isCurrentResidentOf rdf:type owl:ObjectProperty ;
                     rdfs:domain <https://schema.org/Place> ;
                     rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                     rdfs:label "is current resident of"@en .


###  https://w3id.org/codo#isDiagnosedDuring
:isDiagnosedDuring rdf:type owl:ObjectProperty ;
                   rdfs:domain :Disease ;
                   rdfs:range :DiagnosisType ;
                   rdfs:label "is diagnosed during"@en .


###  https://w3id.org/codo#isDiagnosisFor
:isDiagnosisFor rdf:type owl:ObjectProperty ;
                rdfs:domain :Diagnosis ;
                rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                rdfs:label "is diagnosis for"@en ,
                           "is diagnosis of"@en ,
                           "isDiagnosisFor"@en .


###  https://w3id.org/codo#isDiagnosticProcedureOf
:isDiagnosticProcedureOf rdf:type owl:ObjectProperty ;
                         rdfs:domain :Diagnosis ;
                         rdfs:range :Disease ;
                         rdfs:label "is diagnostic procedure of"@en ;
                         <http://www.w3.org/2004/02/skos/core#altLabel> "is diagnostic technique of"@en .


###  https://w3id.org/codo#isDomesticHelpFor
:isDomesticHelpFor rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf :hasCloseRelationship ;
                   rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                   rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                   rdfs:label "is domestic help for"@en .


###  https://w3id.org/codo#isFacilityTypeOf
:isFacilityTypeOf rdf:type owl:ObjectProperty ;
                  rdfs:domain :COVID-19CareFacility ;
                  rdfs:range :Hospital ;
                  rdfs:label "is facility type of"@en .


###  https://w3id.org/codo#isGivenTo
:isGivenTo rdf:type owl:ObjectProperty ;
           rdfs:label "is given to"@en .


###  https://w3id.org/codo#isLocationOf
:isLocationOf rdf:type owl:ObjectProperty ;
              owl:inverseOf :location ;
              rdfs:domain :Place ;
              rdfs:label "is location of"@en .


###  https://w3id.org/codo#isMemberOf
:isMemberOf rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf owl:topObjectProperty ;
            rdfs:domain <http://xmlns.com/foaf/0.1/Agent> ;
            rdfs:range <http://xmlns.com/foaf/0.1/Group> ;
            rdfs:label "is member of"@en .


###  https://w3id.org/codo#isMostRecentVitalSignOf
:isMostRecentVitalSignOf rdf:type owl:ObjectProperty ;
                         rdfs:subPropertyOf :isVitalSignOf ;
                         owl:inverseOf :mostRecentVitalSign ;
                         rdfs:domain :VitalSign ;
                         rdfs:range <http://xmlns.com/foaf/0.1/Person> .


###  https://w3id.org/codo#isNationalityOf
:isNationalityOf rdf:type owl:ObjectProperty ;
                 rdfs:domain :Country ;
                 rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                 rdfs:label "is nationality of"@en .


###  https://w3id.org/codo#isNephewOf
:isNephewOf rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :kinsman .


###  https://w3id.org/codo#isNieceOf
:isNieceOf rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :kinswomen .


###  https://w3id.org/codo#isOccupationOf
:isOccupationOf rdf:type owl:ObjectProperty ;
                rdfs:domain <https://schema.org/Occupation> ,
                            :Occupation ;
                rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                rdfs:label "is occupation of"@en .


###  https://w3id.org/codo#isOrganizationTypeOf
:isOrganizationTypeOf rdf:type owl:ObjectProperty ;
                      owl:inverseOf :organizationType ;
                      rdfs:domain :OrganizationType ;
                      rdfs:range <http://www.w3.org/ns/org#Organization> ;
                      rdfs:label "is organization type of"@en .


###  https://w3id.org/codo#isOriginOf
:isOriginOf rdf:type owl:ObjectProperty ;
            rdfs:domain <https://schema.org/Place> ;
            rdfs:range :VGO_Variant ;
            rdfs:label "is origin of"@en .


###  https://w3id.org/codo#isPartOf
:isPartOf rdf:type owl:ObjectProperty ;
          rdfs:domain owl:Thing ;
          rdfs:range owl:Thing ;
          rdfs:comment "a thing part in relation to something."@en ;
          rdfs:label "is part of"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "is component of"@en .


###  https://w3id.org/codo#isPastIllnessOf
:isPastIllnessOf rdf:type owl:ObjectProperty ;
                 rdfs:label "is past illness of"@en .


###  https://w3id.org/codo#isPermanentResidentOf
:isPermanentResidentOf rdf:type owl:ObjectProperty ;
                       owl:inverseOf :permanentResident ;
                       rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                       rdfs:range :Place ;
                       rdfs:label "is permanent resident of"@en .


###  https://w3id.org/codo#isPlaceOfDeathOf
:isPlaceOfDeathOf rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf owl:topObjectProperty ;
                  owl:inverseOf :placeOfDeath ;
                  rdfs:domain [ rdf:type owl:Class ;
                                owl:unionOf ( <http://www.w3.org/ns/org#Organization>
                                              <https://schema.org/Place>
                                            )
                              ] ;
                  rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                  rdfs:label "is place of death of"@en .


###  https://w3id.org/codo#isPresentIllnessOf
:isPresentIllnessOf rdf:type owl:ObjectProperty ;
                    rdfs:domain :Disease ;
                    rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                    rdfs:label "is present illness of"@en .


###  https://w3id.org/codo#isSisterOf
:isSisterOf rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasSibling ,
                               :kinswomen ;
            rdfs:label "is sister of"@en .


###  https://w3id.org/codo#isSocialHistoryOf
:isSocialHistoryOf rdf:type owl:ObjectProperty ;
                   rdfs:domain :SocialHistory ;
                   rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                   rdfs:label "is social history of"@en .


###  https://w3id.org/codo#isSpatialCoverageOf
:isSpatialCoverageOf rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :isCoverageOf ;
                     rdfs:label "is spatial coverage of"@en .


###  https://w3id.org/codo#isStatisticsOf
:isStatisticsOf rdf:type owl:ObjectProperty ;
                rdfs:domain :Statistics ;
                rdfs:range :Disease ;
                rdfs:label "is statistics of"@en .


###  https://w3id.org/codo#isStatusOfPatient
:isStatusOfPatient rdf:type owl:ObjectProperty ;
                   owl:inverseOf :patientStatus ;
                   rdfs:domain :Status ;
                   rdfs:range <http://xmlns.com/foaf/0.1/Person> ,
                              [ rdf:type owl:Class ;
                                owl:unionOf ( <http://xmlns.com/foaf/0.1/Person>
                                              :VGO_Specimen
                                            )
                              ] ;
                   rdfs:label "is status of patient"@en .


###  https://w3id.org/codo#isSuspectedReasonOfCatchingCovid-19ForPatient
:isSuspectedReasonOfCatchingCovid-19ForPatient rdf:type owl:ObjectProperty ;
                                               owl:inverseOf :suspectedReasonOfCatchingCovid-19 ;
                                               rdfs:domain :ExposureToCOVID-19 ;
                                               rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                                               rdfs:label "is suspected reason of catching covid-19 for patient"@en .


###  https://w3id.org/codo#isSymptomOfPatient
:isSymptomOfPatient rdf:type owl:ObjectProperty ;
                    rdfs:domain <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                    rdfs:range <http://xmlns.com/foaf/0.1/Person> ,
                               <https://schema.org/Patient> ;
                    rdfs:label "is symptom of patient"@en ,
                               "is symptom of patient" .


###  https://w3id.org/codo#isTemporalCoverageOf
:isTemporalCoverageOf rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf :isCoverageOf ;
                      rdfs:label "is temporal coverage of"@en .


###  https://w3id.org/codo#isTestResultOf
:isTestResultOf rdf:type owl:ObjectProperty ;
                rdfs:domain :TestResult ;
                rdfs:range :VGO_Specimen ;
                rdfs:label "is test result of"@en .


###  https://w3id.org/codo#isTravelHistoryOf
:isTravelHistoryOf rdf:type owl:ObjectProperty ;
                   owl:inverseOf :travelHistory ;
                   rdfs:domain :TravelHistory ;
                   rdfs:range [ rdf:type owl:Class ;
                                owl:unionOf ( <http://xmlns.com/foaf/0.1/Agent>
                                              :ExposureToCOVID-19
                                            )
                              ] ;
                   rdfs:label "is travel history of"@en .


###  https://w3id.org/codo#isTreatmentOf
:isTreatmentOf rdf:type owl:ObjectProperty ;
               rdfs:domain :Treatment ;
               rdfs:range :Disease ;
               rdfs:label "is treatment of"@en .


###  https://w3id.org/codo#isUncleOf
:isUncleOf rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :kinsman .


###  https://w3id.org/codo#isVaccinatedWith
:isVaccinatedWith rdf:type owl:ObjectProperty ;
                  rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                  rdfs:range :Vaccine ;
                  rdfs:label "is vaccinated with"@en ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "vaccine administered"@en .


###  https://w3id.org/codo#isViralTestFor
:isViralTestFor rdf:type owl:ObjectProperty ;
                rdfs:domain :COVID-19NucleicAcidTesting ;
                rdfs:range :Disease ;
                rdfs:label "is viral test for"@en .


###  https://w3id.org/codo#isVitalSignOf
:isVitalSignOf rdf:type owl:ObjectProperty ;
               rdfs:domain :VitalSign ;
               rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
               rdfs:label "is vital sign of"@en .


###  https://w3id.org/codo#kinsman
:kinsman rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf :hasFamilyMember ;
         rdfs:range :Man ;
         rdfs:comment "A male relative."@en ;
         rdfs:label "kinsman"@en .


###  https://w3id.org/codo#kinswomen
:kinswomen rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf :hasFamilyMember ;
           rdfs:range :Woman ;
           rdfs:comment "A female relative."@en ;
           rdfs:label "kins women"@en .


###  https://w3id.org/codo#liftMan
:liftMan rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf :hasRelationship ;
         rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
         rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
         rdfs:label "lift man"@en .


###  https://w3id.org/codo#location
:location rdf:type owl:ObjectProperty ;
          rdfs:range :Place .


###  https://w3id.org/codo#milkVendor
:milkVendor rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf :hasRelationship ;
            rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
            rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
            rdfs:label "milk vendor"@en .


###  https://w3id.org/codo#mostRecentVitalSign
:mostRecentVitalSign rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :hasVitalSign ;
                     owl:inverseOf :mostRecentVitalSignOf ;
                     rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                     rdfs:range :VitalSign ;
                     rdfs:comment "The most recent covid-19 clinical findings of viral signs."@en ;
                     rdfs:label "most recent vital sign"@en ,
                                "most recent vital sign" .


###  https://w3id.org/codo#mostRecentVitalSignOf
:mostRecentVitalSignOf rdf:type owl:ObjectProperty ;
                       rdfs:domain :VitalSign ;
                       rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                       rdfs:label "most recent vital sign of"@en .


###  https://w3id.org/codo#nextOf
:nextOf rdf:type owl:ObjectProperty ;
        owl:inverseOf :previousOf ;
        rdfs:label "next of"@en .


###  https://w3id.org/codo#nextVitalSign
:nextVitalSign rdf:type owl:ObjectProperty ;
               owl:inverseOf :previousVitalSign ;
               rdfs:domain :VitalSign ;
               rdfs:range :VitalSign ;
               rdfs:comment "The next clinical vital sign of a patient."@en ;
               rdfs:label "next vital sign"@en .


###  https://w3id.org/codo#organizationType
:organizationType rdf:type owl:ObjectProperty ;
                  rdfs:domain <http://www.w3.org/ns/org#Organization> ;
                  rdfs:range :OrganizationType ;
                  rdfs:label "organization type"@en .


###  https://w3id.org/codo#passedVirusTo
:passedVirusTo rdf:type owl:ObjectProperty ;
               rdfs:domain <http://xmlns.com/foaf/0.1/Agent> ;
               rdfs:range <http://xmlns.com/foaf/0.1/Agent> ;
               rdfs:label "passed virus to"@en .


###  https://w3id.org/codo#patientStatus
:patientStatus rdf:type owl:ObjectProperty ;
               rdfs:domain <http://xmlns.com/foaf/0.1/Person> ,
                           [ rdf:type owl:Class ;
                             owl:unionOf ( <http://xmlns.com/foaf/0.1/Person>
                                           :VGO_Specimen
                                         )
                           ] ;
               rdfs:range :Status ;
               rdfs:label "patient status"@en .


###  https://w3id.org/codo#permanentResident
:permanentResident rdf:type owl:ObjectProperty ;
                   rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                   rdfs:range :Place ;
                   rdfs:comment "The Place (typically a City but could be a building, State, etc.) that a Person has as their permanent home." ;
                   rdfs:label "permanent resident"@en .


###  https://w3id.org/codo#placeOfDeath
:placeOfDeath rdf:type owl:ObjectProperty ;
              rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
              rdfs:range [ rdf:type owl:Class ;
                           owl:unionOf ( <http://www.w3.org/ns/org#Organization>
                                         <https://schema.org/Place>
                                       )
                         ] ;
              rdfs:comment "Place of death, e.g., hospital, house, or any other facility"@en ;
              rdfs:label "place of death"@en .


###  https://w3id.org/codo#previousOf
:previousOf rdf:type owl:ObjectProperty ;
            rdfs:label "previous of"@en .


###  https://w3id.org/codo#previousVitalSign
:previousVitalSign rdf:type owl:ObjectProperty ;
                   rdfs:domain :VitalSign ;
                   rdfs:range :VitalSign ;
                   rdfs:comment "The previous clinical vital sign of a patient."@en ;
                   rdfs:label "previous vital sign"@en .


###  https://w3id.org/codo#securityGuard
:securityGuard rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf :hasRelationship ;
               rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
               rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
               rdfs:comment "A security guard of a person."@en ;
               rdfs:label "security guard"@en .


###  https://w3id.org/codo#suspectedReasonOfCatchingCovid-19
:suspectedReasonOfCatchingCovid-19 rdf:type owl:ObjectProperty ;
                                   rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                   rdfs:range :ExposureToCOVID-19 ;
                                   rdfs:comment "The suspected reasons of catching covid-19 disease, for example, travel, attending a marriage anniversary, while treating a patient, infected famility member."@en ;
                                   rdfs:label "suspected reasons of catching covid-19"@en .


###  https://w3id.org/codo#testConductedIn
:testConductedIn rdf:type owl:ObjectProperty ;
                 rdfs:domain :TestResult ;
                 rdfs:range :MedicalOrganization ;
                 rdfs:label "test conducted in"@en .


###  https://w3id.org/codo#transit
:transit rdf:type owl:ObjectProperty ;
         rdfs:domain :TravelHistory ;
         rdfs:range :Place ;
         rdfs:comment "A covid-19 patient, or a suspected object who is the cause for sperading the virus to others transit through a place."@en ;
         rdfs:label "transit"@en .


###  https://w3id.org/codo#travelHistory
:travelHistory rdf:type owl:ObjectProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( <http://xmlns.com/foaf/0.1/Agent>
                                           :ExposureToCOVID-19
                                         )
                           ] ;
               rdfs:range :TravelHistory ;
               rdfs:label "travel history"@en .


###  https://w3id.org/codo#travelledFrom
:travelledFrom rdf:type owl:ObjectProperty ;
               rdfs:domain :TravelHistory ;
               rdfs:range :Place ;
               rdfs:comment "A covid-19 patient, or a suspected object who is the cause for sperading the virus to others travelled from a place."@en ;
               rdfs:label "travelled from"@en .


###  https://w3id.org/codo#travelledTo
:travelledTo rdf:type owl:ObjectProperty ;
             rdfs:domain :TravelHistory ;
             rdfs:range :Place ;
             rdfs:comment "A covid-19 patient, or a suspected object who is the cause for sperading the virus to others travelled to a place."@en ;
             rdfs:label "travelled to"@en .


###  https://w3id.org/codo#vaccinationStatus
:vaccinationStatus rdf:type owl:ObjectProperty ;
                   owl:inverseOf :vaccinationStatusOf ;
                   rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                   rdfs:range :VaccineShot ;
                   rdfs:label "vaccination status"@en .


###  https://w3id.org/codo#vaccinationStatusOf
:vaccinationStatusOf rdf:type owl:ObjectProperty ;
                     rdfs:domain :VaccineShot ;
                     rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                     rdfs:label "vaccination status of"@en .


###  https://w3id.org/codo#vegetableVendor
:vegetableVendor rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf :hasRelationship ;
                 rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                 rdfs:range <http://xmlns.com/foaf/0.1/Person> ;
                 rdfs:label "vegetable vendor"@en .


#################################################################
#    Data properties
#################################################################

###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:DatatypeProperty ;
                                       rdfs:domain owl:Thing ;
                                       rdfs:range xsd:string ;
                                       rdfs:label "description"@en .


###  http://xmlns.com/foaf/0.1/name
<http://xmlns.com/foaf/0.1/name> rdf:type owl:DatatypeProperty ;
                                 rdfs:range xsd:string ;
                                 rdfs:comment "A name for some thing."@en ;
                                 rdfs:label "name"@en .


###  https://schema.org/address
<https://schema.org/address> rdf:type owl:DatatypeProperty ;
                             owl:equivalentProperty :address ;
                             rdfs:domain [ rdf:type owl:Class ;
                                           owl:unionOf ( <http://www.w3.org/ns/org#Organization>
                                                         <http://xmlns.com/foaf/0.1/Person>
                                                       )
                                         ] ;
                             rdfs:range xsd:string ;
                             rdfs:comment "Physical address of the item."@en ;
                             rdfs:label "address"@en .


###  https://schema.org/addressLocality
<https://schema.org/addressLocality> rdf:type owl:DatatypeProperty ;
                                     rdfs:subPropertyOf <https://schema.org/address> ;
                                     rdfs:range xsd:string ;
                                     rdfs:comment "The locality in which the street address is, and which is in the region. For example, BHEL Layout."@en ;
                                     rdfs:label "address locality"@en .


###  https://schema.org/latitude
<https://schema.org/latitude> rdf:type owl:DatatypeProperty ,
                                       owl:FunctionalProperty ;
                              rdfs:domain :Place ;
                              rdfs:range xsd:decimal ;
                              rdfs:comment "The latitude of a location. For example 37.42242"@en ;
                              rdfs:label "latitude"@en .


###  https://schema.org/longitude
<https://schema.org/longitude> rdf:type owl:DatatypeProperty ,
                                        owl:FunctionalProperty ;
                               rdfs:domain :Place ;
                               rdfs:range xsd:decimal ;
                               rdfs:comment "The longitude of a location. For example -122.08585."@en ;
                               rdfs:label "longitude"@en .


###  https://schema.org/postalCode
<https://schema.org/postalCode> rdf:type owl:DatatypeProperty ;
                                rdfs:subPropertyOf <https://schema.org/address> ;
                                rdfs:range xsd:string ;
                                rdfs:comment "The postal code. For example, 560060"@en ;
                                rdfs:label "postal code"@en .


###  https://schema.org/streetAddress
<https://schema.org/streetAddress> rdf:type owl:DatatypeProperty ;
                                   rdfs:subPropertyOf <https://schema.org/address> ;
                                   rdfs:range xsd:string ;
                                   rdfs:comment "The street address. For example, 1st Main, Muthurainagara."@en ;
                                   rdfs:label "street address"@en .


###  https://w3id.org/codo#COVIDRO_BMI
:COVIDRO_BMI rdf:type owl:DatatypeProperty ;
             rdfs:domain :VitalSign ;
             rdfs:range xsd:integer ;
             rdfs:comment "measures in kg/m2."@en ;
             rdfs:label "BMI"@en .


###  https://w3id.org/codo#COVIDRO_dose
:COVIDRO_dose rdf:type owl:DatatypeProperty ;
              rdfs:domain :COVIDRO_Medication ;
              rdfs:range xsd:string ;
              rdfs:label "dose" .


###  https://w3id.org/codo#COVIDRO_drugCode
:COVIDRO_drugCode rdf:type owl:DatatypeProperty ;
                  rdfs:domain :COVIDRO_Medication ;
                  rdfs:range xsd:string ;
                  rdfs:label "drug code" .


###  https://w3id.org/codo#COVIDRO_frequency
:COVIDRO_frequency rdf:type owl:DatatypeProperty ;
                   rdfs:domain :COVIDRO_Medication ;
                   rdfs:range xsd:string ;
                   rdfs:label "frequency" .


###  https://w3id.org/codo#COVIDRO_isPregnant
:COVIDRO_isPregnant rdf:type owl:DatatypeProperty ;
                    rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                    rdfs:range xsd:boolean ;
                    rdfs:label "is pregnant"@en .


###  https://w3id.org/codo#COVIDRO_medicationCompanyName
:COVIDRO_medicationCompanyName rdf:type owl:DatatypeProperty ;
                               rdfs:domain :COVIDRO_Medication ;
                               rdfs:range xsd:string ;
                               rdfs:label "medication company name" .


###  https://w3id.org/codo#COVIDRO_medicationName
:COVIDRO_medicationName rdf:type owl:DatatypeProperty ;
                        rdfs:domain :COVIDRO_Medication ;
                        rdfs:range xsd:string ;
                        rdfs:label "medication name" .


###  https://w3id.org/codo#COVIDRO_route
:COVIDRO_route rdf:type owl:DatatypeProperty ;
               rdfs:domain :COVIDRO_PharmaceuticalPreparation ;
               rdfs:range xsd:string ;
               rdfs:label "route" .


###  https://w3id.org/codo#COVIDRO_strenght
:COVIDRO_strenght rdf:type owl:DatatypeProperty ;
                  rdfs:domain :COVIDRO_Medication ;
                  rdfs:range xsd:string ;
                  rdfs:label "strenght" .


###  https://w3id.org/codo#CumulativeFirstDoseVaccineAdministered
:CumulativeFirstDoseVaccineAdministered rdf:type owl:DatatypeProperty ;
                                        rdfs:subPropertyOf :vaccination ;
                                        rdfs:domain :Statistics ;
                                        rdfs:range xsd:integer ;
                                        rdfs:comment "Cumulative total number of first dose vaccinated till date."@en ;
                                        rdfs:label "cumulative first dose vaccine administered"@en .


###  https://w3id.org/codo#CumulativeSecondDoseVaccineAdministered
:CumulativeSecondDoseVaccineAdministered rdf:type owl:DatatypeProperty ;
                                         rdfs:subPropertyOf :vaccination ;
                                         rdfs:domain :Statistics ;
                                         rdfs:range xsd:integer ;
                                         rdfs:comment "Cumulative total number of second dose vaccinated till date."@en ;
                                         rdfs:label "cumulative second dose vaccine administered"@en .


###  https://w3id.org/codo#DBP
:DBP rdf:type owl:DatatypeProperty ;
     rdfs:subPropertyOf owl:topDataProperty ;
     rdf:type owl:FunctionalProperty ;
     rdfs:domain :VitalSign ;
     rdfs:range xsd:integer ;
     rdfs:label "DBP"@en ,
                "Distolic Blood Pressure"@en ;
     <http://www.w3.org/2004/02/skos/core#altLabel> "Blood Pressure (Distolic)"@en ,
                                                    "Distolic blood pressure"@en .


###  https://w3id.org/codo#SBP
:SBP rdf:type owl:DatatypeProperty ,
              owl:FunctionalProperty ;
     rdfs:domain :VitalSign ;
     rdfs:range xsd:integer ;
     rdfs:label "SBP"@en ,
                "Systolic Blood Pressure"@en ;
     <http://www.w3.org/2004/02/skos/core#altLabel> "Blood Pressure (Systolic)"@en ,
                                                    "Systolic blood pressure"@en .


###  https://w3id.org/codo#SpO2
:SpO2 rdf:type owl:DatatypeProperty ,
               owl:FunctionalProperty ;
      rdfs:domain :VitalSign ;
      rdfs:range xsd:integer ;
      rdfs:comment "The peripheral capillary oxygen saturation, an estimate (in %) of the amount of oxygen in the blood."@en ;
      rdfs:label "peripheral capillary oxygen saturation(SpO2)"@en ,
                 "SpO2" .


###  https://w3id.org/codo#VGO_GISAIDclade_name
:VGO_GISAIDclade_name rdf:type owl:DatatypeProperty ;
                      rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/name> ;
                      rdfs:domain :VGO_Variant ;
                      rdfs:range xsd:string ;
                      rdfs:comment """The GISAID nomenclature
There are many thousands of complete and high-coverage genomes available on the Global Initiative on Sharing Avian Influenza Data (GISAID).
GISAID separates the clades of SARS-CoV-2 into S, O, L, V, G, GH, GR, GV, and GRY.

The S and L clades were around at the beginning of the pandemic. S continued to be prevalent initially whilst L split into G and V. G further split into GR and GH, and then later GV. GR split into GRY after July 2020. The letters come from the mutations that caused them to branch.

The G clade is equivalent to PANGO B.1 lineage, with GR representing PANGO B.1.1 lineage. The S clade is equivalent to PANGO A lineage (the original virus, sequence zero, used as the reference), and the V strand is PANGO B.2 lineage. L is another eaerly lineage. O stands for others that do not match the genetic criteria of the other clades.

At the beginning of the pandemic, in January 2020, the L, S and O clades had the majority. These all decreased as the G clade and its descendants increased in proportion over the next year. As of March 2021, the L, S and O clades constitute almost nothing, with the new GRY clade taking up the biggest proportion of the G clades.
The GRY clade represents the B.1.1.7 strain that originated in Britain and has since spread across the globe to over 90 countries."""@en ;
                      rdfs:label "GISAIDclade name"@en .


###  https://w3id.org/codo#VGO_ICTV_name
:VGO_ICTV_name rdf:type owl:DatatypeProperty ;
               rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/name> ;
               rdfs:domain :VGO_Variant ;
               rdfs:range xsd:string ;
               rdfs:comment """The International Committee on Taxonomy of Viruses (ICTV) is an organization that is responsible for establishing and maintaining a standardized system for the classification and nomenclature of viruses.

The ICTV was established in 1966 and is made up of a group of virologists from around the world who work together to develop and refine the rules and guidelines for virus taxonomy. The organization is affiliated with the International Union of Microbiological Societies (IUMS) and is recognized as the official taxonomic authority for viruses by the World Health Organization (WHO).

The ICTV's main role is to develop and maintain a hierarchical classification system for viruses that is based on their genetic and biological characteristics. This system includes several levels of classification, such as family, genus, and species, which are used to group viruses together based on their similarities and differences.

The ICTV also establishes the rules and guidelines for the naming of viruses and their variants, which helps to ensure that viruses are identified and classified consistently across different research groups and organizations.

Overall, the ICTV plays a critical role in advancing our understanding of viruses and their impact on human health and the environment, by providing a standardized framework for virus taxonomy and nomenclature that is recognized and used by scientists around the world."""@en ;
               rdfs:label "ICTV name"@en .


###  https://w3id.org/codo#VGO_NEXTSTRAINclade_name
:VGO_NEXTSTRAINclade_name rdf:type owl:DatatypeProperty ;
                          rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/name> ;
                          rdfs:domain :VGO_Variant ;
                          rdfs:range xsd:string ;
                          rdfs:comment """Nextstrain nomenclature
Alternatively, Nextstrain divides the SARS-CoV-2 strains into 19A, 19B, 20A, 20B, 20C, 20D, 20E, 20F, 20G, 20H, 20I, 20 J. Phylogenetic trees and geographical/ temporal maps can be viewed for these classifications here.  
Within these clades, 19B is the original reference strain. 20I/501Y.V1 refers to the B.1.1.7 variant that originated in Britain; 20H/501Y.V2 refers to the B.1.351 strain that originated in South Africa; and 20J/501Y.V3 refers to the P.1 strain that originated and spread from Brazil."""@en ;
                          rdfs:label "NEXTSTRAINclade name"@en .


###  https://w3id.org/codo#VGO_PANGO_name
:VGO_PANGO_name rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/name> ;
                rdfs:domain :VGO_Variant ;
                rdfs:range xsd:string ;
                rdfs:comment """PANGOLIN nomenclature
The Phylogenetic Assignment of Named Global Outbreak Lineages (PANGOLIN) software team proposed nomenclature for the SARS-CoV-2 clades in a Rambaut et al. (2020) article. This contains the main lineages of A, B, B.1, B.1.1, B.1.177 and B.1.1.7. These lineages divide up further.

The generally used names of strains e.g. the B.1.1.7 (British originating) and B.1.351 (South African originating) strain derive from this.
A is the original strain used as a reference sequence."""@en ;
                rdfs:label "PANGO name"@en .


###  https://w3id.org/codo#VGO_SIG_name
:VGO_SIG_name rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/name> ;
              rdfs:domain :VGO_Variant ;
              rdfs:range xsd:string ;
              rdfs:comment """The SIG Variant classification scheme defines four classes of SARS-CoV-2 variants:
Variant Being Monitored (VBM),
Alpha (B.1.1.7 and Q lineages)
Beta (B.1.351 and descendent lineages)
Gamma (P.1 and descendent lineages)
Delta (B.1.617.2 and AY lineages)
Epsilon (B.1.427 and B.1.429)
Eta (B.1.525)
Iota (B.1.526)
Kappa (B.1.617.1)
1.617.3
Mu (B.1.621, B.1.621.1)
Zeta (P.2)
Variant of Interest (VOI)
Variant of Concern (VOC)
Omicron (B.1.1.529, BA.1, BA.1.1, BA.2, BA.3, BA.4 and BA.5 lineages)
Variant of High Consequence (VOHC)"""@en ;
              rdfs:label "SIG name"@en .


###  https://w3id.org/codo#VGO_WHO_name
:VGO_WHO_name rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/name> ;
              rdfs:domain :VGO_Variant ;
              rdfs:range xsd:string ;
              rdfs:comment """WHO has assigned simple, easy to say and remember labels for key variants of SARS-CoV-2, the virus that causes COVID-19, using letters of the Greek alphabet.
These labels were chosen after wide consultation and a review of many potential naming systems. WHO convened an expert group of partners from around the world to do so, including experts who are part of existing naming systems, nomenclature and virus taxonomic experts, researchers and national authorities.
These labels do not replace existing scientific names (e.g. those assigned by GISAID, Nextstrain and Pango), which convey important scientific information and will continue to be used in research. 
(https://www.who.int/activities/tracking-SARS-CoV-2-variants)"""@en ;
              rdfs:label "WHO name"@en .


###  https://w3id.org/codo#VGO_additionalHostInformation
:VGO_additionalHostInformation rdf:type owl:DatatypeProperty ;
                               rdfs:domain :VGO_Specimen ;
                               rdfs:range xsd:string ;
                               rdfs:label "additional host information"@en .


###  https://w3id.org/codo#VGO_additionalLocationInformation
:VGO_additionalLocationInformation rdf:type owl:DatatypeProperty ;
                                   rdfs:subPropertyOf owl:topDataProperty ;
                                   rdfs:domain :VGO_Specimen ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "additional location information"@en .


###  https://w3id.org/codo#VGO_comment
:VGO_comment rdf:type owl:DatatypeProperty ;
             rdfs:domain :VGO_Specimen ;
             rdfs:range xsd:string ;
             rdfs:label "comment"@en .


###  https://w3id.org/codo#VGO_coverage
:VGO_coverage rdf:type owl:DatatypeProperty ;
              rdfs:domain :VGO_Specimen ;
              rdfs:range xsd:string ;
              rdfs:comment "e.g. 70x, 1,000x, 10,000x (average)"@en ;
              rdfs:label "coverage"@en .


###  https://w3id.org/codo#VGO_gisaidSampleAccessionId
:VGO_gisaidSampleAccessionId rdf:type owl:DatatypeProperty ;
                             rdfs:subPropertyOf :VGO_sampleAccessionId ;
                             rdfs:domain :VGO_Specimen ;
                             rdfs:range xsd:string ;
                             rdfs:label "GISAID sample accession id"@en .


###  https://w3id.org/codo#VGO_outbreakDetail
:VGO_outbreakDetail rdf:type owl:DatatypeProperty ;
                    rdfs:domain :VGO_Specimen ;
                    rdfs:range xsd:string ;
                    rdfs:comment "\"Date, Location e.g. type of gathering, Family cluster, etc.\"" ;
                    rdfs:label "outbreak detail"@en .


###  https://w3id.org/codo#VGO_patientAge
:VGO_patientAge rdf:type owl:DatatypeProperty ;
                rdfs:domain :VGO_Specimen ;
                rdfs:range xsd:integer ;
                rdfs:label "patient age"@en .


###  https://w3id.org/codo#VGO_sampleAccessionId
:VGO_sampleAccessionId rdf:type owl:DatatypeProperty ;
                       rdfs:domain :VGO_Specimen ;
                       rdfs:range xsd:string ;
                       rdfs:comment "It refers to a patient's sample/speciman collection accession id."@en ;
                       rdfs:label "sample accession id"@en .


###  https://w3id.org/codo#VGO_testSampleCollectedOn
:VGO_testSampleCollectedOn rdf:type owl:DatatypeProperty ;
                           rdfs:subPropertyOf :date ;
                           rdfs:domain :VGO_Specimen ;
                           rdfs:range xsd:dateTime ;
                           rdfs:label "sample collection date"@en .


###  https://w3id.org/codo#WEAR_cloudCover
:WEAR_cloudCover rdf:type owl:DatatypeProperty ;
                 rdfs:domain :WEAR_WeatherInformation ;
                 rdfs:range xsd:float ;
                 rdfs:label "cloud cover"@en .


###  https://w3id.org/codo#WEAR_heatIndex
:WEAR_heatIndex rdf:type owl:DatatypeProperty ;
                rdfs:domain :WEAR_WeatherInformation ;
                rdfs:range xsd:float ;
                rdfs:comment "The 'Heat Index' is a measure of how hot weather \"feels\" to the body. The combination of temperature an humidity produce an \"apparent temperature\" or the temperature the body \"feels\"."@en ;
                rdfs:label "heat index"@en .


###  https://w3id.org/codo#WEAR_humidity
:WEAR_humidity rdf:type owl:DatatypeProperty ;
               rdfs:domain :WEAR_WeatherInformation ;
               rdfs:range xsd:float ;
               rdfs:label "humidity"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "relative humidity"@en .


###  https://w3id.org/codo#WEAR_maximumTemperature
:WEAR_maximumTemperature rdf:type owl:DatatypeProperty ;
                         rdfs:subPropertyOf :WEAR_temperatureWeather ;
                         rdfs:domain :WEAR_WeatherInformation ;
                         rdfs:range xsd:float ;
                         rdfs:comment "Maximum weather temperature"@en ;
                         rdfs:label "maximum temperature"@en ;
                         <http://www.w3.org/2004/02/skos/core#altLabel> "max. temperature"@en .


###  https://w3id.org/codo#WEAR_minimumTemperature
:WEAR_minimumTemperature rdf:type owl:DatatypeProperty ;
                         rdfs:subPropertyOf :WEAR_temperatureWeather ;
                         rdfs:domain :WEAR_WeatherInformation ;
                         rdfs:range xsd:float ;
                         rdfs:comment "Minimum weather temperature."@en ;
                         rdfs:label "minimum temperature"@en ;
                         <http://www.w3.org/2004/02/skos/core#altLabel> "min. temperature"@en .


###  https://w3id.org/codo#WEAR_precipitation
:WEAR_precipitation rdf:type owl:DatatypeProperty ;
                    rdfs:domain :WEAR_WeatherInformation ;
                    rdfs:range xsd:float ;
                    rdfs:label "precipitation"@en .


###  https://w3id.org/codo#WEAR_temperatureWeather
:WEAR_temperatureWeather rdf:type owl:DatatypeProperty ;
                         rdfs:domain :WEAR_WeatherInformation ;
                         rdfs:range xsd:float ;
                         rdfs:label "temperature (weather)"@en ;
                         <http://www.w3.org/2004/02/skos/core#altLabel> "weather temperature"@en .


###  https://w3id.org/codo#WEAR_windDirection
:WEAR_windDirection rdf:type owl:DatatypeProperty ;
                    rdfs:domain :WEAR_WeatherInformation ;
                    rdfs:range xsd:float ;
                    rdfs:label "wind direction"@en .


###  https://w3id.org/codo#WEAR_windGust
:WEAR_windGust rdf:type owl:DatatypeProperty ;
               rdfs:domain :WEAR_WeatherInformation ;
               rdfs:range xsd:float ;
               rdfs:comment "A gust or wind gust is a brief increase in the speed of the wind, usually less than 20 seconds."@en ,
                            "A sudden increase in wind speed above the average wind speed."@en ;
               rdfs:label "wind gust"@en .


###  https://w3id.org/codo#WEAR_windSpeed
:WEAR_windSpeed rdf:type owl:DatatypeProperty ;
                rdfs:domain :WEAR_WeatherInformation ;
                rdfs:range xsd:float ;
                rdfs:label "wind speed"@en .


###  https://w3id.org/codo#acronym
:acronym rdf:type owl:DatatypeProperty ;
         rdfs:domain owl:Thing ;
         rdfs:range xsd:string ;
         rdfs:comment "An acronym."@en ;
         rdfs:label "acronym"@en .


###  https://w3id.org/codo#activeCase
:activeCase rdf:type owl:DatatypeProperty ;
            rdfs:subPropertyOf :cases ;
            rdfs:domain :Statistics ;
            rdfs:range xsd:integer ;
            rdfs:comment "Number of active covid cases."@en ;
            rdfs:label "active cases"@en .


###  https://w3id.org/codo#address
:address rdf:type owl:DatatypeProperty ;
         rdfs:domain <http://xmlns.com/foaf/0.1/Agent> ;
         rdfs:range xsd:string ;
         rdfs:label "address"@en .


###  https://w3id.org/codo#admittedOn
:admittedOn rdf:type owl:DatatypeProperty ;
            rdfs:subPropertyOf :date ;
            rdfs:domain :Patient ;
            rdfs:range xsd:dateTime ;
            rdfs:comment "A patient admitted on a particular day and time."@en ;
            rdfs:label "admitted on"@en ,
                       "date of admission"@en .


###  https://w3id.org/codo#age
:age rdf:type owl:DatatypeProperty ,
              owl:FunctionalProperty ;
     rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
     rdfs:range xsd:decimal ,
                xsd:string ;
     rdfs:comment "An age of a person."@en ;
     rdfs:label "age"@en .


###  https://w3id.org/codo#area
:area rdf:type owl:DatatypeProperty ,
               owl:FunctionalProperty ;
      rdfs:domain :Place ;
      rdfs:range xsd:decimal ;
      rdfs:comment "Tthe extent of a 2-dimensional surface enclosed within a boundary (in sq. km.)."@en ;
      rdfs:label "area"@en .


###  https://w3id.org/codo#bedNeeded
:bedNeeded rdf:type owl:DatatypeProperty ;
           rdfs:subPropertyOf :resource ;
           rdfs:domain :Statistics ;
           rdfs:range xsd:integer ;
           rdfs:comment "The number of beds that are required to accommodate the patients (whether suspected or confirmed COVID-19)."@en ;
           rdfs:label "bed needed"@en .


###  https://w3id.org/codo#bedOccupied
:bedOccupied rdf:type owl:DatatypeProperty ;
             rdfs:subPropertyOf :resource ;
             rdfs:range xsd:integer ;
             rdfs:comment "Total number of beds that are occupied."@en ;
             rdfs:label "bed occupied"@en .


###  https://w3id.org/codo#bedShortage
:bedShortage rdf:type owl:DatatypeProperty ;
             rdfs:subPropertyOf :resource ;
             rdfs:domain :Statistics ;
             rdfs:range xsd:integer ;
             rdfs:comment "number of bed shortage."@en ;
             rdfs:label "bed shortage"@en .


###  https://w3id.org/codo#boosterDoseVaccineAdministeredOn
:boosterDoseVaccineAdministeredOn rdf:type owl:DatatypeProperty ;
                                  rdfs:subPropertyOf :date ;
                                  rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                  rdfs:range xsd:dateTime ;
                                  rdfs:label "booster dose vaccine administered on"@en .


###  https://w3id.org/codo#caseFatalityRate
:caseFatalityRate rdf:type owl:DatatypeProperty ;
                  rdfs:subPropertyOf :cases ;
                  rdfs:domain :Statistics ;
                  rdfs:range xsd:float ;
                  rdfs:comment """The proportion of people diagnosed with a certain disease e.g., (COVID-19), who end up dying of it. 
A CFR is generally expressed as a percentage"""@en ;
                  rdfs:label "case fatality rate"@en ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "case-fatality risk"@en .


###  https://w3id.org/codo#caseOn
:caseOn rdf:type owl:DatatypeProperty ;
        rdfs:subPropertyOf :date ;
        rdfs:domain :Statistics ;
        rdfs:range xsd:dateTime ;
        rdfs:comment "covid-19 cases on a day"@en ;
        rdfs:label "case on"@en .


###  https://w3id.org/codo#cases
:cases rdf:type owl:DatatypeProperty ;
       rdfs:subPropertyOf :metrics ;
       rdfs:domain :Statistics ;
       rdfs:comment "Number of covid cases."@en ;
       rdfs:label "cases"@en .


###  https://w3id.org/codo#countryCode
:countryCode rdf:type owl:DatatypeProperty ;
             rdfs:domain :Country ;
             rdfs:range xsd:string ;
             rdfs:comment "The country code. Example, \"IND\" for India."@en ;
             rdfs:label "country code"@en .


###  https://w3id.org/codo#cumulativeDecease
:cumulativeDecease rdf:type owl:DatatypeProperty ;
                   rdfs:subPropertyOf :cases ;
                   rdfs:domain :Statistics ;
                   rdfs:range xsd:integer ;
                   rdfs:comment "Number of cumulative decease patients"@en ;
                   rdfs:label "cumulative decease"@en .


###  https://w3id.org/codo#cumulativeDischarge
:cumulativeDischarge rdf:type owl:DatatypeProperty ;
                     rdfs:subPropertyOf :cases ;
                     rdfs:domain :Statistics ;
                     rdfs:range xsd:integer ;
                     rdfs:comment "Number of cumulative discharge"@en ;
                     rdfs:label "cumulative discharge"@en .


###  https://w3id.org/codo#cumulativePositiveCases
:cumulativePositiveCases rdf:type owl:DatatypeProperty ;
                         rdfs:subPropertyOf :cases ;
                         rdfs:domain :Statistics ;
                         rdfs:range xsd:integer ;
                         rdfs:comment "Number of cumulative positive cases"@en ;
                         rdfs:label "cumulative positive cases"@en .


###  https://w3id.org/codo#cumulativeTotalRT-PCRTest
:cumulativeTotalRT-PCRTest rdf:type owl:DatatypeProperty ;
                           rdfs:subPropertyOf :test ;
                           rdfs:range xsd:integer ;
                           rdfs:comment "The cumulative total number of RT-PCR test."@en ;
                           rdfs:label "cumulative total RT-PCR test"@en .


###  https://w3id.org/codo#cumulativeTotalRapidAntigenDetectionTest
:cumulativeTotalRapidAntigenDetectionTest rdf:type owl:DatatypeProperty ;
                                          rdfs:subPropertyOf :test ;
                                          rdfs:range xsd:integer ;
                                          rdfs:comment "The cumulative total number of rapid antigen detection test."@en ;
                                          rdfs:label "cumulative total rapid antigen detection test"@en .


###  https://w3id.org/codo#cumulativeTotalTest
:cumulativeTotalTest rdf:type owl:DatatypeProperty ;
                     rdfs:subPropertyOf :test ;
                     rdfs:range xsd:integer ;
                     rdfs:comment "The total cumulative number of tests."@en ;
                     rdfs:label "cumulative total tests"@en .


###  https://w3id.org/codo#cumulativeTotalVaccineAdministered
:cumulativeTotalVaccineAdministered rdf:type owl:DatatypeProperty ;
                                    rdfs:subPropertyOf :vaccination ;
                                    rdfs:domain :Statistics ;
                                    rdfs:range xsd:integer ;
                                    rdfs:comment "Cumulative total number of vaccine."@en ;
                                    rdfs:label "cumulative total vaccine administered"@en .


###  https://w3id.org/codo#dailyCase
:dailyCase rdf:type owl:DatatypeProperty ;
           rdfs:subPropertyOf :cases ;
           rdfs:domain :Statistics ;
           rdfs:range xsd:integer ;
           rdfs:label "daily case"@en .


###  https://w3id.org/codo#dailyDecease
:dailyDecease rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf :cases ;
              rdfs:domain :Statistics ;
              rdfs:range xsd:integer ;
              rdfs:comment "Daily number of deceased covid-19 patients."@en ;
              rdfs:label "daily decease"@en ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "daily death"@en .


###  https://w3id.org/codo#dailyDischarge
:dailyDischarge rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf :cases ;
                rdfs:domain :Statistics ;
                rdfs:range xsd:integer ;
                rdfs:comment "Number of daily discharge patient"@en ;
                rdfs:label "daily discharge"@en .


###  https://w3id.org/codo#dailyFirstDoseAdministered
:dailyFirstDoseAdministered rdf:type owl:DatatypeProperty ;
                            rdfs:subPropertyOf :vaccination ;
                            rdfs:domain :Statistics ;
                            rdfs:range xsd:integer ;
                            rdfs:comment "First dose of vaccination administered daily."@en ;
                            rdfs:label "daily first dose vaccine administered"@en ;
                            <http://www.w3.org/2004/02/skos/core#altLabel> "daily 1st dose vaccine administered"@en .


###  https://w3id.org/codo#dailyIncreasedCases
:dailyIncreasedCases rdf:type owl:DatatypeProperty ;
                     rdfs:subPropertyOf :cases ;
                     rdfs:domain :Statistics ;
                     rdfs:range xsd:integer ;
                     rdfs:comment "Total no,. of active cases in Date 2 - total no. of active cases in Date 1"@en ;
                     rdfs:label "daily increased cases"@en .


###  https://w3id.org/codo#dailyRT-PCRTest
:dailyRT-PCRTest rdf:type owl:DatatypeProperty ;
                 rdfs:subPropertyOf :test ;
                 rdfs:range xsd:integer ;
                 rdfs:comment "The number of daily RT-PCR test."@en ;
                 rdfs:label "daily RT-PCR test"@en .


###  https://w3id.org/codo#dailyRapidAntigenDetectionTest
:dailyRapidAntigenDetectionTest rdf:type owl:DatatypeProperty ;
                                rdfs:subPropertyOf :test ;
                                rdfs:range xsd:integer ;
                                rdfs:comment "The number of daily rapid antigen detection test."@en ;
                                rdfs:label "daily rapid antigen detection test"@en .


###  https://w3id.org/codo#dailySecondDoseVaccineAdministered
:dailySecondDoseVaccineAdministered rdf:type owl:DatatypeProperty ;
                                    rdfs:subPropertyOf :vaccination ;
                                    rdfs:domain :Statistics ;
                                    rdfs:range xsd:integer ;
                                    rdfs:comment "Second dose of vaccination administered daily."@en ;
                                    rdfs:label "daily second dose vaccine administered"@en ;
                                    <http://www.w3.org/2004/02/skos/core#altLabel> "daily 2nd dose vaccine administered"@en .


###  https://w3id.org/codo#dailyTotalTest
:dailyTotalTest rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf :test ;
                rdfs:range xsd:integer ;
                rdfs:comment "The number of daily total tests."@en ;
                rdfs:label "daily total test"@en .


###  https://w3id.org/codo#dailyTotalVaccinationAdministered
:dailyTotalVaccinationAdministered rdf:type owl:DatatypeProperty ;
                                   rdfs:subPropertyOf :vaccination ;
                                   rdfs:domain :Statistics ;
                                   rdfs:range xsd:integer ;
                                   rdfs:comment "The daily total vaccine administered."@en ;
                                   rdfs:label "daily total vaccine administered"@en .


###  https://w3id.org/codo#date
:date rdf:type owl:DatatypeProperty ;
      rdfs:range xsd:dateTime ;
      rdfs:comment """A particular day specified as the time something happens. 
Value format: 2021-08-11T00:00:00"""@en ;
      rdfs:label "date"@en ,
                 "date" .


###  https://w3id.org/codo#dateOfDesignation
:dateOfDesignation rdf:type owl:DatatypeProperty ;
                   rdfs:subPropertyOf :date ;
                   rdfs:range xsd:dateTime ;
                   rdfs:label "date of designation"@en .


###  https://w3id.org/codo#dateOfOnsetOfSymptom
:dateOfOnsetOfSymptom rdf:type owl:DatatypeProperty ;
                      rdfs:subPropertyOf :date ;
                      rdfs:domain :Patient ;
                      rdfs:range xsd:dateTime ;
                      rdfs:comment "date when the case began exhibiting symptoms. The initial date of reported symptoms."@en ;
                      rdfs:label "date of onset of symptom"@en .


###  https://w3id.org/codo#diagnosedOn
:diagnosedOn rdf:type owl:DatatypeProperty ;
             rdfs:subPropertyOf :date ;
             rdfs:domain :Diagnosis ;
             rdfs:range xsd:dateTime ;
             rdfs:comment "The diagnosis took place on a day."@en ;
             rdfs:label "diagnosed on"@en ;
             rdfs:seeAlso "date of confirmation"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "tested positive on"@en .


###  https://w3id.org/codo#districtPatientID
:districtPatientID rdf:type owl:DatatypeProperty ;
                   rdfs:subPropertyOf :patientID ;
                   rdf:type owl:FunctionalProperty ;
                   rdfs:range xsd:string ;
                   rdfs:comment "The patient ID assigned at the district level (usually a first level of administrative division within a state/ province)."@en ;
                   rdfs:label "district wise patient ID"@en .


###  https://w3id.org/codo#endDate
:endDate rdf:type owl:DatatypeProperty ;
         rdfs:subPropertyOf :date ;
         rdfs:range xsd:dateTime ;
         rdfs:label "end date"@en .


###  https://w3id.org/codo#eventDate
:eventDate rdf:type owl:DatatypeProperty ;
           rdfs:subPropertyOf :date ;
           rdfs:range xsd:dateTime ;
           rdfs:label "event date"@en .


###  https://w3id.org/codo#firstDoseVaccineAdministeredOn
:firstDoseVaccineAdministeredOn rdf:type owl:DatatypeProperty ;
                                rdfs:subPropertyOf :date ;
                                rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                rdfs:range xsd:dateTime ;
                                rdfs:label "first dose vaccine administered on"@en .


###  https://w3id.org/codo#geoName
:geoName rdf:type owl:DatatypeProperty ;
         rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/name> ;
         rdfs:domain :Place ;
         rdfs:label "geo name"@en .


###  https://w3id.org/codo#hadCovidTest
:hadCovidTest rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
              rdfs:range xsd:boolean ;
              rdfs:label "had covid test"@en .


###  https://w3id.org/codo#hasCausedAnySecondaryInfections
:hasCausedAnySecondaryInfections rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :Patient ;
                                 rdfs:range xsd:boolean ;
                                 rdfs:comment "This indiicates the the secondary infections caused, if any. The values are either \"yes\", \"no\" and indicate if the patient has caused any [known] secondary infections [source: https://www.isibang.ac.in/~athreya/incovid19/data.html]."@en ;
                                 rdfs:label "has caused any secondary infections"@en .


###  https://w3id.org/codo#hasTravelledToCovid-19Area
:hasTravelledToCovid-19Area rdf:type owl:DatatypeProperty ;
                            rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                            rdfs:range xsd:boolean ;
                            rdfs:label "has travelled to covid-19 area"@en .


###  https://w3id.org/codo#heartRate
:heartRate rdf:type owl:DatatypeProperty ,
                    owl:FunctionalProperty ;
           rdfs:domain :VitalSign ;
           rdfs:range xsd:integer ;
           rdfs:comment "The rate at which the heart beats; usually measured to obtain a quick evaluation of a person's health."@en ;
           rdfs:label "Heart rate"@en .


###  https://w3id.org/codo#height
:height rdf:type owl:DatatypeProperty ,
                 owl:FunctionalProperty ;
        rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:range xsd:decimal ;
        rdfs:label "height"@en .


###  https://w3id.org/codo#icuBedNeeded
:icuBedNeeded rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf :resource ;
              rdfs:domain :Statistics ;
              rdfs:range xsd:integer ;
              rdfs:comment "no. of invasive ventilators needed."@en ;
              rdfs:label "icu bed needed"@en .


###  https://w3id.org/codo#icuBedShortage
:icuBedShortage rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf :resource ;
                rdfs:domain :Statistics ;
                rdfs:range xsd:integer ;
                rdfs:comment "no. of icu bed shortage."@en ;
                rdfs:label "icu bed shortage"@en .


###  https://w3id.org/codo#invasiveVentilatorNeeded
:invasiveVentilatorNeeded rdf:type owl:DatatypeProperty ;
                          rdfs:subPropertyOf :resource ;
                          rdfs:domain :Statistics ;
                          rdfs:range xsd:integer ;
                          rdfs:comment "no. of invasive ventilators needed."@en ;
                          rdfs:label "invasive ventilator needed"@en .


###  https://w3id.org/codo#lastVaccinatedOn
:lastVaccinatedOn rdf:type owl:DatatypeProperty ;
                  rdfs:subPropertyOf :date ;
                  rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                  rdfs:range xsd:dateTime ;
                  rdfs:label "last vaccinated on"@en .


###  https://w3id.org/codo#lengthOfHospitalStay
:lengthOfHospitalStay rdf:type owl:DatatypeProperty ;
                      rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                      rdfs:range xsd:string ;
                      rdfs:label "length of hospital stay"@en .


###  https://w3id.org/codo#location
:location rdf:type owl:DatatypeProperty ;
          rdfs:range xsd:string .


###  https://w3id.org/codo#metrics
:metrics rdf:type owl:DatatypeProperty ;
         rdfs:domain :Statistics ;
         rdfs:comment "A generic property to provide the result related to the covid-19 disease casualties, resources, tests, and vaccinations."@en ;
         rdfs:label "metrics"@en .


###  https://w3id.org/codo#patientID
:patientID rdf:type owl:DatatypeProperty ;
           rdfs:range xsd:string ;
           rdfs:label "patient id"@en .


###  https://w3id.org/codo#peopleMigrated
:peopleMigrated rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf :cases ;
                rdfs:domain :Statistics ;
                rdfs:range xsd:integer ;
                rdfs:comment "Number of people migrated after recovery from the covid."@en ;
                rdfs:label "people migrated"@en .


###  https://w3id.org/codo#population
:population rdf:type owl:DatatypeProperty ;
            rdfs:domain :Place ;
            rdfs:range xsd:positiveInteger ;
            rdfs:label "population"@en .


###  https://w3id.org/codo#populationDensity
:populationDensity rdf:type owl:DatatypeProperty ,
                            owl:FunctionalProperty ;
                   rdfs:domain :Place ;
                   rdfs:range xsd:decimal ;
                   rdfs:comment "For humans, population density is the number of people per unit of area, usually quoted per square kilometre or square mile, and which may include or exclude for example areas of water or glaciers."@en ;
                   rdfs:label "population density"@en .


###  https://w3id.org/codo#positivityRate
:positivityRate rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf :cases ;
                rdfs:domain :Statistics ;
                rdfs:range xsd:float ;
                rdfs:comment "The percentage of people who test positive for the virus of those overall who have been tested."@en ;
                rdfs:label "positivity rate"@en .


###  https://w3id.org/codo#recovered
:recovered rdf:type owl:DatatypeProperty ;
           rdfs:subPropertyOf :cases ;
           rdfs:domain :Statistics ;
           rdfs:range xsd:integer ;
           rdfs:comment "Number of people recovered from covid."@en ;
           rdfs:label "recovered"@en .


###  https://w3id.org/codo#recoveryRate
:recoveryRate rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf :cases ;
              rdfs:domain :Statistics ;
              rdfs:range xsd:decimal ;
              rdfs:comment "The rate of recovery of COVID-19 patients in percentage."@en ;
              rdfs:label "recovery rate"@en .


###  https://w3id.org/codo#releasedOn
:releasedOn rdf:type owl:DatatypeProperty ;
            rdfs:subPropertyOf :date ;
            rdfs:domain :Patient ;
            rdfs:range xsd:dateTime ;
            rdfs:comment "The patient released on a day from a covid dedicated facility."@en ;
            rdfs:label "date of discharge"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "out date"@en ,
                                                           "released on"@en .


###  https://w3id.org/codo#resource
:resource rdf:type owl:DatatypeProperty ;
          rdfs:subPropertyOf :metrics ;
          rdfs:comment "Available/ required resource for covid treatment."@en ;
          rdfs:label "resource"@en .


###  https://w3id.org/codo#respiratoryRate
:respiratoryRate rdf:type owl:DatatypeProperty ,
                          owl:FunctionalProperty ;
                 rdfs:domain :VitalSign ;
                 rdfs:range xsd:integer ;
                 rdfs:comment "Is the number of breaths a person take per minute."@en ;
                 rdfs:label "respiratory rate"@en ,
                            "respiratory rate" .


###  https://w3id.org/codo#secondDoseVaccineAdministeredOn
:secondDoseVaccineAdministeredOn rdf:type owl:DatatypeProperty ;
                                 rdfs:subPropertyOf :date ;
                                 rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                 rdfs:range xsd:dateTime ;
                                 rdfs:label "second dose vaccine administered on"@en .


###  https://w3id.org/codo#startDate
:startDate rdf:type owl:DatatypeProperty ;
           rdfs:subPropertyOf :date ;
           rdfs:range xsd:dateTime ;
           rdfs:label "start date"@en .


###  https://w3id.org/codo#stateCode
:stateCode rdf:type owl:DatatypeProperty ;
           rdfs:domain :State ;
           rdfs:range xsd:string ;
           rdfs:comment "State (province) code. Example, \"KL\" of Kerala."@en ;
           rdfs:label "state code"@en .


###  https://w3id.org/codo#statePatientID
:statePatientID rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf :patientID ;
                rdf:type owl:FunctionalProperty ;
                rdfs:range xsd:string ;
                rdfs:comment "The patient ID assigned at the state/province level."@en ;
                rdfs:label "state wise patient ID"@en .


###  https://w3id.org/codo#temperature
:temperature rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :VitalSign ;
             rdfs:range xsd:decimal ;
             rdfs:comment "The body temperature."@en ;
             rdfs:label "body temperature"@en .


###  https://w3id.org/codo#test
:test rdf:type owl:DatatypeProperty ;
      rdfs:subPropertyOf :metrics ;
      rdfs:domain :Statistics .


###  https://w3id.org/codo#testResultOn
:testResultOn rdf:type owl:DatatypeProperty ;
              rdfs:subPropertyOf :date ;
              rdfs:domain :TestResult ;
              rdfs:range xsd:dateTime ;
              rdfs:comment "The test result date."@en ;
              rdfs:label "test result on"@en .


###  https://w3id.org/codo#vaccination
:vaccination rdf:type owl:DatatypeProperty ;
             rdfs:subPropertyOf :metrics ;
             rdfs:domain :Statistics ;
             rdfs:label "vaccination"@en .


###  https://w3id.org/codo#vaccineRefused
:vaccineRefused rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf :vaccination ;
                rdfs:domain :Statistics ;
                rdfs:range xsd:integer ;
                rdfs:comment "The number of people refused to take vacine."@en ;
                rdfs:label "vaccine refused"@en .


###  https://w3id.org/codo#vitalSignResultOn
:vitalSignResultOn rdf:type owl:DatatypeProperty ;
                   rdfs:subPropertyOf :date ;
                   rdfs:domain :VitalSign ;
                   rdfs:range xsd:dateTime ;
                   rdfs:comment "The date of vital sign observed."@en ;
                   rdfs:label "vital sign result on"@en .


###  https://w3id.org/codo#weight
:weight rdf:type owl:DatatypeProperty ,
                 owl:FunctionalProperty ;
        rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
        rdfs:range xsd:decimal ;
        rdfs:comment "The weight."@en ;
        rdfs:label "weight"@en .


###  https://w3id.org/codo#workingInHealthcareSetting
:workingInHealthcareSetting rdf:type owl:DatatypeProperty ;
                            rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                            rdfs:range xsd:boolean ;
                            rdfs:label "working in healthcare setting"@en .


###  https://w3id.org/codo#workingInHighRiskTransmissionArea
:workingInHighRiskTransmissionArea rdf:type owl:DatatypeProperty ;
                                   rdfs:domain <http://xmlns.com/foaf/0.1/Person> ;
                                   rdfs:range xsd:boolean ;
                                   rdfs:label "working in high risk transmission area"@en .


#################################################################
#    Classes
#################################################################

###  http://purl.obolibrary.org/obo/SYMP_0000462
<http://purl.obolibrary.org/obo/SYMP_0000462> rdf:type owl:Class ;
                                              rdfs:subClassOf :ClinicalFinding ;
                                              rdfs:comment "A symptom is a perceived change in function, sensation, loss, disturbance or appearance reported by a patient indicative of a disease."@en ,
                                                           """Source: https://www.mohfw.gov.in/pdf/FinalGuidanceonMangaementofCovidcasesversion2.pdf 

https://www.who.int/news-room/q-a-detail/q-a-coronaviruses"""@en ;
                                              rdfs:label "Symptom"@en ,
                                                         "Symptom" .


###  http://schema.org/CovidTestingFacility
<http://schema.org/CovidTestingFacility> rdf:type owl:Class ;
                                         owl:equivalentClass :COVID-19TestingFacility ;
                                         rdfs:subClassOf :MedicalClinic ;
                                         rdfs:comment "A Medical clinic where testing for the COVID-19 Coronavirus disease is available."@en ;
                                         rdfs:label "Covid testing facility"@en .


###  http://schema.org/MedicalClinic
<http://schema.org/MedicalClinic> rdf:type owl:Class ;
                                  owl:equivalentClass :MedicalClinic ;
                                  rdfs:subClassOf <http://schema.org/MedicalOrganization> ;
                                  rdfs:comment "A facility, often associated with a hospital or medical school, that is devoted to the specific diagnosis and/or healthcare."@en ;
                                  rdfs:label "Medical clinic"@en .


###  http://schema.org/MedicalOrganization
<http://schema.org/MedicalOrganization> rdf:type owl:Class ;
                                        rdfs:comment "A medical organization (physical or not), such as hospital, institution or clinic."@en ;
                                        rdfs:label "Medical Organization"@en .


###  http://snomed.info/id/28531000087107
<http://snomed.info/id/28531000087107> rdf:type owl:Class ;
                                       owl:equivalentClass <https://w3id.org/codo#COVID‑19Vaccine> ;
                                       rdfs:subClassOf owl:Thing ;
                                       rdfs:comment "Vaccine product against severe acute respiratory syndrome coronavirus 2 (medicinal product)."@en ;
                                       rdfs:label "COVID-19 vaccine"@en ;
                                       <http://www.w3.org/2004/02/skos/core#altLabel> "SARS-CoV-2 vaccine"@en .


###  http://www.w3.org/ns/org#FormalOrganization
<http://www.w3.org/ns/org#FormalOrganization> rdf:type owl:Class ;
                                              rdfs:subClassOf <http://www.w3.org/ns/org#Organization> ;
                                              rdfs:comment "An Organization which is recognized in the world at large, in particular in legal jurisdictions, with associated rights and responsibilities. Examples include a corporation, charity, government or church."@en ;
                                              rdfs:label "Formal Organization"@en .


###  http://www.w3.org/ns/org#Organization
<http://www.w3.org/ns/org#Organization> rdf:type owl:Class ;
                                        rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
                                        rdfs:comment "A group of people who work together."@en ,
                                                     "Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures."@en ;
                                        rdfs:label "Organization"@en .


###  http://www.w3.org/ns/org#OrganizationalUnit
<http://www.w3.org/ns/org#OrganizationalUnit> rdf:type owl:Class ;
                                              rdfs:subClassOf <http://www.w3.org/ns/org#Organization> ;
                                              rdfs:comment "An Organization such as a department or support unit which is part of some larger Organization and only has full recognition within the context of that Organization. In particular the unit would not be regarded as a legal entity in its own right."@en ;
                                              rdfs:label "Organizational unit"@en ;
                                              <http://www.w3.org/2004/02/skos/core#altLabel> "Department"@en .


###  http://xmlns.com/foaf/0.1/Agent
<http://xmlns.com/foaf/0.1/Agent> rdf:type owl:Class ;
                                  rdfs:comment "An agent (eg. person, group, software or physical artifact)."@en ;
                                  rdfs:label "Agent"@en .


###  http://xmlns.com/foaf/0.1/Group
<http://xmlns.com/foaf/0.1/Group> rdf:type owl:Class ;
                                  rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
                                  rdfs:label "Group"@en .


###  http://xmlns.com/foaf/0.1/Person
<http://xmlns.com/foaf/0.1/Person> rdf:type owl:Class ;
                                   owl:equivalentClass :Human ;
                                   rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
                                   rdfs:comment "A human being."@en ;
                                   rdfs:label "Person"@en .


###  https://schema.org/DiagnosticLab
<https://schema.org/DiagnosticLab> rdf:type owl:Class ;
                                   owl:equivalentClass :DiagnosticLab ;
                                   rdfs:subClassOf :MedicalOrganization ;
                                   rdfs:comment "A medical laboratory that offers on-site or off-site diagnostic services."@en ;
                                   rdfs:label "Diagnostic Lab"@en .


###  https://schema.org/GenderType
<https://schema.org/GenderType> rdf:type owl:Class ;
                                owl:equivalentClass [ rdf:type owl:Class ;
                                                      owl:oneOf ( :Female
                                                                  :Male
                                                                  :OtherSexualOrientation
                                                                )
                                                    ] ;
                                rdfs:comment "An enumeration of genders."@en ;
                                rdfs:label "Gender type"@en .


###  https://schema.org/Occupation
<https://schema.org/Occupation> rdf:type owl:Class ;
                                owl:equivalentClass :Occupation ;
                                rdfs:subClassOf :RiskFactor ;
                                rdfs:comment "A profession, may involve prolonged training and/or a formal qualification."@en ,
                                             """Occupation refers to a person's job or profession. It plays a role in determining the level of exposure to various hazards, including infectious diseases, chemicals, physical risks, and other occupational health and safety concerns.

Source:
Occupational Safety and Health Administration (OSHA). (n.d.). Occupational Safety and Health Administration. Retrieved from: https://www.osha.gov/""" ;
                                rdfs:label "Occupation"@en .


###  https://schema.org/Patient
<https://schema.org/Patient> rdf:type owl:Class ;
                             owl:equivalentClass :Patient ;
                             rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
                             rdfs:comment "A patient is any person recipient of health care services."@en ;
                             rdfs:label "Patient"@en .


###  https://schema.org/Place
<https://schema.org/Place> rdf:type owl:Class ;
                           owl:equivalentClass :Place ;
                           rdfs:label "Place"@en .


###  https://w3id.org/codo#AdministrativeArea
:AdministrativeArea rdf:type owl:Class ;
                    rdfs:subClassOf :Place ;
                    rdfs:label "Administrative area"@en .


###  https://w3id.org/codo#AgeFactor
:AgeFactor rdf:type owl:Class ;
           rdfs:subClassOf :RiskFactor ;
           rdfs:comment "Age more than 60 years"@en ,
                        """Age is a significant factor when considering the risk of developing certain health conditions or experiencing certain health-related events. As individuals age, the likelihood of developing certain diseases or experiencing age-related changes increases.

Source:
World Health Organization (WHO). (2021). Ageing and Health. Retrieved from: https://www.who.int/news-room/fact-sheets/detail/ageing-and-health""" ;
           rdfs:label "Age factor"@en ,
                      "Age factor" .


###  https://w3id.org/codo#AgeGroup
:AgeGroup rdf:type owl:Class ;
          rdfs:subClassOf <http://xmlns.com/foaf/0.1/Group> ;
          rdfs:comment "A group people having approximately the same age."@en ,
                       "The people in a place or organization who were born during a particular period of time, for example all the people aged between 18 and 25."@en ;
          rdfs:label "Age Group"@en .


###  https://w3id.org/codo#Anniversary
:Anniversary rdf:type owl:Class ;
             rdfs:subClassOf :Gathering ;
             rdfs:label "Anniversary"@en .


###  https://w3id.org/codo#BusinessOrganization
:BusinessOrganization rdf:type owl:Class ;
                      rdfs:subClassOf <http://www.w3.org/ns/org#FormalOrganization> ;
                      rdfs:comment "A business organization."@en ;
                      rdfs:label "Business organization"@en .


###  https://w3id.org/codo#COVID-19CareFacility
:COVID-19CareFacility rdf:type owl:Class ;
                      rdfs:subClassOf :Place ;
                      rdfs:comment "Any facility for providing care to COVID-19 patients."@en ,
                                   """source: https://www.mohfw.gov.in/pdf/FinalGuidanceonMangaementofCovidcasesversion2.pdf 

https://covid19.karnataka.gov.in/new-page/Isolation%20Centers/en"""@en ;
                      rdfs:label "COVID-19 care facility"@en .


###  https://w3id.org/codo#COVID-19Diagnosis
:COVID-19Diagnosis rdf:type owl:Class ;
                   rdfs:subClassOf :Diagnosis ;
                   rdfs:comment "COVID-19 diagnosis algorithm source: https://covid19.karnataka.gov.in/new-page/GENERAL%20INFORMATION/en"@en ,
                                """The diagnosis as COVID-19 patient. 
The diagnosied COVID-19 patients are categorised to three different categories/cases based on various clinical test and vital signs."""@en ;
                   rdfs:label "COVID-19 diagnosis"@en ,
                              "COVID-19 diagnosis" .


###  https://w3id.org/codo#COVID-19NucleicAcidTesting
:COVID-19NucleicAcidTesting rdf:type owl:Class ;
                            rdfs:subClassOf :COVID-19Testing ;
                            rdfs:comment "A Nucleic Acid Amplification Test, or NAAT, is a type of viral diagnostic test for SARS-CoV-2, the virus that causes COVID-19. NAATs detect genetic material (nucleic acids).  NAATs for SARS-CoV-2 specifically identify the RNA (ribonucleic acid) sequences that comprise the genetic material of the virus. (Source: https://www.cdc.gov/coronavirus/2019-ncov/lab/naats.html)"@en ,
                                         "A nucleic acid test, often called a \"NAT\", (or nucleic acid amplification test - \"NAAT\") is a molecular technique used to detect a virus or a bacterium. (Source: https://www.wikidoc.org/index.php/Nucleic_acid_test)"@en ,
                                         "Tests for SARS-CoV-2 tell you if you have an infection at the time of the test. This type of test is called a “viral” test because it looks for viral infection. (source: https://www.cdc.gov/coronavirus/2019-ncov/symptoms-testing/testing.html)"@en ,
                                         "https://www.ncbi.nlm.nih.gov/mesh/2052218"@en ;
                            rdfs:label "COVID-19 nucleic acid testing"@en ;
                            <http://www.w3.org/2004/02/skos/core#altLabel> "Nucleic Acid Amplification Test (NAAT)"@en .


###  https://w3id.org/codo#COVID-19SerologicalTesting
:COVID-19SerologicalTesting rdf:type owl:Class ;
                            rdfs:subClassOf :COVID-19Testing ;
                            rdfs:comment "COVID-19 serology test or Antibody tests is a test that diagonise if you have had a past infection with the virus that causes COVID-19. Your body creates antibodies after getting infected with SARS-CoV-2 or after getting vaccinated against COVID-19. These tests are called “antibody” or “serology” tests."@en ,
                                         "https://www.ncbi.nlm.nih.gov/mesh/2052219"@en ;
                            rdfs:label "COVID-19 serological testing"@en ;
                            <http://www.w3.org/2004/02/skos/core#altLabel> "COVID-19 Antibody Test"@en .


###  https://w3id.org/codo#COVID-19SymtomClassificationByWHO
:COVID-19SymtomClassificationByWHO rdf:type owl:Class ;
                                   rdfs:subClassOf <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                                   rdfs:label "COVID-19 symtom classification by WHO"@en .


###  https://w3id.org/codo#COVID-19Testing
:COVID-19Testing rdf:type owl:Class ;
                 rdfs:subClassOf :ClinicalLaboratoryTechniques ;
                 rdfs:comment """COVID-19 (coronavirus disease 2019) is an illness caused by a virus. This virus is a new coronavirus that has spread throughout the world. It is called SARS-CoV-2. There are two types of tests for this virus: (1) 
A viral test tells you if you have a current infection; (2) An antibody (serology) test might tell you if you had a past infection. 

Centers for Disease Control and Prevention

(MEDLINEPLUS)"""@en ,
                              "Diagnosis of COVID-19 by assaying bodily fluids or tissues for the presence of COVID-19 antibodies, SARS-COV-2 antigens or the VIRAL RNA of SARS-COV-2. (MSH)"@en ,
                              "https://www.ncbi.nlm.nih.gov/mesh/2052196"@en ;
                 rdfs:label "COVID-19 testing"@en .


###  https://w3id.org/codo#COVID-19TestingFacility
:COVID-19TestingFacility rdf:type owl:Class ;
                         rdfs:subClassOf :MedicalClinic ;
                         rdfs:label "COVID-19 testing facility"@en .


###  https://w3id.org/codo#COVID-19Treatment
:COVID-19Treatment rdf:type owl:Class ;
                   rdfs:subClassOf :Treatment ;
                   rdfs:comment "A treatment for the COVID-19 disease."@en ;
                   rdfs:label "COVID-19 treatment"@en .


###  https://w3id.org/codo#COVIDRO_AcidReducer
:COVIDRO_AcidReducer rdf:type owl:Class ;
                     rdfs:subClassOf :COVIDRO_Medication ;
                     rdfs:comment """medication or acid-reducing drug, refers to a type of medication that helps decrease the production of stomach acid or neutralize existing acid in the stomach. Acid reducers are commonly used to treat conditions such as gastroesophageal reflux disease (GERD), peptic ulcers, and acid-related indigestion.

Source:
Mayo Clinic. (2021). Acid Reflux (GER & GERD) in Adults. Retrieved from: https://www.mayoclinic.org/diseases-conditions/gerd/diagnosis-treatment/drc-20361959

Acid reducers work by either blocking the production of acid in the stomach or by directly neutralizing the acid. Common types of acid reducers include proton pump inhibitors (PPIs) and histamine-2 receptor blockers (H2 blockers). PPIs inhibit the enzyme responsible for acid production, while H2 blockers reduce acid production by blocking certain receptors in the stomach.

These medications are available both over-the-counter (OTC) and by prescription, depending on the specific drug and dosage. It is important to follow the instructions provided by healthcare professionals or the product label and consult a healthcare provider if symptoms persist or worsen."""@en ;
                     rdfs:label "Acid reducer"@en ;
                     <http://www.w3.org/2004/02/skos/core#altLabel> "Antacid"@en .


###  https://w3id.org/codo#COVIDRO_AdverseEffect
:COVIDRO_AdverseEffect rdf:type owl:Class ;
                       rdfs:comment """Adverse effect refers to an undesirable or harmful outcome that occurs as a result of medical treatment, intervention, medication, or exposure to a substance. Adverse effects can range from mild discomfort or inconvenience to severe complications or harm. These effects can include side effects, allergic reactions, complications, or unintended consequences.

Sources:

U.S. Food and Drug Administration (FDA): Understanding Unapproved Use of Approved Drugs \"Off Label\"
World Health Organization (WHO): Safety Monitoring of Medicinal Products
National Institutes of Health (NIH): MedlinePlus - Drug Reactions"""@en ;
                       rdfs:label "Adverse effect"@en .


###  https://w3id.org/codo#COVIDRO_AgeBetween18To64
:COVIDRO_AgeBetween18To64 rdf:type owl:Class ;
                          owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                     [ rdf:type owl:Restriction ;
                                                                       owl:onProperty :age ;
                                                                       owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                            owl:onDatatype xsd:decimal ;
                                                                                            owl:withRestrictions ( [ xsd:minInclusive 18
                                                                                                                   ]
                                                                                                                   [ xsd:maxExclusive 65
                                                                                                                   ]
                                                                                                                 )
                                                                                          ]
                                                                     ]
                                                                   ) ;
                                                rdf:type owl:Class
                                              ] ;
                          rdfs:subClassOf :AgeFactor ;
                          rdfs:comment "AgeBetween18To64 refers to individuals whose age falls within the range of 18 to 64 years. It represents an age group commonly used in demographic categorization, research studies, and various contexts that require age-based criteria."@en ;
                          rdfs:label "Age between 18 to 64"@en ;
                          <http://www.w3.org/2004/02/skos/core#altLabel> "Adult"@en .


###  https://w3id.org/codo#COVIDRO_AllergyMedication
:COVIDRO_AllergyMedication rdf:type owl:Class ;
                           rdfs:subClassOf :COVIDRO_Medication ;
                           rdfs:comment """Allergy medication refers to medications that are specifically designed to alleviate the symptoms associated with allergies. These medications aim to reduce or block the body's immune response to allergens, thus providing relief from symptoms such as sneezing, itching, runny nose, congestion, and watery eyes.

There are several types of allergy medications available, including:

Antihistamines: Antihistamines work by blocking the effects of histamine, a chemical released by the body during an allergic reaction. They help reduce itching, sneezing, and runny nose. Antihistamines can be classified as first-generation (e.g., diphenhydramine) or second-generation (e.g., cetirizine, loratadine) based on their sedative effects.

Decongestants: Decongestants help relieve nasal congestion by narrowing blood vessels in the nasal passages. They can be found in both oral and nasal spray forms. However, nasal spray decongestants should be used for a limited duration to avoid rebound congestion.

Nasal Corticosteroids: Nasal corticosteroids are available as nasal sprays and work by reducing inflammation in the nasal passages. They provide long-term relief from nasal congestion, runny nose, and sneezing.

Mast Cell Stabilizers: Mast cell stabilizers, available as nasal sprays or eye drops, prevent the release of histamine and other inflammatory substances. They are used to prevent allergic reactions and provide relief from symptoms.

Combination Medications: Some allergy medications combine antihistamines with decongestants to provide both symptom relief and nasal congestion relief.

It's important to note that the choice of allergy medication depends on the specific symptoms, the individual's age, medical history, and the guidance of a healthcare professional. It's recommended to consult with a healthcare provider or allergist for proper diagnosis and treatment of allergies.

Sources:

American Academy of Allergy, Asthma & Immunology (AAAAI). Allergy Medications Guide. Retrieved from: https://www.aaaai.org/conditions-and-treatments/allergies/allergy-medications
Mayo Clinic. Allergy medications: Know your options. Retrieved from: https://www.mayoclinic.org/diseases-conditions/allergies/in-depth/allergy-medications/art-20047403"""@en ;
                           rdfs:label "Allergy medication"@en .


###  https://w3id.org/codo#COVIDRO_Anti-Infective
:COVIDRO_Anti-Infective rdf:type owl:Class ;
                        rdfs:subClassOf :COVIDRO_Medication ;
                        rdfs:comment """Anti-infectives, also known as antimicrobial agents or antibiotics, are medications used to treat infections caused by bacteria, viruses, fungi, or parasites. These medications work by inhibiting the growth or killing the microorganisms responsible for the infection. Anti-infectives are a vital tool in healthcare for combating infectious diseases and preventing their spread.

There are different classes of anti-infective medications, including:

Antibiotics: Antibiotics are primarily used to treat bacterial infections. They can target and kill bacteria or inhibit their growth. Examples include penicillins, cephalosporins, macrolides, tetracyclines, and fluoroquinolones.

Antivirals: Antiviral medications are used to treat viral infections by targeting specific steps in the viral replication cycle. They can help reduce the severity and duration of viral illnesses such as influenza, herpes, HIV, and hepatitis.

Antifungals: Antifungal medications are used to treat fungal infections, such as candidiasis (yeast infections) or dermatophytosis (ringworm). They can be used topically or systemically, depending on the severity and location of the infection.

Antiparasitic agents: Antiparasitic medications are used to treat infections caused by parasites, such as malaria, helminth infections, or protozoal infections. These medications can kill or inhibit the growth of parasites.

It's important to note that the choice of anti-infective medication depends on the type of infection, the causative microorganism, its susceptibility, and other patient-specific factors. It's crucial to use these medications appropriately, following the prescribed dosage and duration, to ensure effective treatment and minimize the risk of antibiotic resistance.

Sources:

World Health Organization (WHO). Antimicrobial Resistance. Retrieved from: https://www.who.int/health-topics/antimicrobial-resistance
Mayo Clinic. Antibiotics: Uses and resistance. Retrieved from: https://www.mayoclinic.org/healthy-lifestyle/consumer-health/in-depth/antibiotics/art-20045720"""@en ;
                        rdfs:label "Anti-Infective"@en .


###  https://w3id.org/codo#COVIDRO_Anti-SARS-CoV-2AntiviralDrug
:COVIDRO_Anti-SARS-CoV-2AntiviralDrug rdf:type owl:Class ;
                                      rdfs:subClassOf :COVIDRO_COVID-19Therapeutics ;
                                      rdfs:comment "Antiviral drugs, such as remdesivir, are designed to directly target the replication and spread of the SARS-CoV-2 virus within the body." ;
                                      rdfs:label "Anti-SARS-CoV-2 antiviral drug"@en .


###  https://w3id.org/codo#COVIDRO_AntiDiabeticMedication
:COVIDRO_AntiDiabeticMedication rdf:type owl:Class ;
                                rdfs:subClassOf :COVIDRO_Medication ;
                                rdfs:comment """Anti-diabetic medications are a group of medications used to manage and treat diabetes, a chronic metabolic disorder characterized by high blood glucose levels. These medications aim to regulate blood sugar levels and improve insulin sensitivity, either by increasing insulin production or enhancing its effectiveness in the body.

Source:
American Diabetes Association. (2021). Standards of Medical Care in Diabetes. Diabetes Care, 44(Supplement 1), S111-S124. Retrieved from: https://care.diabetesjournals.org/content/44/Supplement_1/S111"""@en ;
                                rdfs:label "Anti diabetic medication"@en .


###  https://w3id.org/codo#COVIDRO_Antiarrhythmic
:COVIDRO_Antiarrhythmic rdf:type owl:Class ;
                        rdfs:subClassOf :COVIDRO_CardiovascularMedication ;
                        rdfs:comment "Antiarrhythmics are medications used to prevent or control abnormal heart rhythms, helping to maintain a regular heartbeat."@en ;
                        rdfs:label "Antiarrhythmic"@en .


###  https://w3id.org/codo#COVIDRO_Antibiotic
:COVIDRO_Antibiotic rdf:type owl:Class ;
                    rdfs:subClassOf :COVIDRO_Anti-Infective ;
                    rdfs:comment "Antibiotics are a class of drugs used to treat bacterial infections by inhibiting the growth or killing bacteria. They are not effective against viral infections."@en ;
                    rdfs:label "Antibiotic"@en .


###  https://w3id.org/codo#COVIDRO_Anticoagulant
:COVIDRO_Anticoagulant rdf:type owl:Class ;
                       rdfs:subClassOf :COVIDRO_CardiovascularMedication ;
                       rdfs:comment "Anticoagulants are drugs that prevent the formation of blood clots, reducing the risk of thrombosis or embolism."@en ;
                       rdfs:label "Anticoagulant"@en .


###  https://w3id.org/codo#COVIDRO_Anticonvulsant
:COVIDRO_Anticonvulsant rdf:type owl:Class ;
                        rdfs:subClassOf :COVIDRO_Medication ;
                        rdfs:comment """Anticonvulsants, also known as antiepileptic drugs (AEDs), are medications used to treat and prevent seizures or convulsions. They are commonly prescribed for individuals with epilepsy or other seizure disorders. Anticonvulsants work by stabilizing electrical activity in the brain, preventing abnormal firing of neurons that can lead to seizures.

Source:
Mayo Clinic. (2021). Anticonvulsants. Retrieved from: https://www.mayoclinic.org/diseases-conditions/epilepsy/in-depth/antiseizure-medications/art-20045022

Anticonvulsants can be used to control various types of seizures, including generalized seizures (affecting both sides of the brain) and focal seizures (originating in a specific area of the brain). These medications may also have mood-stabilizing effects and are sometimes used to manage other conditions such as bipolar disorder and neuropathic pain.

The choice of anticonvulsant medication depends on factors such as the type of seizures, the individual's age, overall health, and any potential drug interactions. It is important for individuals taking anticonvulsants to adhere to the prescribed dosage, as abrupt changes in medication or dosing can trigger seizures."""@en ;
                        rdfs:label "Anticonvulsant"@en .


###  https://w3id.org/codo#COVIDRO_Antidepressant
:COVIDRO_Antidepressant rdf:type owl:Class ;
                        rdfs:subClassOf :COVIDRO_NeuropsychiatricMedication ;
                        rdfs:comment "An antidepressant is a medication used to treat depression and related mood disorders. It works by balancing neurotransmitters in the brain, such as serotonin, norepinephrine, and dopamine, which are thought to play a role in regulating mood and emotions. Antidepressants are commonly prescribed to improve mood, alleviate symptoms of depression, and promote a sense of well-being. They are available in various classes, including selective serotonin reuptake inhibitors (SSRIs), serotonin-norepinephrine reuptake inhibitors (SNRIs), tricyclic antidepressants (TCAs), and others."@en ;
                        rdfs:label "Antidepressant"@en .


###  https://w3id.org/codo#COVIDRO_Antifungal
:COVIDRO_Antifungal rdf:type owl:Class ;
                    rdfs:subClassOf :COVIDRO_Anti-Infective ;
                    rdfs:comment "Antifungals are drugs that are effective in treating fungal infections, preventing the growth and spread of fungi."@en ;
                    rdfs:label "Antifungal"@en .


###  https://w3id.org/codo#COVIDRO_Antihypertensive
:COVIDRO_Antihypertensive rdf:type owl:Class ;
                          rdfs:subClassOf :COVIDRO_CardiovascularMedication ;
                          rdfs:comment "Antihypertensives are drugs used to lower high blood pressure and manage hypertension, reducing the risk of related complications."@en ;
                          rdfs:label "Antihypertensive"@en .


###  https://w3id.org/codo#COVIDRO_Antiparasitic
:COVIDRO_Antiparasitic rdf:type owl:Class ;
                       rdfs:subClassOf :COVIDRO_Anti-Infective ;
                       rdfs:comment "Antiparasitics are medications used to treat parasitic infections by eliminating or controlling parasites in the body."@en ;
                       rdfs:label "Antiparasitic"@en .


###  https://w3id.org/codo#COVIDRO_Antipsychotic
:COVIDRO_Antipsychotic rdf:type owl:Class ;
                       rdfs:subClassOf :COVIDRO_NeuropsychiatricMedication ;
                       rdfs:comment "An antipsychotic, also known as a neuroleptic, is a medication primarily used to manage psychosis and psychotic disorders, including schizophrenia and bipolar disorder. Antipsychotics help reduce the intensity of delusions, hallucinations, disorganized thoughts, and other symptoms associated with these conditions. They work by blocking dopamine receptors in the brain, which helps stabilize brain activity and mitigate symptoms. Antipsychotics are classified into first-generation (typical) and second-generation (atypical) based on their specific mechanism of action."@en ;
                       rdfs:label "Antipsychotic"@en .


###  https://w3id.org/codo#COVIDRO_Antiviral
:COVIDRO_Antiviral rdf:type owl:Class ;
                   rdfs:subClassOf :COVIDRO_Anti-Infective ;
                   rdfs:comment "Antivirals are medications used to inhibit the replication and spread of viruses in the body, helping to treat viral infections."@en ;
                   rdfs:label "Antiviral"@en .


###  https://w3id.org/codo#COVIDRO_Anxiolytic
:COVIDRO_Anxiolytic rdf:type owl:Class ;
                    rdfs:subClassOf :COVIDRO_NeuropsychiatricMedication ;
                    rdfs:comment "An anxiolytic is a medication prescribed to alleviate anxiety and anxiety-related disorders. Also known as anti-anxiety drugs, anxiolytics work by modulating the activity of neurotransmitters in the brain, such as gamma-aminobutyric acid (GABA), to produce a calming effect and reduce excessive worry or fear. These medications are commonly used to manage generalized anxiety disorder (GAD), panic disorder, social anxiety disorder, and specific phobias."@en ;
                    rdfs:label "Anxiolytic"@en .


###  https://w3id.org/codo#COVIDRO_Bronchodilator
:COVIDRO_Bronchodilator rdf:type owl:Class ;
                        rdfs:subClassOf :COVIDRO_RespiratoryMedication ;
                        rdfs:comment "Bronchodilators are medications that relax and widen the airways in the lungs, making it easier to breathe."@en ;
                        rdfs:label "Bronchodilator"@en .


###  https://w3id.org/codo#COVIDRO_CGRPAntagonist
:COVIDRO_CGRPAntagonist rdf:type owl:Class ;
                        rdfs:subClassOf :COVIDRO_MigraineReducer ;
                        rdfs:comment "CGRP (Calcitonin Gene-Related Peptide) antagonists are a novel class of medications used to prevent migraines. They work by blocking the activity of CGRP, a neuropeptide believed to play a role in the development of migraines. By inhibiting CGRP, these drugs help reduce the frequency and severity of migraines in individuals prone to recurrent attacks."@en ;
                        rdfs:label "CGRP antagonist"@en .


###  https://w3id.org/codo#COVIDRO_COVID-19ConvalescentPlasma
:COVIDRO_COVID-19ConvalescentPlasma rdf:type owl:Class ;
                                    rdfs:subClassOf :COVIDRO_COVID-19Therapeutics ;
                                    rdfs:comment """COVID-19 convalescent plasma refers to a potential treatment option for COVID-19 that involves using plasma obtained from individuals who have recovered from the disease. Convalescent plasma contains antibodies that the recovered individuals developed in response to the SARS-CoV-2 virus.

Source:
U.S. Food and Drug Administration (FDA). (2021). Recommendations for Investigational COVID-19 Convalescent Plasma. Retrieved from: https://www.fda.gov/vaccines-blood-biologics/investigational-new-drug-ind-or-device-exemption-ide-process-cber/recommendations-investigational-covid-19-convalescent-plasma""" ;
                                    rdfs:label "COVID-19 convalescent plasma"@en .


###  https://w3id.org/codo#COVIDRO_COVID-19Therapeutics
:COVIDRO_COVID-19Therapeutics rdf:type owl:Class ;
                              rdfs:subClassOf :COVIDRO_Medication ;
                              rdfs:comment """COVID-19 therapeutics refer to the medications and treatments used in the management and treatment of COVID-19, the respiratory illness caused by the novel coronavirus (SARS-CoV-2). These therapeutics aim to alleviate symptoms, reduce the severity of the disease, prevent complications, and improve patient outcomes.

Source:
World Health Organization (WHO). (2021). Therapeutics and COVID-19: living guideline. Retrieved from: https://www.who.int/publications/i/item/WHO-2019-nCoV-therapeutics-2022.1""" ;
                              rdfs:label "COVID-19 therapeutics"@en .


###  https://w3id.org/codo#COVIDRO_COVID-19TherapeuticsDDI
:COVIDRO_COVID-19TherapeuticsDDI rdf:type owl:Class ;
                                 rdfs:subClassOf :COVIDRO_DDI ;
                                 rdfs:comment "Alteration of the disposition and/or effect of a COVID-19 therapeutic A, owing to the presence of another COVID-19 therapeutic B."@en ;
                                 rdfs:label "COVID-19 therapeutics DDI"@en ;
                                 <http://www.w3.org/2004/02/skos/core#altLabel> "COVID-19 therapeutics Drug-drug interaction"@en .


###  https://w3id.org/codo#COVIDRO_CalcineurinInhibitor
:COVIDRO_CalcineurinInhibitor rdf:type owl:Class ;
                              rdfs:subClassOf :COVIDRO_Immunosuppressant ;
                              rdfs:comment "Calcineurin inhibitors are a group of immunosuppressant medications used to prevent organ rejection in transplant recipients. They work by inhibiting calcineurin, an enzyme that activates immune cells responsible for transplant rejection. By suppressing the immune response, calcineurin inhibitors help prevent the body from attacking and rejecting the transplanted organ."@en ;
                              rdfs:label "Calcineurin inhibitor"@en .


###  https://w3id.org/codo#COVIDRO_CardiovascularMedication
:COVIDRO_CardiovascularMedication rdf:type owl:Class ;
                                  rdfs:subClassOf :COVIDRO_Medication ;
                                  rdfs:comment """Cardiovascular medications are a group of medications used to manage and treat various cardiovascular conditions and diseases. These medications aim to improve heart function, regulate blood pressure, control lipid levels, prevent blood clot formation, and manage other cardiovascular-related conditions.

Source:
American Heart Association. (2021). Medications Used to Treat Heart Disease. Retrieved from: https://www.heart.org/en/health-topics/heart-attack/treatment-of-a-heart-attack/medications-used-to-treat-heart-disease"""@en ;
                                  rdfs:label "Cardiovascular medication"@en .


###  https://w3id.org/codo#COVIDRO_CardiovascularSystemDisease
:COVIDRO_CardiovascularSystemDisease rdf:type owl:Class ;
                                     rdfs:subClassOf :Disease ;
                                     rdfs:comment "Cardiovascular system diseases, also known as heart diseases, refer to a group of conditions that affect the heart and blood vessels. These can include conditions like coronary artery disease, heart failure, arrhythmias, valvular diseases, and congenital heart defects." ;
                                     rdfs:label "Cardiovascular system disease"@en .


###  https://w3id.org/codo#COVIDRO_CerebrovascularDisease
:COVIDRO_CerebrovascularDisease rdf:type owl:Class ;
                                rdfs:subClassOf :Disease ;
                                rdfs:comment "Cerebrovascular disease refers to a group of conditions that affect the blood vessels supplying the brain. These conditions can include stroke, transient ischemic attack (TIA), and other disorders that disrupt blood flow to the brain, leading to neurological deficits." ;
                                rdfs:label "Cerebrovascular disease"@en .


###  https://w3id.org/codo#COVIDRO_CholesterolAbsorptionInhibitor
:COVIDRO_CholesterolAbsorptionInhibitor rdf:type owl:Class ;
                                        rdfs:subClassOf :COVIDRO_Lipid-Modifier ;
                                        rdfs:comment "Cholesterol absorption inhibitors are medications that reduce the absorption of cholesterol from the diet, lowering cholesterol levels."@en ;
                                        rdfs:label "Cholesterol absorption inhibitor"@en .


###  https://w3id.org/codo#COVIDRO_DDI
:COVIDRO_DDI rdf:type owl:Class ;
             rdfs:subClassOf :COVIDRO_DrugInteraction ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :COVIDRO_hasConcommitant ;
                               owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ;
                               owl:onClass :COVIDRO_PharmaceuticalPreparation
                             ] ;
             rdfs:comment "Alteration of the disposition and/or effect of a drug A, owing to the presence of another drug B."@en ;
             rdfs:label "DDI"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Drug-drug interaction"@en .


###  https://w3id.org/codo#COVIDRO_Disability
:COVIDRO_Disability rdf:type owl:Class ;
                    rdfs:subClassOf :PathologicalState ;
                    rdfs:comment "Disability refers to a physical, cognitive, sensory, or mental impairment that substantially limits one or more major life activities of an individual. Disabilities can affect mobility, communication, cognition, and other aspects of a person's life, requiring accommodations and support to facilitate equal participation in society." ;
                    rdfs:label "Disability"@en .


###  https://w3id.org/codo#COVIDRO_DrugInteraction
:COVIDRO_DrugInteraction rdf:type owl:Class ;
                         rdfs:comment """Drug interaction refers to the alteration or modification of the effects of a drug when it is taken in combination with another drug, food, beverage, or substance. It can result in changes in the pharmacokinetics (absorption, distribution, metabolism, and excretion) or pharmacodynamics (interaction at the target site) of the drugs involved, leading to potential therapeutic or adverse effects.

Source:
U.S. Food and Drug Administration (FDA): Drug Interactions: What You Should Know"""@en ,
                                      "Alteration of the disposition and/or effect of a drug, owing to the presence of another factor such as a second drug, or food." ;
                         rdfs:label "Drug interaction"@en .


###  https://w3id.org/codo#COVIDRO_EndothelinReceptorAntagonist
:COVIDRO_EndothelinReceptorAntagonist rdf:type owl:Class ;
                                      rdfs:subClassOf :COVIDRO_PulmonaryHypertensionMedication ;
                                      rdfs:comment "Endothelin receptor antagonists are medications that block the action of endothelin, used to treat pulmonary arterial hypertension."@en ;
                                      rdfs:label "Endothelin receptor antagonist"@en .


###  https://w3id.org/codo#COVIDRO_GreaterThan64
:COVIDRO_GreaterThan64 rdf:type owl:Class ;
                       owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty :age ;
                                                                    owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                         owl:onDatatype xsd:decimal ;
                                                                                         owl:withRestrictions ( [ xsd:minInclusive 65
                                                                                                                ]
                                                                                                              )
                                                                                       ]
                                                                  ]
                                                                ) ;
                                             rdf:type owl:Class
                                           ] ;
                       rdfs:subClassOf :AgeFactor ;
                       rdfs:comment "GreaterThan64 refers to individuals whose age is greater than 64 years. It represents an age group that includes individuals who are 65 years old or older. This age cutoff is commonly used in demographic categorization, healthcare guidelines, and various contexts where age-based criteria are relevant."@en ;
                       rdfs:label "greater than 64"@en ;
                       <http://www.w3.org/2004/02/skos/core#altLabel> "OlderAdult"@en .


###  https://w3id.org/codo#COVIDRO_HighExposureRiskOccupation
:COVIDRO_HighExposureRiskOccupation rdf:type owl:Class ;
                                    rdfs:subClassOf <https://schema.org/Occupation> ;
                                    rdfs:comment """High exposure risk occupations are those in which workers are at an increased risk of exposure to infectious diseases, including respiratory illnesses like COVID-19. These occupations involve close contact with the public, working in crowded environments, or providing healthcare or other essential services. Examples of high exposure risk occupations include:

Healthcare Workers: Doctors, nurses, paramedics, and other healthcare personnel who directly care for patients in healthcare settings.
First Responders: Emergency medical technicians (EMTs), paramedics, firefighters, and police officers who provide immediate emergency assistance.
Public Transportation Workers: Bus drivers, subway/train operators, and other transportation employees who interact closely with the public.
Essential Retail Workers: Grocery store employees, pharmacy staff, and workers in retail settings providing essential goods and services.
Personal Care Workers: Home health aides, nursing home staff, and caregivers who assist individuals with personal care and daily activities.
Food Service Workers: Restaurant staff, food delivery personnel, and workers in food processing facilities.""" ;
                                    rdfs:label "High exposure risk occupation" .


###  https://w3id.org/codo#COVIDRO_HighRiskPatient
:COVIDRO_HighRiskPatient rdf:type owl:Class ;
                         owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                    [ rdf:type owl:Class ;
                                                                      owl:unionOf ( [ rdf:type owl:Class ;
                                                                                      owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                      owl:onProperty :COVIDRO_hasUnderlyingHealthCondition ;
                                                                                                      owl:hasValue :COVIDRO_Pregnant
                                                                                                    ]
                                                                                                    [ rdf:type owl:Restriction ;
                                                                                                      owl:onProperty :COVIDRO_isPregnant ;
                                                                                                      owl:hasValue "true"^^xsd:boolean
                                                                                                    ]
                                                                                                  )
                                                                                    ]
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty <http://schema.org/hasOccupation> ;
                                                                                      owl:someValuesFrom :COVIDRO_HighExposureRiskOccupation
                                                                                    ]
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :COVIDRO_hasImmunocompromisedState ;
                                                                                      owl:someValuesFrom :COVIDRO_ImmunocompromisedState
                                                                                    ]
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :COVIDRO_hasUnderlyingHealthCondition ;
                                                                                      owl:someValuesFrom :COVIDRO_UnderlyingHealthCondition
                                                                                    ]
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :COVIDRO_hasSocialHistory ;
                                                                                      owl:hasValue :COVIDRO_Alcohol
                                                                                    ]
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :COVIDRO_hasSocialHistory ;
                                                                                      owl:hasValue :COVIDRO_PhysicalInactivity
                                                                                    ]
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :COVIDRO_hasSocialHistory ;
                                                                                      owl:hasValue :COVIDRO_Smoking
                                                                                    ]
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :age ;
                                                                                      owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                           owl:onDatatype xsd:decimal ;
                                                                                                           owl:withRestrictions ( [ xsd:minInclusive 65
                                                                                                                                  ]
                                                                                                                                )
                                                                                                         ]
                                                                                    ]
                                                                                  )
                                                                    ]
                                                                  ) ;
                                               rdf:type owl:Class
                                             ] ;
                         rdfs:subClassOf :COVIDRO_PatientRiskLevel ;
                         rdfs:comment """High Risk	- Age 65 or older
- Underlying health conditions (e.g., chronic respiratory diseases, cardiovascular diseases, diabetes, obesity, immunosuppression)
- Immunocompromised state (e.g., organ transplant recipients, individuals undergoing cancer treatment)
- Pregnancy
- Occupation with high exposure risk (e.g., healthcare workers, essential workers in close contact with the public)
- Social history (e.g., alcohol use, smoking habits, inactive etc.)""" ;
                         rdfs:label "High risk patient"@en .


###  https://w3id.org/codo#COVIDRO_ImmuneModulator
:COVIDRO_ImmuneModulator rdf:type owl:Class ;
                         rdfs:subClassOf :COVIDRO_COVID-19Therapeutics ;
                         rdfs:comment "Immune modulators are a category of drugs that help activate, boost, or suppress the immune function. In the case of COVID-19 infection, the immune system can become hyperactive which may result in worsening of disease. Immune modulators can help suppress this hyperinflammation.  "@en ,
                                      "Immune modulators, such as tocilizumab and baricitinib, target specific components of the immune system to regulate the immune response and mitigate the cytokine storm that can occur in severe COVID-19 cases." ;
                         rdfs:label "Immune modulator"@en .


###  https://w3id.org/codo#COVIDRO_ImmunocompromisedState
:COVIDRO_ImmunocompromisedState rdf:type owl:Class ;
                                owl:equivalentClass [ owl:intersectionOf ( :COVIDRO_ImmunocompromisedState
                                                                           [ rdf:type owl:Class ;
                                                                             owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                    owl:onProperty :COVIDRO_isImmunocompromisedStateOf ;
                                                                                                                    owl:someValuesFrom <http://xmlns.com/foaf/0.1/Person>
                                                                                                                  ]
                                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                                    owl:onProperty :COVIDRO_hasUnderlyingHealthCondition ;
                                                                                                                    owl:hasValue :COVIDRO_Cancer
                                                                                                                  ]
                                                                                                                ) ;
                                                                                             rdf:type owl:Class
                                                                                           ]
                                                                                           [ rdf:type owl:Restriction ;
                                                                                             owl:onProperty :COVIDRO_hasUnderlyingHealthCondition ;
                                                                                             owl:someValuesFrom :COVIDRO_OrganTransplant
                                                                                           ]
                                                                                         )
                                                                           ]
                                                                         ) ;
                                                      rdf:type owl:Class
                                                    ] ;
                                rdfs:subClassOf :RiskFactor ;
                                rdfs:comment """Immunocompromised condition or weakened immune system
Some people are immunocompromised or have a weakened immune system because of a medical condition or a treatment for a condition. This includes people who have cancer and are on chemotherapy, or who have had a solid organ transplant, like a kidney transplant or heart transplant, and are taking medication to keep their transplant. Other people have to use certain types of medicines for a long time, like corticosteroids, that weaken their immune system. One example is called primary immunodeficiency. Being immunocompromised can make you more likely to get very sick from COVID-19 or be sick for a longer period of time.""" ;
                                rdfs:label "Immunocompromised state" .


###  https://w3id.org/codo#COVIDRO_Immunosuppressant
:COVIDRO_Immunosuppressant rdf:type owl:Class ;
                           rdfs:subClassOf :COVIDRO_Medication ;
                           rdfs:comment """Immunosuppressants are a group of medications that suppress or reduce the activity of the immune system. They are used to modulate the body's immune response in certain conditions where an overactive or misguided immune system can lead to harmful effects.

Source:
National Institute of Allergy and Infectious Diseases (NIAID). (2021). Immunosuppressants. Retrieved from: https://www.niaid.nih.gov/research/immunosuppressants""" ;
                           rdfs:label "Immunosuppressant"@en .


###  https://w3id.org/codo#COVIDRO_Interferon
:COVIDRO_Interferon rdf:type owl:Class ;
                    rdfs:subClassOf :COVIDRO_COVID-19Therapeutics ;
                    rdfs:comment """Interferons are a group of proteins that play a crucial role in the body's immune response to viral infections, including COVID-19. They are part of the innate immune system and act as signaling molecules to stimulate antiviral defenses.

Source:
World Health Organization (WHO). (2021). Therapeutics and COVID-19: living guideline. Retrieved from: https://www.who.int/publications/i/item/WHO-2019-nCoV-therapeutics-2022.1""" ;
                    rdfs:label "Interferon"@en .


###  https://w3id.org/codo#COVIDRO_LessThan18
:COVIDRO_LessThan18 rdf:type owl:Class ;
                    owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty :age ;
                                                                 owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                      owl:onDatatype xsd:decimal ;
                                                                                      owl:withRestrictions ( [ xsd:maxExclusive 18
                                                                                                             ]
                                                                                                           )
                                                                                    ]
                                                               ]
                                                             ) ;
                                          rdf:type owl:Class
                                        ] ;
                    rdfs:subClassOf :AgeFactor ;
                    rdfs:comment "LessThan18 refers to individuals whose age is less than 18 years. It represents an age group that includes children and adolescents who have not yet reached the age of 18. This age cutoff is commonly used in various contexts such as legal frameworks, education systems, and healthcare guidelines that involve age-based distinctions."@en ;
                    rdfs:label "less than 18"@en ;
                    <http://www.w3.org/2004/02/skos/core#altLabel> "Pediatric"@en .


###  https://w3id.org/codo#COVIDRO_LeukotrieneReceptorAntagonist
:COVIDRO_LeukotrieneReceptorAntagonist rdf:type owl:Class ;
                                       rdfs:subClassOf :COVIDRO_RespiratoryMedication ;
                                       rdfs:comment "Leukotriene receptor antagonists are drugs that block the action of leukotrienes, used to manage asthma and allergies."@en ;
                                       rdfs:label "Leukotriene receptor antagonist"@en .


###  https://w3id.org/codo#COVIDRO_Lipid-Modifier
:COVIDRO_Lipid-Modifier rdf:type owl:Class ;
                        rdfs:subClassOf :COVIDRO_Medication ;
                        rdfs:comment """Lipid-modifiers, also known as lipid-lowering medications or lipid-lowering agents, are a group of medications used to manage and regulate lipid levels in the body. These medications are primarily used to lower cholesterol and triglyceride levels, which are important factors in cardiovascular health.

Source:
American Heart Association. (2021). Cholesterol-Lowering Medications. Retrieved from: https://www.heart.org/en/health-topics/cholesterol/prevention-and-treatment-of-high-cholesterol-hyperlipidemia/cholesterol-medications""" ;
                        rdfs:label "Lipid-Modifier"@en .


###  https://w3id.org/codo#COVIDRO_LowExposureRiskOccupation
:COVIDRO_LowExposureRiskOccupation rdf:type owl:Class ;
                                   rdfs:subClassOf <https://schema.org/Occupation> ;
                                   rdfs:comment """Low exposure risk occupations are those in which workers have minimal contact with the public or coworkers, reducing their risk of exposure to infectious diseases. These occupations may involve remote work or limited interaction with others. Examples of low exposure risk occupations include:

Remote Office Workers: Professionals working from home or in isolated office settings with limited contact with others.
Outdoor Workers: Construction workers, landscapers, and agricultural workers who work in open-air environments with minimal interaction with others.
Manufacturing Workers: Employees in industrial settings where physical distancing and safety protocols can be implemented effectively.
Research Scientists: Researchers working in laboratories or controlled environments with limited exposure to infectious agents.
Delivery Drivers: Couriers or drivers who make contactless deliveries with minimal interaction with customers or coworkers.""" ;
                                   rdfs:label "Low exposure risk occupation" .


###  https://w3id.org/codo#COVIDRO_LowRiskPatient
:COVIDRO_LowRiskPatient rdf:type owl:Class ;
                        owl:equivalentClass [ rdf:type owl:Class ;
                                              owl:unionOf ( [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                   [ rdf:type owl:Restriction ;
                                                                                     owl:onProperty <http://schema.org/hasOccupation> ;
                                                                                     owl:someValuesFrom :COVIDRO_LowExposureRiskOccupation
                                                                                   ]
                                                                                 ) ;
                                                              rdf:type owl:Class
                                                            ]
                                                            [ rdf:type owl:Class ;
                                                              owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty :COVIDRO_hasUnderlyingHealthCondition ;
                                                                                                     owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                                                         owl:complementOf :COVIDRO_UnderlyingHealthCondition
                                                                                                                       ]
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty :age ;
                                                                                                     owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                          owl:onDatatype xsd:decimal ;
                                                                                                                          owl:withRestrictions ( [ xsd:maxExclusive 18
                                                                                                                                                 ]
                                                                                                                                               )
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty :COVIDRO_hasImmunocompromisedState ;
                                                                              owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                                  owl:complementOf :COVIDRO_ImmunocompromisedState
                                                                                                ]
                                                                            ]
                                                                          )
                                                            ]
                                                          )
                                            ] ;
                        rdfs:subClassOf :COVIDRO_PatientRiskLevel ;
                        rdfs:comment """Low Risk	- Age below 18 years
- No underlying health conditions
- No immunocompromised state
- Low exposure risk occupation""" ;
                        rdfs:label "Low risk patient"@en .


###  https://w3id.org/codo#COVIDRO_MedicalTherapy
:COVIDRO_MedicalTherapy rdf:type owl:Class ;
                        rdfs:subClassOf :COVIDRO_TreatmentProcedure ;
                        rdfs:comment "Medical therapy refers to the use of medications, drugs, or other therapeutic agents to prevent, manage, or treat diseases or medical conditions. Medical therapy can involve the administration of drugs through various routes, including oral, intravenous, topical, or inhalation, among others, to achieve desired therapeutic effects." ;
                        rdfs:label "Medical therapy"@en .


###  https://w3id.org/codo#COVIDRO_Medication
:COVIDRO_Medication rdf:type owl:Class ;
                    rdfs:subClassOf :COVIDRO_PharmaceuticalPreparation ;
                    rdfs:comment "Medication refers to a substance or drug that is prescribed or used to prevent, treat, or manage diseases, conditions, or symptoms in humans or animals. Medications are typically formulated in specific pharmaceutical preparations and are administered through various routes such as oral, topical, injection, or inhalation, depending on the medication and its intended use. Medications can be prescribed by healthcare professionals, such as doctors or veterinarians, and are regulated by health authorities to ensure their safety, efficacy, and quality. They play a crucial role in the field of healthcare and are used to alleviate symptoms, control diseases, cure infections, manage chronic conditions, or provide relief from pain or discomfort. It's important to follow the prescribed dosage and instructions for medication use to achieve the desired therapeutic effect and minimize the risk of adverse effects."@en ;
                    rdfs:label "Medication"@en .


###  https://w3id.org/codo#COVIDRO_MentalHealthCondition
:COVIDRO_MentalHealthCondition rdf:type owl:Class ;
                               rdfs:subClassOf :PathologicalState ;
                               rdfs:comment "A mental health condition refers to a broad range of conditions that affect an individual's emotional, psychological, and social well-being. These conditions can include mood disorders (such as depression or bipolar disorder), anxiety disorders, psychotic disorders, eating disorders, and other mental health-related conditions." ;
                               rdfs:label "Mental health condition"@en .


###  https://w3id.org/codo#COVIDRO_MigraineReducer
:COVIDRO_MigraineReducer rdf:type owl:Class ;
                         rdfs:subClassOf :COVIDRO_Medication ;
                         rdfs:comment """Migraine reducers are a class of medications specifically designed to alleviate or reduce the symptoms associated with migraines. Migraines are recurring headaches that can cause intense pulsing or throbbing pain, often accompanied by other symptoms such as nausea, vomiting, and sensitivity to light and sound.

Source:
American Migraine Foundation. (2021). Migraine Treatments. Retrieved from: https://americanmigrainefoundation.org/resource-library/migraine-treatments/"""@en ;
                         rdfs:label "Migraine reducer"@en .


###  https://w3id.org/codo#COVIDRO_ModerateRiskPatient
:COVIDRO_ModerateRiskPatient rdf:type owl:Class ;
                             owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                        [ rdf:type owl:Class ;
                                                                          owl:unionOf ( [ rdf:type owl:Class ;
                                                                                          owl:complementOf [ rdf:type owl:Restriction ;
                                                                                                             owl:onProperty :COVIDRO_hasImmunocompromisedState ;
                                                                                                             owl:someValuesFrom :COVIDRO_ImmunocompromisedState
                                                                                                           ]
                                                                                        ]
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty :COVIDRO_hasUnderlyingHealthCondition ;
                                                                                          owl:someValuesFrom :COVIDRO_UnderlyingHealthCondition
                                                                                        ]
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty :COVIDRO_hasSocialHistory ;
                                                                                          owl:hasValue :COVIDRO_Alcohol
                                                                                        ]
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty :COVIDRO_hasSocialHistory ;
                                                                                          owl:hasValue :COVIDRO_PhysicalInactivity
                                                                                        ]
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty :COVIDRO_hasSocialHistory ;
                                                                                          owl:hasValue :COVIDRO_Smoking
                                                                                        ]
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty :age ;
                                                                                          owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                               owl:onDatatype xsd:decimal ;
                                                                                                               owl:withRestrictions ( [ xsd:minInclusive 18
                                                                                                                                      ]
                                                                                                                                      [ xsd:maxExclusive 65
                                                                                                                                      ]
                                                                                                                                    )
                                                                                                             ]
                                                                                        ]
                                                                                      )
                                                                        ]
                                                                      ) ;
                                                   rdf:type owl:Class
                                                 ] ;
                             rdfs:subClassOf :COVIDRO_PatientRiskLevel ;
                             rdfs:comment """Moderate Risk	- Age between 18 and 64 years
- Some underlying health conditions (e.g., mild respiratory diseases, well-controlled chronic conditions)
- No significant immunocompromised state
- Social history (e.g., alcohol use, smoking habits, inactive etc.)""" ;
                             rdfs:label "Moderate risk patient"@en .


###  https://w3id.org/codo#COVIDRO_NeurologicalCondition
:COVIDRO_NeurologicalCondition rdf:type owl:Class ;
                               rdfs:subClassOf :PathologicalState ;
                               rdfs:comment "A neurological condition refers to a disorder or disease that affects the brain, spinal cord, and nerves. Neurological conditions can include neurodegenerative disorders (such as Alzheimer's disease or Parkinson's disease), epilepsy, multiple sclerosis, stroke, migraines, and other disorders that impact the nervous system." ;
                               rdfs:label "Neurological condition"@en .


###  https://w3id.org/codo#COVIDRO_NeuropsychiatricMedication
:COVIDRO_NeuropsychiatricMedication rdf:type owl:Class ;
                                    rdfs:subClassOf :COVIDRO_Medication ;
                                    rdfs:comment "Neuropsychiatric medications are a group of medications used to treat various mental health conditions that affect brain function and behavior. These medications can help manage symptoms associated with conditions such as depression, anxiety disorders, bipolar disorder, schizophrenia, attention-deficit/hyperactivity disorder (ADHD), and other neuropsychiatric disorders. Examples of neuropsychiatric medications include antidepressants, antipsychotics, mood stabilizers, anxiolytics, and stimulants. The choice of medication depends on the specific condition and individual needs, and it is important to work closely with a healthcare professional to determine the most appropriate medication and dosage for effective management." ;
                                    rdfs:label "Neuropsychiatric medication"@en .


###  https://w3id.org/codo#COVIDRO_NonsteroidalAnti-inflammatoryDrug
:COVIDRO_NonsteroidalAnti-inflammatoryDrug rdf:type owl:Class ;
                                           rdfs:subClassOf :COVIDRO_PainReducer ;
                                           rdfs:comment "NSAIDs are a class of medications that provide pain relief, reduce inflammation, and lower fever, but they are not steroids."@en ;
                                           rdfs:label "Nonsteroidal anti-inflammatory drug"@en ;
                                           <http://www.w3.org/2004/02/skos/core#altLabel> "NSAID"@en .


###  https://w3id.org/codo#COVIDRO_Obesity
:COVIDRO_Obesity rdf:type owl:Class ;
                 owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty :hasVitalSign ;
                                                              owl:someValuesFrom [ owl:intersectionOf ( :VitalSign
                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                          owl:onProperty :COVIDRO_BMI ;
                                                                                                          owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                               owl:onDatatype xsd:integer ;
                                                                                                                               owl:withRestrictions ( [ xsd:minInclusive 30
                                                                                                                                                      ]
                                                                                                                                                      [ xsd:maxExclusive 40
                                                                                                                                                      ]
                                                                                                                                                    )
                                                                                                                             ]
                                                                                                        ]
                                                                                                      ) ;
                                                                                   rdf:type owl:Class
                                                                                 ]
                                                            ]
                                                          ) ;
                                       rdf:type owl:Class
                                     ] ;
                 rdfs:subClassOf :COVIDRO_UnderlyingHealthCondition .


###  https://w3id.org/codo#COVIDRO_Opioid
:COVIDRO_Opioid rdf:type owl:Class ;
                rdfs:subClassOf :COVIDRO_PainReducer ;
                rdfs:comment "Opioids are drugs used to relieve severe pain by interacting with opioid receptors in the body's nervous system."@en ;
                rdfs:label "Opioid"@en .


###  https://w3id.org/codo#COVIDRO_OrganTransplant
:COVIDRO_OrganTransplant rdf:type owl:Class ;
                         rdfs:subClassOf :COVIDRO_UnderlyingHealthCondition ;
                         rdfs:comment "Organ transplant is a surgical procedure where a healthy organ or tissue from a donor is surgically implanted into a recipient's body to replace a diseased or non-functioning organ. Organ transplantation is performed to improve the recipient's quality of life and increase their chances of survival." ;
                         rdfs:label "Organ transplant"@en .


###  https://w3id.org/codo#COVIDRO_Overweight
:COVIDRO_Overweight rdf:type owl:Class ;
                    owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty :hasVitalSign ;
                                                                 owl:someValuesFrom [ owl:intersectionOf ( :VitalSign
                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                             owl:onProperty :COVIDRO_BMI ;
                                                                                                             owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                  owl:onDatatype xsd:integer ;
                                                                                                                                  owl:withRestrictions ( [ xsd:minInclusive 25
                                                                                                                                                         ]
                                                                                                                                                         [ xsd:maxExclusive 30
                                                                                                                                                         ]
                                                                                                                                                       )
                                                                                                                                ]
                                                                                                           ]
                                                                                                         ) ;
                                                                                      rdf:type owl:Class
                                                                                    ]
                                                               ]
                                                             ) ;
                                          rdf:type owl:Class
                                        ] ;
                    rdfs:subClassOf :COVIDRO_UnderlyingHealthCondition ;
                    rdfs:comment "Overweight (defined as a body mass index (BMI) is 25 kg/m2 or higher, but under 30 kg/m2), obesity (BMI is 30 kg/m2 or higher, but under 40 kg/m2), or severe obesity (BMI is 40 kg/m2 or higher), can make you more likely to get very sick from COVID-19. The risk of severe illness from COVID-19 increases sharply with higher BMI." ;
                    rdfs:label "Overweight"@en .


###  https://w3id.org/codo#COVIDRO_PainReducer
:COVIDRO_PainReducer rdf:type owl:Class ;
                     rdfs:subClassOf :COVIDRO_Medication ;
                     rdfs:comment "Pain reducers, also known as analgesics, are medications used to alleviate or reduce pain sensations. They can be classified into different categories, including nonsteroidal anti-inflammatory drugs (NSAIDs), opioids, and adjuvant analgesics. NSAIDs, such as ibuprofen or naproxen, work by reducing inflammation and relieving pain. Opioids, such as codeine or morphine, act on the central nervous system to block pain signals. Adjuvant analgesics, such as certain antidepressants or anticonvulsants, may be prescribed alongside other pain relievers to enhance their effects. The choice of pain reducer depends on the type and severity of pain, as well as individual factors such as medical history and potential interactions with other medications." ;
                     rdfs:label "Pain reducer"@en .


###  https://w3id.org/codo#COVIDRO_PastMedicalHistory
:COVIDRO_PastMedicalHistory rdf:type owl:Class ;
                            rdfs:subClassOf :ObservationalFinding ;
                            rdfs:label "Past medical history"@en .


###  https://w3id.org/codo#COVIDRO_PatientRiskLevel
:COVIDRO_PatientRiskLevel rdf:type owl:Class ;
                          rdfs:subClassOf <https://schema.org/Patient> ;
                          rdfs:comment "PatientRiskLevel refers to the categorization or classification of a patient based on their level of risk for a particular condition or situation. The risk level is determined by evaluating various factors such as age, underlying health conditions, immunocompromised state, occupation, and social determinants of health. The patient's risk level helps inform healthcare decisions and interventions to ensure appropriate care and management based on their specific risk profile."@en ;
                          rdfs:label "Patient risk level"@en .


###  https://w3id.org/codo#COVIDRO_PharmaceuticalPreparation
:COVIDRO_PharmaceuticalPreparation rdf:type owl:Class ;
                                   rdfs:comment "PharmaceuticalPreparation refers to a product or formulation created by pharmaceutical companies for medicinal use. It includes a wide range of medications, drugs, vaccines, and other healthcare products that are specifically developed, manufactured, and packaged for administration to patients for the prevention, treatment, or management of diseases, conditions, or symptoms. Pharmaceutical preparations undergo rigorous testing, quality control, and regulatory processes to ensure their safety, efficacy, and proper usage. They can be available in various forms such as tablets, capsules, injections, topical creams, inhalers, and more."@en ;
                                   rdfs:label "Pharmaceutical preparation"@en .


###  https://w3id.org/codo#COVIDRO_PresentMedicalHistory
:COVIDRO_PresentMedicalHistory rdf:type owl:Class ;
                               rdfs:subClassOf :ObservationalFinding ;
                               rdfs:label "Present medical history"@en .


###  https://w3id.org/codo#COVIDRO_ProstacyclinAnalogue
:COVIDRO_ProstacyclinAnalogue rdf:type owl:Class ;
                              rdfs:subClassOf :COVIDRO_PulmonaryHypertensionMedication ;
                              rdfs:comment "Prostacyclin analogues are drugs that mimic the action of prostacyclin, a natural substance that dilates blood vessels and prevents clot formation."@en ;
                              rdfs:label "Prostacyclin analogue"@en .


###  https://w3id.org/codo#COVIDRO_PulmonaryHypertensionMedication
:COVIDRO_PulmonaryHypertensionMedication rdf:type owl:Class ;
                                         rdfs:subClassOf :COVIDRO_Medication ;
                                         rdfs:comment "Pulmonary hypertension medications are used to manage and treat pulmonary hypertension, a condition characterized by high blood pressure in the arteries of the lungs. These medications aim to improve blood flow in the pulmonary arteries, reduce symptoms, and slow down the progression of the disease. Some examples of pulmonary hypertension medications include calcium channel blockers, endothelin receptor antagonists, phosphodiesterase-5 inhibitors, and prostacyclin analogs. The choice of medication depends on the specific type and severity of pulmonary hypertension, as well as individual patient factors, and requires close monitoring and management by a healthcare professional specializing in pulmonary hypertension." ;
                                         rdfs:label "Pulmonary hypertension medication"@en .


###  https://w3id.org/codo#COVIDRO_RecommendedTherapeutics
:COVIDRO_RecommendedTherapeutics rdf:type owl:Class ;
                                 rdfs:comment "Recommended therapeutics for specific medical conditions can vary based on various factors, including the individual's medical history, severity of the condition, and response to treatment." ;
                                 rdfs:label "Recommended therapeutics" .


###  https://w3id.org/codo#COVIDRO_RecommendedTherapeuticsAnakinra
:COVIDRO_RecommendedTherapeuticsAnakinra rdf:type owl:Class ;
                                         owl:equivalentClass [ rdf:type owl:Class ;
                                                               owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                      owl:unionOf ( :COVIDRO_AgeBetween18To64
                                                                                                                    :COVIDRO_GreaterThan64
                                                                                                                    :COVIDRO_HighRiskPatient
                                                                                                                  )
                                                                                                    ]
                                                                                                    [ rdf:type owl:Restriction ;
                                                                                                      owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                      owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                                                                              owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                              owl:hasValue :COVIDRO_Anakinra
                                                                                                                                                                                            ]
                                                                                                                                                                                          ) ;
                                                                                                                                                                       rdf:type owl:Class
                                                                                                                                                                     ]
                                                                                                                                                ]
                                                                                                                                              ) ;
                                                                                                                           rdf:type owl:Class
                                                                                                                         ]
                                                                                                    ]
                                                                                                    [ rdf:type owl:Restriction ;
                                                                                                      owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                      owl:hasValue :COVIDRO_SupplementalOxygen
                                                                                                    ]
                                                                                                    [ rdf:type owl:Restriction ;
                                                                                                      owl:onProperty :patientStatus ;
                                                                                                      owl:hasValue :COVIDRO_Hospitalized
                                                                                                    ]
                                                                                                  ) ;
                                                                               rdf:type owl:Class
                                                                             ]
                                                                             [ rdf:type owl:Class ;
                                                                               owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                      owl:unionOf ( :COVIDRO_AgeBetween18To64
                                                                                                                                    :COVIDRO_GreaterThan64
                                                                                                                                    :COVIDRO_HighRiskPatient
                                                                                                                                  )
                                                                                                                    ]
                                                                                                                    [ rdf:type owl:Restriction ;
                                                                                                                      owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                      owl:hasValue :COVIDRO_SupplementalOxygen
                                                                                                                    ]
                                                                                                                    [ rdf:type owl:Restriction ;
                                                                                                                      owl:onProperty :patientStatus ;
                                                                                                                      owl:hasValue :COVIDRO_Hospitalized
                                                                                                                    ]
                                                                                                                  ) ;
                                                                                               rdf:type owl:Class
                                                                                             ]
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                               owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                                                           owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                           owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                                                       owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                       owl:hasValue :COVIDRO_Anakinra
                                                                                                                                                                                     ]
                                                                                                                                                                                   ) ;
                                                                                                                                                                rdf:type owl:Class
                                                                                                                                                              ]
                                                                                                                                         ]
                                                                                                                                       ) ;
                                                                                                                    rdf:type owl:Class
                                                                                                                  ]
                                                                                             ]
                                                                                           )
                                                                             ]
                                                                           )
                                                             ] ;
                                         rdfs:subClassOf :COVIDRO_RecommendedTherapeuticsForCOVID-19 ;
                                         rdfs:comment "Kineret (anakinra) is authorized for the treatment of COVID-19 in hospitalized adults with pneumonia requiring supplemental oxygen (low- or high-flow oxygen) who are at risk of progressing to severe respiratory failure and likely to have an elevated plasma soluble urokinase plasminogen activator receptor (suPAR)."@en ;
                                         rdfs:label "Recommended therapeutics Anakinra"@en .


###  https://w3id.org/codo#COVIDRO_RecommendedTherapeuticsBaricitinib
:COVIDRO_RecommendedTherapeuticsBaricitinib rdf:type owl:Class ;
                                            owl:equivalentClass [ rdf:type owl:Class ;
                                                                  owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                         owl:unionOf ( :COVIDRO_AgeBetween18To64
                                                                                                                       :COVIDRO_GreaterThan64
                                                                                                                     )
                                                                                                       ]
                                                                                                       [ rdf:type owl:Class ;
                                                                                                         owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                                                owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                                owl:hasValue :COVIDRO_InvasiveMechanicalVentilation
                                                                                                                                                              ]
                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                                owl:hasValue :COVIDRO_Non-InvasiveMechanicalVentilation
                                                                                                                                                              ]
                                                                                                                                                            )
                                                                                                                                              ]
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                owl:hasValue :COVIDRO_SupplementalOxygen
                                                                                                                                              ]
                                                                                                                                            ) ;
                                                                                                                         rdf:type owl:Class
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                         owl:hasValue :COVIDRO_ExtracorporealMembraneOxygenation
                                                                                                                       ]
                                                                                                                     )
                                                                                                       ]
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                         owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                     owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                 owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                                 owl:hasValue :COVIDRO_Baricitinib
                                                                                                                                                                                               ]
                                                                                                                                                                                             ) ;
                                                                                                                                                                          rdf:type owl:Class
                                                                                                                                                                        ]
                                                                                                                                                   ]
                                                                                                                                                 ) ;
                                                                                                                              rdf:type owl:Class
                                                                                                                            ]
                                                                                                       ]
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty :patientStatus ;
                                                                                                         owl:hasValue :COVIDRO_Hospitalized
                                                                                                       ]
                                                                                                     ) ;
                                                                                  rdf:type owl:Class
                                                                                ]
                                                                                [ rdf:type owl:Class ;
                                                                                  owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                         owl:unionOf ( :COVIDRO_AgeBetween18To64
                                                                                                                                       :COVIDRO_GreaterThan64
                                                                                                                                     )
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Class ;
                                                                                                                         owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                                                                owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                                                owl:hasValue :COVIDRO_InvasiveMechanicalVentilation
                                                                                                                                                                              ]
                                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                                                owl:hasValue :COVIDRO_Non-InvasiveMechanicalVentilation
                                                                                                                                                                              ]
                                                                                                                                                                            )
                                                                                                                                                              ]
                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                                owl:hasValue :COVIDRO_SupplementalOxygen
                                                                                                                                                              ]
                                                                                                                                                            ) ;
                                                                                                                                         rdf:type owl:Class
                                                                                                                                       ]
                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                         owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                         owl:hasValue :COVIDRO_ExtracorporealMembraneOxygenation
                                                                                                                                       ]
                                                                                                                                     )
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :patientStatus ;
                                                                                                                         owl:hasValue :COVIDRO_Hospitalized
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ]
                                                                                                [ rdf:type owl:Restriction ;
                                                                                                  owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                              owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                              owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                                                                                          owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                          owl:hasValue :COVIDRO_Baricitinib
                                                                                                                                                                                        ]
                                                                                                                                                                                      ) ;
                                                                                                                                                                   rdf:type owl:Class
                                                                                                                                                                 ]
                                                                                                                                            ]
                                                                                                                                          ) ;
                                                                                                                       rdf:type owl:Class
                                                                                                                     ]
                                                                                                ]
                                                                                              )
                                                                                ]
                                                                              )
                                                                ] ;
                                            rdfs:subClassOf :COVIDRO_RecommendedTherapeuticsForCOVID-19 ;
                                            rdfs:comment "Olumiant (baricitinib) is approved for the treatment of COVID-19 in hospitalized adults requiring supplemental oxygen, non-invasive or invasive mechanical ventilation, or extracorporeal membrane oxygenation (ECMO)."@en ,
                                                         "Olumiant (baricitinib) is authorized for the treatment of COVID-19 in pediatric patients 2 to less than 18 years of age requiring supplemental oxygen, invasive mechanical ventilation, or extracorporeal membrane oxygen (ECMO)."@en ;
                                            rdfs:label "Recommended therapeutics Baricitinib"@en .


###  https://w3id.org/codo#COVIDRO_RecommendedTherapeuticsForCOVID-19
:COVIDRO_RecommendedTherapeuticsForCOVID-19 rdf:type owl:Class ;
                                            rdfs:subClassOf :COVIDRO_RecommendedTherapeutics ;
                                            rdfs:comment """Recommended therapeutics for COVID-19 refer to the medications and treatment approaches that have been suggested or authorized for the management and treatment of COVID-19, the respiratory illness caused by the SARS-CoV-2 virus. These therapeutics are based on scientific evidence, clinical trials, and expert guidelines from reputable health organizations.

Source:
World Health Organization (WHO). (2021). Therapeutics and COVID-19: living guideline. Retrieved from: https://www.who.int/publications/i/item/WHO-2019-nCoV-therapeutics-2022.1""" ;
                                            rdfs:label "Recommended therapeutics for COVID-19" .


###  https://w3id.org/codo#COVIDRO_RecommendedTherapeuticsHigh-TiterCOVID-19ConvalescentPlasma
:COVIDRO_RecommendedTherapeuticsHigh-TiterCOVID-19ConvalescentPlasma rdf:type owl:Class ;
                                                                     owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                  owl:onProperty :COVIDRO_hasImmunocompromisedState ;
                                                                                                                  owl:someValuesFrom :COVIDRO_ImmunocompromisedState
                                                                                                                ]
                                                                                                              ) ;
                                                                                           rdf:type owl:Class
                                                                                         ] ;
                                                                     rdfs:subClassOf :COVIDRO_RecommendedTherapeuticsForCOVID-19 ;
                                                                     rdfs:comment """High-Titer COVID-19 Convalescent Plasma
Authorized under an FDA EUA for the treatment of COVID-19 in patients who are immunocompromised or who are receiving immunosuppressive treatment."""@en ;
                                                                     rdfs:label "Recommended therapeutics high-titer COVID-19 convalescent plasma" .


###  https://w3id.org/codo#COVIDRO_RecommendedTherapeuticsMolnupiravir
:COVIDRO_RecommendedTherapeuticsMolnupiravir rdf:type owl:Class ;
                                             owl:equivalentClass [ rdf:type owl:Class ;
                                                                   owl:unionOf ( [ owl:intersectionOf ( :COVIDRO_HighRiskPatient
                                                                                                        [ rdf:type owl:Class ;
                                                                                                          owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :hasDiagnosis ;
                                                                                                                          owl:someValuesFrom :MildAndVeryMildCOVID-19
                                                                                                                        ]
                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :hasDiagnosis ;
                                                                                                                          owl:someValuesFrom :ModerateCOVID-19
                                                                                                                        ]
                                                                                                                      )
                                                                                                        ]
                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                          owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                          owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                    [ rdf:type owl:Restriction ;
                                                                                                                                                      owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                      owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                                                                  owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                                  owl:hasValue :COVIDRO_Molnupiravir
                                                                                                                                                                                                ]
                                                                                                                                                                                              ) ;
                                                                                                                                                                           rdf:type owl:Class
                                                                                                                                                                         ]
                                                                                                                                                    ]
                                                                                                                                                  ) ;
                                                                                                                               rdf:type owl:Class
                                                                                                                             ]
                                                                                                        ]
                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                          owl:onProperty :age ;
                                                                                                          owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                               owl:onDatatype xsd:decimal ;
                                                                                                                               owl:withRestrictions ( [ xsd:minInclusive 18
                                                                                                                                                      ]
                                                                                                                                                    )
                                                                                                                             ]
                                                                                                        ]
                                                                                                      ) ;
                                                                                   rdf:type owl:Class
                                                                                 ]
                                                                                 [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( [ owl:intersectionOf ( :COVIDRO_HighRiskPatient
                                                                                                                        [ rdf:type owl:Class ;
                                                                                                                          owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                          owl:onProperty :hasDiagnosis ;
                                                                                                                                          owl:someValuesFrom :MildAndVeryMildCOVID-19
                                                                                                                                        ]
                                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                                          owl:onProperty :hasDiagnosis ;
                                                                                                                                          owl:someValuesFrom :ModerateCOVID-19
                                                                                                                                        ]
                                                                                                                                      )
                                                                                                                        ]
                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :age ;
                                                                                                                          owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                               owl:onDatatype xsd:decimal ;
                                                                                                                                               owl:withRestrictions ( [ xsd:minInclusive 18
                                                                                                                                                                      ]
                                                                                                                                                                    )
                                                                                                                                             ]
                                                                                                                        ]
                                                                                                                      ) ;
                                                                                                   rdf:type owl:Class
                                                                                                 ]
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                   owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                             [ rdf:type owl:Restriction ;
                                                                                                                                               owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                               owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                                                                                                           owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                           owl:hasValue :COVIDRO_Molnupiravir
                                                                                                                                                                                         ]
                                                                                                                                                                                       ) ;
                                                                                                                                                                    rdf:type owl:Class
                                                                                                                                                                  ]
                                                                                                                                             ]
                                                                                                                                           ) ;
                                                                                                                        rdf:type owl:Class
                                                                                                                      ]
                                                                                                 ]
                                                                                               )
                                                                                 ]
                                                                               )
                                                                 ] ;
                                             rdfs:subClassOf :COVIDRO_RecommendedTherapeuticsForCOVID-19 ;
                                             rdfs:comment """Molnupiravir
Authorized under an FDA EUA for the treatment of mild to moderate COVID-19 in high-risk individuals aged ≥18 years."""@en ;
                                             rdfs:label "Recommended therapeutics Molnupiravir" .


###  https://w3id.org/codo#COVIDRO_RecommendedTherapeuticsRemdisivir
:COVIDRO_RecommendedTherapeuticsRemdisivir rdf:type owl:Class ;
                                           owl:equivalentClass [ rdf:type owl:Class ;
                                                                 owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                        owl:unionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                      :COVIDRO_HighRiskPatient
                                                                                                                    )
                                                                                                      ]
                                                                                                      [ rdf:type owl:Class ;
                                                                                                        owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :hasDiagnosis ;
                                                                                                                        owl:someValuesFrom :MildAndVeryMildCOVID-19
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :hasDiagnosis ;
                                                                                                                        owl:someValuesFrom :ModerateCOVID-19
                                                                                                                      ]
                                                                                                                    )
                                                                                                      ]
                                                                                                      [ rdf:type owl:Class ;
                                                                                                        owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :patientStatus ;
                                                                                                                        owl:hasValue :COVIDRO_Hospitalized
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :patientStatus ;
                                                                                                                        owl:hasValue :COVIDRO_NotHospitalized
                                                                                                                      ]
                                                                                                                    )
                                                                                                      ]
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                        owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                                                                    owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                    owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                                                owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                                owl:hasValue :COVIDRO_Remdesivir
                                                                                                                                                                                              ]
                                                                                                                                                                                            ) ;
                                                                                                                                                                         rdf:type owl:Class
                                                                                                                                                                       ]
                                                                                                                                                  ]
                                                                                                                                                ) ;
                                                                                                                             rdf:type owl:Class
                                                                                                                           ]
                                                                                                      ]
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty :age ;
                                                                                                        owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                             owl:onDatatype xsd:decimal ;
                                                                                                                             owl:withRestrictions ( [ xsd:minInclusive 0.07
                                                                                                                                                    ]
                                                                                                                                                  )
                                                                                                                           ]
                                                                                                      ]
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty :weight ;
                                                                                                        owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                             owl:onDatatype xsd:decimal ;
                                                                                                                             owl:withRestrictions ( [ xsd:minInclusive 3
                                                                                                                                                    ]
                                                                                                                                                  )
                                                                                                                           ]
                                                                                                      ]
                                                                                                    ) ;
                                                                                 rdf:type owl:Class
                                                                               ]
                                                                               [ rdf:type owl:Class ;
                                                                                 owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                        owl:unionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                      :COVIDRO_HighRiskPatient
                                                                                                                                    )
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Class ;
                                                                                                                        owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                        owl:onProperty :hasDiagnosis ;
                                                                                                                                        owl:someValuesFrom :MildAndVeryMildCOVID-19
                                                                                                                                      ]
                                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                                        owl:onProperty :hasDiagnosis ;
                                                                                                                                        owl:someValuesFrom :ModerateCOVID-19
                                                                                                                                      ]
                                                                                                                                    )
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Class ;
                                                                                                                        owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                        owl:onProperty :patientStatus ;
                                                                                                                                        owl:hasValue :COVIDRO_Hospitalized
                                                                                                                                      ]
                                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                                        owl:onProperty :patientStatus ;
                                                                                                                                        owl:hasValue :COVIDRO_NotHospitalized
                                                                                                                                      ]
                                                                                                                                    )
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :age ;
                                                                                                                        owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                             owl:onDatatype xsd:decimal ;
                                                                                                                                             owl:withRestrictions ( [ xsd:minInclusive 0.07
                                                                                                                                                                    ]
                                                                                                                                                                  )
                                                                                                                                           ]
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :weight ;
                                                                                                                        owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                             owl:onDatatype xsd:decimal ;
                                                                                                                                             owl:withRestrictions ( [ xsd:minInclusive 3
                                                                                                                                                                    ]
                                                                                                                                                                  )
                                                                                                                                           ]
                                                                                                                      ]
                                                                                                                    ) ;
                                                                                                 rdf:type owl:Class
                                                                                               ]
                                                                                               [ rdf:type owl:Restriction ;
                                                                                                 owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                 owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                                                             owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                             owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                                                                         owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                         owl:hasValue :COVIDRO_Remdesivir
                                                                                                                                                                                       ]
                                                                                                                                                                                     ) ;
                                                                                                                                                                  rdf:type owl:Class
                                                                                                                                                                ]
                                                                                                                                           ]
                                                                                                                                         ) ;
                                                                                                                      rdf:type owl:Class
                                                                                                                    ]
                                                                                               ]
                                                                                             )
                                                                               ]
                                                                             )
                                                               ] ;
                                           rdfs:subClassOf :COVIDRO_RecommendedTherapeuticsForCOVID-19 ;
                                           rdfs:comment """Remdesivir
Approved by the FDA for the treatment of COVID-19 in individuals aged ≥28 days and weighing ≥3 kg."""@en ,
                                                        "Veklury (Remdesivir) is approved for the treatment of COVID-19 in adults and pediatric patients (28 days of age and older and weighing at least 3 kilograms) who are: hospitalized, or not hospitalized and have mild-to-moderate COVID-19 and are at high risk for progression to severe COVID-19, including hospitalization or death."@en ,
                                                        "Veklury (remdesivir) is approved for the treatment of COVID-19 in adults and pediatric patients (28 days of age and older and weighing at least 3 kilograms) with positive results of direct SARS-CoV-2 viral testing, who are: hospitalized, or not hospitalized and have mild-to-moderate COVID-19 and are at high risk for progression to severe COVID-19, including hospitalization or death."@en ;
                                           rdfs:label "Recommended therapeutics Remdisivir" .


###  https://w3id.org/codo#COVIDRO_RecommendedTherapeuticsRitonavir-BoostedNirmatrelvir
:COVIDRO_RecommendedTherapeuticsRitonavir-BoostedNirmatrelvir rdf:type owl:Class ;
                                                              owl:equivalentClass [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( [ owl:intersectionOf ( [ owl:intersectionOf ( :COVIDRO_HighRiskPatient
                                                                                                                                                [ rdf:type owl:Class ;
                                                                                                                                                  owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                  owl:onProperty :hasDiagnosis ;
                                                                                                                                                                  owl:someValuesFrom :MildAndVeryMildCOVID-19
                                                                                                                                                                ]
                                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                                  owl:onProperty :hasDiagnosis ;
                                                                                                                                                                  owl:someValuesFrom :ModerateCOVID-19
                                                                                                                                                                ]
                                                                                                                                                              )
                                                                                                                                                ]
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :age ;
                                                                                                                                                  owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                       owl:onDatatype xsd:decimal ;
                                                                                                                                                                       owl:withRestrictions ( [ xsd:minInclusive 12
                                                                                                                                                                                              ]
                                                                                                                                                                                            )
                                                                                                                                                                     ]
                                                                                                                                                ]
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :weight ;
                                                                                                                                                  owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                       owl:onDatatype xsd:decimal ;
                                                                                                                                                                       owl:withRestrictions ( [ xsd:minInclusive 40
                                                                                                                                                                                              ]
                                                                                                                                                                                            )
                                                                                                                                                                     ]
                                                                                                                                                ]
                                                                                                                                              ) ;
                                                                                                                           rdf:type owl:Class
                                                                                                                         ]
                                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                                           owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                                           owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                                       owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                                       owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                   owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                                                   owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                                                                                                                 ]
                                                                                                                                                                                                               ) ;
                                                                                                                                                                                            rdf:type owl:Class
                                                                                                                                                                                          ]
                                                                                                                                                                     ]
                                                                                                                                                                   ) ;
                                                                                                                                                rdf:type owl:Class
                                                                                                                                              ]
                                                                                                                         ]
                                                                                                                       ) ;
                                                                                                    rdf:type owl:Class
                                                                                                  ]
                                                                                                  [ rdf:type owl:Class ;
                                                                                                    owl:unionOf ( [ owl:intersectionOf ( :COVIDRO_HighRiskPatient
                                                                                                                                         [ rdf:type owl:Class ;
                                                                                                                                           owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                           owl:onProperty :hasDiagnosis ;
                                                                                                                                                           owl:someValuesFrom :MildAndVeryMildCOVID-19
                                                                                                                                                         ]
                                                                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                                                                           owl:onProperty :hasDiagnosis ;
                                                                                                                                                           owl:someValuesFrom :ModerateCOVID-19
                                                                                                                                                         ]
                                                                                                                                                       )
                                                                                                                                         ]
                                                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                                                           owl:onProperty :age ;
                                                                                                                                           owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                owl:onDatatype xsd:decimal ;
                                                                                                                                                                owl:withRestrictions ( [ xsd:minInclusive 12
                                                                                                                                                                                       ]
                                                                                                                                                                                     )
                                                                                                                                                              ]
                                                                                                                                         ]
                                                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                                                           owl:onProperty :weight ;
                                                                                                                                           owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                owl:onDatatype xsd:decimal ;
                                                                                                                                                                owl:withRestrictions ( [ xsd:minInclusive 40
                                                                                                                                                                                       ]
                                                                                                                                                                                     )
                                                                                                                                                              ]
                                                                                                                                         ]
                                                                                                                                       ) ;
                                                                                                                    rdf:type owl:Class
                                                                                                                  ]
                                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                                    owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                                    owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                                owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                                                                                                                            owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                                            owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                                                                                                          ]
                                                                                                                                                                                                        ) ;
                                                                                                                                                                                     rdf:type owl:Class
                                                                                                                                                                                   ]
                                                                                                                                                              ]
                                                                                                                                                            ) ;
                                                                                                                                         rdf:type owl:Class
                                                                                                                                       ]
                                                                                                                  ]
                                                                                                                )
                                                                                                  ]
                                                                                                )
                                                                                  ] ;
                                                              rdfs:subClassOf :COVIDRO_RecommendedTherapeuticsForCOVID-19 ;
                                                              rdfs:comment "Paxlovid (nirmatrelvir and ritonavir) is approved for the treatment of mild-to-moderate COVID-19 in adults who are at high risk for progression to severe COVID 19, including hospitalization or death. Paxlovid is not approved for use as pre-exposure or post-exposure prophylaxis for prevention of COVID-19."@en ,
                                                                           """Ritonavir-Boosted Nirmatrelvir (Paxlovid)
Authorized under an FDA EUA for the treatment of mild to moderate COVID-19 in high-risk individuals aged ≥12 years and weighing ≥40 kg."""@en ;
                                                              rdfs:label "Recommended therapeutics Ritonavir-Boosted Nirmatrelvir" .


###  https://w3id.org/codo#COVIDRO_RecommendedTherapeuticsTocilizumab
:COVIDRO_RecommendedTherapeuticsTocilizumab rdf:type owl:Class ;
                                            owl:equivalentClass [ rdf:type owl:Class ;
                                                                  owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                         owl:unionOf ( :COVIDRO_AgeBetween18To64
                                                                                                                       :COVIDRO_GreaterThan64
                                                                                                                     )
                                                                                                       ]
                                                                                                       [ rdf:type owl:Class ;
                                                                                                         owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                                                owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                                owl:hasValue :COVIDRO_InvasiveMechanicalVentilation
                                                                                                                                                              ]
                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                                owl:hasValue :COVIDRO_Non-InvasiveMechanicalVentilation
                                                                                                                                                              ]
                                                                                                                                                            )
                                                                                                                                              ]
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                owl:hasValue :COVIDRO_SupplementalOxygen
                                                                                                                                              ]
                                                                                                                                            ) ;
                                                                                                                         rdf:type owl:Class
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                         owl:hasValue :COVIDRO_ExtracorporealMembraneOxygenation
                                                                                                                       ]
                                                                                                                     )
                                                                                                       ]
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                         owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                     owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                 owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                                 owl:hasValue :COVIDRO_Tocilizumab
                                                                                                                                                                                               ]
                                                                                                                                                                                             ) ;
                                                                                                                                                                          rdf:type owl:Class
                                                                                                                                                                        ]
                                                                                                                                                   ]
                                                                                                                                                 ) ;
                                                                                                                              rdf:type owl:Class
                                                                                                                            ]
                                                                                                       ]
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                         owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                     owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                     owl:hasValue :COVIDRO_Corticosteroids
                                                                                                                                                   ]
                                                                                                                                                 ) ;
                                                                                                                              rdf:type owl:Class
                                                                                                                            ]
                                                                                                       ]
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty :patientStatus ;
                                                                                                         owl:hasValue :COVIDRO_Hospitalized
                                                                                                       ]
                                                                                                     ) ;
                                                                                  rdf:type owl:Class
                                                                                ]
                                                                                [ rdf:type owl:Class ;
                                                                                  owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                         owl:unionOf ( :COVIDRO_AgeBetween18To64
                                                                                                                                       :COVIDRO_GreaterThan64
                                                                                                                                     )
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Class ;
                                                                                                                         owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                                                                owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                                                owl:hasValue :COVIDRO_InvasiveMechanicalVentilation
                                                                                                                                                                              ]
                                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                                                owl:hasValue :COVIDRO_Non-InvasiveMechanicalVentilation
                                                                                                                                                                              ]
                                                                                                                                                                            )
                                                                                                                                                              ]
                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                                                owl:hasValue :COVIDRO_SupplementalOxygen
                                                                                                                                                              ]
                                                                                                                                                            ) ;
                                                                                                                                         rdf:type owl:Class
                                                                                                                                       ]
                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                         owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                         owl:hasValue :COVIDRO_ExtracorporealMembraneOxygenation
                                                                                                                                       ]
                                                                                                                                     )
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                                         owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                                     owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                                     owl:hasValue :COVIDRO_Corticosteroids
                                                                                                                                                                   ]
                                                                                                                                                                 ) ;
                                                                                                                                              rdf:type owl:Class
                                                                                                                                            ]
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :patientStatus ;
                                                                                                                         owl:hasValue :COVIDRO_Hospitalized
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ]
                                                                                                [ rdf:type owl:Restriction ;
                                                                                                  owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                              owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                              owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                                                                                          owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                          owl:hasValue :COVIDRO_Tocilizumab
                                                                                                                                                                                        ]
                                                                                                                                                                                      ) ;
                                                                                                                                                                   rdf:type owl:Class
                                                                                                                                                                 ]
                                                                                                                                            ]
                                                                                                                                          ) ;
                                                                                                                       rdf:type owl:Class
                                                                                                                     ]
                                                                                                ]
                                                                                              )
                                                                                ]
                                                                              )
                                                                ] ;
                                            rdfs:subClassOf :COVIDRO_RecommendedTherapeuticsForCOVID-19 ;
                                            rdfs:comment "Actemra (Tocilizumab) is approved for the treatment of COVID-19 in hospitalized adults who are receiving systemic corticosteroids and require supplemental oxygen, non-invasive or invasive mechanical ventilation, or extracorporeal membrane oxygenation (ECMO)."@en ,
                                                         "Actemra (tocilizumab) is authorized for the treatment of COVID-19 in hospitalized pediatric patients 2 to less than 18 years of age who are receiving systemic corticosteroids and require supplemental oxygen, non-invasive or invasive mechanical ventilation, or extracorporeal membrane oxygenation (ECMO)."@en ;
                                            rdfs:label "Recommended therapeutics Tocilizumab"@en .


###  https://w3id.org/codo#COVIDRO_RecommendedTherapeuticsVilobelimab
:COVIDRO_RecommendedTherapeuticsVilobelimab rdf:type owl:Class ;
                                            owl:equivalentClass [ rdf:type owl:Class ;
                                                                  owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                         owl:unionOf ( :COVIDRO_AgeBetween18To64
                                                                                                                       :COVIDRO_GreaterThan64
                                                                                                                     )
                                                                                                       ]
                                                                                                       [ rdf:type owl:Class ;
                                                                                                         owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                         owl:hasValue :COVIDRO_ExtracorporealMembraneOxygenation
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                         owl:hasValue :COVIDRO_InvasiveMechanicalVentilation
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                         owl:hasValue :COVIDRO_Non-InvasiveMechanicalVentilation
                                                                                                                       ]
                                                                                                                     )
                                                                                                       ]
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                         owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                     owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                 owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                                 owl:hasValue :COVIDRO_Vilobelimab
                                                                                                                                                                                               ]
                                                                                                                                                                                             ) ;
                                                                                                                                                                          rdf:type owl:Class
                                                                                                                                                                        ]
                                                                                                                                                   ]
                                                                                                                                                 ) ;
                                                                                                                              rdf:type owl:Class
                                                                                                                            ]
                                                                                                       ]
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty :patientStatus ;
                                                                                                         owl:hasValue :COVIDRO_Hospitalized
                                                                                                       ]
                                                                                                     ) ;
                                                                                  rdf:type owl:Class
                                                                                ]
                                                                                [ rdf:type owl:Class ;
                                                                                  owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                         owl:unionOf ( :COVIDRO_AgeBetween18To64
                                                                                                                                       :COVIDRO_GreaterThan64
                                                                                                                                     )
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Class ;
                                                                                                                         owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                         owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                         owl:hasValue :COVIDRO_ExtracorporealMembraneOxygenation
                                                                                                                                       ]
                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                         owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                         owl:hasValue :COVIDRO_InvasiveMechanicalVentilation
                                                                                                                                       ]
                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                         owl:onProperty :COVIDRO_hasTreatmentProcedure ;
                                                                                                                                         owl:hasValue :COVIDRO_Non-InvasiveMechanicalVentilation
                                                                                                                                       ]
                                                                                                                                     )
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ]
                                                                                                [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasPresentMedicalHistory ;
                                                                                                                         owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_PresentMedicalHistory
                                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                                     owl:onProperty :COVIDRO_ongoingMedication ;
                                                                                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( :COVIDRO_Medication
                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                 owl:onProperty :COVIDRO_mayNotInteractsWith ;
                                                                                                                                                                                                                 owl:hasValue :COVIDRO_Vilobelimab
                                                                                                                                                                                                               ]
                                                                                                                                                                                                             ) ;
                                                                                                                                                                                          rdf:type owl:Class
                                                                                                                                                                                        ]
                                                                                                                                                                   ]
                                                                                                                                                                 ) ;
                                                                                                                                              rdf:type owl:Class
                                                                                                                                            ]
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :patientStatus ;
                                                                                                                         owl:hasValue :COVIDRO_Hospitalized
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ]
                                                                                              )
                                                                                ]
                                                                              )
                                                                ] ;
                                            rdfs:subClassOf :COVIDRO_RecommendedTherapeuticsForCOVID-19 ;
                                            rdfs:comment "Gohibic (vilobelimab) is authorized for the treatment of COVID-19 in hospitalized adults when initiated within 48 hours of receiving invasive mechanical ventilation (IMV) or extracorporeal membrane oxygenation (ECMO)."@en ;
                                            rdfs:label "Recommended therapeutics Vilobelimab"@en .


###  https://w3id.org/codo#COVIDRO_RespiratoryMedication
:COVIDRO_RespiratoryMedication rdf:type owl:Class ;
                               rdfs:subClassOf :COVIDRO_Medication ;
                               rdfs:comment "Respiratory medications are a group of medications used to manage various respiratory conditions, such as asthma, chronic obstructive pulmonary disease (COPD), and other respiratory disorders. These medications aim to improve lung function, reduce inflammation, open airways, and alleviate symptoms like coughing, wheezing, and shortness of breath. There are different types of respiratory medications, including bronchodilators (e.g., beta-agonists, anticholinergics), corticosteroids, leukotriene modifiers, and mucolytics. The choice of respiratory medication depends on the specific respiratory condition, severity of symptoms, and individual patient needs, and it is important to work closely with a healthcare professional to determine the most appropriate medication and treatment plan." ;
                               rdfs:label "Respiratory medication"@en .


###  https://w3id.org/codo#COVIDRO_RespiratoryTherapy
:COVIDRO_RespiratoryTherapy rdf:type owl:Class ;
                            rdfs:subClassOf :COVIDRO_MedicalTherapy ;
                            rdfs:comment "Care of patients with deficiencies and abnormalities associated with the cardiopulmonary system. It includes the therapeutic use of medical gases and their administrative apparatus, environmental control systems, humidification, aerosols, ventilatory support, bronchopulmonary drainage and exercise, respiratory rehabilitation, assistance with cardiopulmonary resuscitation, and maintenance of natural, artificial, and mechanical airways. (MSH)"@en ;
                            rdfs:label "Respiratory therapy"@en .


###  https://w3id.org/codo#COVIDRO_SARS-COV-2-targetingMonoclonalAntibody
:COVIDRO_SARS-COV-2-targetingMonoclonalAntibody rdf:type owl:Class ;
                                                rdfs:subClassOf :COVIDRO_COVID-19Therapeutics ;
                                                rdfs:comment "Monoclonal antibody therapies, such as casirivimab/imdevimab and bamlanivimab/etesevimab, are designed to neutralize the virus and help the immune system in fighting the infection." ;
                                                rdfs:label "SARS-COV-2-targeting monoclonal antibody"@en .


###  https://w3id.org/codo#COVIDRO_SevereObesity
:COVIDRO_SevereObesity rdf:type owl:Class ;
                       owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty :hasVitalSign ;
                                                                    owl:someValuesFrom [ owl:intersectionOf ( :VitalSign
                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                owl:onProperty :COVIDRO_BMI ;
                                                                                                                owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                     owl:onDatatype xsd:integer ;
                                                                                                                                     owl:withRestrictions ( [ xsd:minInclusive 40
                                                                                                                                                            ]
                                                                                                                                                          )
                                                                                                                                   ]
                                                                                                              ]
                                                                                                            ) ;
                                                                                         rdf:type owl:Class
                                                                                       ]
                                                                  ]
                                                                ) ;
                                             rdf:type owl:Class
                                           ] ;
                       rdfs:subClassOf :COVIDRO_UnderlyingHealthCondition ;
                       rdfs:comment "Overweight (defined as a body mass index (BMI) is 25 kg/m2 or higher, but under 30 kg/m2), obesity (BMI is 30 kg/m2 or higher, but under 40 kg/m2), or severe obesity (BMI is 40 kg/m2 or higher), can make you more likely to get very sick from COVID-19. The risk of severe illness from COVID-19 increases sharply with higher BMI." ;
                       rdfs:label "Severe obesity"@en .


###  https://w3id.org/codo#COVIDRO_SocialHistory
:COVIDRO_SocialHistory rdf:type owl:Class ;
                       rdfs:subClassOf :ObservationalFinding ;
                       rdfs:comment "SCTID: 160476009" ;
                       rdfs:label "Social history"@en .


###  https://w3id.org/codo#COVIDRO_Statin
:COVIDRO_Statin rdf:type owl:Class ;
                rdfs:subClassOf :COVIDRO_Lipid-Modifier ;
                rdfs:comment "Statins are a class of drugs used to lower cholesterol levels in the blood, reducing the risk of cardiovascular diseases."@en ;
                rdfs:label "Statin"@en .


###  https://w3id.org/codo#COVIDRO_SubstanceUseDisorder
:COVIDRO_SubstanceUseDisorder rdf:type owl:Class ;
                              rdfs:subClassOf :Disorder ;
                              rdfs:comment "Substance use disorder (SUD) is a condition characterized by the compulsive and problematic use of substances, including drugs or alcohol, despite negative consequences. SUD can lead to physical and psychological dependence, as well as adverse health, social, and behavioral effects." ;
                              rdfs:label "Substance use disorder"@en .


###  https://w3id.org/codo#COVIDRO_TreatmentProcedure
:COVIDRO_TreatmentProcedure rdf:type owl:Class ;
                            rdfs:comment "A treatment procedure refers to a specific medical intervention or approach used to manage, cure, or alleviate a disease or medical condition. Treatment procedures can include surgical procedures, medical therapies, rehabilitation techniques, and other interventions tailored to the specific needs of the patient." ;
                            rdfs:label "Treatment procedure"@en .


###  https://w3id.org/codo#COVIDRO_Triptan
:COVIDRO_Triptan rdf:type owl:Class ;
                 rdfs:subClassOf :COVIDRO_MigraineReducer ;
                 rdfs:comment "Triptans are a class of medications used to treat migraines and cluster headaches. They work by narrowing blood vessels in the brain and inhibiting the release of certain substances that trigger migraines, thereby providing relief from migraine symptoms, such as severe headaches, nausea, and sensitivity to light and sound. Triptans are available in various formulations, including oral tablets, nasal sprays, and injections."@en ;
                 rdfs:label "Triptan"@en .


###  https://w3id.org/codo#COVIDRO_UnderlyingHealthCondition
:COVIDRO_UnderlyingHealthCondition rdf:type owl:Class ;
                                   rdfs:subClassOf :RiskFactor ;
                                   rdfs:comment "An underlying health condition refers to a pre-existing medical condition or disease that a person has before the onset of another illness or condition. Underlying health conditions can include chronic diseases like diabetes, hypertension, asthma, heart disease, autoimmune disorders, and other conditions that may affect the individual's overall health and increase the risk of complications." ;
                                   rdfs:label "Underlying health condition" ;
                                   <http://www.w3.org/2004/02/skos/core#altLabel> "Condition" .


###  https://w3id.org/codo#COVIDRO_Vasodilator
:COVIDRO_Vasodilator rdf:type owl:Class ;
                     rdfs:subClassOf :COVIDRO_CardiovascularMedication ;
                     rdfs:comment "Vasodilators are medications that relax and widen blood vessels, increasing blood flow and reducing blood pressure."@en ;
                     rdfs:label "Vasodilator"@en .


###  https://w3id.org/codo#COVIDRO_mTORInhibitor
:COVIDRO_mTORInhibitor rdf:type owl:Class ;
                       rdfs:subClassOf :COVIDRO_Immunosuppressant ;
                       rdfs:comment "mTOR (mammalian target of rapamycin) inhibitors are a class of immunosuppressive drugs used in organ transplantation and the treatment of certain cancers. They act by inhibiting mTOR, a protein kinase that regulates cell growth, proliferation, and survival. In transplantation, mTOR inhibitors help prevent rejection of the transplanted organ by suppressing the immune response. In cancer treatment, they interfere with cancer cell growth and promote tumor regression."@en ;
                       rdfs:label "mTOR inhibitor"@en .


###  https://w3id.org/codo#CanisLupusFamiliaris
:CanisLupusFamiliaris rdf:type owl:Class ;
                      rdfs:subClassOf :Host ;
                      rdfs:comment "The dog (Canis familiaris or Canis lupus familiaris) is a domesticated descendant of the wolf."@en ;
                      rdfs:label "Canis Lupus Familiaris"@en .


###  https://w3id.org/codo#CaseStatistics
:CaseStatistics rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( :Statistics
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :cases ;
                                                             owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                  owl:unionOf ( xsd:decimal
                                                                                                xsd:float
                                                                                                xsd:integer
                                                                                              )
                                                                                ]
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf :Statistics ;
                rdfs:comment """Case statistics refer to numerical data that provides information about the number of cases of a particular disease or health condition within a given population or geographic area. Case statistics are often used to monitor and track the spread of diseases, and can help public health officials identify trends, patterns, and areas of concern.

Case statistics may include the total number of cases, the number of new cases reported each day or week, the number of deaths related to the disease, the age, gender, and geographic distribution of cases, and other relevant data points.

In the context of infectious diseases, case statistics can be used to calculate important epidemiological indicators such as the incidence rate, prevalence rate, and mortality rate, which can help guide public health interventions and policies.

Case statistics are typically collected and reported by public health agencies, healthcare providers, and other organizations involved in disease surveillance and monitoring. They are often published online or through other public channels to increase awareness and understanding of the disease among the general public and health professionals.

Sources:

Centers for Disease Control and Prevention. (2021). COVID-19 Data Tracker. https://covid.cdc.gov/covid-data-tracker/
World Health Organization. (2021). Epidemiology. https://www.who.int/teams/blueprint/what-we-do/epidemiology"""@en ;
                rdfs:label "Case Statistics"@en .


###  https://w3id.org/codo#City
:City rdf:type owl:Class ;
      rdfs:subClassOf :AdministrativeArea ;
      rdfs:comment "A city."@en ,
                   "Towns with population of 1,00,000 and above are called cities."@en ;
      rdfs:label "City"@en .


###  https://w3id.org/codo#CityWard
:CityWard rdf:type owl:Class ;
          rdfs:subClassOf :AdministrativeArea ;
          rdfs:comment "A ward is a containedIn a city. Calling it CityWard to avoid confusion with a hospital ward."@en ;
          rdfs:label "City ward"@en .


###  https://w3id.org/codo#CivicStructure
:CivicStructure rdf:type owl:Class ;
                rdfs:subClassOf :Place ;
                rdfs:comment "A public structure, such as a town hall or concert hall."@en ;
                rdfs:label "Civic structure"@en .


###  https://w3id.org/codo#ClinicalFinding
:ClinicalFinding rdf:type owl:Class ;
                 rdfs:subClassOf :Finding ;
                 rdfs:comment "SCTID: 404684003"@en ;
                 rdfs:isDefinedBy "A Clinical Finding is a CLINICAL INVESTIGATION RESULT ITEM. A Clinical Finding represents the PATIENT DIAGNOSIS and symptoms of the PATIENT. For example: Asthma (disorder) Headache (Finding)"@en ,
                                  "Clinical, laboratory or molecular evidence, or absence of evidence of disease."@en ;
                 rdfs:label "Clinical Finding"@en ,
                            "ClinicalFinding"@en .


###  https://w3id.org/codo#ClinicalLaboratoryTechniques
:ClinicalLaboratoryTechniques rdf:type owl:Class ;
                              rdfs:subClassOf :DiagnosticTechniquesAndProcedures ;
                              rdfs:comment "Techniques used to carry out clinical investigative procedures in the diagnosis and therapy of disease. (MSH)"@en ;
                              rdfs:isDefinedBy "Mesh"@en ;
                              rdfs:label "Clinical laboratory techniques"@en .


###  https://w3id.org/codo#CloseContact
:CloseContact rdf:type owl:Class ;
              rdfs:subClassOf :ExposureToCOVID-19 ;
              rdfs:comment "Close contact, a suspected cause for catching COVID-19."@en ;
              rdfs:label "Close contact"@en .


###  https://w3id.org/codo#Cluster
:Cluster rdf:type owl:Class ;
         rdfs:subClassOf <http://xmlns.com/foaf/0.1/Group> ;
         rdfs:comment "A Cluster is a group of patients with the same disease who are grouped by one or more properties that are considered critical to an analysis of how the disease has spread."@en ,
                      "Note that clusters are NOT disjoint, so a cluster can be an instance of a TimeCluster and other clusters."@en ;
         rdfs:label "Cluster"@en .


###  https://w3id.org/codo#CommunicableDisease
:CommunicableDisease rdf:type owl:Class ;
                     rdfs:subClassOf :Disease ;
                     rdfs:comment "a disease that can be communicated from one person to another."@en ,
                                  "A communicable disease, also known as an infectious disease, is a disease caused by a pathogen (such as bacteria, viruses, fungi, or parasites) that can be transmitted from one person to another, either directly or indirectly." ;
                     rdfs:label "Communicable disease"@en .


###  https://w3id.org/codo#Condition
:Condition rdf:type owl:Class ;
           rdfs:comment "A state of being, such as a state of health. (NCI)"@en ,
                        "An observable finding or state that persists over time and tends to require intervention or management, and, therefore, distinguished from an Observation made at a point in time; may exist before an Observation of the Condition is made or after interventions to manage the Condition are undertaken. Examples: equipment repair status, device recall status, a health risk, a financial risk, public health risk, pregnancy, health maintenance, chronic illness (HL7V3.0)"@en ;
           rdfs:label "Condition"@en .


###  https://w3id.org/codo#ConfirmedCase
:ConfirmedCase rdf:type owl:Class ;
               rdfs:subClassOf :Patient ;
               rdfs:comment """A. A person with a positive Nucleic Acid Amplification Test (NAAT) including RT-PCR or any other similar test approved by ICMR. 
B. A person with a positive SARS-CoV-2 Antigen-RDT AND meeting either the probable case definition or suspect criteria OR
C. An asymptomatic person with a positive SARS-CoV-2 Antigen-RDT who is a contact of a probable or confirmed case."""@en ;
               rdfs:label "Confirmed case"@en .


###  https://w3id.org/codo#ContactCluster
:ContactCluster rdf:type owl:Class ;
                rdfs:subClassOf :Cluster ;
                rdfs:comment "A cluster defined by contact with certain individuals. Note that to some extent all clusters are contact clusters so this class is used only for those clusters that specifically mention contact with individuals (or lack of knowledge about such contact) rather than geographic, time, or disease data."@en ;
                rdfs:label "Contact cluster"@en .


###  https://w3id.org/codo#ContactWithHealthWorkers
:ContactWithHealthWorkers rdf:type owl:Class ;
                          rdfs:subClassOf :ExposureToCOVID-19 ;
                          rdfs:isDefinedBy "Contact with health workers, suspect cause of COVID-19"@en ;
                          rdfs:label "Contact with health workers"@en .


###  https://w3id.org/codo#ContagiousDisease
:ContagiousDisease rdf:type owl:Class ;
                   rdfs:subClassOf :InfectiousDisease ;
                   rdfs:comment "an Infectious disease that is readily spread (that is, communicated) by transmission of a pathogen through contact (direct or indirect) with an infected person."@en ,
                                "any disease easily transmitted by contact."@en ,
                                "Contagious diseases are infectious diseases that can be easily transmitted from one person to another through direct contact, respiratory droplets, or other modes of transmission." ;
                   rdfs:label "Contagious disease"@en .


###  https://w3id.org/codo#Continent
:Continent rdf:type owl:Class ;
           rdfs:subClassOf :Landform ;
           rdfs:comment "one of the large landmasses of the earth; \"there are seven continents\"; \"pioneers had to cross the continent on foot\""@en ;
           rdfs:label "Continent"@en .


###  https://w3id.org/codo#CoronavirusDisease
:CoronavirusDisease rdf:type owl:Class ;
                    rdfs:subClassOf :ContagiousDisease ;
                    rdfs:comment """A disease caused by coronavirus. 
[Source: WHO. Naming the coronavirus disease (COVID-19) and the virus that causes it.  https://www.who.int/]"""@en ,
                                 "Coronavirus disease, also known as COVID-19, is a respiratory illness caused by the SARS-CoV-2 virus. It emerged in late 2019 and has since become a global pandemic. COVID-19 can cause a range of symptoms, from mild to severe, and can lead to complications, particularly in individuals with underlying health conditions or older age groups." ;
                    rdfs:label "Coronavirus disease"@en .


###  https://w3id.org/codo#Country
:Country rdf:type owl:Class ;
         rdfs:subClassOf :AdministrativeArea ;
         rdfs:comment "A country."@en ;
         rdfs:label "Country"@en .


###  https://w3id.org/codo#CountryWiseCaseStatistics
:CountryWiseCaseStatistics rdf:type owl:Class ;
                           owl:equivalentClass [ owl:intersectionOf ( :CaseStatistics
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                        owl:someValuesFrom :Country
                                                                      ]
                                                                    ) ;
                                                 rdf:type owl:Class
                                               ] ;
                           rdfs:subClassOf :CaseStatistics ;
                           rdfs:comment """Country-wise case statistics refer to the numerical data that provides information about the number of cases of a particular disease or health condition within a specific country. These statistics are often used to monitor and track the spread of diseases, assess the disease burden, and identify trends, patterns, and areas of concern within a particular country.

Country-wise case statistics typically include the total number of cases, the number of new cases reported each day or week, the number of deaths related to the disease, the age, gender, and geographic distribution of cases, and other relevant data points. These statistics can help public health officials and policymakers make informed decisions regarding disease control and prevention efforts.

In the context of infectious diseases, country-wise case statistics can be used to calculate important epidemiological indicators such as the incidence rate, prevalence rate, and mortality rate. These indicators can help guide public health interventions and policies at the national and local levels.

Country-wise case statistics are typically collected and reported by national health agencies and other organizations involved in disease surveillance and monitoring. They are often published online or through other public channels to increase awareness and understanding of the disease among the general public and health professionals.

Sources:

World Health Organization. (2021). COVID-19 Weekly Epidemiological Update. https://www.who.int/publications/m/item/weekly-epidemiological-update-on-covid-19---14-december-2021
European Centre for Disease Prevention and Control. (2021). COVID-19 Situation Update Worldwide. https://www.ecdc.europa.eu/en/geographical-distribution-2019-ncov-cases"""@en ;
                           rdfs:label "Country Wise Case Statistics"@en .


###  https://w3id.org/codo#CountryWiseResourceStatistics
:CountryWiseResourceStatistics rdf:type owl:Class ;
                               owl:equivalentClass [ owl:intersectionOf ( :ResourceStatistics
                                                                          [ rdf:type owl:Restriction ;
                                                                            owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                            owl:someValuesFrom :Country
                                                                          ]
                                                                        ) ;
                                                     rdf:type owl:Class
                                                   ] ;
                               rdfs:subClassOf :ResourceStatistics ;
                               rdfs:comment "Country-wise resource statistics refer to numerical data that provides information about the availability and use of natural and human resources within a specific country. These statistics can include data on natural resources such as land, water, minerals, and forests, as well as human resources such as the labor force and skilled workers."@en ;
                               rdfs:label "Country wise resource statistics"@en .


###  https://w3id.org/codo#CountryWiseTestStatistics
:CountryWiseTestStatistics rdf:type owl:Class ;
                           owl:equivalentClass [ owl:intersectionOf ( :TestStatistics
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                        owl:someValuesFrom :Country
                                                                      ]
                                                                    ) ;
                                                 rdf:type owl:Class
                                               ] ;
                           rdfs:subClassOf :TestStatistics ;
                           rdfs:comment """Country-wise COVID test statistics refer to numerical data that provides information about the number of COVID-19 tests conducted and the number of positive cases detected within a specific country. These statistics are used to monitor and track the spread of the virus, assess the effectiveness of testing programs and interventions, and inform public health policies and decision-making.

Country-wise COVID test statistics typically include the total number of tests conducted, the number of new tests conducted each day or week, the number of positive cases detected, the positivity rate (percentage of positive cases among total tests conducted), and other relevant data points such as age, gender, and geographical location of the tested population.

These statistics are usually collected and reported by government agencies and public health organizations, and they are often published online or through other public channels to increase awareness and understanding of the COVID-19 situation in a particular country."""@en ;
                           rdfs:label "Country wise test statistics"@en .


###  https://w3id.org/codo#CountryWiseVaccinationStatistics
:CountryWiseVaccinationStatistics rdf:type owl:Class ;
                                  owl:equivalentClass [ owl:intersectionOf ( :VaccinationStatistics
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                               owl:someValuesFrom :Country
                                                                             ]
                                                                           ) ;
                                                        rdf:type owl:Class
                                                      ] ;
                                  rdfs:subClassOf :VaccinationStatistics ;
                                  rdfs:label "Country wise vaccination statistics"@en .


###  https://w3id.org/codo#DiagnosedWithCOVID-19
:DiagnosedWithCOVID-19 rdf:type owl:Class ;
                       owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                  [ rdf:type owl:Class ;
                                                                    owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty :hasDiagnosis ;
                                                                                    owl:someValuesFrom :COVID-19Diagnosis
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty :hadCovidTest ;
                                                                                    owl:hasValue "true"^^xsd:boolean
                                                                                  ]
                                                                                )
                                                                  ]
                                                                ) ;
                                             rdf:type owl:Class
                                           ] ;
                       rdfs:subClassOf :Patient ;
                       rdfs:comment "A person diagnosed With COVID-19."@en ;
                       rdfs:label "Diagnosed with COVID-19"@en .


###  https://w3id.org/codo#Diagnosis
:Diagnosis rdf:type owl:Class ;
           rdfs:subClassOf :ClinicalFinding ;
           rdfs:comment "identification a disease from its symptoms."@en ;
           rdfs:label "Diagnosis"@en ,
                      "Diagnosis" .


###  https://w3id.org/codo#DiagnosisType
:DiagnosisType rdf:type owl:Class ;
               rdfs:subClassOf owl:Thing ;
               rdfs:comment "This models the manner in which a diagnosis was discovered. E.g., via a pregnancy test, screening for a suspected disease, tests done before surgery, etc."@en ;
               rdfs:label "Disgnosis type"@en .


###  https://w3id.org/codo#DiagnosticLab
:DiagnosticLab rdf:type owl:Class ;
               rdfs:subClassOf :MedicalOrganization ;
               rdfs:comment "Diagnostic laboratory is an institution (or facility within an institution) which is equipped with apparatus and reagents for the performance of diagnostic tests for human infections."@en ;
               rdfs:label "Diagnostic lab"@en .


###  https://w3id.org/codo#DiagnosticTechniquesAndProcedures
:DiagnosticTechniquesAndProcedures rdf:type owl:Class ;
                                   rdfs:subClassOf owl:Thing ;
                                   rdfs:comment "A type of method or test used to help diagnose a disease or condition. Imaging tests and tests to measure blood pressure, pulse, and temperature are examples of diagnostic techniques."@en ,
                                                "Methods, procedures, and tests performed to diagnose disease, disordered function, or disability. (MSH)"@en ;
                                   rdfs:isDefinedBy "https://www.ncbi.nlm.nih.gov/mesh/68019937"@en ;
                                   rdfs:label "Diagnostic techniques and procedures"@en .


###  https://w3id.org/codo#Disease
:Disease rdf:type owl:Class ;
         rdfs:subClassOf :PathologicalState ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasStatistics ;
                           owl:someValuesFrom :Statistics
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasTreatment ;
                           owl:someValuesFrom :Treatment
                         ] ;
         rdfs:comment "A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown. (MSH)"@en ,
                      "Any abnormal condition of the body or mind that causes discomfort, dysfunction, or distress to the person affected or those in contact with the person. The term is often used broadly to include injuries, disabilities, syndromes, symptoms, deviant behaviors, and atypical variations of structure and function. (NCI)"@en ,
                      "Conceptually broad term referring primarily to physical illness. Also used when particular disorders are not specified. Use a more specific term if possible. For general discussions of health impairment consider also the term HEALTH. (PSY)"@en ,
                      "MESH:D004194"@en ,
                      "SCTID: 64572001"@en ,
                      "an impairment of health or a condition of abnormal functioning."@en ,
                      "Disease refers to a disorder or abnormal condition of the body or mind that impairs normal functioning. Diseases can be caused by various factors, including pathogens (such as bacteria, viruses, or parasites), genetic mutations, environmental factors, lifestyle choices, or a combination of these factors." ;
         rdfs:label "Disease"@en .


###  https://w3id.org/codo#DiseaseCluster
:DiseaseCluster rdf:type owl:Class ;
                rdfs:subClassOf :Cluster ;
                rdfs:comment "Patients clustered by diseases that made them susceptible to the virus"@en ;
                rdfs:label "Disease cluster"@en .


###  https://w3id.org/codo#Disorder
:Disorder rdf:type owl:Class ;
          rdfs:subClassOf :Condition ,
                          :PathologicalState ;
          rdfs:comment "In medicine, a disturbance of normal functioning of the mind or body. Disorders may be caused by genetic factors, disease, or trauma"@en ,
                       "a functional abnormality or disturbance"@en ,
                       "A disorder refers to an abnormal condition or disruption in the regular functioning of an organ, system, or overall body. It can involve physical, mental, or physiological dysregulation that affects normal processes and may lead to symptoms or impairments." ;
          rdfs:label "Disorder"@en .


###  https://w3id.org/codo#District
:District rdf:type owl:Class ;
          rdfs:subClassOf :AdministrativeArea ;
          rdfs:comment "An adminidtrative area spanning regions or counties, several municipalities, subdivisions of municipalities, school district, or political district."@en ;
          rdfs:label "District"@en .


###  https://w3id.org/codo#DistrictWiseCaseStatistics
:DistrictWiseCaseStatistics rdf:type owl:Class ;
                            owl:equivalentClass [ owl:intersectionOf ( :CaseStatistics
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                         owl:someValuesFrom :District
                                                                       ]
                                                                     ) ;
                                                  rdf:type owl:Class
                                                ] ;
                            rdfs:subClassOf :CaseStatistics ;
                            rdfs:comment """District-wise case statistics refer to numerical data that provides information about the number of cases of a particular disease or health condition within a specific district or administrative region. These statistics are often used to monitor and track the spread of diseases, assess the disease burden, and identify trends, patterns, and areas of concern within a particular district or region.

District-wise case statistics typically include the total number of cases, the number of new cases reported each day or week, the number of deaths related to the disease, the age, gender, and geographic distribution of cases, and other relevant data points. These statistics can help public health officials and policymakers make informed decisions regarding disease control and prevention efforts at the local level.

In the context of infectious diseases, district-wise case statistics can be used to calculate important epidemiological indicators such as the incidence rate, prevalence rate, and mortality rate. These indicators can help guide public health interventions and policies at the local level, such as targeted testing and contact tracing efforts.

District-wise case statistics are typically collected and reported by local health authorities and other organizations involved in disease surveillance and monitoring. They are often published online or through other public channels to increase awareness and understanding of the disease among the general public and local health professionals.

Sources:

Centers for Disease Control and Prevention. (2021). COVID-19 Data Tracker: Cases in the U.S. https://covid.cdc.gov/covid-data-tracker/#cases_casesinlast7days
Government of India. (2021). Ministry of Health and Family Welfare: District-Wise COVID-19 Cases. https://www.mohfw.gov.in/"""@en ;
                            rdfs:label "District Wise Case Statistics"@en .


###  https://w3id.org/codo#DistrictWiseResourceStatistics
:DistrictWiseResourceStatistics rdf:type owl:Class ;
                                owl:equivalentClass [ owl:intersectionOf ( :ResourceStatistics
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                             owl:someValuesFrom :District
                                                                           ]
                                                                         ) ;
                                                      rdf:type owl:Class
                                                    ] ;
                                rdfs:subClassOf :ResourceStatistics ;
                                rdfs:comment "District-wise resource statistics refer to numerical data that provides information about the availability and use of resources within a specific district or administrative region."@en ;
                                rdfs:label "District wise resource statistics"@en .


###  https://w3id.org/codo#DistrictWiseTestStatistics
:DistrictWiseTestStatistics rdf:type owl:Class ;
                            owl:equivalentClass [ owl:intersectionOf ( :TestStatistics
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                         owl:someValuesFrom :District
                                                                       ]
                                                                     ) ;
                                                  rdf:type owl:Class
                                                ] ;
                            rdfs:subClassOf :TestStatistics ;
                            rdfs:comment """District-wise COVID test statistics refer to numerical data that provides information about the number of COVID-19 tests conducted and the number of positive cases detected within a specific district or administrative region. These statistics are used to monitor and track the spread of the virus, assess the effectiveness of testing programs and interventions, and inform public health policies and decision-making at the local level.

District-wise COVID test statistics typically include the total number of tests conducted, the number of new tests conducted each day or week, the number of positive cases detected, the positivity rate (percentage of positive cases among total tests conducted), and other relevant data points such as age, gender, and geographical location of the tested population.

These statistics are usually collected and reported by local health departments and other relevant authorities, and they are often published online or through other public channels to increase awareness and understanding of the COVID-19 situation in a particular district or administrative region."""@en ;
                            rdfs:label "District wise test statistics"@en .


###  https://w3id.org/codo#DistrictWiseVaccinationStatistics
:DistrictWiseVaccinationStatistics rdf:type owl:Class ;
                                   owl:equivalentClass [ owl:intersectionOf ( :VaccinationStatistics
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                                owl:someValuesFrom :District
                                                                              ]
                                                                            ) ;
                                                         rdf:type owl:Class
                                                       ] ;
                                   rdfs:subClassOf :VaccinationStatistics ;
                                   rdfs:label "District wise vaccination statistics"@en .


###  https://w3id.org/codo#Doctor
:Doctor rdf:type owl:Class ;
        rdfs:subClassOf :HealthCareProfessional ;
        rdfs:comment "A licensed medical doctor."@en ,
                     "SCTID: 158965000"@en ;
        rdfs:label "Doctor"@en .


###  https://w3id.org/codo#Edema
:Edema rdf:type owl:Class ;
       rdfs:subClassOf <http://purl.obolibrary.org/obo/SYMP_0000462> ;
       rdfs:comment "swelling from excessive accumulation of serous fluid in tissue"@en ;
       rdfs:label "Edema"@en ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Dropsy"@en ,
                                                      "Hydrops"@en ,
                                                      "Oedema"@en .


###  https://w3id.org/codo#EdemaDueToInfection
:EdemaDueToInfection rdf:type owl:Class ;
                     rdfs:subClassOf :Edema ;
                     rdfs:comment "Edema due to infection"@en ;
                     rdfs:label "Edema due to infection"@en .


###  https://w3id.org/codo#Environment
:Environment rdf:type owl:Class ;
             rdfs:subClassOf :Host ;
             rdfs:comment "The external elements and conditions which surround, influence, and affect the life and development of an organism or population."@en ;
             rdfs:label "Environment"@en .


###  https://w3id.org/codo#EnvironmentalCondition
:EnvironmentalCondition rdf:type owl:Class ;
                        rdfs:subClassOf :Condition ;
                        rdfs:comment "Environmental conditions, or the quality and state of the environment, are an inescapable part of daily life that can impact health."@en ;
                        rdfs:label "Environmental condition"@en .


###  https://w3id.org/codo#ExposureToCOVID-19
:ExposureToCOVID-19 rdf:type owl:Class ;
                    rdfs:comment """The suspected causes of catching COVID-19. 
The causes can be a close contact, co-passenger, from some gathering, like aniversary, congregation, infected family member, etc. This class is to indicate the suspected reasons for contacting the virus for a patient. For example, for person 1, the suspected reason of catching the disease is his coworker person 2.   
The individuals of this class and its subclasses not necessary to be an individual person always, like, reason can be a gathering, job place, etc."""@en ;
                    rdfs:label "Exposure to COVID-19"@en .


###  https://w3id.org/codo#ExposureViaCongregation
:ExposureViaCongregation rdf:type owl:Class ;
                         rdfs:subClassOf :Gathering ;
                         rdfs:label "Exposure via congregation"@en .


###  https://w3id.org/codo#Finding
:Finding rdf:type owl:Class ;
         rdfs:comment "That which is discovered by direct observation or measurement of an organism attribute or condition, including the clinical history of the patient. The history of the presence of a disease is a 'Finding' and is distinguished from the disease itself."@en ;
         rdfs:label "Finding"@en .


###  https://w3id.org/codo#Gathering
:Gathering rdf:type owl:Class ;
           rdfs:subClassOf :ExposureToCOVID-19 ;
           rdfs:comment "Mass gathering, a suspected cause for catching COVID-19."@en ;
           rdfs:label "Gathering"@en .


###  https://w3id.org/codo#GeneralBodyStateFinding
:GeneralBodyStateFinding rdf:type owl:Class ;
                         rdfs:subClassOf :GeneralFindingOfObservationOfPatient ;
                         rdfs:comment "SCTID: 82832008"@en ;
                         rdfs:isDefinedBy "SNOMED CT"@en ;
                         rdfs:label "General body state finding"@en .


###  https://w3id.org/codo#GeneralFindingOfObservationOfPatient
:GeneralFindingOfObservationOfPatient rdf:type owl:Class ;
                                      rdfs:subClassOf :ClinicalFinding ;
                                      rdfs:comment "SCTID: 118222006"@en ;
                                      rdfs:isDefinedBy "SNOMED CT"@en ;
                                      rdfs:label "General finding of observation of patient"@en ;
                                      <http://www.w3.org/2004/02/skos/core#altLabel> "General condition of patient"@en ,
                                                                                     "General observation of patient"@en .


###  https://w3id.org/codo#GeographicCluster
:GeographicCluster rdf:type owl:Class ;
                   rdfs:subClassOf :Cluster ;
                   rdfs:comment "Patients clustered by the geographic region where they contracted the infection"@en ;
                   rdfs:label "Geographic cluster"@en .


###  https://w3id.org/codo#GeographicRegion
:GeographicRegion rdf:type owl:Class ;
                  rdfs:subClassOf :Place ;
                  rdfs:comment "Geographic regions such as the Middle East, North America, etc. For the cluster class"@en ;
                  rdfs:label "Geographic region"@en .


###  https://w3id.org/codo#GovernmentOrganization
:GovernmentOrganization rdf:type owl:Class ;
                        rdfs:subClassOf <http://www.w3.org/ns/org#FormalOrganization> ;
                        rdfs:comment "A governmental organization."@en ;
                        rdfs:label "Government organization"@en .


###  https://w3id.org/codo#HealthCareProfessional
:HealthCareProfessional rdf:type owl:Class ;
                        rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
                        rdfs:comment "Healthcare Professional means any member of the medical, dental, pharmacy or nursing professions or any other person who in the course of his or her professional activities may prescribe, recommend, purchase, supply, or administer a pharmaceutical product."@en ,
                                     "Healthcare Professional or “HCP” shall mean any person licensed to prescribe Company products, as well as anyone working for a person licensed to prescribe a Company Therapeutic Product and in a position to influence a purchasing decision, including without limitation physicians and other providers (e.g., nurses, pharmacists), dialysis providers, other office personnel."@en ;
                        rdfs:label "Health care professional"@en .


###  https://w3id.org/codo#Hospital
:Hospital rdf:type owl:Class ;
          rdfs:subClassOf :MedicalOrganization ,
                          :Place ;
          rdfs:comment "Institutions with an organized medical staff which provide medical care to patients."@en ;
          rdfs:label "Hospital"@en .


###  https://w3id.org/codo#Host
:Host rdf:type owl:Class ;
      rdfs:comment "An organism that nourishes and supports another but does not benefit by the association; recipient of transplanted tissue or organ from a donor. (NCI)"@en ,
                   "Any cellular component of a host cell. The host is an organism in which another organism, for instance a parasite or symbiont, spends part or all of its life cycle and from which it obtains nourishment and/or protection. [ISBN:0198506732] (GO)"@en ;
      rdfs:label "Host"@en ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Sample host"@en .


###  https://w3id.org/codo#Human
:Human rdf:type owl:Class ;
       rdfs:subClassOf :Host ;
       rdfs:comment "Members of the species Homo sapiens."@en ;
       rdfs:label "Human"@en .


###  https://w3id.org/codo#Immunization
:Immunization rdf:type owl:Class ;
              rdfs:subClassOf :Treatment ;
              rdfs:comment "The act of making immune (especially by inoculation)."@en ;
              rdfs:label "Immunization"@en ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Immunisation"@en .


###  https://w3id.org/codo#Immunogen
:Immunogen rdf:type owl:Class ;
           rdfs:comment "any substance or organism that provokes an immune response (produces immunity) when introduced into the body."@en ;
           rdfs:label "Immunogen"@en ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Immunizing agent"@en .


###  https://w3id.org/codo#InfectedBrother
:InfectedBrother rdf:type owl:Class ;
                 rdfs:subClassOf :InfectedFamilyMember ;
                 rdfs:label "Infected brother"@en .


###  https://w3id.org/codo#InfectedCo-Passenger
:InfectedCo-Passenger rdf:type owl:Class ;
                      rdfs:subClassOf :ExposureToCOVID-19 ;
                      rdfs:label "InfectedCo-Passenger"@en .


###  https://w3id.org/codo#InfectedCo-worker
:InfectedCo-worker rdf:type owl:Class ;
                   rdfs:subClassOf :InfectedViaJob ;
                   rdfs:label "Infected Co-worker"@en .


###  https://w3id.org/codo#InfectedCousin
:InfectedCousin rdf:type owl:Class ;
                rdfs:subClassOf :InfectedFamilyMember ;
                rdfs:label "Infected cousin"@en .


###  https://w3id.org/codo#InfectedDaughter
:InfectedDaughter rdf:type owl:Class ;
                  rdfs:subClassOf :InfectedFamilyMember ;
                  rdfs:label "Infected daughter"@en .


###  https://w3id.org/codo#InfectedDomesticHelp
:InfectedDomesticHelp rdf:type owl:Class ;
                      rdfs:subClassOf :ExposureToCOVID-19 ;
                      rdfs:label "Infected domestic help"@en .


###  https://w3id.org/codo#InfectedFamilyMember
:InfectedFamilyMember rdf:type owl:Class ;
                      rdfs:subClassOf :ExposureToCOVID-19 ;
                      rdfs:label "Infected family member"@en .


###  https://w3id.org/codo#InfectedFather
:InfectedFather rdf:type owl:Class ;
                rdfs:subClassOf :InfectedFamilyMember ;
                rdfs:label "Infected father"@en .


###  https://w3id.org/codo#InfectedMother
:InfectedMother rdf:type owl:Class ;
                rdfs:subClassOf :InfectedFamilyMember ;
                rdfs:label "Infected mother"@en .


###  https://w3id.org/codo#InfectedNeighbor
:InfectedNeighbor rdf:type owl:Class ;
                  rdfs:subClassOf :ExposureToCOVID-19 ;
                  rdfs:label "Infected neighbor"@en .


###  https://w3id.org/codo#InfectedNephew
:InfectedNephew rdf:type owl:Class ;
                rdfs:subClassOf :InfectedFamilyMember ;
                rdfs:label "Infected nephew"@en .


###  https://w3id.org/codo#InfectedNiece
:InfectedNiece rdf:type owl:Class ;
               rdfs:subClassOf :InfectedFamilyMember ;
               rdfs:label "Infected niece"@en .


###  https://w3id.org/codo#InfectedRoomMate
:InfectedRoomMate rdf:type owl:Class ;
                  rdfs:subClassOf :ExposureToCOVID-19 ;
                  rdfs:label "Infected room mate"@en .


###  https://w3id.org/codo#InfectedSister
:InfectedSister rdf:type owl:Class ;
                rdfs:subClassOf :InfectedFamilyMember ;
                rdfs:label "Infected sister"@en .


###  https://w3id.org/codo#InfectedSon
:InfectedSon rdf:type owl:Class ;
             rdfs:subClassOf :InfectedFamilyMember ;
             rdfs:label "Infected son"@en .


###  https://w3id.org/codo#InfectedSpouse
:InfectedSpouse rdf:type owl:Class ;
                rdfs:subClassOf :InfectedFamilyMember ;
                rdfs:label "Infected spouse"@en .


###  https://w3id.org/codo#InfectedViaHealthcareWork
:InfectedViaHealthcareWork rdf:type owl:Class ;
                           rdfs:subClassOf :InfectedViaJob ;
                           rdfs:label "Infected via healthcare work"@en .


###  https://w3id.org/codo#InfectedViaJob
:InfectedViaJob rdf:type owl:Class ;
                rdfs:subClassOf :ExposureToCOVID-19 ;
                rdfs:label "Infected via job"@en .


###  https://w3id.org/codo#InfectedViaPoliceWork
:InfectedViaPoliceWork rdf:type owl:Class ;
                       rdfs:subClassOf :InfectedViaJob ;
                       rdfs:label "Infected via police work"@en .


###  https://w3id.org/codo#InfectedViaSupportStaff
:InfectedViaSupportStaff rdf:type owl:Class ;
                         rdfs:subClassOf :InfectedViaJob ;
                         rdfs:comment "Support staff such as lift man, cleaners, security personnel, peons etc."@en ;
                         rdfs:label "Infected via support staff"@en .


###  https://w3id.org/codo#InfectiousDisease
:InfectiousDisease rdf:type owl:Class ;
                   rdfs:subClassOf :CommunicableDisease ;
                   rdfs:comment "a disease transmitted only by a specific kind of contact."@en ,
                                "Infectious diseases are caused by pathogenic microorganisms (such as bacteria, viruses, fungi, or parasites) that can invade and multiply within the body. These diseases can range from mild to severe and can be transmitted through various means, including person-to-person contact, contaminated surfaces, vectors (such as mosquitoes), or airborne droplets." ;
                   rdfs:label "Infectious disease"@en .


###  https://w3id.org/codo#LaboratoryTestFinding
:LaboratoryTestFinding rdf:type owl:Class ;
                       rdfs:subClassOf :TestResult ;
                       rdfs:comment "Results of fluid and tissue tests such as urine and blood analysis. (OMS)"@en ;
                       rdfs:label "Laboratory test finding"@en ;
                       <http://www.w3.org/2004/02/skos/core#altLabel> "Laboratory test observation"@en ,
                                                                      "Laboratory test result"@en ,
                                                                      "The outcome of a laboratory test. (NCI)"@en .


###  https://w3id.org/codo#Landform
:Landform rdf:type owl:Class ;
          rdfs:subClassOf :Place ;
          rdfs:comment "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins."@en ;
          rdfs:label "Landform"@en .


###  https://w3id.org/codo#LessCommonSymptom
:LessCommonSymptom rdf:type owl:Class ;
                   rdfs:subClassOf :COVID-19SymtomClassificationByWHO ;
                   rdfs:label "Less common symptom"@en .


###  https://w3id.org/codo#LocalBusiness
:LocalBusiness rdf:type owl:Class ;
               rdfs:subClassOf <http://www.w3.org/ns/org#Organization> ,
                               :Place ;
               rdfs:comment "A local business physically situated in a place, and can be a branch of an organization, e.g., a restaurant, a local branch of a chain of restaurant, a branch of a bank, a club, etc."@en ;
               rdfs:label "Local business"@en .


###  https://w3id.org/codo#Man
:Man rdf:type owl:Class ;
     owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <https://pending.schema.org/gender> ;
                                                  owl:hasValue :Male
                                                ]
                                              ) ;
                           rdf:type owl:Class
                         ] ;
     rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
     rdfs:comment "A man."@en ;
     rdfs:label "Man"@en .


###  https://w3id.org/codo#ManisJavanica
:ManisJavanica rdf:type owl:Class ;
               rdfs:subClassOf :Host ;
               rdfs:comment "The Sunda pangolin (Manis javanica), also known as the Malayan or Javan pangolin, is a species of pangolin."@en ;
               rdfs:label "Manis Javanica"@en .


###  https://w3id.org/codo#MedicalClinic
:MedicalClinic rdf:type owl:Class ;
               rdfs:subClassOf :MedicalOrganization ;
               rdfs:comment "A medical establishment run by a group of medical specialists."@en ;
               rdfs:label "Medical clinic"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Clinic"@en .


###  https://w3id.org/codo#MedicalOrganization
:MedicalOrganization rdf:type owl:Class ;
                     rdfs:subClassOf <http://www.w3.org/ns/org#Organization> ;
                     rdfs:comment "A medical organization, such as hospital, diagnostic lab, clinic, etc."@en ;
                     rdfs:label "Medical organization"@en .


###  https://w3id.org/codo#MildAndVeryMildCOVID-19
:MildAndVeryMildCOVID-19 rdf:type owl:Class ;
                         owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty :isDiagnosisFor ;
                                                                      owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                [ rdf:type owl:Class ;
                                                                                                                  owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                         owl:onProperty :hasSymptom ;
                                                                                                                                                         owl:hasValue :BreathingWithoutDifficulty
                                                                                                                                                       ]
                                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                                         owl:onProperty :hasSymptom ;
                                                                                                                                                         owl:hasValue :Cough
                                                                                                                                                       ]
                                                                                                                                                     ) ;
                                                                                                                                  rdf:type owl:Class
                                                                                                                                ]
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                  owl:hasValue :Fever
                                                                                                                                ]
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                  owl:hasValue :Malaise
                                                                                                                                ]
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                  owl:hasValue :SoreThroat
                                                                                                                                ]
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                  owl:hasValue :URTI
                                                                                                                                ]
                                                                                                                              )
                                                                                                                ]
                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                  owl:onProperty :mostRecentVitalSign ;
                                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :VitalSign
                                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                                              owl:onProperty :SpO2 ;
                                                                                                                                                              owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                                   owl:onDatatype xsd:integer ;
                                                                                                                                                                                   owl:withRestrictions ( [ xsd:minInclusive 94
                                                                                                                                                                                                          ]
                                                                                                                                                                                                        )
                                                                                                                                                                                 ]
                                                                                                                                                            ]
                                                                                                                                                          ) ;
                                                                                                                                       rdf:type owl:Class
                                                                                                                                     ]
                                                                                                                ]
                                                                                                              ) ;
                                                                                           rdf:type owl:Class
                                                                                         ]
                                                                    ]
                                                                  ) ;
                                               rdf:type owl:Class
                                             ] ,
                                             [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty :isDiagnosisFor ;
                                                                      owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                [ rdf:type owl:Class ;
                                                                                                                  owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                         owl:onProperty :hasSymptom ;
                                                                                                                                                         owl:hasValue :COVIDRO_BreathingWithoutDifficulty
                                                                                                                                                       ]
                                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                                         owl:onProperty :hasSymptom ;
                                                                                                                                                         owl:hasValue :COVIDRO_Cough
                                                                                                                                                       ]
                                                                                                                                                     ) ;
                                                                                                                                  rdf:type owl:Class
                                                                                                                                ]
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                  owl:hasValue :COVIDRO_Fever
                                                                                                                                ]
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                  owl:hasValue :COVIDRO_Malaise
                                                                                                                                ]
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                  owl:hasValue :COVIDRO_SoreThroat
                                                                                                                                ]
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                  owl:hasValue :COVIDRO_URTI
                                                                                                                                ]
                                                                                                                              )
                                                                                                                ]
                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                  owl:onProperty :mostRecentVitalSign ;
                                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :VitalSign
                                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                                              owl:onProperty :SpO2 ;
                                                                                                                                                              owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                                   owl:onDatatype xsd:integer ;
                                                                                                                                                                                   owl:withRestrictions ( [ xsd:minInclusive 94
                                                                                                                                                                                                          ]
                                                                                                                                                                                                        )
                                                                                                                                                                                 ]
                                                                                                                                                            ]
                                                                                                                                                          ) ;
                                                                                                                                       rdf:type owl:Class
                                                                                                                                     ]
                                                                                                                ]
                                                                                                              ) ;
                                                                                           rdf:type owl:Class
                                                                                         ]
                                                                    ]
                                                                  ) ;
                                               rdf:type owl:Class
                                             ] ;
                         rdfs:subClassOf :COVID-19Diagnosis ;
                         rdfs:comment """Cases presenting with fever and/or upper respiratory tract illness (Influenza
Like Illness, ILI)."""@en ;
                         rdfs:label "Mild and very mild COVID-19"@en ,
                                    "Mild and very mild COVID-19" .


###  https://w3id.org/codo#ModerateCOVID-19
:ModerateCOVID-19 rdf:type owl:Class ;
                  owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty :isDiagnosisFor ;
                                                               owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                         [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                                  owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                         owl:onProperty :hasSymptom ;
                                                                                                                                                                         owl:hasValue :BreathingWithoutDifficulty
                                                                                                                                                                       ]
                                                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                                                         owl:onProperty :hasSymptom ;
                                                                                                                                                                         owl:hasValue :Cough
                                                                                                                                                                       ]
                                                                                                                                                                     ) ;
                                                                                                                                                  rdf:type owl:Class
                                                                                                                                                ]
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                                  owl:hasValue :Fever
                                                                                                                                                ]
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                                  owl:hasValue :Malaise
                                                                                                                                                ]
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                                  owl:hasValue :SoreThroat
                                                                                                                                                ]
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                                  owl:hasValue :URTI
                                                                                                                                                ]
                                                                                                                                              )
                                                                                                                                ]
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                  owl:hasValue :Pneumonia
                                                                                                                                ]
                                                                                                                              ) ;
                                                                                                           rdf:type owl:Class
                                                                                                         ]
                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                           owl:onProperty :mostRecentVitalSign ;
                                                                                                           owl:someValuesFrom [ owl:intersectionOf ( :VitalSign
                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                       owl:onProperty :SpO2 ;
                                                                                                                                                       owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                            owl:onDatatype xsd:integer ;
                                                                                                                                                                            owl:withRestrictions ( [ xsd:minExclusive 90
                                                                                                                                                                                                   ]
                                                                                                                                                                                                 )
                                                                                                                                                                          ]
                                                                                                                                                     ]
                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                       owl:onProperty :SpO2 ;
                                                                                                                                                       owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                            owl:onDatatype xsd:integer ;
                                                                                                                                                                            owl:withRestrictions ( [ xsd:maxInclusive 93
                                                                                                                                                                                                   ]
                                                                                                                                                                                                 )
                                                                                                                                                                          ]
                                                                                                                                                     ]
                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                       owl:onProperty :respiratoryRate ;
                                                                                                                                                       owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                            owl:onDatatype xsd:integer ;
                                                                                                                                                                            owl:withRestrictions ( [ xsd:minInclusive 30
                                                                                                                                                                                                   ]
                                                                                                                                                                                                 )
                                                                                                                                                                          ]
                                                                                                                                                     ]
                                                                                                                                                   ) ;
                                                                                                                                rdf:type owl:Class
                                                                                                                              ]
                                                                                                         ]
                                                                                                       ) ;
                                                                                    rdf:type owl:Class
                                                                                  ]
                                                             ]
                                                           ) ;
                                        rdf:type owl:Class
                                      ] ,
                                      [ owl:intersectionOf ( :COVID-19Diagnosis
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty :isDiagnosisFor ;
                                                               owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                         [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                                  owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                         owl:onProperty :hasSymptom ;
                                                                                                                                                                         owl:hasValue :COVIDRO_BreathingWithoutDifficulty
                                                                                                                                                                       ]
                                                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                                                         owl:onProperty :hasSymptom ;
                                                                                                                                                                         owl:hasValue :COVIDRO_Cough
                                                                                                                                                                       ]
                                                                                                                                                                     ) ;
                                                                                                                                                  rdf:type owl:Class
                                                                                                                                                ]
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                                  owl:hasValue :COVIDRO_Fever
                                                                                                                                                ]
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                                  owl:hasValue :COVIDRO_Malaise
                                                                                                                                                ]
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                                  owl:hasValue :COVIDRO_SoreThroat
                                                                                                                                                ]
                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                                  owl:hasValue :COVIDRO_URTI
                                                                                                                                                ]
                                                                                                                                              )
                                                                                                                                ]
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :hasSymptom ;
                                                                                                                                  owl:hasValue :COVIDRO_Pneumonia
                                                                                                                                ]
                                                                                                                              ) ;
                                                                                                           rdf:type owl:Class
                                                                                                         ]
                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                           owl:onProperty :mostRecentVitalSign ;
                                                                                                           owl:someValuesFrom [ owl:intersectionOf ( :VitalSign
                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                       owl:onProperty :SpO2 ;
                                                                                                                                                       owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                            owl:onDatatype xsd:integer ;
                                                                                                                                                                            owl:withRestrictions ( [ xsd:minExclusive 90
                                                                                                                                                                                                   ]
                                                                                                                                                                                                 )
                                                                                                                                                                          ]
                                                                                                                                                     ]
                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                       owl:onProperty :SpO2 ;
                                                                                                                                                       owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                            owl:onDatatype xsd:integer ;
                                                                                                                                                                            owl:withRestrictions ( [ xsd:maxInclusive 93
                                                                                                                                                                                                   ]
                                                                                                                                                                                                 )
                                                                                                                                                                          ]
                                                                                                                                                     ]
                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                       owl:onProperty :respiratoryRate ;
                                                                                                                                                       owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                            owl:onDatatype xsd:integer ;
                                                                                                                                                                            owl:withRestrictions ( [ xsd:minInclusive 30
                                                                                                                                                                                                   ]
                                                                                                                                                                                                 )
                                                                                                                                                                          ]
                                                                                                                                                     ]
                                                                                                                                                   ) ;
                                                                                                                                rdf:type owl:Class
                                                                                                                              ]
                                                                                                         ]
                                                                                                       ) ;
                                                                                    rdf:type owl:Class
                                                                                  ]
                                                             ]
                                                           ) ;
                                        rdf:type owl:Class
                                      ] ;
                  rdfs:subClassOf :COVID-19Diagnosis ;
                  rdfs:comment """Moderate COVID-19 Symptoms: in additon to symptoms in mild cases, check for pneumonia which may not be apparent.
Respiratory Rate (RR): >=30
SpO2: 90-93% on room air"""@en ;
                  rdfs:label "Moderate COVID-19"@en ,
                             "Moderate COVID-19" .


###  https://w3id.org/codo#MostCommonSymptom
:MostCommonSymptom rdf:type owl:Class ;
                   rdfs:subClassOf :COVID-19SymtomClassificationByWHO ;
                   rdfs:label "Most common symptom"@en .


###  https://w3id.org/codo#Nurse
:Nurse rdf:type owl:Class ;
       rdfs:subClassOf :HealthCareProfessional ;
       rdfs:comment "A health professional skilled in caring for young children or the sick (usually under the supervision of a physician)."@en ,
                    "SCTID: 106292003"@en ;
       rdfs:label "Nurse"@en ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Professional nurse"@en .


###  https://w3id.org/codo#ObservationalFinding
:ObservationalFinding rdf:type owl:Class ;
                      rdfs:subClassOf :Finding ;
                      rdfs:comment "The act of measuring, questioning, evaluating, or otherwise observing a patient or a specimen from a patient in healthcare; the act of making a clinical judgment."@en ,
                                   "The result, answer, judgment, or knowledge gained from the act of observing a patient or a specimen from a patient in healthcare"@en ;
                      rdfs:label "Observational finding"@en ;
                      <http://www.w3.org/2004/02/skos/core#altLabel> "ClinicalObservation"@en ,
                                                                     "FindingOfObservation"@en .


###  https://w3id.org/codo#Occupation
:Occupation rdf:type owl:Class ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
                              owl:onProperty <https://schema.org/hasOccupation> ;
                              owl:someValuesFrom :Occupation
                            ] ;
            rdfs:comment "A profession, may involve prolonged training and/or a formal qualification."@en ,
                         "the principal activity in your life that you do to earn money; \"he's not in my line of business\""@en ;
            rdfs:label "Occupation"@en .


###  https://w3id.org/codo#OrganizationType
:OrganizationType rdf:type owl:Class ;
                  owl:equivalentClass [ rdf:type owl:Class ;
                                        owl:oneOf ( :Private
                                                    :Public
                                                  )
                                      ] ;
                  rdfs:comment "Organization type in terms of Public or Private."@en ;
                  rdfs:label "Organization type"@en .


###  https://w3id.org/codo#OtherLessCommonSymptom
:OtherLessCommonSymptom rdf:type owl:Class ;
                        rdfs:subClassOf :COVID-19SymtomClassificationByWHO ;
                        rdfs:label "Other less common symptom"@en .


###  https://w3id.org/codo#OtherSymptom
:OtherSymptom rdf:type owl:Class ;
              rdfs:subClassOf <http://purl.obolibrary.org/obo/SYMP_0000462> ;
              rdfs:label "Other symptom"@en .


###  https://w3id.org/codo#PathologicalState
:PathologicalState rdf:type owl:Class ;
                   rdfs:subClassOf :COVIDRO_UnderlyingHealthCondition ,
                                   :Condition ;
                   rdfs:comment "An abnormal or physiologically unbalanced state of the body. illness, malady, sickness, unwellness. impairment of normal physiological function affecting part or all of an organism."@en ,
                                "A pathological state refers to an abnormal or diseased condition of the body. It can involve structural or functional changes that deviate from the normal physiological state and may be associated with symptoms or manifestations of illness." ;
                   rdfs:label "Pathological state"@en .


###  https://w3id.org/codo#Patient
:Patient rdf:type owl:Class ;
         rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasDiagnosis ;
                           owl:someValuesFrom :Diagnosis
                         ] ;
         rdfs:comment "A patient is any recipient of health care services that are performed by healthcare professionals."@en ,
                      """Patients are categorised into three groups based on the following guidelines. 

Source: https://www.mohfw.gov.in/pdf/FinalGuidanceonMangaementofCovidcasesversion2.pdf"""@en ,
                      "SCTID: 116154003"@en ;
         rdfs:label "Patient"@en .


###  https://w3id.org/codo#Place
:Place rdf:type owl:Class ;
       rdfs:comment "Entities that have a somewhat fixed, physical extension."@en ;
       rdfs:label "Place"@en .


###  https://w3id.org/codo#PolicePerson
:PolicePerson rdf:type owl:Class ;
              rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
              rdfs:isDefinedBy "a person whose job is to enforce laws, investigate crimes, and make arrests a member of the police."@en ;
              rdfs:label "Police person"@en .


###  https://w3id.org/codo#Pregnancy
:Pregnancy rdf:type owl:Class ;
           rdfs:subClassOf :RiskFactor ;
           rdfs:comment "Pregnancy refers to the period during which a woman carries a developing fetus in her uterus. It is a natural process that typically lasts around 40 weeks. Pregnancy involves significant physiological and hormonal changes in the woman's body to support the growth and development of the fetus." ;
           rdfs:label "Pregnancy"@en ,
                      "Pregnancy" .


###  https://w3id.org/codo#ProbableCase
:ProbableCase rdf:type owl:Class ;
              rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
              rdfs:comment """A. A patient who meets clinical criteria above AND is a contact of a probable or confirmed case, or linked to a
COVID-19 cluster
B. A suspect case with chest imaging showing findings suggestive of COVID-19 disease
C. A person with recent onset of anosmia(loss of smell) or ageusia(loss of taste) in the absence of any other
identified cause.
D. Death, not otherwise explained, in an adult with respiratory distress preceding death AND was a contact of a probable or confirmed case or linked to a COVID-19 cluster."""@en ;
              rdfs:label "Probable case"@en .


###  https://w3id.org/codo#PublicTransport
:PublicTransport rdf:type owl:Class ;
                 rdfs:subClassOf :Transport ;
                 rdfs:comment """Public transport refers to a system of transportation that is available to the general public and is usually operated by government or private organizations. It includes various modes of transport such as buses, trains, trams, and subways that are designed to move large numbers of people efficiently and affordably.

Public transport is often used as an alternative to private transport, such as cars or motorcycles, and can help reduce traffic congestion, air pollution, and greenhouse gas emissions. It also provides access to mobility for people who do not own their own vehicles, such as those who are too young or too old to drive or who cannot afford to own a car.

Public transport systems vary widely in terms of their coverage, frequency, and quality. In some cities, public transport is widely used and well-developed, while in others it may be limited or unreliable. Factors that can influence the quality and accessibility of public transport include government funding, infrastructure, and population density.

Sources:

World Bank. (2022). Public Transport. https://urbantranscripts.org/glossary/public-transport/
United Nations. (2014). Sustainable Urban Transport. https://sustainabledevelopment.un.org/content/documents/3392Sustainable%20Urban%20Transport.pdf"""@en ;
                 rdfs:label "Public transport"@en .


###  https://w3id.org/codo#RadiologincFinding
:RadiologincFinding rdf:type owl:Class ;
                    rdfs:subClassOf :TestResult ;
                    rdfs:comment "Imaging results obtained through a radiology procedure. ... (NCI)"@en ;
                    rdfs:label "Radiologic finding"@en ;
                    <http://www.w3.org/2004/02/skos/core#altLabel> "Radiologic test result"@en .


###  https://w3id.org/codo#Recommendation
:Recommendation rdf:type owl:Class ;
                rdfs:subClassOf :Treatment ;
                rdfs:comment """TreatmentRecommendation refers to a healthcare provider's advice or suggestion on a specific course of treatment for a patient's medical condition. It is based on the patient's medical history, symptoms, test results, and other relevant factors.

A TreatmentRecommendation may include the type of medication, dosage, duration of treatment, and any necessary lifestyle modifications or follow-up appointments. It may also take into consideration the patient's preferences and goals for treatment.

TreatmentRecommendations can come from a variety of healthcare professionals, including primary care physicians, specialists, and therapists. They play an important role in helping patients make informed decisions about their health and guiding them towards the best possible outcomes.

Sources:

American Medical Association. (2022). Treatment recommendations. https://www.ama-assn.org/delivering-care/patient-support-advocacy/treatment-recommendations
National Center for Advancing Translational Sciences. (2022). Clinical Recommendations. https://www.ncbi.nlm.nih.gov/books/NBK553051/"""@en ;
                rdfs:label "Recommendation"@en .


###  https://w3id.org/codo#ResourceStatistics
:ResourceStatistics rdf:type owl:Class ;
                    owl:equivalentClass [ owl:intersectionOf ( :Statistics
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty :resource ;
                                                                 owl:someValuesFrom xsd:integer
                                                               ]
                                                             ) ;
                                          rdf:type owl:Class
                                        ] ;
                    rdfs:subClassOf :Statistics ;
                    rdfs:comment """Resource statistics refer to the numerical data that provides information about the availability and use of resources in a particular area or sector. These statistics can include data on natural resources, such as water, minerals, and forests, as well as human resources, such as the labor force and skilled workers.

Resource statistics are used to monitor and evaluate the availability and sustainability of resources, as well as to identify areas where additional resources may be needed. They are often used by policymakers, researchers, and business leaders to make informed decisions about resource allocation, development, and management.

For example, in the context of natural resources, resource statistics can help identify areas where there is a high demand for resources and where resource depletion may be a concern. This information can then be used to guide conservation efforts and resource management policies.

In the context of human resources, resource statistics can provide insight into the size and skill level of the workforce in a particular area or sector. This information can be used to identify areas where additional training or education may be needed to meet the demands of the job market.

Resource statistics are typically collected and reported by government agencies, research institutions, and other organizations involved in resource management and development. They are often published online or through other public channels to increase awareness and understanding of resource availability and use.

Sources:

United Nations. (2021). Sustainable Development Goal 12: Ensure sustainable consumption and production patterns. https://www.un.org/sustainabledevelopment/sustainable-consumption-production/
U.S. Department of Energy. (2021). Energy Resource Statistics. https://www.energy.gov/data/energy-resource-statistics"""@en ;
                    rdfs:label "Resource statistics"@en .


###  https://w3id.org/codo#RespiratorySymptom
:RespiratorySymptom rdf:type owl:Class ;
                    rdfs:subClassOf <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                    rdfs:comment "Respiratory symptoms are common symptoms of lung or heart conditions, emotions, or injury. The medical terms for respiratory symptoms include dyspnea (difficulty breathing), tachypnea (rapid breathing), hypopnea (shallow breathing), hyperpnea (deep breathing), and apnea (absence of breathing)."@en ;
                    rdfs:isDefinedBy "https://www.ncbi.nlm.nih.gov/mesh/68012818" ;
                    rdfs:label "Respiratory symptom"@en .


###  https://w3id.org/codo#RespiratoryTractDisease
:RespiratoryTractDisease rdf:type owl:Class ;
                         rdfs:subClassOf :Disease ;
                         rdfs:comment "Respiratory tract diseases refer to a variety of conditions that affect the airways, lungs, and respiratory system. These can include infections like pneumonia, bronchitis, asthma, chronic obstructive pulmonary disease (COPD), and other disorders that impact breathing and respiratory function." ;
                         rdfs:label "Respiratory tract disease"@en .


###  https://w3id.org/codo#RespiratoryTractDiseases
:RespiratoryTractDiseases rdf:type owl:Class ;
                          rdfs:subClassOf :Disease ;
                          rdfs:comment "Respiratory diseases include asthma, chronic obstructive pulmonary disease (COPD), pulmonary fibrosis, pneumonia, and lung cancer. Also called lung disorder and pulmonary disease."@en ;
                          rdfs:isDefinedBy "https://www.ncbi.nlm.nih.gov/mesh/68012140"@en ;
                          rdfs:label "Respiratory Tract Diseases"@en .


###  https://w3id.org/codo#RhinolophusAffinis
:RhinolophusAffinis rdf:type owl:Class ;
                    rdfs:subClassOf :Host ;
                    rdfs:label "Rhinolophus Affinis"@en .


###  https://w3id.org/codo#RiskFactor
:RiskFactor rdf:type owl:Class ;
            rdfs:comment "An aspect of personal behavior or lifestyle, environmental exposure, inborn or inherited characteristic, which, based on epidemiological evidence, is known to be associated with a health-related condition considered important to prevent. (MSH)"@en ,
                         "Any aspect of an individual's life, behavior, an environmental exposure, or an inborn or inherited characteristic that increases the likelihood of a disease, condition or injury. (NCI)"@en ,
                         "Personal behaviors or lifestyles, environmental effects, or inborn characteristics which epidemiological evidence has shown to be associated with the increased rate of a behavior or health-related condition. (PSY)"@en ,
                         "SCTID: 80943009"@en ,
                         """A risk factor is any attribute, characteristic, or exposure that increases the likelihood of developing a particular disease or experiencing a certain health condition. Risk factors can be divided into two main categories: modifiable and non-modifiable.

Source:
Centers for Disease Control and Prevention (CDC). (2021). Understand Your Risk for Heart Disease. Retrieved from: https://www.cdc.gov/heartdisease/risk_factors.htm""" ;
            rdfs:label "RiskFactor"@en ,
                       "Risk factor" .


###  https://w3id.org/codo#SecondaryContact
:SecondaryContact rdf:type owl:Class ;
                  rdfs:subClassOf :ExposureToCOVID-19 ;
                  rdfs:label "Secondary contact"@en .


###  https://w3id.org/codo#SecurityGuard
:SecurityGuard rdf:type owl:Class ;
               rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
               rdfs:comment "A security guard (also known as a security inspector, security officer, or protective agent) is a person employed by a government or private party to protect the employing party's assets (property, people, equipment, money, etc.) from a variety of hazards (such as criminal activity, waste, damaged property, unsafe worker behavior, etc.) by enforcing preventative measures. Security guards do this by maintaining a high-visibility presence to deter illegal and inappropriate actions, looking (either directly, through patrols, or indirectly, by monitoring alarm systems or video surveillance cameras) for signs of crime or other hazards (such as a fire), taking action to minimize damage (such as warning and escorting trespassers off property), and reporting any incidents to their clients and emergency services (such as the police or paramedics), as appropriate."@en ;
               rdfs:label "Security guard"@en .


###  https://w3id.org/codo#SevereCOVID-19
:SevereCOVID-19 rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :isDiagnosisFor ;
                                                             owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                       [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                                owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                       owl:onProperty :hasSymptom ;
                                                                                                                                                                       owl:hasValue :BreathingWithoutDifficulty
                                                                                                                                                                     ]
                                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                                       owl:onProperty :hasSymptom ;
                                                                                                                                                                       owl:hasValue :Cough
                                                                                                                                                                     ]
                                                                                                                                                                   ) ;
                                                                                                                                                rdf:type owl:Class
                                                                                                                                              ]
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty :hasSymptom ;
                                                                                                                                                owl:hasValue :Fever
                                                                                                                                              ]
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty :hasSymptom ;
                                                                                                                                                owl:hasValue :Pneumonia
                                                                                                                                              ]
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty :hasSymptom ;
                                                                                                                                                owl:hasValue :SoreThroat
                                                                                                                                              ]
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty :hasSymptom ;
                                                                                                                                                owl:hasValue :URTI
                                                                                                                                              ]
                                                                                                                                            )
                                                                                                                              ]
                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                owl:onProperty :hasSymptom ;
                                                                                                                                owl:hasValue :Pneumonia
                                                                                                                              ]
                                                                                                                            ) ;
                                                                                                         rdf:type owl:Class
                                                                                                       ]
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty :mostRecentVitalSign ;
                                                                                                         owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                                                              owl:unionOf ( [ owl:intersectionOf ( :VitalSign
                                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                                     owl:onProperty :DBP ;
                                                                                                                                                                     owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                                          owl:onDatatype xsd:integer ;
                                                                                                                                                                                          owl:withRestrictions ( [ xsd:maxExclusive 60
                                                                                                                                                                                                                 ]
                                                                                                                                                                                                               )
                                                                                                                                                                                        ]
                                                                                                                                                                   ]
                                                                                                                                                                 ) ;
                                                                                                                                              rdf:type owl:Class
                                                                                                                                            ]
                                                                                                                                            [ owl:intersectionOf ( [ owl:intersectionOf ( :VitalSign
                                                                                                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                                                                                                            owl:onProperty :SBP ;
                                                                                                                                                                                            owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                                                                 owl:onDatatype xsd:integer ;
                                                                                                                                                                                                                 owl:withRestrictions ( [ xsd:maxExclusive 90
                                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                                      )
                                                                                                                                                                                                               ]
                                                                                                                                                                                          ]
                                                                                                                                                                                        ) ;
                                                                                                                                                                     rdf:type owl:Class
                                                                                                                                                                   ]
                                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                                     owl:onProperty :SpO2 ;
                                                                                                                                                                     owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                                          owl:onDatatype xsd:integer ;
                                                                                                                                                                                          owl:withRestrictions ( [ xsd:maxExclusive 90
                                                                                                                                                                                                                 ]
                                                                                                                                                                                                               )
                                                                                                                                                                                        ]
                                                                                                                                                                   ]
                                                                                                                                                                 ) ;
                                                                                                                                              rdf:type owl:Class
                                                                                                                                            ]
                                                                                                                                          )
                                                                                                                            ]
                                                                                                       ]
                                                                                                     ) ;
                                                                                  rdf:type owl:Class
                                                                                ]
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ,
                                    [ owl:intersectionOf ( :COVID-19Diagnosis
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :isDiagnosisFor ;
                                                             owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                       [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                                owl:unionOf ( [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                       owl:onProperty :hasSymptom ;
                                                                                                                                                                       owl:hasValue :COVIDRO_BreathingWithoutDifficulty
                                                                                                                                                                     ]
                                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                                       owl:onProperty :hasSymptom ;
                                                                                                                                                                       owl:hasValue :COVIDRO_Cough
                                                                                                                                                                     ]
                                                                                                                                                                   ) ;
                                                                                                                                                rdf:type owl:Class
                                                                                                                                              ]
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty :hasSymptom ;
                                                                                                                                                owl:hasValue :COVIDRO_Fever
                                                                                                                                              ]
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty :hasSymptom ;
                                                                                                                                                owl:hasValue :COVIDRO_Pneumonia
                                                                                                                                              ]
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty :hasSymptom ;
                                                                                                                                                owl:hasValue :COVIDRO_SoreThroat
                                                                                                                                              ]
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty :hasSymptom ;
                                                                                                                                                owl:hasValue :COVIDRO_URTI
                                                                                                                                              ]
                                                                                                                                            )
                                                                                                                              ]
                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                owl:onProperty :hasSymptom ;
                                                                                                                                owl:hasValue :COVIDRO_Pneumonia
                                                                                                                              ]
                                                                                                                            ) ;
                                                                                                         rdf:type owl:Class
                                                                                                       ]
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty :mostRecentVitalSign ;
                                                                                                         owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                                                              owl:unionOf ( [ owl:intersectionOf ( :VitalSign
                                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                                     owl:onProperty :DBP ;
                                                                                                                                                                     owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                                          owl:onDatatype xsd:integer ;
                                                                                                                                                                                          owl:withRestrictions ( [ xsd:maxExclusive 60
                                                                                                                                                                                                                 ]
                                                                                                                                                                                                               )
                                                                                                                                                                                        ]
                                                                                                                                                                   ]
                                                                                                                                                                 ) ;
                                                                                                                                              rdf:type owl:Class
                                                                                                                                            ]
                                                                                                                                            [ owl:intersectionOf ( [ owl:intersectionOf ( :VitalSign
                                                                                                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                                                                                                            owl:onProperty :SBP ;
                                                                                                                                                                                            owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                                                                 owl:onDatatype xsd:integer ;
                                                                                                                                                                                                                 owl:withRestrictions ( [ xsd:maxExclusive 90
                                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                                      )
                                                                                                                                                                                                               ]
                                                                                                                                                                                          ]
                                                                                                                                                                                        ) ;
                                                                                                                                                                     rdf:type owl:Class
                                                                                                                                                                   ]
                                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                                     owl:onProperty :SpO2 ;
                                                                                                                                                                     owl:someValuesFrom [ rdf:type rdfs:Datatype ;
                                                                                                                                                                                          owl:onDatatype xsd:integer ;
                                                                                                                                                                                          owl:withRestrictions ( [ xsd:maxExclusive 90
                                                                                                                                                                                                                 ]
                                                                                                                                                                                                               )
                                                                                                                                                                                        ]
                                                                                                                                                                   ]
                                                                                                                                                                 ) ;
                                                                                                                                              rdf:type owl:Class
                                                                                                                                            ]
                                                                                                                                          )
                                                                                                                            ]
                                                                                                       ]
                                                                                                     ) ;
                                                                                  rdf:type owl:Class
                                                                                ]
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf :COVID-19Diagnosis ;
                rdfs:comment """Severe COVID-19 symptoms: any of the following symptoms - 
signs of severe pneumonia, acute respiratory distress syndrome (ARDS), septic shock, multi-organ dysfunction syndrome, or pneumonia with cyanosis, severe retraction of chest, lethargy, 

SpO2: < 90% on room air"""@en ;
                rdfs:label "Severe COVID-19"@en ,
                           "Severe COVID-19" .


###  https://w3id.org/codo#SevereCOVID-19Symptom
:SevereCOVID-19Symptom rdf:type owl:Class ;
                       rdfs:subClassOf :COVID-19SymtomClassificationByWHO ;
                       rdfs:label "Severe COVID-19 symptom"@en .


###  https://w3id.org/codo#Sign
:Sign rdf:type owl:Class ;
      owl:equivalentClass :VitalSign ;
      rdfs:subClassOf :ClinicalFinding ;
      rdfs:comment "In medicine, a sign is something found during a physical exam or from a laboratory test that shows that a person may have a condition or disease. Some examples of signs are fever, swelling, skin rash, high blood pressure, and high blood glucose."@en ;
      rdfs:label "Sign"@en .


###  https://w3id.org/codo#SkinManifestation
:SkinManifestation rdf:type owl:Class ;
                   rdfs:subClassOf <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                   rdfs:comment "Dermatologic disorders attendant upon non-dermatologic disease or injury. (MSH)"@en ;
                   rdfs:isDefinedBy "https://www.ncbi.nlm.nih.gov/mesh/68012877"@en ;
                   rdfs:label "SkinManifestation"@en .


###  https://w3id.org/codo#SocialHistory
:SocialHistory rdf:type owl:Class ;
               rdfs:subClassOf :ObservationalFinding ;
               rdfs:comment "Past events that occurred between individuals and/or their communities. (NCI)"@en ,
                            """The Social History Observations define the patient's occupational, personal (e.g. lifestyle), social, and environmental history and health risk factors, as well as administrative data such as marital status, race, ethnicity and religious affiliation.

(HL7V3.0)"""@en ;
               rdfs:label "Social history"@en .


###  https://w3id.org/codo#State
:State rdf:type owl:Class ;
       rdfs:subClassOf :AdministrativeArea ;
       rdfs:comment "A state or province of a country."@en ;
       rdfs:label "State"@en ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Province"@en .


###  https://w3id.org/codo#StateWiseCaseStatistics
:StateWiseCaseStatistics rdf:type owl:Class ;
                         owl:equivalentClass [ owl:intersectionOf ( :CaseStatistics
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                      owl:someValuesFrom :State
                                                                    ]
                                                                  ) ;
                                               rdf:type owl:Class
                                             ] ;
                         rdfs:subClassOf :CaseStatistics ;
                         rdfs:comment """State-wise case statistics refer to numerical data that provides information about the number of cases of a particular disease or health condition within a specific state or province. These statistics are often used to monitor and track the spread of diseases, assess the disease burden, and identify trends, patterns, and areas of concern within a particular state or province.

State-wise case statistics typically include the total number of cases, the number of new cases reported each day or week, the number of deaths related to the disease, the age, gender, and geographic distribution of cases, and other relevant data points. These statistics can help public health officials and policymakers make informed decisions regarding disease control and prevention efforts at the state or provincial level.

In the context of infectious diseases, state-wise case statistics can be used to calculate important epidemiological indicators such as the incidence rate, prevalence rate, and mortality rate. These indicators can help guide public health interventions and policies at the state or provincial level, such as targeted testing and contact tracing efforts.

State-wise case statistics are typically collected and reported by state health departments and other organizations involved in disease surveillance and monitoring. They are often published online or through other public channels to increase awareness and understanding of the disease among the general public and state health professionals.

Sources:

Centers for Disease Control and Prevention. (2021). COVID-19 Data Tracker: Cases in the U.S. https://covid.cdc.gov/covid-data-tracker/#cases_casesinlast7days
Government of India. (2021). Ministry of Health and Family Welfare: State-Wise COVID-19 Cases. https://www.mohfw.gov.in/"""@en ;
                         rdfs:label "State Wise Case Statistics"@en .


###  https://w3id.org/codo#StateWiseResourceStatistics
:StateWiseResourceStatistics rdf:type owl:Class ;
                             owl:equivalentClass [ owl:intersectionOf ( :ResourceStatistics
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                          owl:someValuesFrom :State
                                                                        ]
                                                                      ) ;
                                                   rdf:type owl:Class
                                                 ] ;
                             rdfs:subClassOf :ResourceStatistics ;
                             rdfs:comment "State-wise resource statistics refer to numerical data that provides information about the availability and use of resources within a specific state or province."@en ;
                             rdfs:label "State wise resource statistics"@en .


###  https://w3id.org/codo#StateWiseTestStatistics
:StateWiseTestStatistics rdf:type owl:Class ;
                         owl:equivalentClass [ owl:intersectionOf ( :TestStatistics
                                                                    [ rdf:type owl:Restriction ;
                                                                      owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                      owl:someValuesFrom :State
                                                                    ]
                                                                  ) ;
                                               rdf:type owl:Class
                                             ] ;
                         rdfs:subClassOf :TestStatistics ;
                         rdfs:comment """State-wise COVID test statistics refer to numerical data that provides information about the number of COVID-19 tests conducted and the number of positive cases detected within a specific state or province. These statistics are used to monitor and track the spread of the virus, assess the effectiveness of testing programs and interventions, and inform public health policies and decision-making at the state level.

State-wise COVID test statistics typically include the total number of tests conducted, the number of new tests conducted each day or week, the number of positive cases detected, the positivity rate (percentage of positive cases among total tests conducted), and other relevant data points such as age, gender, and geographical location of the tested population.

These statistics are usually collected and reported by state health departments and other relevant authorities, and they are often published online or through other public channels to increase awareness and understanding of the COVID-19 situation in a particular state or province."""@en ;
                         rdfs:label "State wise test statistics"@en .


###  https://w3id.org/codo#StateWiseVaccinationStatistics
:StateWiseVaccinationStatistics rdf:type owl:Class ;
                                owl:equivalentClass [ owl:intersectionOf ( :VaccinationStatistics
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                                                             owl:someValuesFrom :State
                                                                           ]
                                                                         ) ;
                                                      rdf:type owl:Class
                                                    ] ;
                                rdfs:subClassOf :VaccinationStatistics ;
                                rdfs:label "State wise vaccination statistics"@en .


###  https://w3id.org/codo#Statistics
:Statistics rdf:type owl:Class ;
            owl:equivalentClass [ rdf:type owl:Class ;
                                  owl:unionOf ( :CaseStatistics
                                                :ResourceStatistics
                                                :TestStatistics
                                                :VaccinationStatistics
                                              )
                                ] ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
                              owl:onProperty <http://purl.org/dc/terms/spatial> ;
                              owl:someValuesFrom :Place
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :isStatisticsOf ;
                              owl:someValuesFrom :Disease
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :date ;
                              owl:allValuesFrom xsd:dateTime
                            ] ;
            rdfs:comment "Statistics based on each day."@en ,
                         "Statistics of COVID-19 cases which includes the deatils of active, recovered, deaths, and also the resources (e.g., beds required, shortage of beds, ICUs) on daily basis."@en ;
            rdfs:label "Statistics"@en .


###  https://w3id.org/codo#Status
:Status rdf:type owl:Class ;
        owl:equivalentClass [ rdf:type owl:Class ;
                              owl:oneOf ( :Cured
                                          :Deceased
                                          :Hospitalized
                                        )
                            ] ;
        rdfs:subClassOf :ClinicalFinding ;
        rdfs:comment "The current status of a patient, for example: recovered, hospitalized, deceased."@en ;
        rdfs:label "Status"@en .


###  https://w3id.org/codo#SuspectCase
:SuspectCase rdf:type owl:Class ;
             owl:equivalentClass [ rdf:type owl:Class ;
                                   owl:unionOf ( [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                        [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                 owl:onProperty :hasSymptom ;
                                                                                                 owl:hasValue :DryCough
                                                                                               ]
                                                                                               [ rdf:type owl:Restriction ;
                                                                                                 owl:onProperty :hasSymptom ;
                                                                                                 owl:hasValue :Fever
                                                                                               ]
                                                                                             ) ;
                                                                          rdf:type owl:Class
                                                                        ]
                                                                      ) ;
                                                   rdf:type owl:Class
                                                 ]
                                                 [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty :hasSymptom ;
                                                                          owl:minQualifiedCardinality "3"^^xsd:nonNegativeInteger ;
                                                                          owl:onClass :LessCommonSymptom
                                                                        ]
                                                                      ) ;
                                                   rdf:type owl:Class
                                                 ]
                                               )
                                 ] ;
             rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
             rdfs:comment """A. A person who meets the clinical AND epidemiological criteria:
Clinical Criteria:
• Acute onset of fever AND cough; OR
• Acute onset of ANY THREE OR MORE of the following signs or symptoms: Fever, cough, general
weakness/ fatigue, headache, myalgia, sore throat, coryza, dyspnoea, anorexia/nausea/vomiting, diarrhoea,
altered mental status.
AND
Epidemiological Criteria:
• Residing or working in an area with high risk of transmission of virus: closed residential settings,
humanitarian settings such as camp and camp-like settings for displaced persons; any time within the 14
days prior to symptom onset; or
• Residing or travel to an area with community transmission any time within the 14 days prior to symptom
onset; or
• Working in any healthcare setting, including with in health facilities or within the community; any time
within the 14 days prior of symptom onset.
B. A patient with severe acute respiratory illness:
(SARI: acute respiratory infection with history of fever or measured fever of ≥38 C°; and cough; with onset
within the last 10 days; and requires hospitalization)."""@en ;
             rdfs:label "Suspect case"@en .


###  https://w3id.org/codo#SymptomaticTreatment
:SymptomaticTreatment rdf:type owl:Class ;
                      rdfs:subClassOf :COVID-19Treatment ;
                      rdfs:comment "Symptomatic treatment, supportive care, or supportive therapy is any medical therapy of a disease that only affects its symptoms, not the underlying cause."@en ;
                      rdfs:label "Symptomatic treatment"@en ;
                      <http://www.w3.org/2004/02/skos/core#altLabel> "Supportive care"@en ,
                                                                     "Supportive therapy"@en .


###  https://w3id.org/codo#TestResult
:TestResult rdf:type owl:Class ;
            rdfs:subClassOf :ClinicalFinding ;
            rdfs:comment "A test result."@en ,
                         "The result of a laboratory, radiologic, or other clinical test performed to determine the presence, absence, or degree of a condition. (NCI)"@en ;
            rdfs:label "Test result"@en .


###  https://w3id.org/codo#TestStatistics
:TestStatistics rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( :Statistics
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty :test ;
                                                             owl:someValuesFrom xsd:integer
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf :Statistics ;
                rdfs:comment "test statistics refer to numerical data that provides information about the number of COVID-19 tests conducted, the number of positive cases detected, and other relevant data points related to COVID-19 testing. These statistics are used to monitor and track the spread of the virus and to assess the effectiveness of testing programs and interventions."@en ;
                rdfs:label "Test statistics"@en .


###  https://w3id.org/codo#TimeCluster
:TimeCluster rdf:type owl:Class ;
             rdfs:subClassOf :Cluster ;
             rdfs:comment """A cluster defined by some event (including lack of knowledge) at a certain date. 
Note that clusters are not disjoint, so a cluster can be an instance of a TimeCluster and other clusters."""@en ;
             rdfs:label "Time cluster"@en .


###  https://w3id.org/codo#Town
:Town rdf:type owl:Class ;
      rdfs:subClassOf :AdministrativeArea ;
      rdfs:comment "Places which satisfy the following criteria are called towns: (i) A minimum population of 5,000; (ii) At least 75 per cent of the male main working population engaged in non-agricultural pursuits; and (iii) A density of population of at least 400 persons per sq. km. (i.e. 1000 per sq. Mile)."@en ;
      rdfs:label "Town"@en .


###  https://w3id.org/codo#Transport
:Transport rdf:type owl:Class ;
           rdfs:comment """Transport refers to the movement of people, goods, or materials from one location to another. It is an essential aspect of modern society and plays a critical role in facilitating economic and social activity.

There are various modes of transport available, including road, rail, air, water, and pipelines. Each mode has its advantages and disadvantages and is suitable for different types of transport needs.


Sources:

United Nations. (2022). Sustainable Development Goal 9: Industry, Innovation and Infrastructure. https://www.un.org/sustainabledevelopment/infrastructure-industrialization/"""@en ;
           rdfs:label "Transport"@en .


###  https://w3id.org/codo#TravelHistory
:TravelHistory rdf:type owl:Class ;
               rdfs:subClassOf :ObservationalFinding ;
               rdfs:comment "A record of the places that a person has been. (NCI)"@en ;
               rdfs:label "Travel history"@en .


###  https://w3id.org/codo#Treatment
:Treatment rdf:type owl:Class ;
           rdfs:subClassOf owl:Thing ;
           rdfs:comment "care by procedures or applications that are intended to relieve illness or injury."@en ;
           rdfs:label "Treatment"@en ,
                      "Treatment" .


###  https://w3id.org/codo#UnionTerritory
:UnionTerritory rdf:type owl:Class ;
                rdfs:subClassOf :AdministrativeArea ;
                rdfs:comment "A union territory ('Federally administered territory/province') is a type of administrative division in the Republic of India. Unlike the states of India, which have their own governments, union territories are federal territories governed directly by the Central Government of India."@en ;
                rdfs:label "Union Territory"@en .


###  https://w3id.org/codo#UntestedForCOVID-19
:UntestedForCOVID-19 rdf:type owl:Class ;
                     owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                [ rdf:type owl:Restriction ;
                                                                  owl:onProperty :hadCovidTest ;
                                                                  owl:hasValue "false"^^xsd:boolean
                                                                ]
                                                              ) ;
                                           rdf:type owl:Class
                                         ] ;
                     rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
                     rdfs:comment "Untested for COVID-19"@en ;
                     rdfs:isDefinedBy "Person who has not gone through COVID-19 Testing"@en ;
                     rdfs:label "Untested for COVID-19"@en .


###  https://w3id.org/codo#UrgentlyNeedsCOVID-19Test
:UrgentlyNeedsCOVID-19Test rdf:type owl:Class ;
                           owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty :hasCloseRelationship ;
                                                                        owl:someValuesFrom :DiagnosedWithCOVID-19
                                                                      ]
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty :hadCovidTest ;
                                                                        owl:hasValue "false"^^xsd:boolean
                                                                      ]
                                                                    ) ;
                                                 rdf:type owl:Class
                                               ] ;
                           rdfs:subClassOf :UntestedForCOVID-19 ;
                           rdfs:comment "Urgently needs COVID-19 test"@en ;
                           rdfs:label "Urgently needs COVID-19 test"@en .


###  https://w3id.org/codo#VGO_AccessoryProteinOfSARS-CoV-2
:VGO_AccessoryProteinOfSARS-CoV-2 rdf:type owl:Class ;
                                  rdfs:subClassOf :VGO_ProteinOfSARS-CoV-2 ;
                                  rdfs:label "Accessory protein of SARS-CoV-2"@en .


###  https://w3id.org/codo#VGO_ActiveSurveillance
:VGO_ActiveSurveillance rdf:type owl:Class ;
                        rdfs:subClassOf :VGO_SamplingStrategy ;
                        rdfs:comment "Active surveillance is a method of disease surveillance that involves actively seeking out cases of a particular disease or condition by conducting regular monitoring and testing of individuals or populations at risk."@en ;
                        rdfs:label "Active surveillance"@en .


###  https://w3id.org/codo#VGO_AlveolarLavageFluidSwabSpecimen
:VGO_AlveolarLavageFluidSwabSpecimen rdf:type owl:Class ;
                                     rdfs:subClassOf :VGO_BronchoAlveolarLavageFluidSwabSpecimen ;
                                     rdfs:comment "Alveolar lavage fluid swab specimen is another term for bronchoalveolar lavage fluid swab specimen. It is a sample of fluid collected from the alveoli, which are the small air sacs in the lungs where gas exchange occurs."@en ;
                                     rdfs:label "Alveolar lavage fluid swab specimen"@en .


###  https://w3id.org/codo#VGO_AnalSwabSpecimen
:VGO_AnalSwabSpecimen rdf:type owl:Class ;
                      rdfs:subClassOf :VGO_SwabSpecimen ;
                      rdfs:comment "An anal swab specimen is a specific type of swab specimen that is collected from the anus or rectum. It is commonly used to diagnose infections such as sexually transmitted infections and gastrointestinal infections. The collection of an anal swab specimen involves the insertion of a swab into the anus or rectum to collect a sample of cells or secretions, which is then sent to a laboratory for analysis. The procedure is typically quick and relatively painless, but may be uncomfortable for some individuals."@en ;
                      rdfs:label "Anal swab specimen"@en .


###  https://w3id.org/codo#VGO_AnteriorNareSwabSpecimen
:VGO_AnteriorNareSwabSpecimen rdf:type owl:Class ;
                              rdfs:subClassOf :VGO_UpperRespiratoryTractSwabSpecimen ;
                              rdfs:comment "An anterior nare swab specimen is a sample of secretions collected from the inside of the nostril, specifically the anterior nares, which are the openings of the nasal cavity. The collection of an anterior nare swab specimen involves the insertion of a swab into the nostril to collect a sample of secretions, which is then sent to a laboratory for analysis. It is commonly used for COVID-19 testing and other respiratory infections."@en ;
                              rdfs:label "Anterior nare swab specimen"@en .


###  https://w3id.org/codo#VGO_AssemblyMethod
:VGO_AssemblyMethod rdf:type owl:Class ;
                    rdfs:comment "Assembly can be performed using an assembly software of your preference. Some examples of de novo assembly tools include: SPAdes, Edena, ABySS. Similarly, reference based assembly (using one or more reference genomes) can be conducted using a tool such as SMALT or Bowtie"@en ;
                    rdfs:label "AssemblyMethod"@en .


###  https://w3id.org/codo#VGO_BaselineSurveillance
:VGO_BaselineSurveillance rdf:type owl:Class ;
                          rdfs:subClassOf :VGO_SamplingStrategy ;
                          rdfs:comment "Baseline surveillance involves collecting data on a particular disease or condition before an intervention or change occurs, in order to establish a baseline for future comparisons."@en ;
                          rdfs:label "Baseline surveillance"@en .


###  https://w3id.org/codo#VGO_Betacoronavirus
:VGO_Betacoronavirus rdf:type owl:Class ;
                     rdfs:subClassOf :VGO_Orthocoronavirinae ;
                     rdfs:comment """Betacoronavirus (β-CoVs or Beta-CoVs) is one of four genera (Alpha-, Beta-, Gamma-, and Delta-) of coronaviruses. Member viruses are enveloped, positive-strand RNA viruses that infect mammals (of which humans are part). The natural reservoir for betacoronaviruses are bats and rodents. Rodents are the reservoir for the subgenus Embecovirus, while bats are the reservoir for the other subgenera.

The coronavirus genera are each composed of varying viral lineages with the betacoronavirus genus containing four such lineages: A, B, C, D. In older literature, this genus is also known as \"group 2 coronaviruses\". The genus is in the subfamily Orthocoronavirinae in the family Coronaviridae, of the order Nidovirales."""@en ;
                     rdfs:label "Betacoronavirus"@en .


###  https://w3id.org/codo#VGO_Biospecimen
:VGO_Biospecimen rdf:type owl:Class ;
                 rdfs:subClassOf :VGO_Specimen ;
                 rdfs:comment "Any material sample taken from a biological entity for testing, diagnostic, propagation, treatment or research purposes, including a sample obtained from a living organism or taken from the biological object after halting of all its life functions. Biospecimen can contain one or more components including but not limited to cellular molecules, cells, tissues, organs, body fluids, embryos, and body excretory products."@en ;
                 rdfs:label "Biospecimen"@en ;
                 <http://www.w3.org/2004/02/skos/core#altLabel> "Bio-Specimen"@en ,
                                                                "Biological Sample"@en .


###  https://w3id.org/codo#VGO_BloodSpecimen
:VGO_BloodSpecimen rdf:type owl:Class ;
                   rdfs:subClassOf :VGO_BodilyFluidSpecimen ;
                   rdfs:comment "Blood specimen collection is performed routinely to obtain blood for laboratory testing. Blood can be obtained from venous access devices and sometimes by fingerstick. Blood is most frequently obtained via a peripheral vein puncture (venipuncture)."@en ;
                   rdfs:label "Blood specimen"@en .


###  https://w3id.org/codo#VGO_BodilyFluidSpecimen
:VGO_BodilyFluidSpecimen rdf:type owl:Class ;
                         rdfs:subClassOf :VGO_Biospecimen ;
                         rdfs:comment "Body fluids, defined as specimens other than plasma, serum, or urine, include cerebrospinal fluid (CSF), dialysate, postsurgical drain fluid, wound fluid, and other fluids often obtained using ultrasound-guided aspiration (such as pancreatic, pericardial, and pleural fluid)."@en ;
                         rdfs:label "Bodily fluid specimen"@en .


###  https://w3id.org/codo#VGO_BronchialLavageFluidSwabSpecimen
:VGO_BronchialLavageFluidSwabSpecimen rdf:type owl:Class ;
                                      rdfs:subClassOf :VGO_BronchoAlveolarLavageFluidSwabSpecimen ;
                                      rdfs:comment "Bronchial lavage fluid swab specimen is a sample of fluid collected from the bronchial tubes using a bronchoscope, a thin, flexible tube with a light and camera on the end. During a bronchial lavage procedure, a small amount of sterile saline is instilled into the bronchial tubes and then aspirated back out, collecting a sample of fluid and cells for diagnostic testing and analysis."@en ;
                                      rdfs:label "Bronchial lavage fluid swab specimen"@en .


###  https://w3id.org/codo#VGO_BronchoAlveolarLavageFluidSwabSpecimen
:VGO_BronchoAlveolarLavageFluidSwabSpecimen rdf:type owl:Class ;
                                            rdfs:subClassOf :VGO_LowerRespiratoryTractSwabSpecimen ;
                                            rdfs:comment "Bronchoalveolar lavage (BAL) fluid swab specimen is a sample of fluid collected from the lungs using a bronchoscope, a thin, flexible tube with a light and camera on the end. During a BAL procedure, a small amount of sterile saline is instilled into the lungs and then aspirated back out, collecting a sample of fluid and cells from the lower respiratory tract. This fluid can then be used for diagnostic testing and analysis, such as to detect infections or evaluate lung function."@en ;
                                            rdfs:label "Broncho alveolar lavage fluid swab specimen"@en .


###  https://w3id.org/codo#VGO_CLCGenomicsWorkbench12
:VGO_CLCGenomicsWorkbench12 rdf:type owl:Class ;
                            rdfs:subClassOf :VGO_AssemblyMethod ;
                            rdfs:comment "CLC Genomics Workbench provides advanced NGS workflows for de novo assembly of whole genomes and transcriptomes, resequencing analysis (WGS, WES and targeted panel support), variant calling, RNA-seq, ChIP-seq and DNA methylation (bisulfite sequencing analysis)."@en ;
                            rdfs:label "CLC Genomics Workbench 12"@en .


###  https://w3id.org/codo#VGO_CellSpecimen
:VGO_CellSpecimen rdf:type owl:Class ;
                  rdfs:subClassOf :VGO_OrganSpecimen ;
                  rdfs:comment "A cell specimen is a sample of cells collected from an individual for medical testing or diagnosis. It is a non-invasive or minimally invasive diagnostic tool used to detect and diagnose various medical conditions such as cancer, infections, and autoimmune diseases. Cell specimens can be collected from different parts of the body, such as the skin, blood, urine, or respiratory tract, using various techniques, including swabs, aspirates, and washes. The collected specimen is then analyzed in a laboratory to detect any abnormalities or signs of disease in the cells. Cell specimens are an important tool for clinicians and researchers to better understand the nature of diseases and develop effective treatments."@en ;
                  rdfs:label "Cell specimen"@en .


###  https://w3id.org/codo#VGO_ClinicalTrial
:VGO_ClinicalTrial rdf:type owl:Class ;
                   rdfs:subClassOf :VGO_SamplingStrategy ;
                   rdfs:comment "A clinical trial is a research study that tests the safety and effectiveness of new medical treatments, interventions, or devices in humans."@en ;
                   rdfs:label "Clinical trial"@en .


###  https://w3id.org/codo#VGO_Cornidovirineae
:VGO_Cornidovirineae rdf:type owl:Class ;
                     rdfs:subClassOf :VGO_Nidovirales ;
                     rdfs:comment """Cornidovirineae is a subfamily of viruses within the family Coronaviridae, which includes the well-known severe acute respiratory syndrome coronavirus (SARS-CoV), Middle East respiratory syndrome coronavirus (MERS-CoV), and the more recent coronavirus disease 2019 (COVID-19) causing virus, SARS-CoV-2.

These viruses are enveloped, single-stranded RNA viruses that have a genome size ranging from 26 to 32 kilobases. They have a characteristic club-like spike protein on their surface that binds to host cells and enables the virus to enter and infect them.

This subfamily was first proposed in 2020 based on genetic analysis and distinctive features of the virus. The name \"Cornidovirineae\" is derived from the Latin word \"cornu\" meaning horn, which refers to the spike-like projections on the virus's surface.

Source:

Gorbalenya, A. E., Baker, S. C., Baric, R. S., de Groot, R. J., Drosten, C., Gulyaeva, A. A., ... & Ziebuhr, J. (2020). Severe acute respiratory syndrome-related coronavirus: The species and its viruses–a statement of the Coronavirus Study Group. BioRxiv, 1-15."""@en ;
                     rdfs:label "Cornidovirineae"@en .


###  https://w3id.org/codo#VGO_Coronaviridae
:VGO_Coronaviridae rdf:type owl:Class ;
                   rdfs:subClassOf :VGO_Cornidovirineae ;
                   rdfs:comment "Coronaviridae is a family of enveloped, positive-strand RNA viruses which infect amphibians, birds, and mammals. The group includes the subfamilies Letovirinae and Orthocoronavirinae; the members of the latter are known as coronaviruses."@en ;
                   rdfs:label "Coronaviridae"@en .


###  https://w3id.org/codo#VGO_DeepCoughSputumSwabSpecimen
:VGO_DeepCoughSputumSwabSpecimen rdf:type owl:Class ;
                                 rdfs:subClassOf :VGO_LowerRespiratoryTractSwabSpecimen ;
                                 rdfs:comment "A deep cough sputum swab specimen is a sample of mucus or phlegm coughed up from the lower respiratory tract. It is collected by having the individual cough deeply and expectorate sputum into a sterile container or by inducing sputum using a nebulizer. This specimen can then be analyzed in a laboratory to diagnose respiratory infections such as bronchitis or pneumonia."@en ;
                                 rdfs:label "Deep cough sputum swab specimen"@en .


###  https://w3id.org/codo#VGO_DeletionMutation
:VGO_DeletionMutation rdf:type owl:Class ;
                      rdfs:subClassOf :VGO_FrameshiftMutation ;
                      rdfs:comment "Deletion mutation is a type of genetic mutation caused by the loss of one or more nucleotides from a DNA sequence, which can result in the loss of genetic information or the production of a non-functional protein."@en ;
                      rdfs:label "Deletion mutation"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantAlpha
:VGO_DiagnosedWithSARS-CoV-2VariantAlpha rdf:type owl:Class ;
                                         owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :isDiagnosisFor ;
                                                                                      owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :VGO_hasSample ;
                                                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                                                              owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                              owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                        [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :N501Y
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :P681H
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :Y144del
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue <https://w3id.org/codo#69/70del>
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                             ) ;
                                                                                                                                                                                                                          rdf:type owl:Class
                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                      ) ;
                                                                                                                                                                                                   rdf:type owl:Class
                                                                                                                                                                                                 ]
                                                                                                                                                                            ]
                                                                                                                                                                          ) ;
                                                                                                                                                       rdf:type owl:Class
                                                                                                                                                     ]
                                                                                                                                ]
                                                                                                                              ) ;
                                                                                                           rdf:type owl:Class
                                                                                                         ]
                                                                                    ]
                                                                                  ) ;
                                                               rdf:type owl:Class
                                                             ] ;
                                         rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                         rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Alpha: This variant was first identified in the United Kingdom in December 2020. It has multiple mutations in the spike protein, including the N501Y mutation, which is thought to increase the virus's infectivity"@en ;
                                         rdfs:label "Diagnosed with SARS-CoV-2 variant Alpha"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantBeta
:VGO_DiagnosedWithSARS-CoV-2VariantBeta rdf:type owl:Class ;
                                        owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                   [ rdf:type owl:Restriction ;
                                                                                     owl:onProperty :isDiagnosisFor ;
                                                                                     owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                 owl:onProperty :VGO_hasSample ;
                                                                                                                                 owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                                                                                             owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                             owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                       [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                owl:hasValue :E484K
                                                                                                                                                                                                                                              ]
                                                                                                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                owl:hasValue :K417N
                                                                                                                                                                                                                                              ]
                                                                                                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                owl:hasValue :N501Y
                                                                                                                                                                                                                                              ]
                                                                                                                                                                                                                                            ) ;
                                                                                                                                                                                                                         rdf:type owl:Class
                                                                                                                                                                                                                       ]
                                                                                                                                                                                                                     ) ;
                                                                                                                                                                                                  rdf:type owl:Class
                                                                                                                                                                                                ]
                                                                                                                                                                           ]
                                                                                                                                                                         ) ;
                                                                                                                                                      rdf:type owl:Class
                                                                                                                                                    ]
                                                                                                                               ]
                                                                                                                             ) ;
                                                                                                          rdf:type owl:Class
                                                                                                        ]
                                                                                   ]
                                                                                 ) ;
                                                              rdf:type owl:Class
                                                            ] ;
                                        rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                        rdfs:comment """Patient Diagnosed with SARS-CoV-2 variant Beta: This is another variant of SARS-CoV-2 that was first identified in South Africa in December 2020. It has several mutations in the spike protein, including the E484K mutation, which is thought to affect the virus's ability to be neutralized by antibodies.

."""@en ;
                                        rdfs:label "Diagnosed with SARS-CoV-2 variant Beta"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantDelta
:VGO_DiagnosedWithSARS-CoV-2VariantDelta rdf:type owl:Class ;
                                         owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :isDiagnosisFor ;
                                                                                      owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :VGO_hasSample ;
                                                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                                                              owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                              owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                        [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :D950N
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :L452R
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :P681R
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                             ) ;
                                                                                                                                                                                                                          rdf:type owl:Class
                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                      ) ;
                                                                                                                                                                                                   rdf:type owl:Class
                                                                                                                                                                                                 ]
                                                                                                                                                                            ]
                                                                                                                                                                          ) ;
                                                                                                                                                       rdf:type owl:Class
                                                                                                                                                     ]
                                                                                                                                ]
                                                                                                                              ) ;
                                                                                                           rdf:type owl:Class
                                                                                                         ]
                                                                                    ]
                                                                                  ) ;
                                                               rdf:type owl:Class
                                                             ] ;
                                         rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                         rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Delta: This is a highly transmissible variant of SARS-CoV-2 that was first identified in India in December 2020. It has multiple mutations in the spike protein of the virus, including the L452R and P681R mutations, which are believed to increase its infectivity and ability to evade the immune system."@en ;
                                         rdfs:label "Diagnosed with SARS-CoV-2 variant Delta"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantDeltaPlus
:VGO_DiagnosedWithSARS-CoV-2VariantDeltaPlus rdf:type owl:Class ;
                                             owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty :isDiagnosisFor ;
                                                                                          owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                    [ rdf:type owl:Restriction ;
                                                                                                                                      owl:onProperty :VGO_hasSample ;
                                                                                                                                      owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                                                  owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                            [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                     owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                     owl:hasValue :D950N
                                                                                                                                                                                                                                                   ]
                                                                                                                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                     owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                     owl:hasValue :K417N
                                                                                                                                                                                                                                                   ]
                                                                                                                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                     owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                     owl:hasValue :L452R
                                                                                                                                                                                                                                                   ]
                                                                                                                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                     owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                     owl:hasValue :P681R
                                                                                                                                                                                                                                                   ]
                                                                                                                                                                                                                                                 ) ;
                                                                                                                                                                                                                              rdf:type owl:Class
                                                                                                                                                                                                                            ]
                                                                                                                                                                                                                          ) ;
                                                                                                                                                                                                       rdf:type owl:Class
                                                                                                                                                                                                     ]
                                                                                                                                                                                ]
                                                                                                                                                                              ) ;
                                                                                                                                                           rdf:type owl:Class
                                                                                                                                                         ]
                                                                                                                                    ]
                                                                                                                                  ) ;
                                                                                                               rdf:type owl:Class
                                                                                                             ]
                                                                                        ]
                                                                                      ) ;
                                                                   rdf:type owl:Class
                                                                 ] ;
                                             rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                             rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Delta plus: The Delta plus variant, also known as AY.1, is a sublineage of the Delta variant. It has been classified as a Variant of Concern (VOC) by the Indian government due to its potential for increased transmissibility and potential impacts on vaccine effectiveness. However, the WHO has not yet classified it as a VOC."@en ;
                                             rdfs:label "Diagnosed with SARS-CoV-2 variant Delta plus"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantEpsilon
:VGO_DiagnosedWithSARS-CoV-2VariantEpsilon rdf:type owl:Class ;
                                           owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                      [ rdf:type owl:Restriction ;
                                                                                        owl:onProperty :isDiagnosisFor ;
                                                                                        owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                                                    owl:onProperty :VGO_hasSample ;
                                                                                                                                    owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                                owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                                owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                          [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                   owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                   owl:hasValue :L452R
                                                                                                                                                                                                                                                 ]
                                                                                                                                                                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                   owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                   owl:hasValue :W152C
                                                                                                                                                                                                                                                 ]
                                                                                                                                                                                                                                               ) ;
                                                                                                                                                                                                                            rdf:type owl:Class
                                                                                                                                                                                                                          ]
                                                                                                                                                                                                                        ) ;
                                                                                                                                                                                                     rdf:type owl:Class
                                                                                                                                                                                                   ]
                                                                                                                                                                              ]
                                                                                                                                                                            ) ;
                                                                                                                                                         rdf:type owl:Class
                                                                                                                                                       ]
                                                                                                                                  ]
                                                                                                                                ) ;
                                                                                                             rdf:type owl:Class
                                                                                                           ]
                                                                                      ]
                                                                                    ) ;
                                                                 rdf:type owl:Class
                                                               ] ;
                                           rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                           rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Epsilon: The Epsilon variant, also known as B.1.429, is a SARS-CoV-2 variant that was first identified in California, USA in July 2020. It has been classified as a Variant of Interest (VOI) by the World Health Organization (WHO) due to its potential for increased transmissibility and potential impacts on vaccine effectiveness."@en ;
                                           rdfs:label "Diagnosed with SARS-CoV-2 variant Epsilon"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantEta
:VGO_DiagnosedWithSARS-CoV-2VariantEta rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty :isDiagnosisFor ;
                                                                                    owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                owl:onProperty :VGO_hasSample ;
                                                                                                                                owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                                                                                            owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                            owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                      [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                               owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                               owl:hasValue :E484K
                                                                                                                                                                                                                                             ]
                                                                                                                                                                                                                                             [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                               owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                               owl:hasValue :Y144del
                                                                                                                                                                                                                                             ]
                                                                                                                                                                                                                                             [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                               owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                               owl:hasValue <https://w3id.org/codo#69/70del>
                                                                                                                                                                                                                                             ]
                                                                                                                                                                                                                                           ) ;
                                                                                                                                                                                                                        rdf:type owl:Class
                                                                                                                                                                                                                      ]
                                                                                                                                                                                                                    ) ;
                                                                                                                                                                                                 rdf:type owl:Class
                                                                                                                                                                                               ]
                                                                                                                                                                          ]
                                                                                                                                                                        ) ;
                                                                                                                                                     rdf:type owl:Class
                                                                                                                                                   ]
                                                                                                                              ]
                                                                                                                            ) ;
                                                                                                         rdf:type owl:Class
                                                                                                       ]
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                       rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Eta: The Eta variant, also known as B.1.525, is a SARS-CoV-2 variant that was first identified in Nigeria in December 2020. It has been classified as a Variant of Concern (VOC) by the World Health Organization (WHO) due to its potential for increased transmissibility and potential impacts on vaccine effectiveness."@en ;
                                       rdfs:label "Diagnosed with SARS-CoV-2 variant Eta"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantGamma
:VGO_DiagnosedWithSARS-CoV-2VariantGamma rdf:type owl:Class ;
                                         owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :isDiagnosisFor ;
                                                                                      owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :VGO_hasSample ;
                                                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                                                              owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                              owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                        [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :E484K
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :K417T
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                             ) ;
                                                                                                                                                                                                                          rdf:type owl:Class
                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                      ) ;
                                                                                                                                                                                                   rdf:type owl:Class
                                                                                                                                                                                                 ]
                                                                                                                                                                            ]
                                                                                                                                                                          ) ;
                                                                                                                                                       rdf:type owl:Class
                                                                                                                                                     ]
                                                                                                                                ]
                                                                                                                              ) ;
                                                                                                           rdf:type owl:Class
                                                                                                         ]
                                                                                    ]
                                                                                  ) ;
                                                               rdf:type owl:Class
                                                             ] ;
                                         rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                         rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Gamma: The Gamma variant, also known as P.1, is a SARS-CoV-2 variant that was first identified in Brazil in December 2020. It has been classified as a Variant of Concern (VOC) by the World Health Organization (WHO) due to its increased transmissibility and potential impacts on vaccine effectiveness."@en ;
                                         rdfs:label "Diagnosed with SARS-CoV-2 variant Gamma"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantKappa
:VGO_DiagnosedWithSARS-CoV-2VariantKappa rdf:type owl:Class ;
                                         owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :isDiagnosisFor ;
                                                                                      owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :VGO_hasSample ;
                                                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                                                              owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                              owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                        [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :E484Q
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :L452R
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :P681R
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                             ) ;
                                                                                                                                                                                                                          rdf:type owl:Class
                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                      ) ;
                                                                                                                                                                                                   rdf:type owl:Class
                                                                                                                                                                                                 ]
                                                                                                                                                                            ]
                                                                                                                                                                          ) ;
                                                                                                                                                       rdf:type owl:Class
                                                                                                                                                     ]
                                                                                                                                ]
                                                                                                                              ) ;
                                                                                                           rdf:type owl:Class
                                                                                                         ]
                                                                                    ]
                                                                                  ) ;
                                                               rdf:type owl:Class
                                                             ] ;
                                         rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                         rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Kappa: The Kappa variant, also known as B.1.617.1, is a SARS-CoV-2 variant that was first identified in India in December 2020. It has been classified as a Variant of Interest (VOI) by the World Health Organization (WHO) due to its potential for increased transmissibility and potential impacts on vaccine effectiveness."@en ;
                                         rdfs:label "Diagnosed with SARS-CoV-2 variant Kappa"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantLambda
:VGO_DiagnosedWithSARS-CoV-2VariantLambda rdf:type owl:Class ;
                                          owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                     [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty :isDiagnosisFor ;
                                                                                       owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                                                   owl:onProperty :VGO_hasSample ;
                                                                                                                                   owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                             [ rdf:type owl:Restriction ;
                                                                                                                                                                               owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                               owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                         [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                  owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                  owl:hasValue :F490S
                                                                                                                                                                                                                                                ]
                                                                                                                                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                  owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                  owl:hasValue :L452Q
                                                                                                                                                                                                                                                ]
                                                                                                                                                                                                                                              ) ;
                                                                                                                                                                                                                           rdf:type owl:Class
                                                                                                                                                                                                                         ]
                                                                                                                                                                                                                       ) ;
                                                                                                                                                                                                    rdf:type owl:Class
                                                                                                                                                                                                  ]
                                                                                                                                                                             ]
                                                                                                                                                                           ) ;
                                                                                                                                                        rdf:type owl:Class
                                                                                                                                                      ]
                                                                                                                                 ]
                                                                                                                               ) ;
                                                                                                            rdf:type owl:Class
                                                                                                          ]
                                                                                     ]
                                                                                   ) ;
                                                                rdf:type owl:Class
                                                              ] ;
                                          rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                          rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Lambda: The Lambda variant, also known as C.37, is a SARS-CoV-2 variant that was first identified in Peru in December 2020. It has been classified as a Variant of Interest (VOI) by the World Health Organization (WHO) due to its potential for increased transmissibility, resistance to antibodies, and potential impacts on vaccine effectiveness."@en ;
                                          rdfs:label "Diagnosed with SARS-CoV-2 variant Lambda"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantLota
:VGO_DiagnosedWithSARS-CoV-2VariantLota rdf:type owl:Class ;
                                        rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                        rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Lota: This refers to a patient who has been diagnosed with a variant of the SARS-CoV-2 virus that has been given the name Lota. This variant has mutations in the spike protein of the virus that could potentially affect its ability to be recognized by the immune system or to be neutralized by certain antibodies."@en ;
                                        rdfs:label "Diagnosed with SARS-CoV-2 variant Lota"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantMu
:VGO_DiagnosedWithSARS-CoV-2VariantMu rdf:type owl:Class ;
                                      owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty :isDiagnosisFor ;
                                                                                   owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                             [ rdf:type owl:Restriction ;
                                                                                                                               owl:onProperty :VGO_hasSample ;
                                                                                                                               owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                                                                                           owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                           owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                     [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                              owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                              owl:hasValue :D950N
                                                                                                                                                                                                                                            ]
                                                                                                                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                              owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                              owl:hasValue :R346K
                                                                                                                                                                                                                                            ]
                                                                                                                                                                                                                                          ) ;
                                                                                                                                                                                                                       rdf:type owl:Class
                                                                                                                                                                                                                     ]
                                                                                                                                                                                                                   ) ;
                                                                                                                                                                                                rdf:type owl:Class
                                                                                                                                                                                              ]
                                                                                                                                                                         ]
                                                                                                                                                                       ) ;
                                                                                                                                                    rdf:type owl:Class
                                                                                                                                                  ]
                                                                                                                             ]
                                                                                                                           ) ;
                                                                                                        rdf:type owl:Class
                                                                                                      ]
                                                                                 ]
                                                                               ) ;
                                                            rdf:type owl:Class
                                                          ] ;
                                      rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                      rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Mu: This refers to a patient who has been diagnosed with the Mu variant of the SARS-CoV-2 virus, which was first identified in Colombia in January 2021. The Mu variant has mutations in the spike protein of the virus that could potentially affect its ability to be recognized by the immune system or to be neutralized by certain antibodies."@en ;
                                      rdfs:label "Diagnosed with SARS-CoV-2 variant Mu"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantOmicron
:VGO_DiagnosedWithSARS-CoV-2VariantOmicron rdf:type owl:Class ;
                                           owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                      [ rdf:type owl:Restriction ;
                                                                                        owl:onProperty :isDiagnosisFor ;
                                                                                        owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                                                    owl:onProperty :VGO_hasSample ;
                                                                                                                                    owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                                owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                                owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                          [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                   owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                   owl:hasValue :E484A
                                                                                                                                                                                                                                                 ]
                                                                                                                                                                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                   owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                   owl:hasValue :L24del
                                                                                                                                                                                                                                                 ]
                                                                                                                                                                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                   owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                   owl:hasValue :N501Y
                                                                                                                                                                                                                                                 ]
                                                                                                                                                                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                   owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                   owl:hasValue :P681H
                                                                                                                                                                                                                                                 ]
                                                                                                                                                                                                                                               ) ;
                                                                                                                                                                                                                            rdf:type owl:Class
                                                                                                                                                                                                                          ]
                                                                                                                                                                                                                        ) ;
                                                                                                                                                                                                     rdf:type owl:Class
                                                                                                                                                                                                   ]
                                                                                                                                                                              ]
                                                                                                                                                                            ) ;
                                                                                                                                                         rdf:type owl:Class
                                                                                                                                                       ]
                                                                                                                                  ]
                                                                                                                                ) ;
                                                                                                             rdf:type owl:Class
                                                                                                           ]
                                                                                      ]
                                                                                    ) ;
                                                                 rdf:type owl:Class
                                                               ] ;
                                           rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                           rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Omicron: This refers to a patient who has been diagnosed with the Omicron variant of the SARS-CoV-2 virus, which was first identified in South Africa in November 2021. The Omicron variant has a large number of mutations in the spike protein of the virus, which could potentially affect its transmissibility, severity of illness, or ability to be recognized by the immune system."@en ;
                                           rdfs:label "Diagnosed with SARS-CoV-2 variant Omicron"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantOmicronStealth
:VGO_DiagnosedWithSARS-CoV-2VariantOmicronStealth rdf:type owl:Class ;
                                                  owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty :isDiagnosisFor ;
                                                                                               owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                                                           owl:onProperty :VGO_hasSample ;
                                                                                                                                           owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                                                                       owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                                       owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                                 [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                          owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                          owl:hasValue :E484A
                                                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                          owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                          owl:hasValue :N501Y
                                                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                          owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                          owl:hasValue :P132H
                                                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                          owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                          owl:hasValue :P681H
                                                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                                                      ) ;
                                                                                                                                                                                                                                   rdf:type owl:Class
                                                                                                                                                                                                                                 ]
                                                                                                                                                                                                                               ) ;
                                                                                                                                                                                                            rdf:type owl:Class
                                                                                                                                                                                                          ]
                                                                                                                                                                                     ]
                                                                                                                                                                                   ) ;
                                                                                                                                                                rdf:type owl:Class
                                                                                                                                                              ]
                                                                                                                                         ]
                                                                                                                                       ) ;
                                                                                                                    rdf:type owl:Class
                                                                                                                  ]
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                  rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                                  rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant OmicronStealth: This refers to a patient who has been diagnosed with a variant of the SARS-CoV-2 virus that has been given the name OmicronStealth. It is not a currently recognized variant of the virus, and therefore it is unclear what specific mutations or characteristics it may have."@en ;
                                                  rdfs:label "Diagnosed with SARS-CoV-2 variant OmicronStealth"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantTheta
:VGO_DiagnosedWithSARS-CoV-2VariantTheta rdf:type owl:Class ;
                                         owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty :isDiagnosisFor ;
                                                                                      owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                                [ rdf:type owl:Restriction ;
                                                                                                                                  owl:onProperty :VGO_hasSample ;
                                                                                                                                  owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                            [ rdf:type owl:Restriction ;
                                                                                                                                                                              owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                              owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                        [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :E484K
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :N501Y
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                 owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                 owl:hasValue :P681H
                                                                                                                                                                                                                                               ]
                                                                                                                                                                                                                                             ) ;
                                                                                                                                                                                                                          rdf:type owl:Class
                                                                                                                                                                                                                        ]
                                                                                                                                                                                                                      ) ;
                                                                                                                                                                                                   rdf:type owl:Class
                                                                                                                                                                                                 ]
                                                                                                                                                                            ]
                                                                                                                                                                          ) ;
                                                                                                                                                       rdf:type owl:Class
                                                                                                                                                     ]
                                                                                                                                ]
                                                                                                                              ) ;
                                                                                                           rdf:type owl:Class
                                                                                                         ]
                                                                                    ]
                                                                                  ) ;
                                                               rdf:type owl:Class
                                                             ] ;
                                         rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                         rdfs:comment "Patient Diagnosed with SARS-CoV-2 variant Theta: This refers to a patient who has been diagnosed with a variant of the SARS-CoV-2 virus that has been given the name Theta. This variant has mutations in the spike protein of the virus that could potentially affect its ability to be recognized by the immune system or to be neutralized by certain antibodies."@en ;
                                         rdfs:label "Diagnosed with SARS-CoV-2 variant Theta"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantWHO
:VGO_DiagnosedWithSARS-CoV-2VariantWHO rdf:type owl:Class ;
                                       rdfs:subClassOf :COVID-19Diagnosis ;
                                       rdfs:label "Diagnosed with SARS-CoV-2 variant (WHO)"@en .


###  https://w3id.org/codo#VGO_DiagnosedWithSARS-CoV-2VariantZeta
:VGO_DiagnosedWithSARS-CoV-2VariantZeta rdf:type owl:Class ;
                                        owl:equivalentClass [ owl:intersectionOf ( :COVID-19Diagnosis
                                                                                   [ rdf:type owl:Restriction ;
                                                                                     owl:onProperty :isDiagnosisFor ;
                                                                                     owl:someValuesFrom [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                 owl:onProperty :VGO_hasSample ;
                                                                                                                                 owl:someValuesFrom [ owl:intersectionOf ( :VGO_Specimen
                                                                                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                                                                                             owl:onProperty :VGO_mostRecentGenomeSequenceTestResult ;
                                                                                                                                                                             owl:someValuesFrom [ owl:intersectionOf ( :TestResult
                                                                                                                                                                                                                       [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                owl:hasValue :D614G
                                                                                                                                                                                                                                              ]
                                                                                                                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                                owl:onProperty :VGO_mutation ;
                                                                                                                                                                                                                                                owl:hasValue :E484K
                                                                                                                                                                                                                                              ]
                                                                                                                                                                                                                                            ) ;
                                                                                                                                                                                                                         rdf:type owl:Class
                                                                                                                                                                                                                       ]
                                                                                                                                                                                                                     ) ;
                                                                                                                                                                                                  rdf:type owl:Class
                                                                                                                                                                                                ]
                                                                                                                                                                           ]
                                                                                                                                                                         ) ;
                                                                                                                                                      rdf:type owl:Class
                                                                                                                                                    ]
                                                                                                                               ]
                                                                                                                             ) ;
                                                                                                          rdf:type owl:Class
                                                                                                        ]
                                                                                   ]
                                                                                 ) ;
                                                              rdf:type owl:Class
                                                            ] ;
                                        rdfs:subClassOf :VGO_DiagnosedWithSARS-CoV-2VariantWHO ;
                                        rdfs:comment "When a patient is diagnosed with SARS-CoV-2 variant Zeta, it means that the viral strain of the patient has been identified as the Zeta variant of the SARS-CoV-2 virus. The Zeta variant is also known as the P.2 variant, and it was first identified in Brazil in April 2020. It has several mutations in the spike protein, which is the part of the virus that allows it to infect human cells. These mutations could potentially affect the transmissibility and severity of the disease, as well as the effectiveness of some treatments and vaccines. However, more research is needed to fully understand the implications of the Zeta variant."@en ;
                                        rdfs:label "Diagnosed with SARS-CoV-2 variant Zeta"@en .


###  https://w3id.org/codo#VGO_EnvironmentalSpecimen
:VGO_EnvironmentalSpecimen rdf:type owl:Class ;
                           rdfs:subClassOf :VGO_Specimen ;
                           rdfs:comment "An environmental specimen refers to a sample taken from the non-living elements in the environment, such as air, water, or soil, to identify the presence of microorganisms, toxins, or other pollutants."@en ;
                           rdfs:label "Environmental specimen"@en .


###  https://w3id.org/codo#VGO_FaecalSpecimen
:VGO_FaecalSpecimen rdf:type owl:Class ;
                    rdfs:subClassOf :VGO_Biospecimen ;
                    rdfs:comment "Faecal specimen is a sample of the client's feces. It can be analyzed for the presence of blood; mucus; fat; microbes, such as bacteria and parasites; or other abnormal findings."@en ;
                    rdfs:label "Faecal specimen"@en .


###  https://w3id.org/codo#VGO_FrameshiftMutation
:VGO_FrameshiftMutation rdf:type owl:Class ;
                        rdfs:subClassOf :VGO_Mutation ;
                        rdfs:comment "Frameshift mutation is a type of genetic mutation caused by the insertion or deletion of one or more nucleotides in a DNA sequence, which alters the reading frame of the sequence and may result in the production of a non-functional protein."@en ;
                        rdfs:label "Frameshift mutation"@en .


###  https://w3id.org/codo#VGO_Gene
:VGO_Gene rdf:type owl:Class ;
          rdfs:comment "A category of nucleic acid sequences that function as units of heredity and which code for the basic instructions for the development, reproduction, and maintenance of organisms. (MSH)"@en ,
                       "A functional unit of heredity which occupies a specific position on a particular chromosome and serves as the template for a product that contributes to a phenotype or a biological function. (NCI)"@en ,
                       "Biological macromolecule which is a segment of a DNA molecule and which consists of sets of nucleotide pairs organized into regions of coding, noncoding and regulatory sequences. (FMA)"@en ,
                       "Description:A DNA segment that contributes to phenotype/function. In the absence of demonstrated function a gene may be characterized by sequence, transcription or homology (HL7V3.0)"@en ,
                       "Segment of the genome that codes for a functional product. (CSP)"@en ;
          rdfs:label "Gene"@en .


###  https://w3id.org/codo#VGO_GeneOfCoronaVirus
:VGO_GeneOfCoronaVirus rdf:type owl:Class ;
                       rdfs:subClassOf :VGO_Gene ;
                       rdfs:label "Gene of coronavirus"@en .


###  https://w3id.org/codo#VGO_GeneOfSARS-CoV-2
:VGO_GeneOfSARS-CoV-2 rdf:type owl:Class ;
                      rdfs:subClassOf :VGO_GeneOfCoronaVirus ;
                      rdfs:label "Gene of SARS-CoV-2"@en .


###  https://w3id.org/codo#VGO_Geneious10.2.4
:VGO_Geneious10.2.4 rdf:type owl:Class ;
                    rdfs:subClassOf :VGO_AssemblyMethod ;
                    rdfs:comment "Geneious Prime is packed with essential tools for molecular cloning, genomics and sequence analysis. Industry-leading algorithms, powerful analyses and superior visualizations allow you to gain critical insights while exploring your data."@en ,
                                 "Geneious Prime makes bioinformatics accessible by transforming raw data into visualizations that make sequence analysis intuitive and user-friendly."@en ;
                    rdfs:label "Geneious 10.2.4"@en .


###  https://w3id.org/codo#VGO_GeneticFinding
:VGO_GeneticFinding rdf:type owl:Class ;
                    rdfs:subClassOf :TestResult ;
                    rdfs:comment "A laboratory test result that indicates the status of a molecular genetic or cytogenetic event in a pathologic process. (NCI)"@en ;
                    rdfs:label "GeneticFinding"@en ;
                    <http://www.w3.org/2004/02/skos/core#altLabel> "Genetic observation"@en ,
                                                                   "Genome Sequencing result"@en .


###  https://w3id.org/codo#VGO_GenomeSequencingLab
:VGO_GenomeSequencingLab rdf:type owl:Class ;
                         rdfs:subClassOf :DiagnosticLab ;
                         rdfs:comment "Sequencing Laboratory offers research accredited, scalable sequencing and expert genomic analysis."@en ;
                         rdfs:label "Genome sequencing lab"@en .


###  https://w3id.org/codo#VGO_Illumina
:VGO_Illumina rdf:type owl:Class ;
              rdfs:subClassOf :VGO_SequencingTechnology ;
              rdfs:comment "Illumina: Illumina is a popular brand of DNA sequencing technology that uses fluorescent tags to identify the order of nucleotides in a DNA sample."@en ;
              rdfs:label "Illumina"@en .


###  https://w3id.org/codo#VGO_InsertionMutation
:VGO_InsertionMutation rdf:type owl:Class ;
                       rdfs:subClassOf :VGO_FrameshiftMutation ;
                       rdfs:comment "Insertion mutation is a type of genetic mutation caused by the addition of one or more nucleotides to a DNA sequence, which can also result in the production of a non-functional protein."@en ;
                       rdfs:label "Insertion mutation"@en .


###  https://w3id.org/codo#VGO_IonTorrent
:VGO_IonTorrent rdf:type owl:Class ;
                rdfs:subClassOf :VGO_SequencingTechnology ;
                rdfs:comment "Ion Torrent: Ion Torrent is a brand of DNA sequencing technology that uses semiconductor-based technology to detect changes in pH during DNA synthesis, allowing for the identification of the order of nucleotides in a DNA sample."@en ;
                rdfs:label "Ion Torrent"@en .


###  https://w3id.org/codo#VGO_LowerRespiratoryTractSwabSpecimen
:VGO_LowerRespiratoryTractSwabSpecimen rdf:type owl:Class ;
                                       rdfs:subClassOf :VGO_SwabSpecimen ;
                                       rdfs:comment "A lower respiratory tract swab specimen is a sample of secretions collected from the lower respiratory tract, which includes the lungs and bronchial tubes. The collection of a lower respiratory tract swab specimen involves the insertion of a swab through the nose or mouth into the lower respiratory tract to collect a sample of secretions, which is then sent to a laboratory for analysis. It is commonly used to diagnose infections such as pneumonia, tuberculosis, and COVID-19."@en ;
                                       rdfs:label "Lower respiratory tract swab specimen"@en .


###  https://w3id.org/codo#VGO_MEGAHITv1.2.9
:VGO_MEGAHITv1.2.9 rdf:type owl:Class ;
                   rdfs:subClassOf :VGO_AssemblyMethod ;
                   rdfs:comment "MEGAHIT is a single node assembler for large and complex metagenomics NGS reads, such as soil. It makes use of succinct de Bruijn graph (SdBG) to achieve low memory assembly. MEGAHIT can optionally utilize a CUDA-enabled GPU to accelerate its SdBG contstruction"@en ,
                                "MEGAHIT is an ultra-fast and memory-efficient NGS assembler. It is optimized for metagenomes, but also works well on generic single genome assembly"@en ;
                   rdfs:label "MEGAHIT v1.2.9"@en .


###  https://w3id.org/codo#VGO_MERS-CoVVariant
:VGO_MERS-CoVVariant rdf:type owl:Class ;
                     rdfs:subClassOf :VGO_Variant ;
                     rdfs:comment """MERS-CoV (Middle East Respiratory Syndrome Coronavirus) variants are different strains or types of the MERS-CoV virus that have developed through mutations in the virus's genetic material.

Like other viruses, MERS-CoV can undergo mutations when it replicates, which can result in the emergence of new variants. These variants may have differences in their genetic makeup that can affect how easily they spread, their severity, and how well vaccines or treatments work against them.

There have been several MERS-CoV variants identified since the virus was first discovered in 2012. For example, a variant of the virus that emerged in South Korea in 2015 was found to have several genetic differences from earlier strains, and was associated with a large outbreak of MERS in that country.

It's important to monitor and track MERS-CoV variants to understand how they might impact the spread and severity of the disease, and to inform public health efforts to control and prevent its transmission.

There are several MERS-CoV variants that have been identified by researchers. Here are some examples of MERS-CoV variants:

EMC/2012 strain: This was the first strain of MERS-CoV to be identified in 2012 in Saudi Arabia.

HuNoV-EMC/2012 strain: This variant was identified in 2012 in the Netherlands, and was associated with a case of MERS in a Qatari patient who had traveled to the country.

Jeddah/1 strain: This variant was identified in 2014 in Saudi Arabia, and was associated with a large outbreak of MERS in the country.

Korea outbreak strain: This variant was identified in 2015 in South Korea, and was associated with a large outbreak of MERS in that country.

Al-Hasa_4_2013 strain: This variant was identified in 2013 in Saudi Arabia, and was associated with a cluster of MERS cases in the Al-Hasa region."""@en ;
                     rdfs:label "MERS-CoV variant"@en .


###  https://w3id.org/codo#VGO_Mid-TurbinateSwabSpecimen
:VGO_Mid-TurbinateSwabSpecimen rdf:type owl:Class ;
                               rdfs:subClassOf :VGO_UpperRespiratoryTractSwabSpecimen ;
                               rdfs:comment "A mid-turbinate swab specimen is a sample of secretions collected from the middle of the nasal cavity, specifically from the area of the turbinates, which are bony structures that help warm and humidify air as it enters the nose. The collection of a mid-turbinate swab specimen involves the insertion of a swab into the nostril and up to the mid-turbinate region to collect a sample of secretions, which is then sent to a laboratory for analysis. It is commonly used for COVID-19 testing."@en ;
                               rdfs:label "Mid-turbinate swab specimen"@en .


###  https://w3id.org/codo#VGO_Mutation
:VGO_Mutation rdf:type owl:Class ;
              rdfs:comment "A mutation is a change in the genetic material of an organism, which can result in altered characteristics or traits. Mutations can occur spontaneously or be induced by various factors, such as exposure to radiation, chemicals, or viruses."@en ;
              rdfs:label "Mutation"@en .


###  https://w3id.org/codo#VGO_NasopharyngealAndOropharyngealSwabSpecimen
:VGO_NasopharyngealAndOropharyngealSwabSpecimen rdf:type owl:Class ;
                                                rdfs:subClassOf :VGO_PharyngealSwabSpecimen ;
                                                rdfs:comment "A nasopharyngeal and oropharyngeal swab specimen is a sample of secretions collected from both the nasal cavity and the pharynx. The collection of a nasopharyngeal and oropharyngeal swab specimen involves the insertion of a swab into the nostril and down the back of the throat to collect a sample of secretions from both areas, which is then sent to a laboratory for analysis. It is commonly used for respiratory infection testing, including COVID-19."@en ,
                                                             "Is a nasopharyngeal and oropharyngeal swab"@en ;
                                                rdfs:label "Nasopharyngeal and oropharyngeal swab specimen"@en .


###  https://w3id.org/codo#VGO_NasopharyngealSwabSpecimen
:VGO_NasopharyngealSwabSpecimen rdf:type owl:Class ;
                                rdfs:subClassOf :VGO_PharyngealSwabSpecimen ;
                                rdfs:comment "A nasopharyngeal swab specimen is a sample of secretions collected from the nasal cavity, specifically the nasopharynx, which is the upper part of the pharynx behind the nasal cavity. The collection of a nasopharyngeal swab specimen involves the insertion of a swab into the nostril and up to the nasopharynx to collect a sample of secretions, which is then sent to a laboratory for analysis. It is commonly used for respiratory infection testing, including COVID-19."@en ;
                                rdfs:label "Nasopharyngeal swab specimen"@en .


###  https://w3id.org/codo#VGO_Nidovirales
:VGO_Nidovirales rdf:type owl:Class ;
                 rdfs:subClassOf :VGO_Riboviria ;
                 rdfs:comment "Nidovirales is an order of enveloped, positive-strand RNA viruses which infect vertebrates and invertebrates. Host organisms include mammals, birds, reptiles, amphibians, fish, arthropods, molluscs, and helminths. The order includes the families Coronaviridae, Arteriviridae, Roniviridae, and Mesoniviridae."@en ;
                 rdfs:label "Nidovirales"@en .


###  https://w3id.org/codo#VGO_NonStructuralProteinOfSARS-CoV-2
:VGO_NonStructuralProteinOfSARS-CoV-2 rdf:type owl:Class ;
                                      rdfs:subClassOf :VGO_ProteinOfSARS-CoV-2 ;
                                      rdfs:label "Non-sructural protein of SARS-CoV-2"@en .


###  https://w3id.org/codo#VGO_OrganSpecimen
:VGO_OrganSpecimen rdf:type owl:Class ;
                   rdfs:subClassOf :VGO_Biospecimen ;
                   rdfs:comment "An organ specimen is a sample of tissue or cells collected from a specific organ of the body for medical testing or diagnosis. The collection of an organ specimen is usually done during a surgical procedure, biopsy, or autopsy, and is commonly used to diagnose various medical conditions such as cancer, infections, or autoimmune diseases. Organ specimens can be analyzed using various techniques, such as histopathology, molecular testing, and imaging, to identify any abnormalities or signs of disease in the organ tissue. Organ specimens are an essential tool for clinicians and researchers to better understand the nature of diseases and develop effective treatments."@en ;
                   rdfs:label "Organ specimen"@en .


###  https://w3id.org/codo#VGO_OropharyngealSwabSpecimen
:VGO_OropharyngealSwabSpecimen rdf:type owl:Class ;
                               rdfs:subClassOf :VGO_PharyngealSwabSpecimen ;
                               rdfs:comment "An oropharyngeal swab specimen is a sample of secretions collected from the pharynx, specifically the oropharynx, which is the middle part of the pharynx behind the mouth. The collection of an oropharyngeal swab specimen involves the insertion of a swab into the mouth and down the back of the throat to collect a sample of secretions, which is then sent to a laboratory for analysis. It is commonly used for respiratory infection testing, including COVID-19."@en ;
                               rdfs:label "Oropharyngeal swab specimen"@en .


###  https://w3id.org/codo#VGO_Orthocoronavirinae
:VGO_Orthocoronavirinae rdf:type owl:Class ;
                        rdfs:subClassOf :VGO_Coronaviridae ;
                        rdfs:comment "Coronaviruses constitute the subfamily Orthocoronavirinae, in the family Coronaviridae, order Nidovirales and realm Riboviria."@en ;
                        rdfs:label "Orthocoronavirinae"@en .


###  https://w3id.org/codo#VGO_OutbreakInvestigation
:VGO_OutbreakInvestigation rdf:type owl:Class ;
                           rdfs:subClassOf :VGO_SamplingStrategy ;
                           rdfs:comment "An outbreak investigation is a systematic process of identifying the cause and scope of an outbreak of a particular disease or condition in a specific population or geographic area."@en ;
                           rdfs:label "Outbreak investigation"@en .


###  https://w3id.org/codo#VGO_OxfordNanoporeTechnology
:VGO_OxfordNanoporeTechnology rdf:type owl:Class ;
                              rdfs:subClassOf :VGO_SequencingTechnology ;
                              rdfs:comment "Oxford Nanopore technology: Oxford Nanopore technology is a brand of DNA sequencing technology that uses nanopores to detect changes in electrical current as nucleotides pass through, allowing for the identification of the order of nucleotides in a DNA sample."@en ;
                              rdfs:label "Oxford Nanopore technology"@en .


###  https://w3id.org/codo#VGO_PharyngealSwabSpecimen
:VGO_PharyngealSwabSpecimen rdf:type owl:Class ;
                            rdfs:subClassOf :VGO_UpperRespiratoryTractSwabSpecimen ;
                            rdfs:comment "A pharyngeal swab specimen is a sample of secretions collected from the back of the throat, specifically from the pharynx. The collection of a pharyngeal swab specimen involves the insertion of a swab into the mouth and down the back of the throat to collect a sample of secretions, which is then sent to a laboratory for analysis. It is commonly used for respiratory infection testing, including COVID-19."@en ;
                            rdfs:label "Pharyngeal swab specimen"@en .


###  https://w3id.org/codo#VGO_PlasmaSpecimen
:VGO_PlasmaSpecimen rdf:type owl:Class ;
                    rdfs:subClassOf :VGO_BloodSpecimen ;
                    rdfs:comment "Plasma is obtained from blood that has been mixed with an anticoagulant in the collection tube and has, therefore, not clotted. This mixed blood may then be centrifuged, yielding plasma, which contains albumin, globulin, and fibrinogen."@en ;
                    rdfs:label "Plasma specimen"@en .


###  https://w3id.org/codo#VGO_PointMutation
:VGO_PointMutation rdf:type owl:Class ;
                   rdfs:subClassOf :VGO_Mutation ;
                   rdfs:comment "Point mutation is a type of genetic mutation caused by the substitution of one nucleotide for another in a DNA sequence, which can alter the genetic code and may result in the production of a different protein or no protein at all."@en ;
                   rdfs:label "Point mutation"@en .


###  https://w3id.org/codo#VGO_Protein
:VGO_Protein rdf:type owl:Class ;
             rdfs:label "Protein"@en .


###  https://w3id.org/codo#VGO_ProteinOfSARS-CoV-2
:VGO_ProteinOfSARS-CoV-2 rdf:type owl:Class ;
                         rdfs:subClassOf :VGO_Protein ;
                         rdfs:comment """A protein is a biomolecule composed of amino acid chains folded into a three-dimensional structure. Proteins play critical roles in biological processes, including catalyzing chemical reactions, regulating gene expression, and serving as structural components of cells and tissues.

SARS-CoV-2 is the virus responsible for the COVID-19 pandemic. It has multiple proteins, including the spike protein, envelope protein, membrane protein, and nucleocapsid protein, which are classified as structural proteins. The non-structural proteins include NSP1 to NSP16, and the accessory proteins include ORF1a, ORF1b, ORF3a, ORF6, ORF7a, ORF7b, ORF8, and ORF10. These proteins play a variety of roles in the virus's life cycle and pathogenicity."""@en ;
                         rdfs:label "Protein of SARS-CoV-2"@en .


###  https://w3id.org/codo#VGO_ResearchSpecificPopulation
:VGO_ResearchSpecificPopulation rdf:type owl:Class ;
                                rdfs:subClassOf :VGO_SamplingStrategy ;
                                rdfs:comment "A research specific population refers to a group of individuals who share certain characteristics and are being studied in a research project or study."@en ;
                                rdfs:label "Research specific population"@en .


###  https://w3id.org/codo#VGO_Riboviria
:VGO_Riboviria rdf:type owl:Class ;
               rdfs:subClassOf :VGO_Virus ;
               rdfs:comment "Riboviria is a realm of viruses that includes all viruses that use a homologous RNA-dependent polymerase for replication. It includes RNA viruses that encode an RNA-dependent RNA polymerase, as well as reverse-transcribing viruses (with either RNA or DNA genomes) that encode an RNA-dependent DNA polymerase. RNA-dependent RNA polymerase (RdRp), also called RNA replicase, produces RNA (ribonucleic acid) from RNA. RNA-dependent DNA polymerase (RdDp), also called reverse transcriptase (RT), produces DNA (deoxyribonucleic acid) from RNA. These enzymes are essential for replicating the viral genome and transcribing viral genes into messenger RNA (mRNA) for translation of viral proteins."@en ;
               rdfs:label "Riboviria"@en .


###  https://w3id.org/codo#VGO_S-GeneDropout
:VGO_S-GeneDropout rdf:type owl:Class ;
                   rdfs:subClassOf :VGO_SamplingStrategy ;
                   rdfs:comment "S-Gene dropout refers to the absence of a specific gene, the S gene, in some COVID-19 variants. This can impact the results of certain diagnostic tests, particularly those that target the S gene."@en ;
                   rdfs:label "S-Gene dropout"@en .


###  https://w3id.org/codo#VGO_SARS-CoV-2Variant
:VGO_SARS-CoV-2Variant rdf:type owl:Class ;
                       rdfs:subClassOf :VGO_Variant ;
                       rdfs:comment """SARS-CoV-2 variant refers to a strain of the SARS-CoV-2 virus, which is the virus responsible for causing coronavirus disease 2019 (COVID-19). As the virus spreads from person to person, it undergoes mutations or changes in its genetic code, leading to the emergence of different strains or variants.

Some SARS-CoV-2 variants are classified as variants of concern (VOCs) or variants of interest (VOIs) based on their potential impact on public health. For example, the Alpha variant (B.1.1.7) was first identified in the UK and has been associated with increased transmissibility and possibly increased severity of disease. The Delta variant (B.1.617.2) was first identified in India and has been associated with increased transmissibility and vaccine breakthrough infections.

Public health officials closely monitor the emergence and spread of SARS-CoV-2 variants to determine their potential impact on global health and to make recommendations on public health measures such as vaccination, testing, and quarantine policies.

Sources:

Centers for Disease Control and Prevention. (2022). About Variants of the Virus that Causes COVID-19. https://www.cdc.gov/coronavirus/2019-ncov/variants/variant-info.html
World Health Organization. (2022). Tracking SARS-CoV-2 variants. https://www.who.int/en/activities/tracking-SARS-CoV-2-variants/"""@en ;
                       rdfs:label "SARS-CoV-2 variant"@en .


###  https://w3id.org/codo#VGO_SPAdes
:VGO_SPAdes rdf:type owl:Class ;
            rdfs:subClassOf :VGO_AssemblyMethod ;
            rdfs:comment "SPAdes Genome Assembler is an open source tool for de novo sequencing."@en ,
                         "SPAdes generates single-cell assemblies, providing information about genomes of uncultivatable bacteria that vastly exceeds what may be obtain"@en ,
                         "SPAdes is an assembler for both single-cell and standard (multicell) assembly, and demonstrate that it improves on the recently released E+V−SC assembler (specialized for single-cell data) and on popular assemblers Velvet and SoapDeNovo (for multicell data). SPAdes generates single-cell assemblies, providing information about genomes of uncultivatable bacteria that vastly exceeds what may be obtained via traditional metagenomics studies. SPAdes is available online (http://bioinf.spbau.ru/spades). It is distributed as open source software"@en ;
            rdfs:label "SPAdes"@en .


###  https://w3id.org/codo#VGO_SalivaSpecimen
:VGO_SalivaSpecimen rdf:type owl:Class ;
                    rdfs:subClassOf :VGO_BodilyFluidSpecimen ;
                    rdfs:comment "Saliva sampling is a simple and reliable method for collecting DNA and is a great alternative to blood collection, particularly for those patients who are anxious about having blood collected."@en ;
                    rdfs:label "Saliva specimen"@en .


###  https://w3id.org/codo#VGO_SamePatientSamplingStrategy
:VGO_SamePatientSamplingStrategy rdf:type owl:Class ;
                                 rdfs:subClassOf :VGO_SamplingStrategy ;
                                 rdfs:comment "Same patient sampling strategy involves collecting multiple samples from the same individual over time, in order to track changes in disease status or treatment response."@en ;
                                 rdfs:label "Same patient sampling strategy"@en .


###  https://w3id.org/codo#VGO_SamplingStrategy
:VGO_SamplingStrategy rdf:type owl:Class ;
                      rdfs:comment "A sampling strategy refers to a plan for selecting individuals or groups from a larger population to obtain a representative sample for analysis or research purposes. It involves choosing the sample size, sample type, and sample selection method."@en ;
                      rdfs:label "Sampling strategy"@en .


###  https://w3id.org/codo#VGO_SangerSequencing
:VGO_SangerSequencing rdf:type owl:Class ;
                      rdfs:subClassOf :VGO_SequencingTechnology ;
                      rdfs:comment "Sanger sequencing: Sanger sequencing is a method of DNA sequencing that uses fluorescently labeled dideoxynucleotides to terminate DNA synthesis, allowing for the identification of the order of nucleotides in a DNA sample"@en ;
                      rdfs:label "Sanger sequencing"@en .


###  https://w3id.org/codo#VGO_SentinelSurveillanceARI
:VGO_SentinelSurveillanceARI rdf:type owl:Class ;
                             rdfs:subClassOf :VGO_SamplingStrategy ;
                             rdfs:comment "Sentinel surveillance for acute respiratory infections (ARI) involves monitoring a network of healthcare facilities or providers for a specific set of symptoms, in order to identify and track outbreaks of respiratory illnesses."@en ;
                             rdfs:label "Sentinel surveillance (ARI)"@en .


###  https://w3id.org/codo#VGO_SentinelSurveillanceILI
:VGO_SentinelSurveillanceILI rdf:type owl:Class ;
                             rdfs:subClassOf :VGO_SamplingStrategy ;
                             rdfs:comment "Sentinel surveillance for influenza-like illness (ILI) involves monitoring a network of healthcare facilities or providers for a specific set of symptoms, in order to identify and track outbreaks of influenza or other respiratory illnesses."@en ;
                             rdfs:label "Sentinel surveillance (ILI)"@en .


###  https://w3id.org/codo#VGO_SentinelSurveillanceSARI
:VGO_SentinelSurveillanceSARI rdf:type owl:Class ;
                              rdfs:subClassOf :VGO_SamplingStrategy ;
                              rdfs:comment "Sentinel surveillance for severe acute respiratory infections (SARI) involves monitoring a network of healthcare facilities or providers for severe cases of respiratory illness, in order to identify and track outbreaks of severe respiratory illnesses."@en ;
                              rdfs:label "Sentinel surveillance (SARI)"@en .


###  https://w3id.org/codo#VGO_SequencingTechnology
:VGO_SequencingTechnology rdf:type owl:Class ;
                          rdfs:comment "Sequencing technology: Sequencing technology refers to the methods and tools used to determine the order of nucleotides in a DNA or RNA sample.."@en ;
                          rdfs:label "Sequencing technology"@en .


###  https://w3id.org/codo#VGO_SerumSpecimen
:VGO_SerumSpecimen rdf:type owl:Class ;
                   rdfs:subClassOf :VGO_BloodSpecimen ;
                   rdfs:comment "Specimen collected from Serum"@en ;
                   rdfs:label "Serum specimen"@en .


###  https://w3id.org/codo#VGO_Specimen
:VGO_Specimen rdf:type owl:Class ;
              rdfs:comment "A part of a thing, or of several things, taken to demonstrate or to determine the character of the whole, e.g. a substance, or portion of material obtained for use in testing, examination, or study; particularly, a preparation of tissue or bodily fluid taken for examination or diagnosis."@en ;
              rdfs:label "Specimen"@en ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Research Specimen"@en ,
                                                             "Sample"@en .


###  https://w3id.org/codo#VGO_StoolSpecimen
:VGO_StoolSpecimen rdf:type owl:Class ;
                   rdfs:subClassOf :VGO_FaecalSpecimen ;
                   rdfs:comment "A stool specimen is a sample of feces collected from an individual for medical testing or diagnosis. It is a non-invasive and commonly used diagnostic tool to detect and diagnose various medical conditions such as gastrointestinal infections, digestive disorders, and colon cancer. Stool specimens can be collected using different methods, including the use of a clean container or a stool collection kit. The collected specimen is then analyzed in a laboratory to detect any abnormalities or signs of infection or disease."@en ,
                                "Stool specimen is a sample of the client's feces. It can be analyzed for the presence of blood; mucus; fat; microbes, such as bacteria and parasites; or other abnormal findings."@en ;
                   rdfs:label "Stool specimen"@en .


###  https://w3id.org/codo#VGO_StructuralProteinOfSARS-CoV-2
:VGO_StructuralProteinOfSARS-CoV-2 rdf:type owl:Class ;
                                   rdfs:subClassOf :VGO_ProteinOfSARS-CoV-2 ;
                                   rdfs:label "Structural protein of SARS-CoV-2"@en .


###  https://w3id.org/codo#VGO_SwabSpecimen
:VGO_SwabSpecimen rdf:type owl:Class ;
                  rdfs:subClassOf :VGO_Biospecimen ;
                  rdfs:comment "A swab specimen is a sample of cells or secretions collected from an individual's body using a swab, which is a small stick with a cotton or synthetic tip. Swab specimens can be collected from various parts of the body, such as the nose, throat, vagina, or rectum, depending on the type of test being performed. They are commonly used diagnostic tools to detect and diagnose infections such as COVID-19, influenza, and sexually transmitted infections."@en ;
                  rdfs:label "Swab specimen"@en .


###  https://w3id.org/codo#VGO_TissueSpecimen
:VGO_TissueSpecimen rdf:type owl:Class ;
                    rdfs:subClassOf :VGO_CellSpecimen ;
                    rdfs:comment "A tissue specimen is a sample of tissue collected from an individual for medical testing or diagnosis. It is a commonly used diagnostic tool to detect and diagnose various medical conditions such as cancer, infections, and autoimmune diseases. Tissue specimens can be collected from different parts of the body, such as the skin, organs, or bones, using various techniques, including biopsies and surgical procedures. The collected specimen is then analyzed in a laboratory to detect any abnormalities or signs of disease in the tissue. Tissue specimens are an important tool for clinicians and researchers to better understand the nature of diseases and develop effective treatments."@en ;
                    rdfs:label "Tissue specimen"@en .


###  https://w3id.org/codo#VGO_TrachealSwabSpecimen
:VGO_TrachealSwabSpecimen rdf:type owl:Class ;
                          rdfs:subClassOf :VGO_LowerRespiratoryTractSwabSpecimen ;
                          rdfs:comment "A tracheal swab specimen is a sample of secretions collected from the trachea, which is the tube that carries air to and from the lungs. The collection of a tracheal swab specimen involves the insertion of a swab through the nose or mouth into the trachea to collect a sample of secretions, which is then sent to a laboratory for analysis. It is commonly used to diagnose respiratory infections such as COVID-19 or tuberculosis."@en ;
                          rdfs:label "Tracheal swab specimen"@en .


###  https://w3id.org/codo#VGO_UGENEv.33
:VGO_UGENEv.33 rdf:type owl:Class ;
               rdfs:subClassOf :VGO_AssemblyMethod ;
               rdfs:comment """UGENE Features
Creating, editing, and annotating nucleic acid and protein sequences
Fast search in a sequence
Multiple sequence alignment: ClustalW, ClustalO, MUSCLE, Kalign, MAFFT, T-Coffee
PCR in silico
Search through online databases: NCBI, PDB, UniProtKB/Swiss-Prot, UniProtKB/TrEMBL, DAS servers
Local and NCBI Genbank BLAST search
Open reading frames finder
Restriction enzyme finder with integrated REBASE restriction enzymes list
Integrated Primer3 package for PCR primer design
Plasmid construction and annotation
Cloning in silico by designing cloning vectors
Genome mapping short reads with Bowtie, BWA, and UGENE Genome Aligner
Raw NGS data processing
Visualization of next-generation sequencing data (BAM files) using UGENE Assembly Browser
Variant calling with SAMtools
RNA-seq data analysis with Tuxedo pipeline (TopHat, Cufflinks, etc.)
SPAdes de novo assembler
HMMER2 and HMMER3 packages integration
Chromatogram viewer
Search for transcription factor binding sites (TFBS) with weight matrix and SITECON algorithms
Search for direct, inverted, and tandem repeats in DNA sequences
Local sequence alignment with optimized Smith-Waterman algorithm
Building (using integrated IQ-TREE, PHYLIP Neighbor Joining, MrBayes or PhyML Maximum Likelyhood) and editing phylogenetic trees
Combining various algorithms into custom workflows with UGENE Workflow Designer
Contigs assembly with CAP3
3D Structure viewer for files in PDB and MMDB formats, anaglyph view support
Protein secondary structure prediction with GOR IV and PSIPRED algorithms
Constructing dotplots for nucleic acid sequences
mRNA alignment with Spidey
Search for a pattern of various algorithms’ results in a nucleic acid sequence with UGENE Query Designer"""@en ,
                            "Unipro UGENE is a free cross-platform genome analysis suite. It is distributed under the terms of the GNU General Public License."@en ;
               rdfs:label "UGENEv.33"@en .


###  https://w3id.org/codo#VGO_UnknownBiospecimen
:VGO_UnknownBiospecimen rdf:type owl:Class ;
                        rdfs:subClassOf :VGO_Biospecimen .


###  https://w3id.org/codo#VGO_UpperRespiratoryTractSwabSpecimen
:VGO_UpperRespiratoryTractSwabSpecimen rdf:type owl:Class ;
                                       rdfs:subClassOf :VGO_SwabSpecimen ;
                                       rdfs:comment "An upper respiratory tract swab specimen is a sample of secretions collected from the upper respiratory tract, which includes the nasal cavity, pharynx, and larynx. The collection of an upper respiratory tract swab specimen involves the insertion of a swab into the nostril or mouth to collect a sample of secretions, which is then sent to a laboratory for analysis. It is commonly used to diagnose respiratory infections such as COVID-19 or influenza."@en ;
                                       rdfs:label "Upper respiratory tract swab specimen"@en .


###  https://w3id.org/codo#VGO_UrineSpecimen
:VGO_UrineSpecimen rdf:type owl:Class ;
                   rdfs:subClassOf :VGO_BodilyFluidSpecimen ;
                   rdfs:comment "A urine specimen is a sample of urine collected from an individual for medical testing, diagnosis, or monitoring. It is a non-invasive and commonly used diagnostic tool to detect and diagnose various medical conditions such as urinary tract infections, kidney diseases, and diabetes."@en ;
                   rdfs:label "Urine specimen"@en .


###  https://w3id.org/codo#VGO_Variant
:VGO_Variant rdf:type owl:Class ;
             rdfs:comment "A variant is a viral genome (genetic code) that may contain one or more mutations. In some cases, a group of variants with similar genetic changes, such as a lineage or group of lineages, may be designated by public health organizations as a Variant Being Monitored (VBM), Variant of Concern (VOC) or a Variant of Interest (VOI) due to shared attributes and characteristics that may require public health action."@en ;
             rdfs:label "Variant"@en .


###  https://w3id.org/codo#VGO_Virus
:VGO_Virus rdf:type owl:Class ;
           rdfs:subClassOf [ rdf:type owl:Restriction ;
                             owl:onProperty :causeDisease ;
                             owl:someValuesFrom :Disease
                           ] ;
           rdfs:comment "An infectious agent which consists of two parts, genetic material and a protein coat. These organisms lack independent metabolism, and they must infect the cells of other types of organisms to reproduce. Most viruses are capable of passing through fine filters that retain bacteria, and are not visible through a light microscope. (NCI)"@en ,
                        "Group of minute infectious agents characterized by a lack of independent metabolism and by the ability to replicate only within living host cells; have capsid, may have DNA or RNA (not both). (CSP)"@en ,
                        "Minute infectious agents whose genomes are composed of DNA or RNA, but not both. They are characterized by a lack of independent metabolism and the inability to replicate outside living host cells. (MSH)"@en ;
           rdfs:label "Virus"@en .


###  https://w3id.org/codo#VGO_WasteWaterSurveillanceSpecimen
:VGO_WasteWaterSurveillanceSpecimen rdf:type owl:Class ;
                                    rdfs:subClassOf :VGO_EnvironmentalSpecimen ;
                                    rdfs:comment "Wastewater surveillance specimen is a type of environmental specimen that refers to samples taken from the sewage or wastewater system to monitor the presence and prevalence of pathogens, such as SARS-CoV-2."@en ;
                                    rdfs:label "Waste water surveillance specimen"@en .


###  https://w3id.org/codo#VGO_WastewaterTesting
:VGO_WastewaterTesting rdf:type owl:Class ;
                       rdfs:subClassOf :VGO_SamplingStrategy ;
                       rdfs:comment "Wastewater testing involves analyzing samples of wastewater to detect and monitor the presence of specific pathogens, such as SARS-CoV-2, in a population or geographic area."@en ;
                       rdfs:label "Wastewater testing"@en .


###  https://w3id.org/codo#VaccinationStatistics
:VaccinationStatistics rdf:type owl:Class ;
                       owl:equivalentClass [ owl:intersectionOf ( :Statistics
                                                                  [ rdf:type owl:Restriction ;
                                                                    owl:onProperty :vaccination ;
                                                                    owl:someValuesFrom xsd:integer
                                                                  ]
                                                                ) ;
                                             rdf:type owl:Class
                                           ] ;
                       rdfs:subClassOf :Statistics ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty :ageGroup ;
                                         owl:someValuesFrom :AgeGroup
                                       ] ;
                       rdfs:comment """Vaccination statistics refer to numerical data that provides information about the number of people who have received one or more doses of a vaccine. These statistics are used to monitor and track the progress of vaccination programs and to assess the effectiveness of vaccination campaigns and interventions.

Vaccination statistics typically include the total number of doses administered, the number of people who have received one or more doses of the vaccine, the percentage of the population that has been vaccinated, and other relevant data points such as age, gender, and geographical location of the vaccinated population."""@en ;
                       rdfs:label "Vaccination statistics"@en .


###  https://w3id.org/codo#Vaccine
:Vaccine rdf:type owl:Class ;
         rdfs:subClassOf :Immunogen ;
         rdfs:comment "An immunogen consisting of a suspension of weakened or dead pathogenic cells injected in order to stimulate the production of antibodies."@en ;
         rdfs:label "Vaccine"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "vaccinum"@en .


###  https://w3id.org/codo#VaccineShot
:VaccineShot rdf:type owl:Class ;
             rdfs:comment """A vaccine is a substance that helps the body develop immunity to a specific disease by introducing a small, harmless piece of the virus or bacteria that causes the disease. Vaccines are usually given in multiple doses, spaced out over time, to ensure that the body develops a strong and long-lasting immune response.

Each dose of a vaccine is called a \"vaccine shot\" or simply a \"shot.\" For example, the Pfizer-BioNTech COVID-19 vaccine is given in two doses, three weeks apart, and each dose is a \"vaccine shot.\"

It's important to note that getting the full series of vaccine shots is usually necessary to achieve full immunity to a disease, and it's important to follow the recommended schedule for vaccine doses to ensure maximum protection."""@en ;
             rdfs:label "Vaccine shot"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Vaccine dose"@en .


###  https://w3id.org/codo#VitalSign
:VitalSign rdf:type owl:Class ;
           rdfs:comment "The vital signs of a suspected covid-19 patient as found through clinical evidences."@en ,
                        "sign of life; usually an indicator of a person's general physical condition; \"he was still alive but his vital signs were weak\""@en ;
           rdfs:label "Vital sign"@en ,
                      "VitalSign"@en ,
                      "Vital sign" .


###  https://w3id.org/codo#VulnerableToCOVID-19
:VulnerableToCOVID-19 rdf:type owl:Class ;
                      owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                                 [ rdf:type owl:Class ;
                                                                   owl:unionOf ( [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty :hasPresentIllness ;
                                                                                                   owl:hasValue :Cancer
                                                                                                 ]
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty :hasPresentIllness ;
                                                                                                   owl:hasValue :DiabetesMellitus
                                                                                                 ]
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty :hasPresentIllness ;
                                                                                                   owl:hasValue :Obesity
                                                                                                 ]
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty :hasPresentIllness ;
                                                                                                   owl:hasValue :RespiratoryDisease
                                                                                                 ]
                                                                                               )
                                                                                 ]
                                                                                 [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty :hasSocialHistory ;
                                                                                                   owl:hasValue :Alcohol
                                                                                                 ]
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty :hasSocialHistory ;
                                                                                                   owl:hasValue :PhysicalInactivity
                                                                                                 ]
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty :hasSocialHistory ;
                                                                                                   owl:hasValue :Smoking
                                                                                                 ]
                                                                                               )
                                                                                 ]
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty :hasComorbidChronicDisease ;
                                                                                   owl:hasValue :CardiovascularDisease
                                                                                 ]
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty :hasExposureTo ;
                                                                                   owl:hasValue :AirPollution
                                                                                 ]
                                                                               )
                                                                 ]
                                                               ) ;
                                            rdf:type owl:Class
                                          ] ;
                      rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
                      rdfs:comment "COVID-19 is often more severe in people who are older than 60 years or who has certain bad health habit or who have health conditions like lung or heart disease, diabetes or conditions that affect their immune system.​"@en ,
                                   """Defined as per WHO recommended Risk Factors, i.e., Obesity, Smoking, Alcohol, Physical Inactivity, Pollution, Diabetes, Cardiovascular Disease, Respiratory Disease, and Cancer.
 (COVID-19 and NCD risk factors, https://www.who.int/docs/default-source/ncds/un-interagency-task-force-on-ncds/uniatf-policy-brief-ncds-and-covid-030920-poster.pdf)"""@en ;
                      rdfs:label "Vulnerable to COVID-19"@en .


###  https://w3id.org/codo#WEAR_GovernanceAndSocio-economicMeasures
:WEAR_GovernanceAndSocio-economicMeasures rdf:type owl:Class ;
                                          rdfs:subClassOf :WEAR_PreventiveMeasure ;
                                          rdfs:label "Governance and socio-economic measures"@en .


###  https://w3id.org/codo#WEAR_Measure
:WEAR_Measure rdf:type owl:Class ;
              rdfs:label "Measure"@en .


###  https://w3id.org/codo#WEAR_MovementRestriction
:WEAR_MovementRestriction rdf:type owl:Class ;
                          rdfs:subClassOf :WEAR_PreventiveMeasure ;
                          rdfs:label "Movement restriction"@en .


###  https://w3id.org/codo#WEAR_PreventiveMeasure
:WEAR_PreventiveMeasure rdf:type owl:Class ;
                        rdfs:subClassOf :WEAR_Measure ;
                        rdfs:comment "Preventive measure to contain the surge in COVID-19 cases."@en ;
                        rdfs:label "Preventive measure"@en .


###  https://w3id.org/codo#WEAR_PublicHealthMeasure
:WEAR_PublicHealthMeasure rdf:type owl:Class ;
                          rdfs:subClassOf :WEAR_PreventiveMeasure ;
                          rdfs:label "Public health measure"@en .


###  https://w3id.org/codo#WEAR_Response
:WEAR_Response rdf:type owl:Class ;
               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                 owl:onProperty <http://purl.org/dc/terms/spatial> ;
                                 owl:someValuesFrom :Place
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :WEAR_hasResponseComponent ;
                                 owl:someValuesFrom :WEAR_ResponseComponent
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :WEAR_isResponseOf ;
                                 owl:someValuesFrom <http://xmlns.com/foaf/0.1/Agent>
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :date ;
                                 owl:someValuesFrom xsd:dateTime
                               ] ;
               rdfs:comment "Response measures are actions, policies, and programmes that. countries, as Parties to the UN Framework Convention on. Climate Change (UNFCCC), undertake in response to climate. change, mostly for mitigation of greenhouse gas (GHG) emissions."@en ,
                            "Response measures means any reasonable measures taken by any person in relation to a particular incident to prevent or minimize transboundary harm."@en ;
               rdfs:label "Response"@en .


###  https://w3id.org/codo#WEAR_ResponseComponent
:WEAR_ResponseComponent rdf:type owl:Class ;
                        owl:equivalentClass [ owl:intersectionOf ( :WEAR_ResponseComponent
                                                                   [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                            owl:onProperty :WEAR_imposedPreventiveMeasure ;
                                                                                            owl:someValuesFrom :WEAR_PreventiveMeasure
                                                                                          ]
                                                                                          [ rdf:type owl:Restriction ;
                                                                                            owl:onProperty :WEAR_target ;
                                                                                            owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                                                 owl:unionOf ( :CivicStructure
                                                                                                                               :LocalBusiness
                                                                                                                               :WEAR_PublicHealthMeasure
                                                                                                                             )
                                                                                                               ]
                                                                                          ]
                                                                                        ) ;
                                                                     rdf:type owl:Class
                                                                   ]
                                                                 ) ;
                                              rdf:type owl:Class
                                            ] ;
                        rdfs:subClassOf [ rdf:type owl:Restriction ;
                                          owl:onProperty :WEAR_isResponseComponentOf ;
                                          owl:someValuesFrom :WEAR_Response
                                        ] ;
                        rdfs:comment "Part of a response."@en ;
                        rdfs:label "Response component"@en .


###  https://w3id.org/codo#WEAR_SocialDistancing
:WEAR_SocialDistancing rdf:type owl:Class ;
                       rdfs:subClassOf :WEAR_PreventiveMeasure ;
                       rdfs:label "Social distancing"@en .


###  https://w3id.org/codo#WEAR_WeatherCondition
:WEAR_WeatherCondition rdf:type owl:Class ;
                       owl:equivalentClass [ rdf:type owl:Class ;
                                             owl:oneOf ( :Cloud
                                                         :Fog
                                                         :Hail
                                                         :LightCloud
                                                         :LightRainSun
                                                         :Overcast
                                                         :PartlyCloud
                                                         :Rain
                                                         :Sleet
                                                         :Snow
                                                         :Sun
                                                         :Thunder
                                                       )
                                           ] ;
                       rdfs:comment "One-word description of the observed weather condition."@en ;
                       rdfs:label "Weather condition"@en .


###  https://w3id.org/codo#WEAR_WeatherInformation
:WEAR_WeatherInformation rdf:type owl:Class ;
                         rdfs:subClassOf [ rdf:type owl:Restriction ;
                                           owl:onProperty :WEAR_weatherCondition ;
                                           owl:someValuesFrom :WEAR_WeatherCondition
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :location ;
                                           owl:someValuesFrom :Place
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :date ;
                                           owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                           owl:onDataRange xsd:dateTime
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :WEAR_cloudCover ;
                                           owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                           owl:onDataRange xsd:decimal
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :WEAR_humidity ;
                                           owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                           owl:onDataRange xsd:float
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :WEAR_precipitation ;
                                           owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                           owl:onDataRange xsd:float
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :WEAR_windSpeed ;
                                           owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                           owl:onDataRange xsd:float
                                         ] ;
                         rdfs:comment "Weather information"@en ;
                         rdfs:label "Weather information"@en .


###  https://w3id.org/codo#Woman
:Woman rdf:type owl:Class ;
       owl:equivalentClass [ owl:intersectionOf ( <http://xmlns.com/foaf/0.1/Person>
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://pending.schema.org/gender> ;
                                                    owl:hasValue :Female
                                                  ]
                                                ) ;
                             rdf:type owl:Class
                           ] ;
       rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
       rdfs:comment "A women."@en ;
       rdfs:label "Woman"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/AmiodaroneDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/AmiodaroneDDI> rdf:type owl:Class ;
                                                                            owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Amiodarone
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ] ;
                                                                            rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                            rdfs:comment "Drug-drug interatction between Ritonavir-Boosted Nirmatrelvir and Amiodarone"@en ;
                                                                            rdfs:label "Ritonavir-BoostedNirmatrelvir/Amiodarone DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/CarbamazepineDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/CarbamazepineDDI> rdf:type owl:Class ;
                                                                               owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                            owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                            owl:hasValue :COVIDRO_Carbamazepine
                                                                                                                          ]
                                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                                            owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                            owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                          ]
                                                                                                                        ) ;
                                                                                                     rdf:type owl:Class
                                                                                                   ] ;
                                                                               rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                               rdfs:comment "Drug-drug interatction between Ritonavir-BoostedNirmatrelvir and Carbamazepine"@en ;
                                                                               rdfs:label "Ritonavir-BoostedNirmatrelvir/Carbamazepine DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/ClopidogrelDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/ClopidogrelDDI> rdf:type owl:Class ;
                                                                             owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                          owl:hasValue :COVIDRO_Clopidogrel
                                                                                                                        ]
                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                          owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                        ]
                                                                                                                      ) ;
                                                                                                   rdf:type owl:Class
                                                                                                 ] ;
                                                                             rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                             rdfs:comment "Drug-drug interatction between Ritonavir-Boosted Nirmatrelvir and Clopidogrel"@en ;
                                                                             rdfs:label "Ritonavir-BoostedNirmatrelvir/Clopidogrel DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/ClozapineDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/ClozapineDDI> rdf:type owl:Class ;
                                                                           owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                        owl:hasValue :COVIDRO_Clozapine
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                        owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                      ]
                                                                                                                    ) ;
                                                                                                 rdf:type owl:Class
                                                                                               ] ;
                                                                           rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                           rdfs:comment "Drug-drug interatction between Ritonavir-Boosted Nirmatrelvir and Clozapine"@en ;
                                                                           rdfs:label "Ritonavir-BoostedNirmatrelvir/Clozapine DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/DisopyramideDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/DisopyramideDDI> rdf:type owl:Class ;
                                                                              owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                           owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                           owl:hasValue :COVIDRO_Disopyramide
                                                                                                                         ]
                                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                                           owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                           owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                         ]
                                                                                                                       ) ;
                                                                                                    rdf:type owl:Class
                                                                                                  ] ;
                                                                              rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                              rdfs:comment "Drug-drug interatction between Ritonavir-Boosted Nirmatrelvir and Disopyramide"@en ;
                                                                              rdfs:label "Ritonavir-BoostedNirmatrelvir/Disopyramide DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/DofetilideDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/DofetilideDDI> rdf:type owl:Class ;
                                                                            owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Dofetilide
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ] ;
                                                                            rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                            rdfs:label "Ritonavir-BoostedNirmatrelvir/Dofetilide DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/DronedaroneDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/DronedaroneDDI> rdf:type owl:Class ;
                                                                             owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                          owl:hasValue :COVIDRO_Dronedarone
                                                                                                                        ]
                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                          owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                        ]
                                                                                                                      ) ;
                                                                                                   rdf:type owl:Class
                                                                                                 ] ;
                                                                             rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                             rdfs:label "Ritonavir-BoostedNirmatrelvir/Dronedarone DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/EplerenoneDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/EplerenoneDDI> rdf:type owl:Class ;
                                                                            owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Eplerenone
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ] ;
                                                                            rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                            rdfs:label "Ritonavir-BoostedNirmatrelvir/Eplerenone DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/FlecainideDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/FlecainideDDI> rdf:type owl:Class ;
                                                                            owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Flecainide
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ] ;
                                                                            rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                            rdfs:label "Ritonavir-BoostedNirmatrelvir/Flecainide DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/IvabradineDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/IvabradineDDI> rdf:type owl:Class ;
                                                                            owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Ivabradine
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ] ;
                                                                            rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                            rdfs:label "Ritonavir-BoostedNirmatrelvir/Ivabradine DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/LurasidoneDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/LurasidoneDDI> rdf:type owl:Class ;
                                                                            owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Lurasidone
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ] ;
                                                                            rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                            rdfs:label "Ritonavir-BoostedNirmatrelvir/Lurasidone DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/MidazolamDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/MidazolamDDI> rdf:type owl:Class ;
                                                                           owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                        owl:hasValue :COVIDRO_Midazolam
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                        owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                      ]
                                                                                                                    ) ;
                                                                                                 rdf:type owl:Class
                                                                                               ] ;
                                                                           rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                           rdfs:label "Ritonavir-BoostedNirmatrelvir/Midazolam DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/PhenobarbitalDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/PhenobarbitalDDI> rdf:type owl:Class ;
                                                                               owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                            owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                            owl:hasValue :COVIDRO_Phenobarbital
                                                                                                                          ]
                                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                                            owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                            owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                          ]
                                                                                                                        ) ;
                                                                                                     rdf:type owl:Class
                                                                                                   ] ;
                                                                               rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                               rdfs:label "Ritonavir-BoostedNirmatrelvir/Phenobarbital DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/PhenytoinDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/PhenytoinDDI> rdf:type owl:Class ;
                                                                           owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                        owl:hasValue :COVIDRO_Phenytoin
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                        owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                      ]
                                                                                                                    ) ;
                                                                                                 rdf:type owl:Class
                                                                                               ] ;
                                                                           rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                           rdfs:label "Ritonavir-BoostedNirmatrelvir/Phenytoin DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/PimozideDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/PimozideDDI> rdf:type owl:Class ;
                                                                          owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                       owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                       owl:hasValue :COVIDRO_Pimozide
                                                                                                                     ]
                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                       owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                       owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                     ]
                                                                                                                   ) ;
                                                                                                rdf:type owl:Class
                                                                                              ] ;
                                                                          rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                          rdfs:label "Ritonavir-BoostedNirmatrelvir/Pimozide DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/PrimidoneDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/PrimidoneDDI> rdf:type owl:Class ;
                                                                           owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                        owl:hasValue :COVIDRO_Primidone
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                        owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                      ]
                                                                                                                    ) ;
                                                                                                 rdf:type owl:Class
                                                                                               ] ;
                                                                           rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                           rdfs:label "Ritonavir-BoostedNirmatrelvir/Primidone DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/PropafenoneDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/PropafenoneDDI> rdf:type owl:Class ;
                                                                             owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                          owl:hasValue :COVIDRO_Propafenone
                                                                                                                        ]
                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                          owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                        ]
                                                                                                                      ) ;
                                                                                                   rdf:type owl:Class
                                                                                                 ] ;
                                                                             rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                             rdfs:label "Ritonavir-BoostedNirmatrelvir/Propafenone DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/QuinidineDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/QuinidineDDI> rdf:type owl:Class ;
                                                                           owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                        owl:hasValue :COVIDRO_Quinidine
                                                                                                                      ]
                                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                                        owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                        owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                      ]
                                                                                                                    ) ;
                                                                                                 rdf:type owl:Class
                                                                                               ] ;
                                                                           rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                           rdfs:label "Ritonavir-BoostedNirmatrelvir/Quinidine DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/RifampinDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/RifampinDDI> rdf:type owl:Class ;
                                                                          owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                       owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                       owl:hasValue :COVIDRO_Rifampin
                                                                                                                     ]
                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                       owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                       owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                     ]
                                                                                                                   ) ;
                                                                                                rdf:type owl:Class
                                                                                              ] ;
                                                                          rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                          rdfs:label "Ritonavir-BoostedNirmatrelvir/Rifampin DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/RifapentineDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/RifapentineDDI> rdf:type owl:Class ;
                                                                             owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                          owl:hasValue :COVIDRO_Rifapentine
                                                                                                                        ]
                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                          owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                        ]
                                                                                                                      ) ;
                                                                                                   rdf:type owl:Class
                                                                                                 ] ;
                                                                             rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                             rdfs:comment "Drug-drug interaction between Ritonavir-BoostedNirmatrelvir and Rifapentine"@en ;
                                                                             rdfs:label "Ritonavir-BoostedNirmatrelvir/Rifapentine DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/SildenafilDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/SildenafilDDI> rdf:type owl:Class ;
                                                                            owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Sildenafil
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ] ;
                                                                            rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                            rdfs:label "Ritonavir-BoostedNirmatrelvir/Sildenafil DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/VardenafilDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/VardenafilDDI> rdf:type owl:Class ;
                                                                            owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                       ]
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                         owl:hasValue :COVIDRO_Vardenafil
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ] ;
                                                                            rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                            rdfs:label "Ritonavir-BoostedNirmatrelvir/Vardenafil DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/VoclosporinDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/VoclosporinDDI> rdf:type owl:Class ;
                                                                             owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                          owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                        ]
                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                          owl:hasValue :COVIDRO_Voclosporin
                                                                                                                        ]
                                                                                                                      ) ;
                                                                                                   rdf:type owl:Class
                                                                                                 ] ;
                                                                             rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                             rdfs:label "Ritonavir-BoostedNirmatrelvir/Voclosporin DDI"@en .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/Glecaprevir/pibrentasvirDDI
<https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir/Glecaprevir/pibrentasvirDDI> rdf:type owl:Class ;
                                                                                          owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                       owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                                       owl:hasValue :COVIDRO_Ritonavir-BoostedNirmatrelvir
                                                                                                                                     ]
                                                                                                                                     [ rdf:type owl:Restriction ;
                                                                                                                                       owl:onProperty :COVIDRO_hasConcommitant ;
                                                                                                                                       owl:hasValue <https://w3id.org/codo#Glecaprevir/pibrentasvir>
                                                                                                                                     ]
                                                                                                                                   ) ;
                                                                                                                rdf:type owl:Class
                                                                                                              ] ;
                                                                                          rdfs:subClassOf :COVIDRO_COVID-19TherapeuticsDDI ;
                                                                                          rdfs:label "Ritonavir-BoostedNirmatrelvir/Glecaprevir/pibrentasvir DDI"@en .


###  https://w3id.org/codo#COVID‑19Vaccine
<https://w3id.org/codo#COVID‑19Vaccine> rdf:type owl:Class ;
                                        rdfs:subClassOf :Vaccine ;
                                        rdfs:comment "a vaccine intended to provide acquired immunity against severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2), , the virus that causes coronavirus disease 2019 (COVID-19)."@en ;
                                        rdfs:label "COVID‑19 vaccine"@en .


#################################################################
#    Individuals
#################################################################

###  https://w3id.org/codo#A27S
:A27S rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :Spike ;
      <http://xmlns.com/foaf/0.1/name> "A27S" ;
      rdfs:label "A27S"@en .


###  https://w3id.org/codo#A51V
:A51V rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NS3 ,
                      :NSP6 ;
      <http://xmlns.com/foaf/0.1/name> "A51V" ;
      rdfs:label "A51V"@en .


###  https://w3id.org/codo#A63T
:A63T rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :M ;
      <http://xmlns.com/foaf/0.1/name> "A63T" ;
      rdfs:label "A63T"@en .


###  https://w3id.org/codo#AchesAndPains
:AchesAndPains rdf:type owl:NamedIndividual ,
                        <http://purl.obolibrary.org/obo/SYMP_0000462> ;
               rdfs:comment "SCTID: 82991003"@en ;
               rdfs:label "Generalized aches and pains (finding)"@en .


###  https://w3id.org/codo#AgeGroup0-2Months
:AgeGroup0-2Months rdf:type owl:NamedIndividual ,
                            :AgeGroup ;
                   rdfs:label "0-2 months"@en .


###  https://w3id.org/codo#Ahmedabad
:Ahmedabad rdf:type owl:NamedIndividual ,
                    :City ;
           :containedIn :Gujarat ,
                        :India ;
           :hasState :Gujarat ;
           :geoName "Ahmedabad" ;
           <http://schema.org/latitude> 23.03 ;
           <http://schema.org/longitude> 72.58 ;
           rdfs:label "Ahmedabad"@en .


###  https://w3id.org/codo#AirPollution
:AirPollution rdf:type owl:NamedIndividual ,
                       :EnvironmentalCondition .


###  https://w3id.org/codo#Ajmer
:Ajmer rdf:type owl:NamedIndividual ,
                :City ;
       :containedIn :India ,
                    :Rajasthan ;
       :hasState :Rajasthan ;
       :geoName "Ajmer" ;
       <http://schema.org/latitude> 26.4499 ;
       <http://schema.org/longitude> 74.6399 ;
       rdfs:label "Ajmer"@en .


###  https://w3id.org/codo#Alcohol
:Alcohol rdf:type owl:NamedIndividual ,
                  :SocialHistory .


###  https://w3id.org/codo#Amsterdam
:Amsterdam rdf:type owl:NamedIndividual ,
                    :City ;
           :containedIn :Netherlands ;
           :hasCountry :Netherlands ;
           :geoName "Amsterdam" ;
           <http://schema.org/latitude> 52.366667 ;
           <http://schema.org/longitude> 4.9 ;
           rdfs:label "Amsterdam"@en .


###  https://w3id.org/codo#Anantapur
:Anantapur rdf:type owl:NamedIndividual ,
                    :District ;
           :containedIn :AndhraPradesh ,
                        :India ;
           :contains :Hindupur ;
           :hasState :AndhraPradesh ;
           :geoName "Anantapur" ;
           rdfs:label "Anantapur"@en .


###  https://w3id.org/codo#AndamanAndNicobarIslands
:AndamanAndNicobarIslands rdf:type owl:NamedIndividual ,
                                   :UnionTerritory ;
                          :containedIn :India ;
                          :hasCountry :India ;
                          :geoName "Andaman and Nicobar Islands" ;
                          rdfs:comment "A union territory of India comprising 572 islands of which 37 are inhabited, are a group of islands at the juncture of the Bay of Bengal and the Andaman Sea."@en ;
                          rdfs:label "Andaman and Nicobar Islands"@en .


###  https://w3id.org/codo#AndhraPradesh
:AndhraPradesh rdf:type owl:NamedIndividual ,
                        :State ;
               :containedIn :India ;
               :contains :Anantapur ,
                         :Hindupur ,
                         :Vishakapatnam ;
               :hasCountry :India ;
               :geoName "Andhra Pradesh" ;
               rdfs:label "Andhra Pradesh"@en .


###  https://w3id.org/codo#Antarctica
:Antarctica rdf:type owl:NamedIndividual ,
                     :Continent .


###  https://w3id.org/codo#Anxiety
:Anxiety rdf:type owl:NamedIndividual ,
                  :OtherLessCommonSymptom .


###  https://w3id.org/codo#Argentina
:Argentina rdf:type owl:NamedIndividual ,
                    :Country ;
           :geoName "Argentina" ;
           rdfs:label "Argentina"@en .


###  https://w3id.org/codo#Asia
:Asia rdf:type owl:NamedIndividual ;
      :hasCountry :Taiwan .


###  https://w3id.org/codo#Assam
:Assam rdf:type owl:NamedIndividual ,
                :State ;
       :containedIn :India ;
       :hasCountry :India ;
       :geoName "Assam" ;
       rdfs:label "Assam"@en .


###  https://w3id.org/codo#Astrazeneca
:Astrazeneca rdf:type owl:NamedIndividual ,
                      <https://w3id.org/codo#COVID‑19Vaccine> ;
             rdfs:label "Oxford-AstraZeneca COVID-19 vaccine"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "AZD1222"@en ,
                                                            "ChAdOx1 nCoV19"@en ,
                                                            "Covishield"@en .


###  https://w3id.org/codo#Athens
:Athens rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :Greece ;
        :hasCountry :Greece ;
        :geoName "Athens" ;
        <http://schema.org/latitude> 37.983972 ;
        <http://schema.org/longitude> 23.727806 ;
        rdfs:label "Athens"@en .


###  https://w3id.org/codo#Australia
:Australia rdf:type owl:NamedIndividual ,
                    :Continent .


###  https://w3id.org/codo#Bagalkote
:Bagalkote rdf:type owl:NamedIndividual ,
                    :City ;
           :containedIn :BengaluruUrban ,
                        :India ,
                        :Karnataka ;
           :hasState :Karnataka ;
           :geoName "Bagalkote" ;
           <http://schema.org/latitude> 16.1817 ;
           <http://schema.org/longitude> 75.6958 ;
           rdfs:label "Bagalkote"@en .


###  https://w3id.org/codo#Bahrain
:Bahrain rdf:type owl:NamedIndividual ,
                  :Country ;
         :geoName "Bahrain" ;
         rdfs:label "Bahrain"@en .


###  https://w3id.org/codo#Ballari
:Ballari rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#Bangalore
:Bangalore rdf:type owl:NamedIndividual ,
                    :City ;
           :containedIn :Bangalore-Urban ,
                        :BengaluruUrban ,
                        :India ,
                        :Karnataka ;
           :hasDistrict :Bangalore-Urban ;
           :geoName "Bangalore" ;
           <http://schema.org/latitude> 12.983333 ;
           <http://schema.org/longitude> 77.583333 ;
           rdfs:label "Bangalore"@en .


###  https://w3id.org/codo#Bangalore-Urban
:Bangalore-Urban rdf:type owl:NamedIndividual ,
                          :District ;
                 :containedIn :BengaluruUrban ,
                              :India ,
                              :Karnataka ;
                 :contains :Bangalore ;
                 :hasState :Karnataka ;
                 :geoName "Bangalore-Urban" ;
                 rdfs:label "Bangalore-Urban"@en .


###  https://w3id.org/codo#BangaloreRural
:BangaloreRural rdf:type owl:NamedIndividual ,
                         :District ;
                :containedIn :BengaluruUrban ,
                             :India ,
                             :Karnataka ;
                :contains :Nelamangala ;
                :hasState :Karnataka ;
                :geoName "Bangalore Rural" ;
                rdfs:label "Bangalore Rural"@en .


###  https://w3id.org/codo#Bangladesh
:Bangladesh rdf:type owl:NamedIndividual ,
                     :Country ;
            :geoName "Bangladesh" ;
            rdfs:label "Bangladesh"@en .


###  https://w3id.org/codo#Baroda
:Baroda rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :Gujarat ,
                     :India ;
        :hasState :Gujarat ;
        :geoName "Baroda" ;
        <http://schema.org/latitude> 22.3 ;
        <http://schema.org/longitude> 73.2 ;
        rdfs:label "Baroda"@en .


###  https://w3id.org/codo#Belagavi
:Belagavi rdf:type owl:NamedIndividual ,
                   :City ;
          :containedIn :BengaluruUrban ,
                       :India ,
                       :Karnataka ;
          :hasState :Karnataka ;
          :geoName "Belagavi" ;
          <http://schema.org/latitude> 15.85 ;
          <http://schema.org/longitude> 74.5 ;
          rdfs:label "Belagavi"@en .


###  https://w3id.org/codo#Bellary
:Bellary rdf:type owl:NamedIndividual ,
                  :City ,
                  :District ;
         :containedIn :Bellary ,
                      :BengaluruUrban ,
                      :India ,
                      :Karnataka ;
         :contains :Bellary ;
         :hasDistrict :Bellary ;
         :hasState :Karnataka ;
         :geoName "Bellary District" ;
         <http://schema.org/latitude> 15.1 ;
         <http://schema.org/longitude> 76.916667 ;
         rdfs:label "Bellary" .


###  https://w3id.org/codo#Bengaluru
:Bengaluru rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#Bengaluru-Urban
:Bengaluru-Urban rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#BengaluruUrban
:BengaluruUrban rdf:type owl:NamedIndividual ,
                         :District ;
                :contains :Bagalkote ,
                          :Bangalore ,
                          :Bangalore-Urban ,
                          :BangaloreRural ,
                          :Belagavi ,
                          :Bellary ,
                          :Bhatkal ,
                          :Bidar ,
                          :Carwar ,
                          :Chamarajanagar ,
                          :Channagiri ,
                          :Chikballarpur ,
                          :Chitradurga ,
                          :Davangere ,
                          :Dharwad ,
                          :Gadag ,
                          :Gadag-Betageri ,
                          :Gulbarga ,
                          :Hassan ,
                          :Haveri ,
                          :Hubballi ,
                          :Hubli ,
                          :Humnabad ,
                          :Kalaburagi ,
                          :Kalburgi ,
                          :Karnataka ,
                          :Karwara ,
                          :Kodagu ,
                          :Koppal ,
                          :Koppala ,
                          :Madikeri ,
                          :Mandya ,
                          :Mangalore ,
                          :Mangaluru ,
                          :Mysore ,
                          :Nanjangud ,
                          :Nelamangala ,
                          :PharmaceuticalCompanyInNanjangud ,
                          :Raichur ,
                          :Ramanagara ,
                          :Shahapur ,
                          :Shivamogga ,
                          :Tumkur ,
                          :Udupi ,
                          :UttarKannada ,
                          :UttaraKannada ,
                          :Vijayapura ,
                          :Yadgir ;
                :geoName "Bengaluru Urban" ;
                rdfs:label "Bengaluru Urban" .


###  https://w3id.org/codo#Bhatkal
:Bhatkal rdf:type owl:NamedIndividual ,
                  :City ;
         :containedIn :BengaluruUrban ,
                      :India ,
                      :Karnataka ;
         :hasState :Karnataka ;
         :geoName "Bhatkal" ;
         <http://schema.org/latitude> 13.967 ;
         <http://schema.org/longitude> 74.567 ;
         rdfs:label "Bhatkal"@en .


###  https://w3id.org/codo#Bidar
:Bidar rdf:type owl:NamedIndividual ,
                :City ,
                :District ;
       :containedIn :BengaluruUrban ,
                    :India ,
                    :Karnataka ;
       :contains :Humnabad ;
       :hasState :Karnataka ;
       :geoName "Bidar" ;
       <http://schema.org/latitude> 17.9 ;
       <http://schema.org/longitude> 77.5 ;
       rdfs:label "Bidar"@en .


###  https://w3id.org/codo#Bihar
:Bihar rdf:type owl:NamedIndividual ,
                :State ;
       :geoName "Bihar" ;
       rdfs:label "Bihar" .


###  https://w3id.org/codo#BoosterDose
:BoosterDose rdf:type owl:NamedIndividual ,
                      :VaccineShot .


###  https://w3id.org/codo#Botswana
:Botswana rdf:type owl:NamedIndividual ,
                   :Country ;
          rdfs:label "Botswana"@en .


###  https://w3id.org/codo#BrainInflammation
:BrainInflammation rdf:type owl:NamedIndividual ,
                            :OtherLessCommonSymptom .


###  https://w3id.org/codo#Brazil
:Brazil rdf:type owl:NamedIndividual ,
                 :Country ;
        :geoName "Brazil" ;
        rdfs:label "Brazil"@en .


###  https://w3id.org/codo#BreathingWithoutDifficulty
:BreathingWithoutDifficulty rdf:type owl:NamedIndividual ,
                                     <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                            rdfs:label "Breathing without difficulty"@en .


###  https://w3id.org/codo#Breathlessness
:Breathlessness rdf:type owl:NamedIndividual ,
                         <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                rdfs:comment "A dyspneic condition."@en ;
                rdfs:label "Breathlessness"@en ;
                <http://www.w3.org/2004/02/skos/core#altLabel> "Shortness of breath"@en .


###  https://w3id.org/codo#C90Y
:C90Y rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NS8 ;
      <http://xmlns.com/foaf/0.1/name> "C90Y" ;
      rdfs:label "C90Y"@en .


###  https://w3id.org/codo#COVAXIN
:COVAXIN rdf:type owl:NamedIndividual ,
                  <https://w3id.org/codo#COVID‑19Vaccine> ;
         rdfs:label "COVAXIN"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "BBV152"@en .


###  https://w3id.org/codo#COVID-19
:COVID-19 rdf:type owl:NamedIndividual ,
                   :CoronavirusDisease ;
          <http://xmlns.com/foaf/0.1/name> "COVID-19" ;
          rdfs:comment "A Coronavirus infection that is characterized by fever, cough and shortness of breath and that has_material_basis_in SARS-CoV-2 (source: obo)."@en ,
                       "A disease caused by severe acute respiratory syndrome coronavirus 2. "@en ,
                       "Disease caused by 2019 novel coronavirus"@en ,
                       "Disease caused by 2019-nCoV"@en ,
                       "NCI:C171133"@en ,
                       "SCTID: 840539006"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "2019 Novel Coronavirus"@en .


###  https://w3id.org/codo#COVID-19AntibodyTests
:COVID-19AntibodyTests rdf:type owl:NamedIndividual ;
                       rdfs:comment "The body responds to a viral infection by producing antibodies that help neutralize the virus. Blood tests (also called serology tests or serology immunoassays) can detect the presence of such antibodies."@en ;
                       rdfs:label "COVID-19 Antibody Tests"@en ;
                       <http://www.w3.org/2004/02/skos/core#altLabel> "Serology blood test"@en ,
                                                                      "Serology test"@en ,
                                                                      "serological test"@en .


###  https://w3id.org/codo#COVIDRO_ALPS
:COVIDRO_ALPS rdf:type owl:NamedIndividual ,
                       :COVIDRO_ImmunocompromisedState ;
              rdfs:comment "utoimmune lymphoproliferative syndrome (ALPS) is a rare immune disorder first described by NIH scientists in the mid-1990s that can cause numerous autoimmune problems, such as low levels of red blood cells, clot-forming platelets, and infection-fighting white blood cells. These problems can increase the risk of infection and hemorrhage. Read more about autoimmune lymphoproliferative syndrome (ALPS)."@en ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Autoimmune lymphoproliferative syndrome"@en .


###  https://w3id.org/codo#COVIDRO_APS-1
:COVIDRO_APS-1 rdf:type owl:NamedIndividual ,
                        :COVIDRO_ImmunocompromisedState ;
               rdfs:comment "Autoimmune polyglandular syndrome type 1 (APS-1), also called autoimmune polyendocrinopathy-candidiasis-ectodermal dystrophy (APECED), causes a diverse range of symptoms, including autoimmunity against different types of organs and increased susceptibility to candidiasis, a fungal infection caused by Candida yeast. Read more about APS-1 (APECED)."@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Autoimmune polyglandular syndrome type 1" .


###  https://w3id.org/codo#COVIDRO_Abrocitinib
:COVIDRO_Abrocitinib rdf:type owl:NamedIndividual ,
                              :COVIDRO_Immunosuppressant .


###  https://w3id.org/codo#COVIDRO_Accountant
:COVIDRO_Accountant rdf:type owl:NamedIndividual ,
                             :COVIDRO_LowExposureRiskOccupation .


###  https://w3id.org/codo#COVIDRO_Acetaminophen
:COVIDRO_Acetaminophen rdf:type owl:NamedIndividual ,
                                :COVIDRO_PainReducer .


###  https://w3id.org/codo#COVIDRO_AchesAndPains
:COVIDRO_AchesAndPains rdf:type owl:NamedIndividual ,
                                <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                       rdfs:comment "Aches and pains" .


###  https://w3id.org/codo#COVIDRO_Alcohol
:COVIDRO_Alcohol rdf:type owl:NamedIndividual ,
                          :COVIDRO_SocialHistory .


###  https://w3id.org/codo#COVIDRO_AlcoholUseDisorder
:COVIDRO_AlcoholUseDisorder rdf:type owl:NamedIndividual ,
                                     :COVIDRO_SubstanceUseDisorder .


###  https://w3id.org/codo#COVIDRO_AlzheimerDisease
:COVIDRO_AlzheimerDisease rdf:type owl:NamedIndividual ,
                                   :COVIDRO_NeurologicalCondition .


###  https://w3id.org/codo#COVIDRO_Amiodarone
:COVIDRO_Amiodarone rdf:type owl:NamedIndividual ,
                             :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Amitriptyline
:COVIDRO_Amitriptyline rdf:type owl:NamedIndividual ,
                                :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Anakinra
:COVIDRO_Anakinra rdf:type owl:NamedIndividual ,
                           :COVIDRO_ImmuneModulator .


###  https://w3id.org/codo#COVIDRO_Anaphylaxis
:COVIDRO_Anaphylaxis rdf:type owl:NamedIndividual ,
                              :COVIDRO_AdverseEffect .


###  https://w3id.org/codo#COVIDRO_Aspirin
:COVIDRO_Aspirin rdf:type owl:NamedIndividual ,
                          :COVIDRO_CardiovascularMedication ,
                          :COVIDRO_PainReducer .


###  https://w3id.org/codo#COVIDRO_Asthma
:COVIDRO_Asthma rdf:type owl:NamedIndividual ,
                         :RespiratoryTractDisease .


###  https://w3id.org/codo#COVIDRO_Atenolol
:COVIDRO_Atenolol rdf:type owl:NamedIndividual ,
                           :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Azithromycin
:COVIDRO_Azithromycin rdf:type owl:NamedIndividual ,
                               :COVIDRO_Anti-Infective .


###  https://w3id.org/codo#COVIDRO_BENTA-Disease
:COVIDRO_BENTA-Disease rdf:type owl:NamedIndividual ,
                                :COVIDRO_ImmunocompromisedState ;
                       rdfs:comment "BENTA disease is a rare genetic disorder of the immune system caused by mutations in the gene CARD11. The disease is characterized by high levels of certain immune cells starting in infancy, an enlarged spleen, enlarged lymph nodes, immunodeficiency, and an elevated risk of lymphoma, a type of cancer Read more about BENTA disease"@en ;
                       rdfs:label "BENTA-Disease" .


###  https://w3id.org/codo#COVIDRO_Bamlanivimab
:COVIDRO_Bamlanivimab rdf:type owl:NamedIndividual ,
                               :COVIDRO_SARS-COV-2-targetingMonoclonalAntibody .


###  https://w3id.org/codo#COVIDRO_Baricitinib
:COVIDRO_Baricitinib rdf:type owl:NamedIndividual ,
                              :COVIDRO_ImmuneModulator ,
                              :COVIDRO_Immunosuppressant ;
                     :COVIDRO_approvedBy :COVIDRO_FDA .


###  https://w3id.org/codo#COVIDRO_BirthDefect
:COVIDRO_BirthDefect rdf:type owl:NamedIndividual ,
                              :COVIDRO_Disability .


###  https://w3id.org/codo#COVIDRO_BreathingWithoutDifficulty
:COVIDRO_BreathingWithoutDifficulty rdf:type owl:NamedIndividual ,
                                             <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                                    rdfs:comment "Breathing without difficulty"@en .


###  https://w3id.org/codo#COVIDRO_Breathlessness
:COVIDRO_Breathlessness rdf:type owl:NamedIndividual ,
                                 <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                        rdfs:comment "Breathlessness"@en .


###  https://w3id.org/codo#COVIDRO_Bronchiectasis
:COVIDRO_Bronchiectasis rdf:type owl:NamedIndividual ,
                                 :RespiratoryTractDisease .


###  https://w3id.org/codo#COVIDRO_Bronchitis
:COVIDRO_Bronchitis rdf:type owl:NamedIndividual ,
                             :RespiratoryTractDisease .


###  https://w3id.org/codo#COVIDRO_BronchopulmonaryDysplasia
:COVIDRO_BronchopulmonaryDysplasia rdf:type owl:NamedIndividual ,
                                            :RespiratoryTractDisease .


###  https://w3id.org/codo#COVIDRO_Bupropion
:COVIDRO_Bupropion rdf:type owl:NamedIndividual ,
                            :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_CEDS
:COVIDRO_CEDS rdf:type owl:NamedIndividual ,
                       :COVIDRO_ImmunocompromisedState ;
              rdfs:comment "Caspase eight deficiency state, or CEDS, is a very rare genetic disorder of the immune system caused by mutations in the CASP8 gene. CEDS is characterized by an enlarged spleen and lymph nodes, recurrent sinus and lung infections, recurrent viral infections, and a low level of infection-fighting antibodies. NIH researchers first described this condition in two siblings in 2002." ;
              rdfs:label "CEDS" ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Caspase eight deficiency state" .


###  https://w3id.org/codo#COVIDRO_COVID-19
:COVIDRO_COVID-19 rdf:type owl:NamedIndividual ,
                           :CoronavirusDisease ;
                  rdfs:label "COVID-19"@en ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "2019 Novel Coronavirus" .


###  https://w3id.org/codo#COVIDRO_Cancer
:COVIDRO_Cancer rdf:type owl:NamedIndividual ,
                         :Disease .


###  https://w3id.org/codo#COVIDRO_Carbamazepine
:COVIDRO_Carbamazepine rdf:type owl:NamedIndividual ,
                                :COVIDRO_Anticonvulsant .


###  https://w3id.org/codo#COVIDRO_Cardiomyopathy
:COVIDRO_Cardiomyopathy rdf:type owl:NamedIndividual ,
                                 :COVIDRO_CardiovascularSystemDisease .


###  https://w3id.org/codo#COVIDRO_CardiovascularDisease
:COVIDRO_CardiovascularDisease rdf:type owl:NamedIndividual ,
                                        :Disorder ;
                               rdfs:comment "Cardiovascular Disease (CVD)"@en .


###  https://w3id.org/codo#COVIDRO_Carvedilol
:COVIDRO_Carvedilol rdf:type owl:NamedIndividual ,
                             :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Casirivimab
:COVIDRO_Casirivimab rdf:type owl:NamedIndividual ,
                              :COVIDRO_SARS-COV-2-targetingMonoclonalAntibody .


###  https://w3id.org/codo#COVIDRO_CerebralPalsy
:COVIDRO_CerebralPalsy rdf:type owl:NamedIndividual ,
                                :COVIDRO_Disability .


###  https://w3id.org/codo#COVIDRO_Cetirizine
:COVIDRO_Cetirizine rdf:type owl:NamedIndividual ,
                             :COVIDRO_AllergyMedication .


###  https://w3id.org/codo#COVIDRO_ChronicKidneyDisease
:COVIDRO_ChronicKidneyDisease rdf:type owl:NamedIndividual ,
                                       :Disorder ;
                              rdfs:comment "Chronic Kidney Disease (CKD)"@en .


###  https://w3id.org/codo#COVIDRO_ChronicKidneyInsufficiency
:COVIDRO_ChronicKidneyInsufficiency rdf:type owl:NamedIndividual ,
                                             :Disorder ;
                                    rdfs:comment "Chronic Kidney Insufficiency (CKI)"@en .


###  https://w3id.org/codo#COVIDRO_ChronicLiverDisease
:COVIDRO_ChronicLiverDisease rdf:type owl:NamedIndividual ,
                                      :Disorder ;
                             rdfs:comment "Chronic Liver Disease (CLD)"@en .


###  https://w3id.org/codo#COVIDRO_ChronicObstructivePulmonaryDisease
:COVIDRO_ChronicObstructivePulmonaryDisease rdf:type owl:NamedIndividual ,
                                                     :Disorder ;
                                            rdfs:comment "Chronic Obstructive Pulmonary Disease (COPD)"@en .


###  https://w3id.org/codo#COVIDRO_ChronicRespiratoryDisease
:COVIDRO_ChronicRespiratoryDisease rdf:type owl:NamedIndividual ,
                                            :RespiratoryTractDisease .


###  https://w3id.org/codo#COVIDRO_Cidofovir
:COVIDRO_Cidofovir rdf:type owl:NamedIndividual ,
                            :COVIDRO_Anti-Infective .


###  https://w3id.org/codo#COVIDRO_Citalopram
:COVIDRO_Citalopram rdf:type owl:NamedIndividual ,
                             :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Clopidogrel
:COVIDRO_Clopidogrel rdf:type owl:NamedIndividual ,
                              :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Clozapine
:COVIDRO_Clozapine rdf:type owl:NamedIndividual ,
                            :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_CocaineUseDisorder
:COVIDRO_CocaineUseDisorder rdf:type owl:NamedIndividual ,
                                     :COVIDRO_SubstanceUseDisorder .


###  https://w3id.org/codo#COVIDRO_Codeine
:COVIDRO_Codeine rdf:type owl:NamedIndividual ,
                          :COVIDRO_PainReducer .


###  https://w3id.org/codo#COVIDRO_CoronaryArteryDisease
:COVIDRO_CoronaryArteryDisease rdf:type owl:NamedIndividual ,
                                        :COVIDRO_CardiovascularSystemDisease .


###  https://w3id.org/codo#COVIDRO_Corticosteroids
:COVIDRO_Corticosteroids rdf:type owl:NamedIndividual ,
                                  :COVIDRO_RespiratoryMedication ;
                         :COVIDRO_mayNotInteractsWith :COVIDRO_Anakinra .


###  https://w3id.org/codo#COVIDRO_Cough
:COVIDRO_Cough rdf:type owl:NamedIndividual ,
                        <http://purl.obolibrary.org/obo/SYMP_0000462> ;
               rdfs:comment "Cough"@en .


###  https://w3id.org/codo#COVIDRO_Cured
:COVIDRO_Cured rdf:type owl:NamedIndividual ,
                        :Status .


###  https://w3id.org/codo#COVIDRO_CysticFibrosis
:COVIDRO_CysticFibrosis rdf:type owl:NamedIndividual ,
                                 :Disease .


###  https://w3id.org/codo#COVIDRO_Deceased
:COVIDRO_Deceased rdf:type owl:NamedIndividual ,
                           :Status .


###  https://w3id.org/codo#COVIDRO_Dementia
:COVIDRO_Dementia rdf:type owl:NamedIndividual ,
                           :COVIDRO_NeurologicalCondition .


###  https://w3id.org/codo#COVIDRO_Depression
:COVIDRO_Depression rdf:type owl:NamedIndividual ,
                             :COVIDRO_MentalHealthCondition .


###  https://w3id.org/codo#COVIDRO_DevelopmentalDisability
:COVIDRO_DevelopmentalDisability rdf:type owl:NamedIndividual ,
                                          :COVIDRO_Disability .


###  https://w3id.org/codo#COVIDRO_DiabetesMellitus
:COVIDRO_DiabetesMellitus rdf:type owl:NamedIndividual ,
                                   :Disease ,
                                   :Disorder ;
                          rdfs:comment "Diabetes mellitus"@en .


###  https://w3id.org/codo#COVIDRO_Diarrhea
:COVIDRO_Diarrhea rdf:type owl:NamedIndividual ,
                           <http://purl.obolibrary.org/obo/SYMP_0000462> ,
                           :COVIDRO_AdverseEffect .


###  https://w3id.org/codo#COVIDRO_Diphenhydramine
:COVIDRO_Diphenhydramine rdf:type owl:NamedIndividual ,
                                  :COVIDRO_AllergyMedication .


###  https://w3id.org/codo#COVIDRO_Disopyramide
:COVIDRO_Disopyramide rdf:type owl:NamedIndividual ,
                               :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Dizziness
:COVIDRO_Dizziness rdf:type owl:NamedIndividual ,
                            <http://purl.obolibrary.org/obo/SYMP_0000462> ,
                            :COVIDRO_AdverseEffect .


###  https://w3id.org/codo#COVIDRO_Doctor
:COVIDRO_Doctor rdf:type owl:NamedIndividual ,
                         :COVIDRO_HighExposureRiskOccupation .


###  https://w3id.org/codo#COVIDRO_Dofetilide
:COVIDRO_Dofetilide rdf:type owl:NamedIndividual ,
                             :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_DownSyndrome
:COVIDRO_DownSyndrome rdf:type owl:NamedIndividual ,
                               :COVIDRO_Disability .


###  https://w3id.org/codo#COVIDRO_Dronedarone
:COVIDRO_Dronedarone rdf:type owl:NamedIndividual ,
                              :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Duloxetine
:COVIDRO_Duloxetine rdf:type owl:NamedIndividual ,
                             :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Dysgeusia
:COVIDRO_Dysgeusia rdf:type owl:NamedIndividual ,
                            <http://purl.obolibrary.org/obo/SYMP_0000462> ,
                            :COVIDRO_AdverseEffect .


###  https://w3id.org/codo#COVIDRO_Dyspnea
:COVIDRO_Dyspnea rdf:type owl:NamedIndividual ,
                          <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                 rdfs:comment "Dyspnea"@en .


###  https://w3id.org/codo#COVIDRO_Electrician
:COVIDRO_Electrician rdf:type owl:NamedIndividual ,
                              :COVIDRO_LowExposureRiskOccupation .


###  https://w3id.org/codo#COVIDRO_Empagliflozin
:COVIDRO_Empagliflozin rdf:type owl:NamedIndividual ,
                                :COVIDRO_AntiDiabeticMedication .


###  https://w3id.org/codo#COVIDRO_Emphysema
:COVIDRO_Emphysema rdf:type owl:NamedIndividual ,
                            :RespiratoryTractDisease .


###  https://w3id.org/codo#COVIDRO_Eplerenone
:COVIDRO_Eplerenone rdf:type owl:NamedIndividual ,
                             :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Escitalopram
:COVIDRO_Escitalopram rdf:type owl:NamedIndividual ,
                               :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Etesevimab
:COVIDRO_Etesevimab rdf:type owl:NamedIndividual ,
                             :COVIDRO_SARS-COV-2-targetingMonoclonalAntibody .


###  https://w3id.org/codo#COVIDRO_ExtracorporealMembraneOxygenation
:COVIDRO_ExtracorporealMembraneOxygenation rdf:type owl:NamedIndividual ,
                                                    :COVIDRO_RespiratoryTherapy .


###  https://w3id.org/codo#COVIDRO_Ezetimibe
:COVIDRO_Ezetimibe rdf:type owl:NamedIndividual ,
                            :COVIDRO_Lipid-Modifier .


###  https://w3id.org/codo#COVIDRO_FDA
:COVIDRO_FDA rdf:type owl:NamedIndividual ,
                      <http://www.w3.org/ns/org#Organization> .


###  https://w3id.org/codo#COVIDRO_FDA-EUA
:COVIDRO_FDA-EUA rdf:type owl:NamedIndividual ,
                          <http://www.w3.org/ns/org#Organization> .


###  https://w3id.org/codo#COVIDRO_Famotidine
:COVIDRO_Famotidine rdf:type owl:NamedIndividual ,
                             :COVIDRO_AcidReducer .


###  https://w3id.org/codo#COVIDRO_Fever
:COVIDRO_Fever rdf:type owl:NamedIndividual ,
                        <http://purl.obolibrary.org/obo/SYMP_0000462> ,
                        :COVIDRO_AdverseEffect ;
               rdfs:comment "Fever"@en .


###  https://w3id.org/codo#COVIDRO_Fexofenadine
:COVIDRO_Fexofenadine rdf:type owl:NamedIndividual ,
                               :COVIDRO_AllergyMedication .


###  https://w3id.org/codo#COVIDRO_Flecainide
:COVIDRO_Flecainide rdf:type owl:NamedIndividual ,
                             :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Fluoxetine
:COVIDRO_Fluoxetine rdf:type owl:NamedIndividual ,
                             :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Formoterol
:COVIDRO_Formoterol rdf:type owl:NamedIndividual ,
                             :COVIDRO_RespiratoryMedication .


###  https://w3id.org/codo#COVIDRO_Frovatriptan
:COVIDRO_Frovatriptan rdf:type owl:NamedIndividual ,
                               :COVIDRO_MigraineReducer .


###  https://w3id.org/codo#COVIDRO_Furosemide
:COVIDRO_Furosemide rdf:type owl:NamedIndividual ,
                             :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Gabapentin
:COVIDRO_Gabapentin rdf:type owl:NamedIndividual ,
                             :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_HIV
:COVIDRO_HIV rdf:type owl:NamedIndividual ,
                      :InfectiousDisease ;
             rdfs:label "HIV"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Human Immunodeficiency Virus"@en .


###  https://w3id.org/codo#COVIDRO_HeartFailure
:COVIDRO_HeartFailure rdf:type owl:NamedIndividual ,
                               :COVIDRO_CardiovascularSystemDisease .


###  https://w3id.org/codo#COVIDRO_HeartTransplant
:COVIDRO_HeartTransplant rdf:type owl:NamedIndividual ,
                                  :COVIDRO_OrganTransplant .


###  https://w3id.org/codo#COVIDRO_High-TiterCOVID-19ConvalescentPlasma
:COVIDRO_High-TiterCOVID-19ConvalescentPlasma rdf:type owl:NamedIndividual ,
                                                       :COVIDRO_COVID-19ConvalescentPlasma ;
                                              :COVIDRO_approvedBy :COVIDRO_FDA-EUA ;
                                              :COVIDRO_hasAdverseEffect :COVIDRO_TACO ,
                                                                        :COVIDRO_TRALI ;
                                              rdfs:label "High-Titer COVID-19 convalescent plasma"@en .


###  https://w3id.org/codo#COVIDRO_Hospitalized
:COVIDRO_Hospitalized rdf:type owl:NamedIndividual ,
                               :Status .


###  https://w3id.org/codo#COVIDRO_Hydrochlorothiazide
:COVIDRO_Hydrochlorothiazide rdf:type owl:NamedIndividual ,
                                      :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Hydroxychloroquine
:COVIDRO_Hydroxychloroquine rdf:type owl:NamedIndividual ,
                                     :COVIDRO_Anti-Infective .


###  https://w3id.org/codo#COVIDRO_Hypertension
:COVIDRO_Hypertension rdf:type owl:NamedIndividual ,
                               :COVIDRO_CardiovascularSystemDisease ,
                               :Disorder ;
                      rdfs:comment "Hypertension"@en .


###  https://w3id.org/codo#COVIDRO_IFN-Beta
:COVIDRO_IFN-Beta rdf:type owl:NamedIndividual ,
                           :COVIDRO_Interferon ;
                  :COVIDRO_hasAdverseEffect :COVIDRO_Fever ;
                  :COVIDRO_notApprovedBy :COVIDRO_FDA .


###  https://w3id.org/codo#COVIDRO_Ibuprofen
:COVIDRO_Ibuprofen rdf:type owl:NamedIndividual ,
                            :COVIDRO_PainReducer .


###  https://w3id.org/codo#COVIDRO_IdiopathicPulmonaryFibrosis
:COVIDRO_IdiopathicPulmonaryFibrosis rdf:type owl:NamedIndividual ,
                                              :RespiratoryTractDisease .


###  https://w3id.org/codo#COVIDRO_Imdevimab
:COVIDRO_Imdevimab rdf:type owl:NamedIndividual ,
                            :COVIDRO_SARS-COV-2-targetingMonoclonalAntibody .


###  https://w3id.org/codo#COVIDRO_Insulin
:COVIDRO_Insulin rdf:type owl:NamedIndividual ,
                          :COVIDRO_AntiDiabeticMedication .


###  https://w3id.org/codo#COVIDRO_IntellectualDisability
:COVIDRO_IntellectualDisability rdf:type owl:NamedIndividual ,
                                         :COVIDRO_Disability .


###  https://w3id.org/codo#COVIDRO_IntestineTransplant
:COVIDRO_IntestineTransplant rdf:type owl:NamedIndividual ,
                                      :COVIDRO_OrganTransplant .


###  https://w3id.org/codo#COVIDRO_InvasiveMechanicalVentilation
:COVIDRO_InvasiveMechanicalVentilation rdf:type owl:NamedIndividual ,
                                                :COVIDRO_RespiratoryTherapy .


###  https://w3id.org/codo#COVIDRO_Irbesartan
:COVIDRO_Irbesartan rdf:type owl:NamedIndividual ,
                             :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_IschemicHeartDisease
:COVIDRO_IschemicHeartDisease rdf:type owl:NamedIndividual ,
                                       :Disorder ;
                              rdfs:comment "Ischemic heart disease"@en .


###  https://w3id.org/codo#COVIDRO_IsosorbideDinitrate
:COVIDRO_IsosorbideDinitrate rdf:type owl:NamedIndividual ,
                                      :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Ivabradine
:COVIDRO_Ivabradine rdf:type owl:NamedIndividual ,
                             :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_KidneyTransplant
:COVIDRO_KidneyTransplant rdf:type owl:NamedIndividual ,
                                   :COVIDRO_OrganTransplant .


###  https://w3id.org/codo#COVIDRO_Lawyer
:COVIDRO_Lawyer rdf:type owl:NamedIndividual ,
                         :COVIDRO_LowExposureRiskOccupation .


###  https://w3id.org/codo#COVIDRO_LearningDisability
:COVIDRO_LearningDisability rdf:type owl:NamedIndividual ,
                                     :COVIDRO_Disability .


###  https://w3id.org/codo#COVIDRO_Lisinopril
:COVIDRO_Lisinopril rdf:type owl:NamedIndividual ,
                             :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Live
:COVIDRO_Live rdf:type owl:NamedIndividual ,
                       :Status .


###  https://w3id.org/codo#COVIDRO_LiverTransplant
:COVIDRO_LiverTransplant rdf:type owl:NamedIndividual ,
                                  :COVIDRO_OrganTransplant .


###  https://w3id.org/codo#COVIDRO_Loratadine
:COVIDRO_Loratadine rdf:type owl:NamedIndividual ,
                             :COVIDRO_AllergyMedication .


###  https://w3id.org/codo#COVIDRO_Lorazepam
:COVIDRO_Lorazepam rdf:type owl:NamedIndividual ,
                            :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Losartan
:COVIDRO_Losartan rdf:type owl:NamedIndividual ,
                           :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Lurasidone
:COVIDRO_Lurasidone rdf:type owl:NamedIndividual ,
                             :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Malaise
:COVIDRO_Malaise rdf:type owl:NamedIndividual ,
                          <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                 rdfs:comment "Malaise"@en .


###  https://w3id.org/codo#COVIDRO_Meloxicam
:COVIDRO_Meloxicam rdf:type owl:NamedIndividual ,
                            :COVIDRO_PainReducer .


###  https://w3id.org/codo#COVIDRO_Metformin
:COVIDRO_Metformin rdf:type owl:NamedIndividual ,
                            :COVIDRO_AntiDiabeticMedication .


###  https://w3id.org/codo#COVIDRO_Methotrexate
:COVIDRO_Methotrexate rdf:type owl:NamedIndividual ,
                               :COVIDRO_Immunosuppressant .


###  https://w3id.org/codo#COVIDRO_Metoprolol
:COVIDRO_Metoprolol rdf:type owl:NamedIndividual ,
                             :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Midazolam
:COVIDRO_Midazolam rdf:type owl:NamedIndividual ,
                            :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Molnupiravir
:COVIDRO_Molnupiravir rdf:type owl:NamedIndividual ,
                               :COVIDRO_Anti-SARS-CoV-2AntiviralDrug ;
                      :COVIDRO_approvedBy :COVIDRO_FDA-EUA ;
                      :COVIDRO_hasAdverseEffect :COVIDRO_Diarrhea ,
                                                :COVIDRO_Dizziness ,
                                                :COVIDRO_Nausea ;
                      rdfs:label "Molnupiravir"@en .


###  https://w3id.org/codo#COVIDRO_Montelukast
:COVIDRO_Montelukast rdf:type owl:NamedIndividual ,
                              :COVIDRO_RespiratoryMedication .


###  https://w3id.org/codo#COVIDRO_MoodDisorder
:COVIDRO_MoodDisorder rdf:type owl:NamedIndividual ,
                               :COVIDRO_MentalHealthCondition .


###  https://w3id.org/codo#COVIDRO_Mycophenolate
:COVIDRO_Mycophenolate rdf:type owl:NamedIndividual ,
                                :COVIDRO_Immunosuppressant .


###  https://w3id.org/codo#COVIDRO_Naproxen
:COVIDRO_Naproxen rdf:type owl:NamedIndividual ,
                           :COVIDRO_PainReducer .


###  https://w3id.org/codo#COVIDRO_Naratriptan
:COVIDRO_Naratriptan rdf:type owl:NamedIndividual ,
                              :COVIDRO_MigraineReducer .


###  https://w3id.org/codo#COVIDRO_Nausea
:COVIDRO_Nausea rdf:type owl:NamedIndividual ,
                         :COVIDRO_AdverseEffect .


###  https://w3id.org/codo#COVIDRO_Non-InvasiveMechanicalVentilation
:COVIDRO_Non-InvasiveMechanicalVentilation rdf:type owl:NamedIndividual ,
                                                    :COVIDRO_RespiratoryTherapy .


###  https://w3id.org/codo#COVIDRO_NonPregnant
:COVIDRO_NonPregnant rdf:type owl:NamedIndividual ,
                              :Pregnancy .


###  https://w3id.org/codo#COVIDRO_Nortriptyline
:COVIDRO_Nortriptyline rdf:type owl:NamedIndividual ,
                                :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_NotHospitalized
:COVIDRO_NotHospitalized rdf:type owl:NamedIndividual ,
                                  :Status .


###  https://w3id.org/codo#COVIDRO_NotReported
:COVIDRO_NotReported rdf:type owl:NamedIndividual ,
                              :Disorder ;
                     rdfs:comment "Not reported"@en .


###  https://w3id.org/codo#COVIDRO_Nurse
:COVIDRO_Nurse rdf:type owl:NamedIndividual ,
                        :COVIDRO_HighExposureRiskOccupation .


###  https://w3id.org/codo#COVIDRO_Obesity
:COVIDRO_Obesity rdf:type owl:NamedIndividual ,
                          :Disease .


###  https://w3id.org/codo#COVIDRO_Olanzapine
:COVIDRO_Olanzapine rdf:type owl:NamedIndividual ,
                             :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Omeprazole
:COVIDRO_Omeprazole rdf:type owl:NamedIndividual ,
                             :COVIDRO_AcidReducer .


###  https://w3id.org/codo#COVIDRO_OpioidUseDisorder
:COVIDRO_OpioidUseDisorder rdf:type owl:NamedIndividual ,
                                    :COVIDRO_SubstanceUseDisorder .


###  https://w3id.org/codo#COVIDRO_P00001
:COVIDRO_P00001 rdf:type owl:NamedIndividual ,
                         <http://xmlns.com/foaf/0.1/Person> ;
                <http://schema.org/hasOccupation> :COVIDRO_Paramedics ;
                :COVIDRO_hasImmunocompromisedState :COVIDRO_ALPS ;
                :COVIDRO_hasUnderlyingHealthCondition :COVIDRO_ChronicObstructivePulmonaryDisease ;
                :mostRecentVitalSign :COVIDRO_vital00001 ;
                :age 70 .


###  https://w3id.org/codo#COVIDRO_P00002
:COVIDRO_P00002 rdf:type owl:NamedIndividual ,
                         <http://xmlns.com/foaf/0.1/Person> ;
                :hasSymptom :COVIDRO_BreathingWithoutDifficulty ,
                            :COVIDRO_Cough ,
                            :COVIDRO_Fever ,
                            :COVIDRO_Pneumonia ;
                :mostRecentVitalSign :COVIDRO_vital00002 ;
                :COVIDRO_isPregnant "true"^^xsd:boolean .


###  https://w3id.org/codo#COVIDRO_P00003
:COVIDRO_P00003 rdf:type owl:NamedIndividual ,
                         <http://xmlns.com/foaf/0.1/Person> ;
                :mostRecentVitalSign :COVIDRO_vital00003 ;
                :age 17 .


###  https://w3id.org/codo#COVIDRO_P00004
:COVIDRO_P00004 rdf:type owl:NamedIndividual ,
                         <http://xmlns.com/foaf/0.1/Person> ;
                :COVIDRO_hasImmunocompromisedState :COVIDRO_BENTA-Disease ;
                :COVIDRO_hasUnderlyingHealthCondition :COVIDRO_Cancer ;
                :hasSymptom :COVIDRO_BreathingWithoutDifficulty ,
                            :COVIDRO_Cough ,
                            :COVIDRO_Pneumonia ,
                            :COVIDRO_SoreThroat ;
                :age 15 .


###  https://w3id.org/codo#COVIDRO_P00005
:COVIDRO_P00005 rdf:type owl:NamedIndividual ,
                         <http://xmlns.com/foaf/0.1/Person> ;
                :COVIDRO_hasUnderlyingHealthCondition :COVIDRO_Pregnant ;
                :hasSymptom :COVIDRO_BreathingWithoutDifficulty ,
                            :COVIDRO_Cough ,
                            :COVIDRO_Pneumonia ;
                :patientStatus :COVIDRO_Hospitalized ;
                :age 44 ;
                :weight 77 .


###  https://w3id.org/codo#COVIDRO_P00006
:COVIDRO_P00006 rdf:type owl:NamedIndividual ,
                         <http://xmlns.com/foaf/0.1/Person> ;
                :COVIDRO_hasPresentMedicalHistory :COVIDRO_PresentMedicalHistory_P00006 ;
                :COVIDRO_hasUnderlyingHealthCondition :COVIDRO_DiabetesMellitus ;
                :hasSymptom :COVIDRO_BreathingWithoutDifficulty ,
                            :COVIDRO_Cough ,
                            :COVIDRO_SoreThroat ;
                :age 67 ;
                :weight 80 .


###  https://w3id.org/codo#COVIDRO_P00007
:COVIDRO_P00007 rdf:type owl:NamedIndividual ,
                         <http://xmlns.com/foaf/0.1/Person> ;
                :COVIDRO_hasPresentMedicalHistory :COVIDRO_PresentMedicalHistory_P00007 ;
                :COVIDRO_hasTreatmentProcedure :COVIDRO_ExtracorporealMembraneOxygenation ,
                                               :COVIDRO_Non-InvasiveMechanicalVentilation ,
                                               :COVIDRO_SupplementalOxygen ;
                :patientStatus :COVIDRO_Hospitalized ;
                :age 22 .


###  https://w3id.org/codo#COVIDRO_P00008
:COVIDRO_P00008 rdf:type owl:NamedIndividual ,
                         <http://xmlns.com/foaf/0.1/Person> ;
                :COVIDRO_hasPresentMedicalHistory :COVIDRO_PresentMedicalHistory_P00008 ;
                :COVIDRO_hasUnderlyingHealthCondition :COVIDRO_Cancer ;
                :hasSymptom :COVIDRO_BreathingWithoutDifficulty ,
                            :COVIDRO_Cough ,
                            :COVIDRO_SoreThroat ;
                :age 66 ;
                :weight 90 .


###  https://w3id.org/codo#COVIDRO_P00009
:COVIDRO_P00009 rdf:type owl:NamedIndividual ,
                         <http://xmlns.com/foaf/0.1/Person> ;
                <http://schema.org/hasOccupation> :COVIDRO_Lawyer ;
                :age 14 .


###  https://w3id.org/codo#COVIDRO_P00010
:COVIDRO_P00010 rdf:type owl:NamedIndividual ,
                         <http://xmlns.com/foaf/0.1/Person> ;
                :COVIDRO_hasPresentMedicalHistory :COVIDRO_PresentMedicalHistory_P00010 ;
                :hasSymptom :COVIDRO_BreathingWithoutDifficulty ,
                            :COVIDRO_Cough ;
                :age 68 ;
                :weight 90 .


###  https://w3id.org/codo#COVIDRO_PEG-IFN-Lambda
:COVIDRO_PEG-IFN-Lambda rdf:type owl:NamedIndividual ,
                                 :COVIDRO_Interferon ;
                        :COVIDRO_notApprovedBy :COVIDRO_FDA .


###  https://w3id.org/codo#COVIDRO_Pain
:COVIDRO_Pain rdf:type owl:NamedIndividual ,
                       <http://purl.obolibrary.org/obo/SYMP_0000462> ;
              rdfs:comment "Pain"@en .


###  https://w3id.org/codo#COVIDRO_PancreasTransplant
:COVIDRO_PancreasTransplant rdf:type owl:NamedIndividual ,
                                     :COVIDRO_OrganTransplant .


###  https://w3id.org/codo#COVIDRO_Pantoprazole
:COVIDRO_Pantoprazole rdf:type owl:NamedIndividual ,
                               :COVIDRO_AcidReducer .


###  https://w3id.org/codo#COVIDRO_Paramedics
:COVIDRO_Paramedics rdf:type owl:NamedIndividual ,
                             :COVIDRO_HighExposureRiskOccupation .


###  https://w3id.org/codo#COVIDRO_Paroxetine
:COVIDRO_Paroxetine rdf:type owl:NamedIndividual ,
                             :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Phenobarbital
:COVIDRO_Phenobarbital rdf:type owl:NamedIndividual ,
                                :COVIDRO_Anticonvulsant .


###  https://w3id.org/codo#COVIDRO_Phenytoin
:COVIDRO_Phenytoin rdf:type owl:NamedIndividual ,
                            :COVIDRO_Anticonvulsant .


###  https://w3id.org/codo#COVIDRO_PhysicalActivity
:COVIDRO_PhysicalActivity rdf:type owl:NamedIndividual ,
                                   :COVIDRO_SocialHistory .


###  https://w3id.org/codo#COVIDRO_PhysicalInactivity
:COVIDRO_PhysicalInactivity rdf:type owl:NamedIndividual ,
                                     :COVIDRO_SocialHistory .


###  https://w3id.org/codo#COVIDRO_Pimozide
:COVIDRO_Pimozide rdf:type owl:NamedIndividual ,
                           :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Pioglitazone
:COVIDRO_Pioglitazone rdf:type owl:NamedIndividual ,
                               :COVIDRO_AntiDiabeticMedication .


###  https://w3id.org/codo#COVIDRO_Pitavastatin
:COVIDRO_Pitavastatin rdf:type owl:NamedIndividual ,
                               :COVIDRO_Lipid-Modifier .


###  https://w3id.org/codo#COVIDRO_Pneumonia
:COVIDRO_Pneumonia rdf:type owl:NamedIndividual ,
                            <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                   rdfs:comment "Pneumonia"@en .


###  https://w3id.org/codo#COVIDRO_Prasugrel
:COVIDRO_Prasugrel rdf:type owl:NamedIndividual ,
                            :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Pravastatin
:COVIDRO_Pravastatin rdf:type owl:NamedIndividual ,
                              :COVIDRO_Lipid-Modifier .


###  https://w3id.org/codo#COVIDRO_Prednisone
:COVIDRO_Prednisone rdf:type owl:NamedIndividual ,
                             :COVIDRO_Immunosuppressant .


###  https://w3id.org/codo#COVIDRO_Pregnant
:COVIDRO_Pregnant rdf:type owl:NamedIndividual ,
                           :Pregnancy .


###  https://w3id.org/codo#COVIDRO_PresentMedicalHistory_P00006
:COVIDRO_PresentMedicalHistory_P00006 rdf:type owl:NamedIndividual ,
                                               :COVIDRO_PresentMedicalHistory ;
                                      :COVIDRO_ongoingMedication :COVIDRO_Amiodarone .


###  https://w3id.org/codo#COVIDRO_PresentMedicalHistory_P00007
:COVIDRO_PresentMedicalHistory_P00007 rdf:type owl:NamedIndividual ,
                                               :COVIDRO_PresentMedicalHistory ;
                                      :COVIDRO_ongoingMedication :COVIDRO_Corticosteroids .


###  https://w3id.org/codo#COVIDRO_PresentMedicalHistory_P00008
:COVIDRO_PresentMedicalHistory_P00008 rdf:type owl:NamedIndividual ,
                                               :COVIDRO_PresentMedicalHistory ;
                                      :COVIDRO_ongoingMedication :COVIDRO_Aspirin .


###  https://w3id.org/codo#COVIDRO_PresentMedicalHistory_P00010
:COVIDRO_PresentMedicalHistory_P00010 rdf:type owl:NamedIndividual ,
                                               :COVIDRO_PresentMedicalHistory ;
                                      :COVIDRO_ongoingMedication :COVIDRO_Amiodarone .


###  https://w3id.org/codo#COVIDRO_Primidone
:COVIDRO_Primidone rdf:type owl:NamedIndividual ,
                            :COVIDRO_Anticonvulsant .


###  https://w3id.org/codo#COVIDRO_Propafenone
:COVIDRO_Propafenone rdf:type owl:NamedIndividual ,
                              :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_PulmonaryEmbolism
:COVIDRO_PulmonaryEmbolism rdf:type owl:NamedIndividual ,
                                    :RespiratoryTractDisease .


###  https://w3id.org/codo#COVIDRO_PulmonaryHypertension
:COVIDRO_PulmonaryHypertension rdf:type owl:NamedIndividual ,
                                        :RespiratoryTractDisease .


###  https://w3id.org/codo#COVIDRO_Quinidine
:COVIDRO_Quinidine rdf:type owl:NamedIndividual ,
                            :COVIDRO_CardiovascularMedication .


###  https://w3id.org/codo#COVIDRO_Released
:COVIDRO_Released rdf:type owl:NamedIndividual ,
                           :Status .


###  https://w3id.org/codo#COVIDRO_Remdesivir
:COVIDRO_Remdesivir rdf:type owl:NamedIndividual ,
                             :COVIDRO_Anti-SARS-CoV-2AntiviralDrug ;
                    :COVIDRO_approvedBy :COVIDRO_FDA ;
                    :COVIDRO_hasAdverseEffect :COVIDRO_Nausea ;
                    rdfs:label "Remdesivir"@en .


###  https://w3id.org/codo#COVIDRO_RespiratoryTherapist
:COVIDRO_RespiratoryTherapist rdf:type owl:NamedIndividual ,
                                       :COVIDRO_HighExposureRiskOccupation .


###  https://w3id.org/codo#COVIDRO_Rifampin
:COVIDRO_Rifampin rdf:type owl:NamedIndividual ,
                           :COVIDRO_Anti-Infective .


###  https://w3id.org/codo#COVIDRO_Rifapentine
:COVIDRO_Rifapentine rdf:type owl:NamedIndividual ,
                              :COVIDRO_Anti-Infective .


###  https://w3id.org/codo#COVIDRO_Ritonavir-BoostedNirmatrelvir
:COVIDRO_Ritonavir-BoostedNirmatrelvir rdf:type owl:NamedIndividual ,
                                                :COVIDRO_Anti-SARS-CoV-2AntiviralDrug ;
                                       :COVIDRO_approvedBy :COVIDRO_FDA-EUA ;
                                       :COVIDRO_hasAdverseEffect :COVIDRO_Anaphylaxis ,
                                                                 :COVIDRO_Diarrhea ,
                                                                 :COVIDRO_Dysgeusia ;
                                       :COVIDRO_mayInteractsWith :COVIDRO_Amiodarone ,
                                                                 :COVIDRO_Carbamazepine ,
                                                                 :COVIDRO_Clopidogrel ,
                                                                 :COVIDRO_Clozapine ,
                                                                 :COVIDRO_Disopyramide ,
                                                                 :COVIDRO_Dofetilide ,
                                                                 :COVIDRO_Dronedarone ,
                                                                 :COVIDRO_Eplerenone ,
                                                                 :COVIDRO_Flecainide ,
                                                                 :COVIDRO_Ivabradine ,
                                                                 :COVIDRO_Lurasidone ,
                                                                 :COVIDRO_Midazolam ,
                                                                 :COVIDRO_Phenobarbital ,
                                                                 :COVIDRO_Phenytoin ,
                                                                 :COVIDRO_Pimozide ,
                                                                 :COVIDRO_Primidone ,
                                                                 :COVIDRO_Propafenone ,
                                                                 :COVIDRO_Quinidine ,
                                                                 :COVIDRO_Rifampin ,
                                                                 :COVIDRO_Rifapentine ,
                                                                 :COVIDRO_Sildenafil ,
                                                                 :COVIDRO_Vardenafil ,
                                                                 :COVIDRO_Voclosporin ,
                                                                 <https://w3id.org/codo#Glecaprevir/pibrentasvir> ;
                                       :COVIDRO_mayNotInteractsWith :COVIDRO_Aspirin ,
                                                                    :COVIDRO_Cetirizine ,
                                                                    :COVIDRO_Diphenhydramine ,
                                                                    :COVIDRO_Famotidine ,
                                                                    :COVIDRO_Fexofenadine ,
                                                                    :COVIDRO_Loratadine ,
                                                                    :COVIDRO_Omeprazole ,
                                                                    :COVIDRO_Pantoprazole ;
                                       rdfs:label "Ritonavir-Boosted Nirmatrelvir"@en ;
                                       <http://www.w3.org/2004/02/skos/core#altLabel> "Paxlovid"@en .


###  https://w3id.org/codo#COVIDRO_Rizatriptan
:COVIDRO_Rizatriptan rdf:type owl:NamedIndividual ,
                              :COVIDRO_MigraineReducer .


###  https://w3id.org/codo#COVIDRO_RunnyNose
:COVIDRO_RunnyNose rdf:type owl:NamedIndividual ,
                            <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                   rdfs:comment "Runny nose"@en .


###  https://w3id.org/codo#COVIDRO_SchizophreniaSpectrumDisorder
:COVIDRO_SchizophreniaSpectrumDisorder rdf:type owl:NamedIndividual ,
                                                :COVIDRO_MentalHealthCondition .


###  https://w3id.org/codo#COVIDRO_Sertraline
:COVIDRO_Sertraline rdf:type owl:NamedIndividual ,
                             :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_SeverePneumonia
:COVIDRO_SeverePneumonia rdf:type owl:NamedIndividual ,
                                  <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                         rdfs:comment "Severe pneumonia"@en .


###  https://w3id.org/codo#COVIDRO_SickleCellDisease
:COVIDRO_SickleCellDisease rdf:type owl:NamedIndividual ,
                                    :Disease .


###  https://w3id.org/codo#COVIDRO_Sildenafil
:COVIDRO_Sildenafil rdf:type owl:NamedIndividual ,
                             :COVIDRO_PulmonaryHypertensionMedication .


###  https://w3id.org/codo#COVIDRO_Smoking
:COVIDRO_Smoking rdf:type owl:NamedIndividual ,
                          :COVIDRO_SocialHistory .


###  https://w3id.org/codo#COVIDRO_Sneezing
:COVIDRO_Sneezing rdf:type owl:NamedIndividual ,
                           <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                  rdfs:comment "Sneezing"@en .


###  https://w3id.org/codo#COVIDRO_SocialWorker
:COVIDRO_SocialWorker rdf:type owl:NamedIndividual ,
                               :COVIDRO_HighExposureRiskOccupation .


###  https://w3id.org/codo#COVIDRO_SoftwareDeveloper
:COVIDRO_SoftwareDeveloper rdf:type owl:NamedIndividual ,
                                    :COVIDRO_LowExposureRiskOccupation .


###  https://w3id.org/codo#COVIDRO_SoreThroat
:COVIDRO_SoreThroat rdf:type owl:NamedIndividual ,
                             <http://purl.obolibrary.org/obo/SYMP_0000462> ;
                    rdfs:comment "Sore throat"@en .


###  https://w3id.org/codo#COVIDRO_Sotrovimab
:COVIDRO_Sotrovimab rdf:type owl:NamedIndividual ,
                             :COVIDRO_SARS-COV-2-targetingMonoclonalAntibody .


###  https://w3id.org/codo#COVIDRO_SpinalCordInjury
:COVIDRO_SpinalCordInjury rdf:type owl:NamedIndividual ,
                                   :COVIDRO_Disability .


###  https://w3id.org/codo#COVIDRO_Stroke
:COVIDRO_Stroke rdf:type owl:NamedIndividual ,
                         :COVIDRO_CerebrovascularDisease .


###  https://w3id.org/codo#COVIDRO_Sumatriptan
:COVIDRO_Sumatriptan rdf:type owl:NamedIndividual ,
                              :COVIDRO_MigraineReducer .


###  https://w3id.org/codo#COVIDRO_SupplementalOxygen
:COVIDRO_SupplementalOxygen rdf:type owl:NamedIndividual ,
                                     :COVIDRO_RespiratoryTherapy .


###  https://w3id.org/codo#COVIDRO_TACO
:COVIDRO_TACO rdf:type owl:NamedIndividual ,
                       :COVIDRO_AdverseEffect .


###  https://w3id.org/codo#COVIDRO_TRALI
:COVIDRO_TRALI rdf:type owl:NamedIndividual ,
                        :COVIDRO_AdverseEffect .


###  https://w3id.org/codo#COVIDRO_Tadalafil
:COVIDRO_Tadalafil rdf:type owl:NamedIndividual ,
                            :COVIDRO_PulmonaryHypertensionMedication .


###  https://w3id.org/codo#COVIDRO_Tecovirimat
:COVIDRO_Tecovirimat rdf:type owl:NamedIndividual ,
                              :COVIDRO_Anti-Infective .


###  https://w3id.org/codo#COVIDRO_Thalassemia
:COVIDRO_Thalassemia rdf:type owl:NamedIndividual ,
                              :Disease .


###  https://w3id.org/codo#COVIDRO_Tocilizumab
:COVIDRO_Tocilizumab rdf:type owl:NamedIndividual ,
                              :COVIDRO_ImmuneModulator ;
                     :COVIDRO_approvedBy :COVIDRO_FDA .


###  https://w3id.org/codo#COVIDRO_Tuberculosis
:COVIDRO_Tuberculosis rdf:type owl:NamedIndividual ,
                               :Disease .


###  https://w3id.org/codo#COVIDRO_URTI
:COVIDRO_URTI rdf:type owl:NamedIndividual ,
                       <http://purl.obolibrary.org/obo/SYMP_0000462> ;
              rdfs:comment "Upper Respiratory Tract Infection"@en ;
              rdfs:label "URTI" .


###  https://w3id.org/codo#COVIDRO_Unknown
:COVIDRO_Unknown rdf:type owl:NamedIndividual ,
                          :Status .


###  https://w3id.org/codo#COVIDRO_Valacyclovir
:COVIDRO_Valacyclovir rdf:type owl:NamedIndividual ,
                               :COVIDRO_Anti-Infective .


###  https://w3id.org/codo#COVIDRO_Vardenafil
:COVIDRO_Vardenafil rdf:type owl:NamedIndividual ,
                             :COVIDRO_PulmonaryHypertensionMedication .


###  https://w3id.org/codo#COVIDRO_Venlafaxine
:COVIDRO_Venlafaxine rdf:type owl:NamedIndividual ,
                              :COVIDRO_NeuropsychiatricMedication .


###  https://w3id.org/codo#COVIDRO_Vilobelimab
:COVIDRO_Vilobelimab rdf:type owl:NamedIndividual ,
                              :COVIDRO_ImmuneModulator .


###  https://w3id.org/codo#COVIDRO_Voclosporin
:COVIDRO_Voclosporin rdf:type owl:NamedIndividual ,
                              :COVIDRO_Immunosuppressant .


###  https://w3id.org/codo#COVIDRO_diagnosis00001
:COVIDRO_diagnosis00001 rdf:type owl:NamedIndividual ,
                                 :COVID-19Diagnosis ;
                        :isDiagnosisFor :COVIDRO_P00001 .


###  https://w3id.org/codo#COVIDRO_diagnosis00002
:COVIDRO_diagnosis00002 rdf:type owl:NamedIndividual ,
                                 :COVID-19Diagnosis ;
                        :isDiagnosisFor :COVIDRO_P00002 .


###  https://w3id.org/codo#COVIDRO_diagnosis00003
:COVIDRO_diagnosis00003 rdf:type owl:NamedIndividual ,
                                 :COVID-19Diagnosis ;
                        :isDiagnosisFor :COVIDRO_P00003 .


###  https://w3id.org/codo#COVIDRO_diagnosis00004
:COVIDRO_diagnosis00004 rdf:type owl:NamedIndividual ,
                                 :COVID-19Diagnosis ;
                        :isDiagnosisFor :COVIDRO_P00004 .


###  https://w3id.org/codo#COVIDRO_diagnosis00005
:COVIDRO_diagnosis00005 rdf:type owl:NamedIndividual ,
                                 :COVID-19Diagnosis ;
                        :isDiagnosisFor :COVIDRO_P00005 .


###  https://w3id.org/codo#COVIDRO_vital00001
:COVIDRO_vital00001 rdf:type owl:NamedIndividual ,
                             :VitalSign ;
                    :COVIDRO_BMI 25 .


###  https://w3id.org/codo#COVIDRO_vital00002
:COVIDRO_vital00002 rdf:type owl:NamedIndividual ,
                             :VitalSign ;
                    :COVIDRO_BMI 67 ;
                    :DBP 55 ;
                    :SBP 70 ;
                    :SpO2 88 .


###  https://w3id.org/codo#COVIDRO_vital00003
:COVIDRO_vital00003 rdf:type owl:NamedIndividual ,
                             :VitalSign ;
                    :COVIDRO_BMI 30 .


###  https://w3id.org/codo#CTScan
:CTScan rdf:type owl:NamedIndividual ;
        rdfs:comment "a medical imaging technique used in radiology (x-ray) to obtain detailed internal images of the body noninvasively for diagnostic purposes."@en ,
                     "formerly known as computed axial tomography or CAT scan"@en ;
        rdfs:label "CT scan"@en .


###  https://w3id.org/codo#Cancer
:Cancer rdf:type owl:NamedIndividual ,
                 :Disease .


###  https://w3id.org/codo#CardiovascularDisease
:CardiovascularDisease rdf:type owl:NamedIndividual ,
                                :Disorder ;
                       rdfs:label "Cardiovascular Disease (CVD)"@en .


###  https://w3id.org/codo#Carwar
:Carwar rdf:type owl:NamedIndividual ,
                 :City ,
                 :District ;
        :containedIn :BengaluruUrban ,
                     :India ,
                     :Karnataka ;
        :hasState :Karnataka ;
        :geoName "Carwar" ;
        rdfs:label "Carwar"@en .


###  https://w3id.org/codo#CentersForDiseaseControl
:CentersForDiseaseControl rdf:type owl:NamedIndividual ,
                                   :DiagnosticLab ;
                          :location :Taiwan ;
                          :address "161, Kunyang Street 11561 Taipei Taiwan" .


###  https://w3id.org/codo#Chamarajanagar
:Chamarajanagar rdf:type owl:NamedIndividual ,
                         :City ;
                :containedIn :BengaluruUrban ,
                             :India ,
                             :Karnataka ;
                :hasState :Karnataka ;
                :geoName "Chamarajanagar" ;
                <http://schema.org/latitude> 11.926 ;
                <http://schema.org/longitude> 76.9402 ;
                rdfs:label "Chamarajanagar"@en .


###  https://w3id.org/codo#Channagiri
:Channagiri rdf:type owl:NamedIndividual ,
                     :City ;
            :containedIn :BengaluruUrban ,
                         :Davangere ,
                         :India ,
                         :Karnataka ;
            :hasDistrict :Davangere ;
            :geoName "Channagiri" ;
            <http://schema.org/latitude> 14.03 ;
            <http://schema.org/longitude> 75.93 ;
            rdfs:label "Channagiri" .


###  https://w3id.org/codo#Chattisgadh
:Chattisgadh rdf:type owl:NamedIndividual ,
                      :State ;
             :containedIn :India ;
             :hasCountry :India ;
             :geoName "Chattisgadh" ;
             rdfs:label "Chattisgadh" .


###  https://w3id.org/codo#Chennai
:Chennai rdf:type owl:NamedIndividual ,
                  :City ;
         :containedIn :India ,
                      :TamilNadu ;
         :hasState :TamilNadu ;
         :geoName "Chennai" ;
         <http://schema.org/latitude> 13.0825 ;
         <http://schema.org/longitude> 80.275 ;
         rdfs:label "Chennai"@en .


###  https://w3id.org/codo#Chikballarpur
:Chikballarpur rdf:type owl:NamedIndividual ,
                        :City ;
               :containedIn :BengaluruUrban ,
                            :India ,
                            :Karnataka ;
               :hasState :Karnataka ;
               :geoName "Chikkaballapur" ;
               <http://schema.org/latitude> 13.43 ;
               <http://schema.org/longitude> 77.72 ;
               rdfs:label "Chikkaballapur" .


###  https://w3id.org/codo#Chikmagalur
:Chikmagalur rdf:type owl:NamedIndividual ,
                      :City ;
             :geoName "Chikmagalur" ;
             <http://schema.org/latitude> 13.313 ;
             <http://schema.org/longitude> 75.737 ;
             rdfs:label "Chikmagalur"@en .


###  https://w3id.org/codo#Chitradurga
:Chitradurga rdf:type owl:NamedIndividual ,
                      :City ;
             :containedIn :BengaluruUrban ,
                          :India ,
                          :Karnataka ;
             :hasState :Karnataka ;
             :geoName "Chitradurga" ;
             <http://schema.org/latitude> 14.23 ;
             <http://schema.org/longitude> 76.4 ;
             rdfs:label "Chitradurga"@en .


###  https://w3id.org/codo#ChronicKidneyDisease
:ChronicKidneyDisease rdf:type owl:NamedIndividual ,
                               :Disorder ;
                      rdfs:label "Chronic Kidney Disease (CKD)"@en .


###  https://w3id.org/codo#ChronicKidneyInsufficiency
:ChronicKidneyInsufficiency rdf:type owl:NamedIndividual ,
                                     :Disorder ;
                            rdfs:label "Chronic Kidney Insufficiency (CKI)"@en .


###  https://w3id.org/codo#ChronicLiverDisease
:ChronicLiverDisease rdf:type owl:NamedIndividual ,
                              :Disorder ;
                     rdfs:label "Chronic Liver Disease (CLD)"@en .


###  https://w3id.org/codo#ChronicObstructivePulmonaryDisease
:ChronicObstructivePulmonaryDisease rdf:type owl:NamedIndividual ,
                                             :Disorder ;
                                    rdfs:label "Chronic Obstructive Pulmonary Disease (COPD)"@en .


###  https://w3id.org/codo#Cloud
:Cloud rdf:type owl:NamedIndividual ,
                :WEAR_WeatherCondition ;
       rdfs:label "Cloud" .


###  https://w3id.org/codo#Colombo
:Colombo rdf:type owl:NamedIndividual ,
                  :City ;
         :containedIn :SriLanka ,
                      :WesternProvince ;
         :hasState :WesternProvince ;
         :geoName "Colombo" ;
         <http://schema.org/latitude> 6.934444 ;
         <http://schema.org/longitude> 79.842778 ;
         rdfs:label "Colombo"@en .


###  https://w3id.org/codo#Confusion
:Confusion rdf:type owl:NamedIndividual ,
                    :OtherLessCommonSymptom ,
                    :SevereCOVID-19Symptom .


###  https://w3id.org/codo#Conjunctivitis
:Conjunctivitis rdf:type owl:NamedIndividual ,
                         :LessCommonSymptom ;
                rdfs:label "Conjunctivitis"@en ;
                <http://www.w3.org/2004/02/skos/core#altLabel> "red eyes"@en .


###  https://w3id.org/codo#ContainmentZonesCluster
:ContainmentZonesCluster rdf:type owl:NamedIndividual ,
                                  :ContactCluster ;
                         rdfs:comment "Containment Zones : The patients who were contacts of Conatinment Zones and their contacts. Some patients have the Ward represented in the Reason column." .


###  https://w3id.org/codo#CoronaVirus1
:CoronaVirus1 rdf:type owl:NamedIndividual ,
                       :VGO_Betacoronavirus .


###  https://w3id.org/codo#CoronavirusDisease1
:CoronavirusDisease1 rdf:type owl:NamedIndividual ,
                              :CoronavirusDisease .


###  https://w3id.org/codo#Cough
:Cough rdf:type owl:NamedIndividual ,
                :RespiratorySymptom ;
       rdfs:comment "SCTID: 49727002"@en ;
       rdfs:label "Cough"@en .


###  https://w3id.org/codo#CovidCareCentre
:CovidCareCentre rdf:type owl:NamedIndividual ,
                          :COVID-19CareFacility ;
                 rdfs:comment "Any facility, such as hotels/lodges/hostels/stadiums for providing care to COVID-19 patients are reffered as Covid Care Centre (CCC)."@en ;
                 rdfs:label "Covid Care Centre (CCC)"@en .


###  https://w3id.org/codo#Cured
:Cured rdf:type owl:NamedIndividual ,
                :Status .


###  https://w3id.org/codo#D3N
:D3N rdf:type owl:NamedIndividual ,
              :VGO_PointMutation ;
     :VGO_occurredIn :M ;
     <http://xmlns.com/foaf/0.1/name> "D3N" ;
     rdfs:label "D3N"@en .


###  https://w3id.org/codo#D405N
:D405N rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "D405N" ;
       rdfs:label "D405N"@en .


###  https://w3id.org/codo#D614G
:D614G rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "D614G" ;
       rdfs:label "D614G"@en .


###  https://w3id.org/codo#D796Y
:D796Y rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "D796Y" ;
       rdfs:label "D796Y"@en .


###  https://w3id.org/codo#D950N
:D950N rdf:type owl:NamedIndividual ,
                :VGO_PointMutation .


###  https://w3id.org/codo#D99del
:D99del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :NSP6 ;
        <http://xmlns.com/foaf/0.1/name> "D99del" ;
        rdfs:label "D99del"@en .


###  https://w3id.org/codo#DadraAndNagarHaveliAndDamanAndDiu
:DadraAndNagarHaveliAndDamanAndDiu rdf:type owl:NamedIndividual ,
                                            :UnionTerritory ;
                                   :containedIn :India ;
                                   :hasCountry :India ;
                                   :geoName "Dadra And Nagar Haveli And Daman And Diu" ;
                                   rdfs:comment "Dadra and Nagar Haveli and Daman and Diu (DNHDD) is a union territory in western India."@en ;
                                   rdfs:label "Dadra And Nagar Haveli And Daman And Diu"@en .


###  https://w3id.org/codo#DakshinKannada
:DakshinKannada rdf:type owl:NamedIndividual ,
                         :District ;
                :containedIn :India ;
                :contains :Mangalore ,
                          :Mangaluru ;
                :hasCountry :India ;
                :geoName "Dakshina Kannada District" ;
                rdfs:label "Dakshina Kannada"@en .


###  https://w3id.org/codo#DakshinaKannada
:DakshinaKannada rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#DamanAndDiu
:DamanAndDiu rdf:type owl:NamedIndividual ,
                      :UnionTerritory ;
             :containedIn :India ;
             :hasCountry :India ;
             :geoName "Daman And Diu" ;
             rdfs:comment "Until June 2019, Daman and Diu was an Union Territory of India. But since July 2019 it was merged to another Union Territory of India \"Dadra and Nagar Haveli\" and togtrehr formed a single union territory \"Dadra and Nagar Haveli and Daman and Diu (DNHDD).\""@en ;
             rdfs:label "Daman And Diu"@en .


###  https://w3id.org/codo#Dammam
:Dammam rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :SaudiArabia ;
        :hasCountry :SaudiArabia ;
        :geoName "Dammam" ;
        <http://schema.org/latitude> 26.433333 ;
        <http://schema.org/longitude> 50.1 ;
        rdfs:label "Dammam"@en .


###  https://w3id.org/codo#Davangere
:Davangere rdf:type owl:NamedIndividual ,
                    :City ,
                    :District ;
           :containedIn :BengaluruUrban ,
                        :India ,
                        :Karnataka ;
           :contains :Channagiri ;
           :hasState :Karnataka ;
           :geoName "Davangere" ,
                    "Davangere District" ;
           <http://schema.org/latitude> 14.4666 ;
           <http://schema.org/longitude> 75.9242 ;
           rdfs:label "Davangere"@en .


###  https://w3id.org/codo#Debaspete
:Debaspete rdf:type owl:NamedIndividual ,
                    :City ;
           :containedIn :India ;
           :hasCountry :India ;
           :geoName "Debaspete" ;
           rdfs:label "Debaspete" .


###  https://w3id.org/codo#Deceased
:Deceased rdf:type owl:NamedIndividual ,
                   :Status .


###  https://w3id.org/codo#DedicatedCovidHealthCentre
:DedicatedCovidHealthCentre rdf:type owl:NamedIndividual ,
                                     :COVID-19CareFacility ;
                            rdfs:comment "The Dedicated COVID Health Centre are hospitals that shall offer care for all cases that have been clinically assigned as moderate."@en ;
                            rdfs:label "Dedicated Covid Health Centre (DCHC)"@en .


###  https://w3id.org/codo#DedicatedCovidHospital
:DedicatedCovidHospital rdf:type owl:NamedIndividual ,
                                 :COVID-19CareFacility ;
                        rdfs:comment "The Dedicated COVID Hospitals are hospitals that shall offer comprehensive care primarily for those who have been clinically assigned as severe."@en ;
                        rdfs:label "Dedicated Covid Hospital (DCH)" .


###  https://w3id.org/codo#Delhi
:Delhi rdf:type owl:NamedIndividual ,
                :City ;
       :containedIn :India ;
       :hasCountry :India ;
       :geoName "Delhi" ;
       <http://schema.org/latitude> 28.61 ;
       <http://schema.org/longitude> 77.23 ;
       rdfs:label "Delhi"@en .


###  https://w3id.org/codo#Delirium
:Delirium rdf:type owl:NamedIndividual ,
                   :OtherLessCommonSymptom .


###  https://w3id.org/codo#Depression
:Depression rdf:type owl:NamedIndividual ,
                     :OtherLessCommonSymptom .


###  https://w3id.org/codo#Dharwad
:Dharwad rdf:type owl:NamedIndividual ,
                  :City ,
                  :District ;
         :containedIn :BengaluruUrban ,
                      :Dharwad ,
                      :India ,
                      :Karnataka ;
         :contains :Dharwad ;
         :hasDistrict :Dharwad ;
         :hasState :Karnataka ;
         :geoName "Dharwad" ,
                  "Dharwad District" ;
         <http://schema.org/latitude> 15.458333 ;
         <http://schema.org/longitude> 75.008333 ;
         rdfs:label "Dharwad" .


###  https://w3id.org/codo#Dharwar
:Dharwar rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#DiabetesMellitus
:DiabetesMellitus rdf:type owl:NamedIndividual ,
                           :Disease ,
                           :Disorder ;
                  rdfs:label "Diabetes Mellitus (DM)"@en .


###  https://w3id.org/codo#Diagnosis1-of-p000001
:Diagnosis1-of-p000001 rdf:type owl:NamedIndividual ,
                                :COVID-19Diagnosis ;
                       :isDiagnosisFor :p000001 .


###  https://w3id.org/codo#Diagnosis2-of-p000002
:Diagnosis2-of-p000002 rdf:type owl:NamedIndividual ,
                                :COVID-19Diagnosis ;
                       :isDiagnosisFor :p000002 .


###  https://w3id.org/codo#Diagnosis3-of-p000003
:Diagnosis3-of-p000003 rdf:type owl:NamedIndividual ,
                                :COVID-19Diagnosis ;
                       :isDiagnosisFor :p000003 .


###  https://w3id.org/codo#Diagnosis4-of-p000004
:Diagnosis4-of-p000004 rdf:type owl:NamedIndividual ,
                                :COVID-19Diagnosis ;
                       :isDiagnosisFor :p000004 .


###  https://w3id.org/codo#Diagnosis5-of-p000005
:Diagnosis5-of-p000005 rdf:type owl:NamedIndividual ,
                                :COVID-19Diagnosis ;
                       :isDiagnosisFor :p000005 .


###  https://w3id.org/codo#Diarrhea
:Diarrhea rdf:type owl:NamedIndividual ,
                   :LessCommonSymptom ;
          rdfs:comment "SCTID: 62315008"@en ;
          rdfs:label "Diarrhea"@en .


###  https://w3id.org/codo#Diu
:Diu rdf:type owl:NamedIndividual ,
              :City ;
     :containedIn :India ;
     :hasCountry :India ;
     :geoName "Diu" ;
     <http://schema.org/latitude> 20.71 ;
     <http://schema.org/longitude> 70.98 ;
     rdfs:label "Diu"@en .


###  https://w3id.org/codo#Dizziness
:Dizziness rdf:type owl:NamedIndividual ,
                    :LessCommonSymptom .


###  https://w3id.org/codo#Doha
:Doha rdf:type owl:NamedIndividual ,
               :City ;
      :geoName "Doha" ;
      <http://schema.org/latitude> 25.286667 ;
      <http://schema.org/longitude> 51.533333 ;
      rdfs:label "Doha" .


###  https://w3id.org/codo#DomesticTravelHistoryAbsentCluster
:DomesticTravelHistoryAbsentCluster rdf:type owl:NamedIndividual ,
                                             :GeographicCluster ;
                                    <http://purl.org/dc/terms/spatial> :India ;
                                    rdfs:comment "Domestic Travel History Absent : The patients for whom the information was given as \"Travel History-Domestic\"" .


###  https://w3id.org/codo#DryCough
:DryCough rdf:type owl:NamedIndividual ,
                   :MostCommonSymptom ,
                   :RespiratorySymptom ;
          rdfs:comment "SCTID: 11833005"@en ;
          rdfs:label "Dry cough"@en .


###  https://w3id.org/codo#Dubai
:Dubai rdf:type owl:NamedIndividual ,
                :City ;
       :geoName "Dubai" ;
       <http://schema.org/latitude> 25.263056 ;
       <http://schema.org/longitude> 55.297222 ;
       rdfs:label "Dubai"@en .


###  https://w3id.org/codo#Dyspnea
:Dyspnea rdf:type owl:NamedIndividual ,
                  <http://purl.obolibrary.org/obo/SYMP_0000462> ;
         rdfs:comment "difficult or labored respiration"@en ;
         rdfs:label "Dyspnea"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Dyspnoea"@en .


###  https://w3id.org/codo#E
:E rdf:type owl:NamedIndividual ,
            :VGO_StructuralProteinOfSARS-CoV-2 ;
   owl:sameAs :Envelope ;
   :VGO_ofGene :E-gene ;
   rdfs:label "E gene"@en .


###  https://w3id.org/codo#Envelope

###  https://w3id.org/codo#E-gene
:E-gene rdf:type owl:NamedIndividual ,
                 :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#E31del
:E31del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :N ;
        <http://xmlns.com/foaf/0.1/name> "E31del" ;
        rdfs:label "E31del"@en .


###  https://w3id.org/codo#E484A
:E484A rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "E484A" ;
       rdfs:label "E484A"@en .


###  https://w3id.org/codo#E484K
:E484K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation .


###  https://w3id.org/codo#E484Q
:E484Q rdf:type owl:NamedIndividual ,
                :VGO_PointMutation .


###  https://w3id.org/codo#Edinburgh
:Edinburgh rdf:type owl:NamedIndividual ,
                    :City ;
           :containedIn :Scotland ,
                        :UnitedKindom ;
           :hasState :Scotland ;
           :geoName "Edinburgh" ;
           <http://schema.org/latitude> 55.953 ;
           <http://schema.org/longitude> -3.189 ;
           rdfs:label "Edinburgh"@en .


###  https://w3id.org/codo#Envelope
:Envelope rdf:type owl:NamedIndividual ,
                   :VGO_StructuralProteinOfSARS-CoV-2 ;
          :VGO_ofGene :E-gene .


###  https://w3id.org/codo#Europe
:Europe rdf:type owl:NamedIndividual ,
                 :Continent .


###  https://w3id.org/codo#F108del
:F108del rdf:type owl:NamedIndividual ,
                  :VGO_DeletionMutation ;
         :VGO_occurredIn :NSP6 ;
         <http://xmlns.com/foaf/0.1/name> "F108del" ;
         rdfs:label "F108del"@en .


###  https://w3id.org/codo#F157L
:F157L rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "F157L" ;
       rdfs:label "F157L"@en .


###  https://w3id.org/codo#F486V
:F486V rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "F486V" ;
       rdfs:label "F486V"@en .


###  https://w3id.org/codo#F490P
:F490P rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "F490P" ;
       rdfs:label "F490P"@en .


###  https://w3id.org/codo#F490S
:F490S rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "F490S" ;
       rdfs:label "F490S"@en .


###  https://w3id.org/codo#F59W
:F59W rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP6 ;
      <http://xmlns.com/foaf/0.1/name> "F59W" ;
      rdfs:label "F59W"@en .


###  https://w3id.org/codo#F63L
:F63L rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NS7a ;
      <http://xmlns.com/foaf/0.1/name> "F63L" ;
      rdfs:label "F63L"@en .


###  https://w3id.org/codo#F66del
:F66del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :NSP6 ;
        <http://xmlns.com/foaf/0.1/name> "F66del" ;
        rdfs:label "F66del"@en .


###  https://w3id.org/codo#F694Y
:F694Y rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "F694Y" ;
       rdfs:label "F694Y"@en .


###  https://w3id.org/codo#Female
:Female rdf:type owl:NamedIndividual ,
                 <https://schema.org/GenderType> .


###  https://w3id.org/codo#Fever
:Fever rdf:type owl:NamedIndividual ,
                :MostCommonSymptom ;
       rdfs:comment "SCTID: 386661006"@en ;
       rdfs:label "Fever"@en .


###  https://w3id.org/codo#FirstDose
:FirstDose rdf:type owl:NamedIndividual ,
                    :VaccineShot .


###  https://w3id.org/codo#Flongle
:Flongle rdf:type owl:NamedIndividual ,
                  :VGO_OxfordNanoporeTechnology .


###  https://w3id.org/codo#Fog
:Fog rdf:type owl:NamedIndividual ,
              :WEAR_WeatherCondition ;
     rdfs:label "Fog" .


###  https://w3id.org/codo#France
:France rdf:type owl:NamedIndividual ,
                 :Country ;
        :contains :Paris ;
        :geoName "France" ;
        rdfs:label "France"@en .


###  https://w3id.org/codo#G1001S
:G1001S rdf:type owl:NamedIndividual ,
                 :VGO_PointMutation ;
        :VGO_occurredIn :NSP3 ;
        <http://xmlns.com/foaf/0.1/name> "G1001S" ;
        rdfs:label "G1001S"@en .


###  https://w3id.org/codo#G100C
:G100C rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NS3 ;
       <http://xmlns.com/foaf/0.1/name> "G100C" ;
       rdfs:label "G100C"@en .


###  https://w3id.org/codo#G100H
:G100H rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NS3 ;
       <http://xmlns.com/foaf/0.1/name> "G100H" ;
       rdfs:label "G100H"@en .


###  https://w3id.org/codo#G100del
:G100del rdf:type owl:NamedIndividual ,
                  :VGO_DeletionMutation ;
         :VGO_occurredIn :NS3 ;
         <http://xmlns.com/foaf/0.1/name> "G100del" ;
         rdfs:label "G100del"@en .


###  https://w3id.org/codo#G107del
:G107del rdf:type owl:NamedIndividual ,
                  :VGO_DeletionMutation ;
         :VGO_occurredIn :NSP6 ;
         <http://xmlns.com/foaf/0.1/name> "G107del" ;
         rdfs:label "G107del"@en .


###  https://w3id.org/codo#G1099D
:G1099D rdf:type owl:NamedIndividual ,
                 :VGO_PointMutation ;
        :VGO_occurredIn :Spike ;
        <http://xmlns.com/foaf/0.1/name> "G1099D" ;
        rdfs:label "G1099D"@en .


###  https://w3id.org/codo#G142D
:G142D rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "G142D" ;
       rdfs:label "G142D"@en .


###  https://w3id.org/codo#G204R
:G204R rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :N ;
       <http://xmlns.com/foaf/0.1/name> "G204R" ;
       rdfs:label "G204R"@en .


###  https://w3id.org/codo#G257S
:G257S rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "G257S" ;
       rdfs:label "G257S"@en .


###  https://w3id.org/codo#G339D
:G339D rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "G339D" ;
       rdfs:label "G339D"@en .


###  https://w3id.org/codo#G339H
:G339H rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "G339H" ;
       rdfs:label "G339H"@en .


###  https://w3id.org/codo#G446S
:G446S rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "G446S" ;
       rdfs:label "G446S"@en .


###  https://w3id.org/codo#G489S
:G489S rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP3 ;
       <http://xmlns.com/foaf/0.1/name> "G489S" ;
       rdfs:label "G489S"@en .


###  https://w3id.org/codo#G66A
:G66A rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NS8 ;
      <http://xmlns.com/foaf/0.1/name> "G66A" ;
      rdfs:label "G66A"@en .


###  https://w3id.org/codo#G66del
:G66del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :NS8 ;
        <http://xmlns.com/foaf/0.1/name> "G66del" ;
        rdfs:label "G66del"@en .


###  https://w3id.org/codo#G671S
:G671S rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "G671S" ;
       rdfs:label "G671S"@en .


###  https://w3id.org/codo#Gadag
:Gadag rdf:type owl:NamedIndividual ,
                :City ;
       :containedIn :BengaluruUrban ,
                    :India ,
                    :Karnataka ;
       :hasCountry :India ;
       :hasState :Karnataka ;
       :geoName "Gadag" ;
       <http://schema.org/latitude> 15.4167 ;
       <http://schema.org/longitude> 75.6167 ;
       rdfs:label "Gadag"@en .


###  https://w3id.org/codo#Gadag-Betageri
:Gadag-Betageri rdf:type owl:NamedIndividual ,
                         :City ;
                :containedIn :BengaluruUrban ,
                             :India ,
                             :Karnataka ;
                :hasCountry :India ;
                :hasState :Karnataka ;
                :geoName "Gadag-Betageri" ;
                <http://schema.org/latitude> 15.4167 ;
                <http://schema.org/longitude> 75.6167 ;
                rdfs:label "Gadag-Betageri"@en .


###  https://w3id.org/codo#GenomeSequencingTest
:GenomeSequencingTest rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#Germany
:Germany rdf:type owl:NamedIndividual ,
                  :Country ;
         :geoName "Germany" ;
         rdfs:label "Germany"@en .


###  https://w3id.org/codo#Goa
:Goa rdf:type owl:NamedIndividual ,
              :City ;
     :geoName "Goa" ;
     <http://schema.org/latitude> 15.5 ;
     <http://schema.org/longitude> 73.83 ;
     rdfs:label "Goa"@en .


###  https://w3id.org/codo#Greece
:Greece rdf:type owl:NamedIndividual ,
                 :Country ;
        :contains :Athens ;
        :geoName "Greece" ;
        rdfs:label "Greece"@en .


###  https://w3id.org/codo#GridION
:GridION rdf:type owl:NamedIndividual ,
                  :VGO_OxfordNanoporeTechnology .


###  https://w3id.org/codo#Gujarat
:Gujarat rdf:type owl:NamedIndividual ,
                  :State ;
         :containedIn :India ;
         :contains :Ahmedabad ,
                   :Baroda ,
                   :Surat ;
         :hasCountry :India ;
         :geoName "Gujarat" ;
         rdfs:label "Gujarat"@en .


###  https://w3id.org/codo#GujaratCluster
:GujaratCluster rdf:type owl:NamedIndividual ,
                         :GeographicCluster ;
                <http://purl.org/dc/terms/spatial> :Gujarat ;
                rdfs:comment "From Gujarat : The patients with travel history to Gujarat and their contacts." .


###  https://w3id.org/codo#Gulbarga
:Gulbarga rdf:type owl:NamedIndividual ,
                   :City ,
                   :District ;
          :containedIn :BengaluruUrban ,
                       :India ,
                       :Karnataka ;
          :hasState :Karnataka ;
          :geoName "Gulbarga" ;
          <http://schema.org/latitude> 17.329 ;
          <http://schema.org/longitude> 76.825 ;
          rdfs:label "Gulbarga" .


###  https://w3id.org/codo#Guyana
:Guyana rdf:type owl:NamedIndividual ,
                 :Country ;
        :geoName "Guyana" ;
        rdfs:comment "officially the Co‑operative Republic of Guyana, is a country on the northern mainland of South America."@en ;
        rdfs:label "Guyana"@en .


###  https://w3id.org/codo#H655Y
:H655Y rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "H655Y" ;
       rdfs:label "H655Y"@en .


###  https://w3id.org/codo#H69del
:H69del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :Spike ;
        <http://xmlns.com/foaf/0.1/name> "H69del" ;
        rdfs:label "H69del"@en .


###  https://w3id.org/codo#H83del
:H83del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :NSP1 ;
        <http://xmlns.com/foaf/0.1/name> "H83del" ;
        rdfs:label "H83del"@en .


###  https://w3id.org/codo#H882R
:H882R rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "H882R" ;
       rdfs:label "H882R"@en .


###  https://w3id.org/codo#H882Y
:H882Y rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "H882Y" ;
       rdfs:label "H882Y"@en .


###  https://w3id.org/codo#HackingCough
:HackingCough rdf:type owl:NamedIndividual ,
                       :RespiratorySymptom ;
              rdfs:comment "SCTTID: 59994004"@en ;
              rdfs:label "Hacking cough"@en .


###  https://w3id.org/codo#Hail
:Hail rdf:type owl:NamedIndividual ,
               :WEAR_WeatherCondition ;
      rdfs:label "Hail" .


###  https://w3id.org/codo#Haryana
:Haryana rdf:type owl:NamedIndividual ,
                  :State ;
         :containedIn :India ;
         :hasCountry :India ;
         :geoName "Haryana" ;
         rdfs:label "Haryana" .


###  https://w3id.org/codo#Hassan
:Hassan rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :BengaluruUrban ,
                     :India ,
                     :Karnataka ;
        :hasState :Karnataka ;
        :geoName "Hassan" ;
        <http://schema.org/latitude> 13.012 ;
        <http://schema.org/longitude> 76.068 ;
        rdfs:label "Hassan"@en .


###  https://w3id.org/codo#Haveri
:Haveri rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :BengaluruUrban ,
                     :India ,
                     :Karnataka ;
        :hasState :Karnataka ;
        :geoName "Haveri" ;
        <http://schema.org/latitude> 14.793889 ;
        <http://schema.org/longitude> 75.403889 ;
        rdfs:label "Haveri" .


###  https://w3id.org/codo#Headache
:Headache rdf:type owl:NamedIndividual ,
                   :LessCommonSymptom .


###  https://w3id.org/codo#HiSeq
:HiSeq rdf:type owl:NamedIndividual ,
                :VGO_Illumina .


###  https://w3id.org/codo#HighTemperature
:HighTemperature rdf:type owl:NamedIndividual ,
                          :SevereCOVID-19Symptom .


###  https://w3id.org/codo#HimachalPradesh
:HimachalPradesh rdf:type owl:NamedIndividual ,
                          :State ;
                 :containedIn :India ;
                 :hasCountry :India ;
                 :geoName "Himachal Pradesh" ;
                 rdfs:label "Himachal Pradesh"@en .


###  https://w3id.org/codo#Hindupur
:Hindupur rdf:type owl:NamedIndividual ,
                   :City ;
          :containedIn :Anantapur ,
                       :AndhraPradesh ,
                       :India ;
          :hasDistrict :Anantapur ;
          :geoName "Hindupur" ;
          <http://schema.org/latitude> 13.83 ;
          <http://schema.org/longitude> 77.49 ;
          rdfs:label "Hindupur"@en .


###  https://w3id.org/codo#HongKong
:HongKong rdf:type owl:NamedIndividual ,
                   :City ;
          rdfs:label "Hong Kong"@en .


###  https://w3id.org/codo#Hospitalized
:Hospitalized rdf:type owl:NamedIndividual ,
                       :Status .


###  https://w3id.org/codo#Hubballi
:Hubballi rdf:type owl:NamedIndividual ,
                   :City ;
          :containedIn :BengaluruUrban ,
                       :India ,
                       :Karnataka ;
          :hasState :Karnataka ;
          :geoName "Hubballi" ;
          <http://schema.org/latitude> 15.350217 ;
          <http://schema.org/longitude> 75.137625 ;
          rdfs:label "Hubballi"@en .


###  https://w3id.org/codo#Hubli
:Hubli rdf:type owl:NamedIndividual ,
                :City ;
       :containedIn :BengaluruUrban ,
                    :India ,
                    :Karnataka ;
       :hasState :Karnataka ;
       :geoName "Hubli" ;
       <http://schema.org/latitude> 15.350217 ;
       <http://schema.org/longitude> 75.137625 ;
       rdfs:comment "Hubli, officially known as Hubballi, is a city in the Indian state of Karnataka."@en ;
       rdfs:label "Hubli"@en .


###  https://w3id.org/codo#Humnabad
:Humnabad rdf:type owl:NamedIndividual ,
                   :City ;
          :containedIn :BengaluruUrban ,
                       :Bidar ,
                       :India ,
                       :Karnataka ;
          :hasDistrict :Bidar ;
          :geoName "Humnabad" ;
          <http://schema.org/latitude> 17.77 ;
          <http://schema.org/longitude> 77.13 ;
          rdfs:comment "a City and municipal council in the Bidar District of the Indian state of Karnataka and city is a headquarters of Humnabad taluk."@en ;
          rdfs:label "Humnabad"@en .


###  https://w3id.org/codo#Hyderabad
:Hyderabad rdf:type owl:NamedIndividual ,
                    :City ;
           :containedIn :India ,
                        :Telangana ;
           :hasState :Telangana ;
           :geoName "Hyderabad" ;
           <http://schema.org/latitude> 17.37 ;
           <http://schema.org/longitude> 78.48 ;
           rdfs:label "Hyderabad"@en .


###  https://w3id.org/codo#Hypertension
:Hypertension rdf:type owl:NamedIndividual ,
                       :Disorder ;
              rdfs:label "Hypertension (HTN)"@en .


###  https://w3id.org/codo#I1013T
:I1013T rdf:type owl:NamedIndividual ,
                 :VGO_PointMutation ;
        :VGO_occurredIn :Spike ;
        <http://xmlns.com/foaf/0.1/name> "I1013T" ;
        rdfs:label "I1013T"@en .


###  https://w3id.org/codo#I103C
:I103C rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NS7a ;
       <http://xmlns.com/foaf/0.1/name> "I103C" ;
       rdfs:label "I103C"@en .


###  https://w3id.org/codo#I106T
:I106T rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "I106T" ;
       rdfs:label "I106T"@en .


###  https://w3id.org/codo#I106V
:I106V rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP8 ;
       <http://xmlns.com/foaf/0.1/name> "I106V" ;
       rdfs:label "I106V"@en .


###  https://w3id.org/codo#I107M
:I107M rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NS7a ;
       <http://xmlns.com/foaf/0.1/name> "I107M" ;
       rdfs:label "I107M"@en .


###  https://w3id.org/codo#I210V
:I210V rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "I210V" ;
       rdfs:label "I210V"@en .


###  https://w3id.org/codo#I223M
:I223M rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "I223M" ;
       rdfs:label "I223M"@en .


###  https://w3id.org/codo#I42V
:I42V rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP14 ,
                      :NSP2 ;
      <http://xmlns.com/foaf/0.1/name> "I42V" ;
      rdfs:label "I42V"@en .


###  https://w3id.org/codo#India
:India rdf:type owl:NamedIndividual ,
                :Country ;
       :contains :Ahmedabad ,
                 :Ajmer ,
                 :Anantapur ,
                 :AndamanAndNicobarIslands ,
                 :AndhraPradesh ,
                 :Assam ,
                 :Bagalkote ,
                 :Bangalore ,
                 :Bangalore-Urban ,
                 :BangaloreRural ,
                 :Baroda ,
                 :Belagavi ,
                 :Bellary ,
                 :Bhatkal ,
                 :Bidar ,
                 :Carwar ,
                 :Chamarajanagar ,
                 :Channagiri ,
                 :Chattisgadh ,
                 :Chennai ,
                 :Chikballarpur ,
                 :Chitradurga ,
                 :DadraAndNagarHaveliAndDamanAndDiu ,
                 :DakshinKannada ,
                 :DamanAndDiu ,
                 :Davangere ,
                 :Debaspete ,
                 :Delhi ,
                 :Dharwad ,
                 :Diu ,
                 :Gadag ,
                 :Gadag-Betageri ,
                 :Gujarat ,
                 :Gulbarga ,
                 :Haryana ,
                 :Hassan ,
                 :Haveri ,
                 :HimachalPradesh ,
                 :Hindupur ,
                 :Hubballi ,
                 :Hubli ,
                 :Humnabad ,
                 :Hyderabad ,
                 :Jalgaon ,
                 :Jammu ,
                 :JammuAndKashmir ,
                 :Jharkhand ,
                 :Kalaburagi ,
                 :Kalburgi ,
                 :Karnataka ,
                 :Karwara ,
                 :Kashmir ,
                 :Kerala ,
                 :Kodagu ,
                 :Kolhapur ,
                 :Kolkata ,
                 :Koppal ,
                 :Koppala ,
                 :MadhyaPradesh ,
                 :Madikeri ,
                 :Madurai ,
                 :Maharashtra ,
                 :Mandya ,
                 :Mangalore ,
                 :Mangaluru ,
                 :Manipur ,
                 :Mumbai ,
                 :Mysore ,
                 :Nagaland ,
                 :Nandurbar ,
                 :Nanjangud ,
                 :Nelamangala ,
                 :Palghar ,
                 :Panvel ,
                 :PharmaceuticalCompanyInNanjangud ,
                 :Pune ,
                 :Raichur ,
                 :Raigadh ,
                 :Rajasthan ,
                 :Ramanagara ,
                 :Ratnagiri ,
                 :Shahapur ,
                 :Shikharaji ,
                 :Shivamogga ,
                 :Solapur ,
                 :Surat ,
                 :TamilNadu ,
                 :Telangana ,
                 :Thane ,
                 :Trivandrum ,
                 :Tumkur ,
                 :UP ,
                 :Udupi ,
                 :UttarKannada ,
                 :UttaraKannada ,
                 :Vellore ,
                 :Vijayapura ,
                 :Vishakapatnam ,
                 :WestBengal ,
                 :Yadgir ;
       <http://xmlns.com/foaf/0.1/name> "India" ;
       :geoName "India" ;
       rdfs:label "India" .


###  https://w3id.org/codo#Indonesia
:Indonesia rdf:type owl:NamedIndividual ,
                    :Country ;
           :geoName "Indonesia" ;
           rdfs:label "Indonesia"@en .


###  https://w3id.org/codo#InfluenzaLikeIllness
:InfluenzaLikeIllness rdf:type owl:NamedIndividual ,
                               :DiseaseCluster ;
                      rdfs:comment "Influenza like illness : The patients showing influenza like symptoms and their contacts." ;
                      rdfs:label "Influenza Like Illness"@en ;
                      <http://www.w3.org/2004/02/skos/core#altLabel> "ILI"@en .


###  https://w3id.org/codo#Iraq
:Iraq rdf:type owl:NamedIndividual ,
               :Country ;
      :geoName "Iraq" ,
               "Republic of Iraq" ;
      rdfs:comment "A country in Western Asia, bordered by Turkey to the north, Iran to the east, Kuwait to the southeast, Saudi Arabia to the south, Jordan to the southwest and Syria to the west."@en ;
      rdfs:label "Iraq"@en ,
                 "Republic of Iraq"@en .


###  https://w3id.org/codo#Ireland
:Ireland rdf:type owl:NamedIndividual ,
                  :Country ;
         :geoName "Ireland" ;
         rdfs:label "Ireland" .


###  https://w3id.org/codo#Irritability
:Irritability rdf:type owl:NamedIndividual ,
                       :OtherLessCommonSymptom .


###  https://w3id.org/codo#IschemicHeartDisease
:IschemicHeartDisease rdf:type owl:NamedIndividual ,
                               :Disorder ;
                      rdfs:label "Ischemic Heart Disease (IHD)"@en .


###  https://w3id.org/codo#Italy
:Italy rdf:type owl:NamedIndividual ,
                :Country ;
       :geoName "Italy" ;
       rdfs:label "Italy"@en .


###  https://w3id.org/codo#Jalgaon
:Jalgaon rdf:type owl:NamedIndividual ,
                  :City ,
                  :District ;
         :containedIn :India ,
                      :Jalgaon ,
                      :Maharashtra ;
         :contains :Jalgaon ;
         :hasDistrict :Jalgaon ;
         :hasState :Maharashtra ;
         :geoName "Jalgaon" ,
                  "Jalgaon District" ;
         <http://schema.org/latitude> 20.997984 ;
         <http://schema.org/longitude> 75.566711 ;
         rdfs:label "Jalgaon" .


###  https://w3id.org/codo#Jammu
:Jammu rdf:type owl:NamedIndividual ,
                :City ;
       :containedIn :India ,
                    :JammuAndKashmir ;
       :hasState :JammuAndKashmir ;
       :geoName "Jammu" ;
       <http://schema.org/latitude> 32.73 ;
       <http://schema.org/longitude> 74.87 ;
       rdfs:comment "Jammu is the winter capital and the largest city in Jammu district of the Indian union territory of Jammu and Kashmir."@en ;
       rdfs:label "Jammu"@en .


###  https://w3id.org/codo#JammuAndKashmir
:JammuAndKashmir rdf:type owl:NamedIndividual ,
                          :UnionTerritory ;
                 :containedIn :India ;
                 :contains :Jammu ;
                 :hasCountry :India ;
                 :geoName "Jammu And Kashmir" ;
                 rdfs:label "Jammu And Kashmir"@en .


###  https://w3id.org/codo#Jeddah
:Jeddah rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :SaudiArabia ;
        :hasCountry :SaudiArabia ;
        :geoName "Jeddah" ;
        <http://schema.org/latitude> 21.543333 ;
        <http://schema.org/longitude> 39.172778 ;
        rdfs:label "Jeddah"@en .


###  https://w3id.org/codo#Jharkhand
:Jharkhand rdf:type owl:NamedIndividual ,
                    :State ;
           :containedIn :India ;
           :contains :Shikharaji ;
           :hasCountry :India ;
           :geoName "Jharkhand" ;
           rdfs:label "Jharkhand" .


###  https://w3id.org/codo#JointPain
:JointPain rdf:type owl:NamedIndividual ,
                    :LessCommonSymptom .


###  https://w3id.org/codo#June-27TraceHistoryAbsentCluster
:June-27TraceHistoryAbsentCluster rdf:type owl:NamedIndividual ,
                                           :TimeCluster ;
                                  :date "2020-06-27T00:00:00"^^xsd:dateTime ;
                                  :eventDate "2020-06-27T00:00:00"^^xsd:dateTime ;
                                  rdfs:comment "27-June Trace History Absent : On this day, no trace history information was given for the patients. Patients who were contacts of these individuals are also in this cluster." .


###  https://w3id.org/codo#June-28TraceHistoryAbsentCluster
:June-28TraceHistoryAbsentCluster rdf:type owl:NamedIndividual ,
                                           :TimeCluster ;
                                  :date "2020-06-28T00:00:00"^^xsd:dateTime ;
                                  :eventDate "2020-06-28T00:00:00"^^xsd:dateTime ;
                                  rdfs:comment "28-June Trace History Absent : On this day, no trace history information was given for the patients. Patients who were contacts of these individuals are also in this cluster." .


###  https://w3id.org/codo#June-29TraceHistoryAbsentCluster
:June-29TraceHistoryAbsentCluster rdf:type owl:NamedIndividual ,
                                           :TimeCluster ;
                                  :date "2020-06-29T00:00:00"^^xsd:dateTime ;
                                  :eventDate "2020-06-29T00:00:00"^^xsd:dateTime ;
                                  rdfs:comment "29-June Trace History Absent : On this day, no trace history information was given for the patients. Patients who were contacts of these individuals are also in this cluster." .


###  https://w3id.org/codo#K147E
:K147E rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "K147E" ;
       rdfs:label "K147E"@en .


###  https://w3id.org/codo#K411R
:K411R rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "K411R" ;
       rdfs:label "K411R"@en .


###  https://w3id.org/codo#K417N
:K417N rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "K417N" ;
       rdfs:label "K417N"@en .


###  https://w3id.org/codo#K417T
:K417T rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "K417T" ;
       rdfs:label "K417T"@en .


###  https://w3id.org/codo#Kalaburagi
:Kalaburagi rdf:type owl:NamedIndividual ,
                     :City ,
                     :District ;
            :containedIn :BengaluruUrban ,
                         :India ,
                         :Karnataka ;
            :hasState :Karnataka ;
            :geoName "Kalaburagi" ;
            <http://schema.org/latitude> 17.329 ;
            <http://schema.org/longitude> 76.825 ;
            rdfs:label "Kalaburagi"@en .


###  https://w3id.org/codo#Kalburgi
:Kalburgi rdf:type owl:NamedIndividual ,
                   :City ,
                   :District ;
          :containedIn :BengaluruUrban ,
                       :India ,
                       :Karnataka ;
          :hasState :Karnataka ;
          :geoName "Kalburgi" ;
          <http://schema.org/latitude> 17.329 ;
          <http://schema.org/longitude> 76.825 ;
          rdfs:label "Kalburgi"@en .


###  https://w3id.org/codo#Karnataka
:Karnataka rdf:type owl:NamedIndividual ,
                    :State ;
           :containedIn :BengaluruUrban ,
                        :India ;
           :contains :Bagalkote ,
                     :Bangalore ,
                     :Bangalore-Urban ,
                     :BangaloreRural ,
                     :Belagavi ,
                     :Bellary ,
                     :Bhatkal ,
                     :Bidar ,
                     :Carwar ,
                     :Chamarajanagar ,
                     :Channagiri ,
                     :Chikballarpur ,
                     :Chitradurga ,
                     :Davangere ,
                     :Dharwad ,
                     :Gadag ,
                     :Gadag-Betageri ,
                     :Gulbarga ,
                     :Hassan ,
                     :Haveri ,
                     :Hubballi ,
                     :Hubli ,
                     :Humnabad ,
                     :Kalaburagi ,
                     :Kalburgi ,
                     :Karwara ,
                     :Kodagu ,
                     :Koppal ,
                     :Koppala ,
                     :Madikeri ,
                     :Mandya ,
                     :Mangalore ,
                     :Mangaluru ,
                     :Mysore ,
                     :Nanjangud ,
                     :Nelamangala ,
                     :PharmaceuticalCompanyInNanjangud ,
                     :Raichur ,
                     :Ramanagara ,
                     :Shahapur ,
                     :Shivamogga ,
                     :Tumkur ,
                     :Udupi ,
                     :UttarKannada ,
                     :UttaraKannada ,
                     :Vijayapura ,
                     :Yadgir ;
           :hasCountry :India ;
           <http://xmlns.com/foaf/0.1/name> "Karnataka" ;
           :geoName "Karnataka" ;
           rdfs:label "Karnataka" .


###  https://w3id.org/codo#Karwara
:Karwara rdf:type owl:NamedIndividual ,
                  :City ,
                  :District ;
         :containedIn :BengaluruUrban ,
                      :India ,
                      :Karnataka ;
         :hasState :Karnataka ;
         :geoName "Karwara" ;
         rdfs:label "Karwara"@en .


###  https://w3id.org/codo#Kashmir
:Kashmir rdf:type owl:NamedIndividual ,
                  :GeographicRegion ;
         :containedIn :India ;
         :hasCountry :India ;
         :geoName "Kashmir" ;
         rdfs:label "Kashmir"@en .


###  https://w3id.org/codo#Kerala
:Kerala rdf:type owl:NamedIndividual ,
                 :State ;
        :containedIn :India ;
        :contains :Trivandrum ;
        :hasCountry :India ;
        :geoName "Kerala" ;
        rdfs:label "Kerala"@en .


###  https://w3id.org/codo#Kodagu
:Kodagu rdf:type owl:NamedIndividual ,
                 :District ;
        :containedIn :BengaluruUrban ,
                     :India ,
                     :Karnataka ;
        :contains :Madikeri ;
        :hasState :Karnataka ;
        :geoName "Coorg" ,
                 "Kodagu" ,
                 "Kodagu District" ;
        rdfs:comment "Kodagu, also called Coorg, is a district in Karnataka State."@en ;
        rdfs:label "Coorg"@en ,
                   "Kodagu"@en .


###  https://w3id.org/codo#Kolar
:Kolar rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#Kolhapur
:Kolhapur rdf:type owl:NamedIndividual ,
                   :City ;
          :containedIn :India ,
                       :Maharashtra ;
          :hasState :Maharashtra ;
          :geoName "Kolhapur" ;
          <http://schema.org/latitude> 16.691667 ;
          <http://schema.org/longitude> 74.233333 ;
          rdfs:label "Kolhapur" .


###  https://w3id.org/codo#Kolkata
:Kolkata rdf:type owl:NamedIndividual ,
                  :City ;
         :containedIn :India ,
                      :WestBengal ;
         :hasState :WestBengal ;
         :geoName "Kolkata" ;
         <http://schema.org/latitude> 22.5726 ;
         <http://schema.org/longitude> 88.3639 ;
         rdfs:label "Kolkata"@en .


###  https://w3id.org/codo#Koppal
:Koppal rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :BengaluruUrban ,
                     :India ,
                     :Karnataka ,
                     :Koppala ;
        :hasDistrict :Koppala ;
        :geoName "Koppal" ,
                 "Koppala" ;
        <http://schema.org/latitude> 15.35 ;
        <http://schema.org/longitude> 76.15 ;
        rdfs:comment "a city in Koppala district in the Indian state of Karnataka."@en ;
        rdfs:label "Koppal"@en ,
                   "Koppala"@en .


###  https://w3id.org/codo#Koppala
:Koppala rdf:type owl:NamedIndividual ,
                  :District ;
         :containedIn :BengaluruUrban ,
                      :India ,
                      :Karnataka ;
         :contains :Koppal ;
         :hasState :Karnataka ;
         :geoName "Koppala District" ;
         rdfs:label "Koppala"@en .


###  https://w3id.org/codo#Kuwait
:Kuwait rdf:type owl:NamedIndividual ,
                 :Country ;
        :geoName "Kuwait" ;
        rdfs:label "Kuwait" .


###  https://w3id.org/codo#L14del
:L14del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :NS7b ;
        <http://xmlns.com/foaf/0.1/name> "L14del" ;
        rdfs:label "L14del"@en .


###  https://w3id.org/codo#L177F
:L177F rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP14 ;
       <http://xmlns.com/foaf/0.1/name> "L177F" ;
       rdfs:label "L177F"@en .


###  https://w3id.org/codo#L24del
:L24del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :Spike ;
        <http://xmlns.com/foaf/0.1/name> "L24del" ;
        rdfs:label "L24del"@en .


###  https://w3id.org/codo#L264F
:L264F rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP4 ;
       <http://xmlns.com/foaf/0.1/name> "L264F" ;
       rdfs:label "L264F"@en .


###  https://w3id.org/codo#L438F
:L438F rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP4 ;
       <http://xmlns.com/foaf/0.1/name> "L438F" ;
       rdfs:label "L438F"@en .


###  https://w3id.org/codo#L452Q
:L452Q rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "L452Q" ;
       rdfs:label "L452Q"@en .


###  https://w3id.org/codo#L452R
:L452R rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "L452R" ;
       rdfs:label "L452R"@en .


###  https://w3id.org/codo#LightCloud
:LightCloud rdf:type owl:NamedIndividual ,
                     :WEAR_WeatherCondition ;
            rdfs:label "Light Cloud" .


###  https://w3id.org/codo#LightRainSun
:LightRainSun rdf:type owl:NamedIndividual ,
                       :WEAR_WeatherCondition ;
              rdfs:label "Light RainSun" .


###  https://w3id.org/codo#Live
:Live rdf:type owl:NamedIndividual ,
               :Status .


###  https://w3id.org/codo#London
:London rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :UnitedKindom ;
        :hasCountry :UnitedKindom ;
        :geoName "London" ;
        <http://schema.org/latitude> 51.507222 ;
        <http://schema.org/longitude> -0.1275 ;
        rdfs:label "London"@en .


###  https://w3id.org/codo#LossOfAppetite
:LossOfAppetite rdf:type owl:NamedIndividual ,
                         :SevereCOVID-19Symptom .


###  https://w3id.org/codo#LossOfSmell
:LossOfSmell rdf:type owl:NamedIndividual ,
                      :LessCommonSymptom .


###  https://w3id.org/codo#LossOfTaste
:LossOfTaste rdf:type owl:NamedIndividual ,
                      :LessCommonSymptom .


###  https://w3id.org/codo#M
:M rdf:type owl:NamedIndividual ,
            :VGO_StructuralProteinOfSARS-CoV-2 ;
   owl:sameAs :MembraneProtein ;
   :VGO_ofGene :M-gene ;
   rdfs:label "M gene"@en .


###  https://w3id.org/codo#MembraneProtein

###  https://w3id.org/codo#M-gene
:M-gene rdf:type owl:NamedIndividual ,
                 :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#M101I
:M101I rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :N ;
       <http://xmlns.com/foaf/0.1/name> "M101I" ;
       rdfs:label "M101I"@en .


###  https://w3id.org/codo#M1050I
:M1050I rdf:type owl:NamedIndividual ,
                 :VGO_PointMutation ;
        :VGO_occurredIn :Spike ;
        <http://xmlns.com/foaf/0.1/name> "M1050I" ;
        rdfs:label "M1050I"@en .


###  https://w3id.org/codo#M124I
:M124I rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "M124I" ;
       rdfs:label "M124I"@en .


###  https://w3id.org/codo#MERS-CoV-2
:MERS-CoV-2 rdf:type owl:NamedIndividual ,
                     :VGO_Betacoronavirus ;
            rdfs:label "Middle East Respiratory Syndrome Coronavirus (MERS-CoV)"@en .


###  https://w3id.org/codo#MadhyaPradesh
:MadhyaPradesh rdf:type owl:NamedIndividual ,
                        :State ;
               :containedIn :India ;
               :hasCountry :India ;
               :geoName "Madhya Pradesh" ;
               rdfs:label "Madhya Pradesh" .


###  https://w3id.org/codo#Madikeri
:Madikeri rdf:type owl:NamedIndividual ,
                   :City ;
          :containedIn :BengaluruUrban ,
                       :India ,
                       :Karnataka ,
                       :Kodagu ;
          :hasDistrict :Kodagu ;
          :geoName "Madikeri" ;
          <http://schema.org/latitude> 12.4209 ;
          <http://schema.org/longitude> 75.7397 ;
          rdfs:label "Madikeri" .


###  https://w3id.org/codo#Madrid
:Madrid rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :Spain ;
        :hasCountry :Spain ;
        :geoName "Madrid" ;
        <http://schema.org/latitude> 40.416667 ;
        <http://schema.org/longitude> -3.716667 ;
        rdfs:label "Madrid"@en .


###  https://w3id.org/codo#Madurai
:Madurai rdf:type owl:NamedIndividual ,
                  :City ,
                  :District ;
         :containedIn :India ,
                      :Madurai ,
                      :TamilNadu ;
         :contains :Madurai ;
         :hasDistrict :Madurai ;
         :hasState :TamilNadu ;
         :geoName "Madurai" ,
                  "Madurai District" ;
         <http://schema.org/latitude> 9.9 ;
         <http://schema.org/longitude> 78.1 ;
         rdfs:label "Madurai" .


###  https://w3id.org/codo#Maharashtra
:Maharashtra rdf:type owl:NamedIndividual ,
                      :State ;
             :containedIn :India ;
             :contains :Jalgaon ,
                       :Kolhapur ,
                       :Mumbai ,
                       :Nandurbar ,
                       :Palghar ,
                       :Panvel ,
                       :Pune ,
                       :Raigadh ,
                       :Ratnagiri ,
                       :Solapur ,
                       :Thane ;
             :hasCountry :India ;
             :geoName "Maharashtra" ;
             rdfs:label "Maharashtra"@en .


###  https://w3id.org/codo#MaharashtraCluster
:MaharashtraCluster rdf:type owl:NamedIndividual ,
                             :GeographicCluster ;
                    <http://purl.org/dc/terms/spatial> :Maharashtra ;
                    rdfs:comment "From Maharashtra : The patients with travel history to Maharashtra and their contacts." .


###  https://w3id.org/codo#Malaise
:Malaise rdf:type owl:NamedIndividual ,
                  <http://purl.obolibrary.org/obo/SYMP_0000462> ,
                  :GeneralBodyStateFinding ;
         rdfs:comment "physical discomfort (as mild sickness or depression) (Source: WordNet)"@en ;
         rdfs:isDefinedBy "SNOMED CT"@en ;
         rdfs:label "Malaise"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "SCTID: 367391008"@en .


###  https://w3id.org/codo#Malaysia
:Malaysia rdf:type owl:NamedIndividual ,
                   :Country ;
          :geoName "Malaysia" ;
          rdfs:label "Malaysia" .


###  https://w3id.org/codo#Male
:Male rdf:type owl:NamedIndividual ,
               <https://schema.org/GenderType> .


###  https://w3id.org/codo#Mandya
:Mandya rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :BengaluruUrban ,
                     :India ,
                     :Karnataka ;
        :hasState :Karnataka ;
        :geoName "Mandya" ;
        <http://schema.org/latitude> 12.52 ;
        <http://schema.org/longitude> 76.9 ;
        rdfs:label "Mandya"@en .


###  https://w3id.org/codo#Mangalore
:Mangalore rdf:type owl:NamedIndividual ,
                    :City ;
           :containedIn :BengaluruUrban ,
                        :DakshinKannada ,
                        :India ,
                        :Karnataka ;
           :hasDistrict :DakshinKannada ;
           :hasState :Karnataka ;
           :geoName "Mangalore" ;
           <http://schema.org/latitude> 12.78563 ;
           <http://schema.org/longitude> 74.84108 ;
           rdfs:label "Mangalore"@en .


###  https://w3id.org/codo#Mangaluru
:Mangaluru rdf:type owl:NamedIndividual ,
                    :City ;
           :containedIn :BengaluruUrban ,
                        :DakshinKannada ,
                        :India ,
                        :Karnataka ;
           :hasDistrict :DakshinKannada ;
           :hasState :Karnataka ;
           :geoName "Mangaluru" ;
           <http://schema.org/latitude> 12.78563 ;
           <http://schema.org/longitude> 74.84108 ;
           rdfs:label "Mangaluru"@en .


###  https://w3id.org/codo#Manipur
:Manipur rdf:type owl:NamedIndividual ,
                  :State ;
         :containedIn :India ;
         :hasCountry :India ;
         :geoName "Manipur" ;
         rdfs:label "Manipur"@en .


###  https://w3id.org/codo#Mecca
:Mecca rdf:type owl:NamedIndividual ,
                :City ;
       :containedIn :SaudiArabia ;
       :hasCountry :SaudiArabia ;
       :geoName "Mecca" ;
       <http://schema.org/latitude> 21.4225 ;
       <http://schema.org/longitude> 39.823333 ;
       rdfs:label "Mecca"@en .


###  https://w3id.org/codo#MembraneProtein
:MembraneProtein rdf:type owl:NamedIndividual ,
                          :VGO_StructuralProteinOfSARS-CoV-2 ;
                 :VGO_ofGene :M-gene ;
                 <http://xmlns.com/foaf/0.1/name> "Membrane Protein" ;
                 :acronym "M" .


###  https://w3id.org/codo#MiSeq
:MiSeq rdf:type owl:NamedIndividual ,
                :VGO_Illumina .


###  https://w3id.org/codo#MiddleEast
:MiddleEast rdf:type owl:NamedIndividual ,
                     :GeographicRegion ;
            :geoName "Middle East" ;
            rdfs:label "Middle East"@en .


###  https://w3id.org/codo#MiddleEastCluster
:MiddleEastCluster rdf:type owl:NamedIndividual ,
                            :GeographicCluster ;
                   <http://purl.org/dc/terms/spatial> :MiddleEast ;
                   rdfs:comment "From Middle East : The patients with travel to the Middle East and their contacts." ;
                   rdfs:label "MiddleEastCluster"@en .


###  https://w3id.org/codo#MinION
:MinION rdf:type owl:NamedIndividual ,
                 :VGO_OxfordNanoporeTechnology .


###  https://w3id.org/codo#MiniSeq
:MiniSeq rdf:type owl:NamedIndividual ,
                  :VGO_Illumina .


###  https://w3id.org/codo#Mumbai
:Mumbai rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :India ,
                     :Maharashtra ;
        :hasState :Maharashtra ;
        :geoName "Mumbai" ;
        <http://schema.org/latitude> 18.975 ;
        <http://schema.org/longitude> 72.825833 ;
        rdfs:label "Mumbai"@en .


###  https://w3id.org/codo#Muscat
:Muscat rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :Oman ;
        :hasCountry :Oman ;
        :geoName "Muscat" ;
        <http://schema.org/latitude> 23.588889 ;
        <http://schema.org/longitude> 58.408333 ;
        rdfs:label "Muscat" .


###  https://w3id.org/codo#MusclePain
:MusclePain rdf:type owl:NamedIndividual ,
                     :LessCommonSymptom .


###  https://w3id.org/codo#Mysore
:Mysore rdf:type owl:NamedIndividual ,
                 :District ;
        :containedIn :BengaluruUrban ,
                     :India ,
                     :Karnataka ;
        :contains :Nanjangud ,
                  :PharmaceuticalCompanyInNanjangud ;
        :hasState :Karnataka ;
        :geoName "Mysore" ;
        rdfs:label "Mysore"@en .


###  https://w3id.org/codo#N
:N rdf:type owl:NamedIndividual ,
            :VGO_StructuralProteinOfSARS-CoV-2 ;
   owl:sameAs :Nucleocapsid ;
   :VGO_ofGene :N-gene ;
   rdfs:label "N gene"@en .


###  https://w3id.org/codo#Nucleocapsid

###  https://w3id.org/codo#N-gene
:N-gene rdf:type owl:NamedIndividual ,
                 :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#N118S
:N118S rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP8 ;
       <http://xmlns.com/foaf/0.1/name> "N118S" ;
       rdfs:label "N118S"@en .


###  https://w3id.org/codo#N440K
:N440K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "N440K" ;
       rdfs:label "N440K"@en .


###  https://w3id.org/codo#N448D
:N448D rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "N448D" ;
       rdfs:label "N448D"@en .


###  https://w3id.org/codo#N450D
:N450D rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "N450D" ;
       rdfs:label "N450D"@en .


###  https://w3id.org/codo#N460K
:N460K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "N460K" ;
       rdfs:label "N460K"@en .


###  https://w3id.org/codo#N481K
:N481K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "N481K" ;
       rdfs:label "N481K"@en .


###  https://w3id.org/codo#N501Y
:N501Y rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "N501Y" ;
       rdfs:label "N501Y"@en .


###  https://w3id.org/codo#N618Y
:N618Y rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP3 ;
       <http://xmlns.com/foaf/0.1/name> "N618Y" ;
       rdfs:label "N618Y"@en .


###  https://w3id.org/codo#N679K
:N679K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "N679K" ;
       rdfs:label "N679K"@en .


###  https://w3id.org/codo#N679del
:N679del rdf:type owl:NamedIndividual ,
                  :VGO_DeletionMutation ;
         :VGO_occurredIn :Spike ;
         <http://xmlns.com/foaf/0.1/name> "N679del" ;
         rdfs:label "N679del"@en .


###  https://w3id.org/codo#N734D
:N734D rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "N734D" ;
       rdfs:label "N734D"@en .


###  https://w3id.org/codo#N764K
:N764K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "N764K" ;
       rdfs:label "N764K"@en .


###  https://w3id.org/codo#N82del
:N82del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :NSP6 ;
        <http://xmlns.com/foaf/0.1/name> "N82del" ;
        rdfs:label "N82del"@en .


###  https://w3id.org/codo#N84K
:N84K rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP4 ;
      <http://xmlns.com/foaf/0.1/name> "N84K" ;
      rdfs:label "N84K"@en .


###  https://w3id.org/codo#N856S
:N856S rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "N856S" ;
       rdfs:label "N856S"@en .


###  https://w3id.org/codo#N89I
:N89I rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NS8 ;
      <http://xmlns.com/foaf/0.1/name> "N89I" ;
      rdfs:label "N89I"@en .


###  https://w3id.org/codo#N95S
:N95S rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP9 ;
      <http://xmlns.com/foaf/0.1/name> "N95S" ;
      rdfs:label "N95S"@en .


###  https://w3id.org/codo#N969K
:N969K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "N969K" ;
       rdfs:label "N969K"@en .


###  https://w3id.org/codo#NS10
:NS10 rdf:type owl:NamedIndividual ,
               :VGO_AccessoryProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF10-gene .


###  https://w3id.org/codo#NS3
:NS3 rdf:type owl:NamedIndividual ,
              :VGO_AccessoryProteinOfSARS-CoV-2 ;
     :VGO_ofGene :ORF3a-gene .


###  https://w3id.org/codo#NS6
:NS6 rdf:type owl:NamedIndividual ,
              :VGO_AccessoryProteinOfSARS-CoV-2 ;
     :VGO_ofGene :ORF6-gene .


###  https://w3id.org/codo#NS7a
:NS7a rdf:type owl:NamedIndividual ,
               :VGO_AccessoryProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF7a-gene .


###  https://w3id.org/codo#NS7b
:NS7b rdf:type owl:NamedIndividual ,
               :VGO_AccessoryProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF7b-gene .


###  https://w3id.org/codo#NS8
:NS8 rdf:type owl:NamedIndividual ,
              :VGO_AccessoryProteinOfSARS-CoV-2 ;
     :VGO_ofGene :ORF8-gene .


###  https://w3id.org/codo#NSP1
:NSP1 rdf:type owl:NamedIndividual ,
               :VGO_NonStructuralProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#NSP10
:NSP10 rdf:type owl:NamedIndividual ,
                :VGO_NonStructuralProteinOfSARS-CoV-2 ;
       :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#NSP11
:NSP11 rdf:type owl:NamedIndividual ,
                :VGO_NonStructuralProteinOfSARS-CoV-2 ;
       :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#NSP12
:NSP12 rdf:type owl:NamedIndividual ,
                :VGO_NonStructuralProteinOfSARS-CoV-2 ;
       :VGO_ofGene :ORF1b-gene .


###  https://w3id.org/codo#NSP13
:NSP13 rdf:type owl:NamedIndividual ,
                :VGO_NonStructuralProteinOfSARS-CoV-2 ;
       :VGO_ofGene :ORF1b-gene .


###  https://w3id.org/codo#NSP14
:NSP14 rdf:type owl:NamedIndividual ,
                :VGO_NonStructuralProteinOfSARS-CoV-2 ;
       :VGO_ofGene :ORF1b-gene .


###  https://w3id.org/codo#NSP15
:NSP15 rdf:type owl:NamedIndividual ,
                :VGO_NonStructuralProteinOfSARS-CoV-2 ;
       :VGO_ofGene :ORF1b-gene .


###  https://w3id.org/codo#NSP16
:NSP16 rdf:type owl:NamedIndividual ,
                :VGO_NonStructuralProteinOfSARS-CoV-2 ;
       :VGO_ofGene :ORF1b-gene .


###  https://w3id.org/codo#NSP2
:NSP2 rdf:type owl:NamedIndividual ,
               :VGO_NonStructuralProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#NSP3
:NSP3 rdf:type owl:NamedIndividual ,
               :VGO_NonStructuralProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#NSP4
:NSP4 rdf:type owl:NamedIndividual ,
               :VGO_NonStructuralProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#NSP5
:NSP5 rdf:type owl:NamedIndividual ,
               :VGO_NonStructuralProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#NSP6
:NSP6 rdf:type owl:NamedIndividual ,
               :VGO_NonStructuralProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#NSP7
:NSP7 rdf:type owl:NamedIndividual ,
               :VGO_NonStructuralProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#NSP8
:NSP8 rdf:type owl:NamedIndividual ,
               :VGO_NonStructuralProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#NSP9
:NSP9 rdf:type owl:NamedIndividual ,
               :VGO_NonStructuralProteinOfSARS-CoV-2 ;
      :VGO_ofGene :ORF1a-gene .


###  https://w3id.org/codo#Nagaland
:Nagaland rdf:type owl:NamedIndividual ,
                   :State ;
          :containedIn :India ;
          :hasCountry :India ;
          :geoName "Nagaland" ;
          rdfs:label "Nagaland"@en .


###  https://w3id.org/codo#Nandurbar
:Nandurbar rdf:type owl:NamedIndividual ,
                    :City ,
                    :District ;
           :containedIn :India ,
                        :Maharashtra ,
                        :Nandurbar ;
           :contains :Nandurbar ;
           :hasDistrict :Nandurbar ;
           :hasState :Maharashtra ;
           :geoName "Nandurbar" ,
                    "Nandurbar District" ;
           <http://schema.org/latitude> 21.37 ;
           <http://schema.org/longitude> 74.25 ;
           rdfs:label "Nandurbar" .


###  https://w3id.org/codo#Nanjangud
:Nanjangud rdf:type owl:NamedIndividual ,
                    :City ;
           :containedIn :BengaluruUrban ,
                        :India ,
                        :Karnataka ,
                        :Mysore ;
           :contains :PharmaceuticalCompanyInNanjangud ;
           :hasDistrict :Mysore ;
           :geoName "Nanjangud" ;
           <http://schema.org/latitude> 12.12 ;
           <http://schema.org/longitude> 76.68 ;
           rdfs:label "Nanjangud"@en .


###  https://w3id.org/codo#Nausea
:Nausea rdf:type owl:NamedIndividual ,
                 :LessCommonSymptom .


###  https://w3id.org/codo#Nelamangala
:Nelamangala rdf:type owl:NamedIndividual ,
                      :City ;
             :containedIn :BangaloreRural ,
                          :BengaluruUrban ,
                          :India ,
                          :Karnataka ;
             :hasDistrict :BangaloreRural ;
             :geoName "Nelamangala" ;
             <http://schema.org/latitude> 13.102 ;
             <http://schema.org/longitude> 77.374 ;
             rdfs:label "Nelamangala"@en .


###  https://w3id.org/codo#Nepal
:Nepal rdf:type owl:NamedIndividual ,
                :Country ;
       :geoName "Nepal" ;
       rdfs:label "Nepal" .


###  https://w3id.org/codo#NerveDamage
:NerveDamage rdf:type owl:NamedIndividual ,
                      :OtherLessCommonSymptom ;
             rdfs:label "Nerve damage"@en .


###  https://w3id.org/codo#Netherlands
:Netherlands rdf:type owl:NamedIndividual ,
                      :Country ;
             :contains :Amsterdam ;
             :geoName "Netherlands" ;
             rdfs:label "Netherlands"@en .


###  https://w3id.org/codo#NewYorkCity
:NewYorkCity rdf:type owl:NamedIndividual ,
                      :City ;
             :containedIn :NewYorkState ,
                          :USA ;
             :hasState :NewYorkState ;
             :geoName "New York City" ;
             <http://schema.org/latitude> 40.71274 ;
             <http://schema.org/longitude> -74.005974 ;
             rdfs:label "New York City"@en .


###  https://w3id.org/codo#NewYorkState
:NewYorkState rdf:type owl:NamedIndividual ,
                       :State ;
              :containedIn :USA ;
              :contains :NewYorkCity ;
              :hasCountry :USA ;
              :geoName "New York State" ;
              rdfs:label "New York State"@en .


###  https://w3id.org/codo#NextSeq
:NextSeq rdf:type owl:NamedIndividual ,
                  :VGO_Illumina .


###  https://w3id.org/codo#NorthAmerica
:NorthAmerica rdf:type owl:NamedIndividual ,
                       :Continent .


###  https://w3id.org/codo#NotReported
:NotReported rdf:type owl:NamedIndividual ,
                      :Disorder ;
             rdfs:label "Not reported"@en .


###  https://w3id.org/codo#NovaSeq
:NovaSeq rdf:type owl:NamedIndividual ,
                  :VGO_Illumina .


###  https://w3id.org/codo#Nucleocapsid
:Nucleocapsid rdf:type owl:NamedIndividual ,
                       :VGO_StructuralProteinOfSARS-CoV-2 ;
              :VGO_ofGene :N-gene .


###  https://w3id.org/codo#ORF10-gene
:ORF10-gene rdf:type owl:NamedIndividual ,
                     :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#ORF1a-gene
:ORF1a-gene rdf:type owl:NamedIndividual ,
                     :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#ORF1b-gene
:ORF1b-gene rdf:type owl:NamedIndividual ,
                     :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#ORF3a-gene
:ORF3a-gene rdf:type owl:NamedIndividual ,
                     :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#ORF6-gene
:ORF6-gene rdf:type owl:NamedIndividual ,
                    :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#ORF7a-gene
:ORF7a-gene rdf:type owl:NamedIndividual ,
                     :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#ORF7b-gene
:ORF7b-gene rdf:type owl:NamedIndividual ,
                     :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#ORF8-gene
:ORF8-gene rdf:type owl:NamedIndividual ,
                    :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#Obesity
:Obesity rdf:type owl:NamedIndividual ,
                  :Disease .


###  https://w3id.org/codo#Oman
:Oman rdf:type owl:NamedIndividual ,
               :Country ;
      :contains :Muscat ;
      :geoName "Oman" ;
      rdfs:label "Oman" .


###  https://w3id.org/codo#OtherSexualOrientation
:OtherSexualOrientation rdf:type owl:NamedIndividual ,
                                 <https://schema.org/GenderType> ;
                        rdfs:label "Other sexual orientation"@en .


###  https://w3id.org/codo#Overcast
:Overcast rdf:type owl:NamedIndividual ,
                   :WEAR_WeatherCondition ;
          rdfs:label "Overcast" .


###  https://w3id.org/codo#P132H
:P132H rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP5 ;
       <http://xmlns.com/foaf/0.1/name> "P132H" ;
       rdfs:label "P132H"@en .


###  https://w3id.org/codo#P13L
:P13L rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :N ;
      <http://xmlns.com/foaf/0.1/name> "P13L" ;
      rdfs:label "P13L"@en .


###  https://w3id.org/codo#P25del
:P25del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :Spike ;
        <http://xmlns.com/foaf/0.1/name> "P25del" ;
        rdfs:label "P25del"@en .


###  https://w3id.org/codo#P26del
:P26del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :Spike ;
        <http://xmlns.com/foaf/0.1/name> "P26del" ;
        rdfs:label "P26del"@en .


###  https://w3id.org/codo#P323L
:P323L rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "P323L" ;
       rdfs:label "P323L"@en .


###  https://w3id.org/codo#P681H
:P681H rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "P681H" ;
       rdfs:label "P681H"@en .


###  https://w3id.org/codo#P681R
:P681R rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "P681R" ;
       rdfs:label "P681R"@en .


###  https://w3id.org/codo#P822S
:P822S rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP3 ;
       <http://xmlns.com/foaf/0.1/name> "P822S" ;
       rdfs:label "P822S"@en .


###  https://w3id.org/codo#Pain
:Pain rdf:type owl:NamedIndividual ,
               <http://purl.obolibrary.org/obo/SYMP_0000462> ;
      rdfs:comment "SCTID: 22253000"@en ;
      rdfs:label "Pain"@en .


###  https://w3id.org/codo#Palghar
:Palghar rdf:type owl:NamedIndividual ,
                  :Town ;
         :containedIn :India ,
                      :Maharashtra ;
         :hasState :Maharashtra ;
         :geoName "Palghar" ;
         rdfs:label "Palghar"@en .


###  https://w3id.org/codo#Panvel
:Panvel rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :India ,
                     :Maharashtra ,
                     :Raigadh ;
        :hasDistrict :Raigadh ;
        :geoName "Panvel" ;
        <http://schema.org/latitude> 18.994444 ;
        <http://schema.org/longitude> 73.113889 ;
        rdfs:comment "a locality in Raigad district of Maharashtra in India."@en ;
        rdfs:label "Panvel"@en .


###  https://w3id.org/codo#Paris
:Paris rdf:type owl:NamedIndividual ,
                :City ;
       :containedIn :France ;
       :hasCountry :France ;
       :geoName "Paris" ;
       <http://schema.org/latitude> 48.856613 ;
       <http://schema.org/longitude> 2.352222 ;
       rdfs:label "Paris" .


###  https://w3id.org/codo#PartlyCloud
:PartlyCloud rdf:type owl:NamedIndividual ,
                      :WEAR_WeatherCondition ;
             rdfs:label "Partly Cloud" .


###  https://w3id.org/codo#PersistentPainInChest
:PersistentPainInChest rdf:type owl:NamedIndividual ,
                                :SevereCOVID-19Symptom ;
                       rdfs:label "Persistent pain in chest"@en .


###  https://w3id.org/codo#PersistentPressureInChest
:PersistentPressureInChest rdf:type owl:NamedIndividual ,
                                    :SevereCOVID-19Symptom ;
                           rdfs:label "Persistent pressure in chest"@en .


###  https://w3id.org/codo#PharmaceuticalCompanyInNanjangud
:PharmaceuticalCompanyInNanjangud rdf:type owl:NamedIndividual ,
                                           :BusinessOrganization ;
                                  :containedIn :BengaluruUrban ,
                                               :India ,
                                               :Karnataka ,
                                               :Mysore ,
                                               :Nanjangud ;
                                  :hasCity :Nanjangud ;
                                  rdfs:label "Pharmaceutical Company In Nanjangud"@en .


###  https://w3id.org/codo#PharmaceuticalCompanyInNanjangudCluster
:PharmaceuticalCompanyInNanjangudCluster rdf:type owl:NamedIndividual ,
                                                  :ContactCluster ;
                                         <http://purl.org/dc/terms/spatial> :PharmaceuticalCompanyInNanjangud ;
                                         rdfs:comment "Pharmaceutical Company in Nanjangud : This patients who were workers of a Pharmaceutical Company in Nanjangud, Mysore along with their contacts." .


###  https://w3id.org/codo#Philippines
:Philippines rdf:type owl:NamedIndividual ,
                      :Country ;
             :geoName "Philippines" ;
             rdfs:label "Philippines"@en .


###  https://w3id.org/codo#PhysicalActivity
:PhysicalActivity rdf:type owl:NamedIndividual ,
                           :SocialHistory .


###  https://w3id.org/codo#PhysicalInactivity
:PhysicalInactivity rdf:type owl:NamedIndividual ,
                             :SocialHistory .


###  https://w3id.org/codo#Pneumonia
:Pneumonia rdf:type owl:NamedIndividual ,
                    <http://purl.obolibrary.org/obo/SYMP_0000462> ;
           rdfs:comment "Pneumonia is classified as severe when the heart, the kidneys or the circulatory system are at risk of failing, or if the lungs can no longer take in enough oxygen."@en .


###  https://w3id.org/codo#PostoperativeDiagnosis
:PostoperativeDiagnosis rdf:type owl:NamedIndividual ,
                                 :DiagnosisType ;
                        rdfs:isDefinedBy "http://snomed.info/id/406521002"@en ;
                        rdfs:label "Postoperative diagnosis"@en .


###  https://w3id.org/codo#PregnancyScreening
:PregnancyScreening rdf:type owl:NamedIndividual ,
                             :DiagnosisType ;
                    rdfs:comment "The patient was discovered to have a disease as a result of tests given during pregnancy."@en ;
                    rdfs:label "Pregnancy scanning"@en .


###  https://w3id.org/codo#PreoperativeDiagnosis
:PreoperativeDiagnosis rdf:type owl:NamedIndividual ,
                                :DiagnosisType ;
                       rdfs:comment "SCTID: 406520001"@en ,
                                    "The patient was discovered to have another disease as the result of tests given before surgery."@en ;
                       rdfs:label "Preoperative diagnosis"@en .


###  https://w3id.org/codo#Private
:Private rdf:type owl:NamedIndividual ,
                  :OrganizationType .


###  https://w3id.org/codo#PromethION
:PromethION rdf:type owl:NamedIndividual ,
                     :VGO_OxfordNanoporeTechnology .


###  https://w3id.org/codo#Public
:Public rdf:type owl:NamedIndividual ,
                 :OrganizationType .


###  https://w3id.org/codo#Pune
:Pune rdf:type owl:NamedIndividual ,
               :City ;
      :containedIn :India ,
                   :Maharashtra ;
      :hasState :Maharashtra ;
      :geoName "Pune" ;
      <http://schema.org/latitude> 18.520278 ;
      <http://schema.org/longitude> 73.856667 ;
      rdfs:label "Pune"@en .


###  https://w3id.org/codo#Punjab
:Punjab rdf:type owl:NamedIndividual ,
                 :State ;
        :geoName "Punjab" ;
        rdfs:label "Punjab" .


###  https://w3id.org/codo#Q19E
:Q19E rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :M ;
      <http://xmlns.com/foaf/0.1/name> "Q19E" ;
      rdfs:label "Q19E"@en .


###  https://w3id.org/codo#Q498R
:Q498R rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "Q498R" ;
       rdfs:label "Q498R"@en .


###  https://w3id.org/codo#Q954H
:Q954H rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "Q954H" ;
       rdfs:label "Q954H"@en .


###  https://w3id.org/codo#R183E
:R183E rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "R183E" ;
       rdfs:label "R183E"@en .


###  https://w3id.org/codo#R203K
:R203K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :N ;
       <http://xmlns.com/foaf/0.1/name> "R203K" ;
       rdfs:label "R203K"@en .


###  https://w3id.org/codo#R32del
:R32del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :N ;
        <http://xmlns.com/foaf/0.1/name> "R32del" ;
        rdfs:label "R32del"@en .


###  https://w3id.org/codo#R346K
:R346K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation .


###  https://w3id.org/codo#R392C
:R392C rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP13 ;
       <http://xmlns.com/foaf/0.1/name> "R392C" ;
       rdfs:label "R392C"@en .


###  https://w3id.org/codo#R408S
:R408S rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "R408S" ;
       rdfs:label "R408S"@en .


###  https://w3id.org/codo#R41P
:R41P rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :N ;
      <http://xmlns.com/foaf/0.1/name> "R41P" ;
      rdfs:label "R41P"@en .


###  https://w3id.org/codo#R41del
:R41del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :N ;
        <http://xmlns.com/foaf/0.1/name> "R41del" ;
        rdfs:label "R41del"@en .


###  https://w3id.org/codo#R43C
:R43C rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP1 ;
      <http://xmlns.com/foaf/0.1/name> "R43C" ;
      rdfs:label "R43C"@en .


###  https://w3id.org/codo#R4H
:R4H rdf:type owl:NamedIndividual ,
              :VGO_PointMutation ;
     :VGO_occurredIn :NSP2 ;
     <http://xmlns.com/foaf/0.1/name> "R4H" ;
     rdfs:label "R4H"@en .


###  https://w3id.org/codo#R507G
:R507G rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP13 ;
       <http://xmlns.com/foaf/0.1/name> "R507G" ;
       rdfs:label "R507G"@en .


###  https://w3id.org/codo#R52C
:R52C rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP2 ;
      <http://xmlns.com/foaf/0.1/name> "R52C" ;
      rdfs:label "R52C"@en .


###  https://w3id.org/codo#R595S
:R595S rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP13 ;
       <http://xmlns.com/foaf/0.1/name> "R595S" ;
       rdfs:label "R595S"@en .


###  https://w3id.org/codo#R683del
:R683del rdf:type owl:NamedIndividual ,
                  :VGO_DeletionMutation ;
         :VGO_occurredIn :Spike ;
         <http://xmlns.com/foaf/0.1/name> "R683del" ;
         rdfs:label "R683del"@en .


###  https://w3id.org/codo#R68I
:R68I rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NS3 ;
      <http://xmlns.com/foaf/0.1/name> "R68I" ;
      rdfs:label "R68I"@en .


###  https://w3id.org/codo#R712K
:R712K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP3 ;
       <http://xmlns.com/foaf/0.1/name> "R712K" ;
       rdfs:label "R712K"@en .


###  https://w3id.org/codo#R726K
:R726K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "R726K" ;
       rdfs:label "R726K"@en .


###  https://w3id.org/codo#R75K
:R75K rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP8 ;
      <http://xmlns.com/foaf/0.1/name> "R75K" ;
      rdfs:label "R75K"@en .


###  https://w3id.org/codo#R78C
:R78C rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NS7a ;
      <http://xmlns.com/foaf/0.1/name> "R78C" ;
      rdfs:label "R78C"@en .


###  https://w3id.org/codo#R810C
:R810C rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP3 ;
       <http://xmlns.com/foaf/0.1/name> "R810C" ;
       rdfs:label "R810C"@en .


###  https://w3id.org/codo#R914K
:R914K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP12 ;
       <http://xmlns.com/foaf/0.1/name> "R914K" ;
       rdfs:label "R914K"@en .


###  https://w3id.org/codo#R93H
:R93H rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP6 ;
      <http://xmlns.com/foaf/0.1/name> "R93H" ;
      rdfs:label "R93H"@en .


###  https://w3id.org/codo#R96I
:R96I rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP8 ;
      <http://xmlns.com/foaf/0.1/name> "R96I" ;
      rdfs:label "R96I"@en .


###  https://w3id.org/codo#R99K
:R99K rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP1 ;
      <http://xmlns.com/foaf/0.1/name> "R99K" ;
      rdfs:label "R99K"@en .


###  https://w3id.org/codo#RT-PCRTests
:RT-PCRTests rdf:type owl:NamedIndividual ;
             rdfs:comment "The Molecular test, commonly known as the RT-PCR test, is a method of testing that is used to directly detect the presence of the virus in the sample"@en ,
                          "a laboratory technique combining reverse transcription of RNA into DNA (in this context called complementary DNA or cDNA) and amplification of specific DNA targets using polymerase chain reaction (PCR)."@en ;
             rdfs:label "RT-PCR tests"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Reverse transcription polymerase chain reaction"@en .


###  https://w3id.org/codo#Raichur
:Raichur rdf:type owl:NamedIndividual ,
                  :City ,
                  :District ;
         :containedIn :BengaluruUrban ,
                      :India ,
                      :Karnataka ;
         :hasState :Karnataka ;
         :geoName "Raichore" ,
                  "Raichur" ;
         <http://schema.org/latitude> 16.2 ;
         <http://schema.org/longitude> 77.37 ;
         rdfs:comment "a city municipality in the district of Raichur in the Indian state of Karnataka."@en ;
         rdfs:label "Raichore"@en ,
                    "Raichur"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Rayachuru"@en .


###  https://w3id.org/codo#Raigadh
:Raigadh rdf:type owl:NamedIndividual ,
                  :District ;
         :containedIn :India ,
                      :Maharashtra ;
         :contains :Panvel ;
         :hasState :Maharashtra ;
         :geoName "Raigad" ,
                  "Raigadh" ;
         rdfs:comment "Raigad District (formerly Kolába district), is a district in the Konkan division of Maharashtra, India."@en ;
         rdfs:label "Raigad"@en ,
                    "Raigadh"@en .


###  https://w3id.org/codo#Rain
:Rain rdf:type owl:NamedIndividual ,
               :WEAR_WeatherCondition ;
      rdfs:label "Rain" .


###  https://w3id.org/codo#Rajasthan
:Rajasthan rdf:type owl:NamedIndividual ,
                    :State ;
           :containedIn :India ;
           :contains :Ajmer ;
           :hasCountry :India ;
           :geoName "Rajasthan" ;
           rdfs:label "Rajasthan"@en .


###  https://w3id.org/codo#RajasthanCluster
:RajasthanCluster rdf:type owl:NamedIndividual ,
                           :GeographicCluster ;
                  <http://purl.org/dc/terms/spatial> :Rajasthan ;
                  rdfs:comment "From Rajasthan : The patients with travel history to Rajasthan and their contacts." .


###  https://w3id.org/codo#Ramanagara
:Ramanagara rdf:type owl:NamedIndividual ,
                     :City ,
                     :District ;
            :containedIn :BengaluruUrban ,
                         :India ,
                         :Karnataka ,
                         :Ramanagara ;
            :contains :Ramanagara ;
            :hasDistrict :Ramanagara ;
            :hasState :Karnataka ;
            :geoName "Ramanagara" ,
                     "Ramanagara District" ;
            <http://schema.org/latitude> 12.723 ;
            <http://schema.org/longitude> 77.286 ;
            rdfs:comment "a city and a city municipal council in the Indian state of Karnataka." ;
            rdfs:label "Ramanagara"@en ,
                       "Ramanagara District"@en .


###  https://w3id.org/codo#RapidAntigenTest
:RapidAntigenTest rdf:type owl:NamedIndividual ;
                  rdfs:comment "A COVID-19 antigen refers to any foreign matter or viral proteins in the body that triggers an immune response."@en ,
                               "a rapid diagnostic test suitable for point-of-care testing that directly detects the presence or absence of an antigen."@en ;
                  rdfs:label "Rapid antigen test (RAT)"@en ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "Antigen rapid test (ART)"@en ,
                                                                 "Rapid antigen detection test (RADT)"@en ,
                                                                 "Rapid test"@en ,
                                                                 "rapid antigen test"@en .


###  https://w3id.org/codo#Ratnagiri
:Ratnagiri rdf:type owl:NamedIndividual ,
                    :City ,
                    :District ;
           :containedIn :India ,
                        :Maharashtra ,
                        :Ratnagiri ;
           :contains :Ratnagiri ;
           :hasDistrict :Ratnagiri ;
           :hasState :Maharashtra ;
           :geoName "Ratnagiri" ,
                    "Ratnagiri District" ;
           <http://schema.org/latitude> 16.994444 ;
           <http://schema.org/longitude> 73.3 ;
           rdfs:label "Ratnagiri" ,
                      "Ratnagiri District" .


###  https://w3id.org/codo#ReducedConsciousness
:ReducedConsciousness rdf:type owl:NamedIndividual ,
                               :OtherLessCommonSymptom ;
                      rdfs:label "Reduced consciousness"@en .


###  https://w3id.org/codo#Released
:Released rdf:type owl:NamedIndividual ,
                   :Status .


###  https://w3id.org/codo#RespiratoryDisease
:RespiratoryDisease rdf:type owl:NamedIndividual ,
                             :RespiratoryTractDiseases .


###  https://w3id.org/codo#RestOfEurope
:RestOfEurope rdf:type owl:NamedIndividual ,
                       :GeographicRegion ;
              :geoName "Rest Of Europe" ;
              rdfs:label "Rest Of Europe"@en .


###  https://w3id.org/codo#RestOfEuropeCluster
:RestOfEuropeCluster rdf:type owl:NamedIndividual ,
                              :GeographicCluster ;
                     <http://purl.org/dc/terms/spatial> :RestOfEurope ;
                     rdfs:comment "From the rest of Europe : The patients with travel history to Europe but not to UK and their contacts." ;
                     rdfs:label "RestOfEuropeCluster"@en .


###  https://w3id.org/codo#Riyadh
:Riyadh rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :SaudiArabia ;
        :hasCountry :SaudiArabia ;
        :geoName "Riyadh" ;
        <http://schema.org/latitude> 24.633333 ;
        <http://schema.org/longitude> 46.716667 ;
        rdfs:label "Riyadh"@en .


###  https://w3id.org/codo#RunnyNose
:RunnyNose rdf:type owl:NamedIndividual ,
                    <http://purl.obolibrary.org/obo/SYMP_0000462> ;
           rdfs:comment "SCTID: 267101005"@en ;
           rdfs:label "Nasal discharge presen"@en ,
                      "Nose dripping"@en ,
                      "Nose running"@en .


###  https://w3id.org/codo#S-gene
:S-gene rdf:type owl:NamedIndividual ,
                 :VGO_GeneOfSARS-CoV-2 .


###  https://w3id.org/codo#S106del
:S106del rdf:type owl:NamedIndividual ,
                  :VGO_DeletionMutation ;
         :VGO_occurredIn :NSP6 ;
         <http://xmlns.com/foaf/0.1/name> "S106del" ;
         rdfs:label "S106del"@en .


###  https://w3id.org/codo#S135R
:S135R rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP1 ;
       <http://xmlns.com/foaf/0.1/name> "S135R" ;
       rdfs:label "S135R"@en .


###  https://w3id.org/codo#S221L
:S221L rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "S221L" ;
       rdfs:label "S221L"@en .


###  https://w3id.org/codo#S33del
:S33del rdf:type owl:NamedIndividual ,
                 :VGO_DeletionMutation ;
        :VGO_occurredIn :N ;
        <http://xmlns.com/foaf/0.1/name> "S33del" ;
        rdfs:label "S33del"@en .


###  https://w3id.org/codo#S371F
:S371F rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "S371F" ;
       rdfs:label "S371F"@en .


###  https://w3id.org/codo#S373P
:S373P rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "S373P" ;
       rdfs:label "S373P"@en .


###  https://w3id.org/codo#S375F
:S375F rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "S375F" ;
       rdfs:label "S375F"@en .


###  https://w3id.org/codo#S403L
:S403L rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP3 ;
       <http://xmlns.com/foaf/0.1/name> "S403L" ;
       rdfs:label "S403L"@en .


###  https://w3id.org/codo#S413R
:S413R rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :N ;
       <http://xmlns.com/foaf/0.1/name> "S413R" ;
       rdfs:label "S413R"@en .


###  https://w3id.org/codo#S477N
:S477N rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "S477N" ;
       rdfs:label "S477N"@en .


###  https://w3id.org/codo#SARS-CoV-2
:SARS-CoV-2 rdf:type owl:NamedIndividual ,
                     :VGO_Betacoronavirus ;
            :causeDisease :COVID-19 .


###  https://w3id.org/codo#SaudiArabia
:SaudiArabia rdf:type owl:NamedIndividual ,
                      :Country ;
             :contains :Dammam ,
                       :Jeddah ,
                       :Mecca ,
                       :Riyadh ;
             :geoName "Saudi Arabia" ;
             rdfs:label "Saudi Arabia"@en .


###  https://w3id.org/codo#Scotland
:Scotland rdf:type owl:NamedIndividual ,
                   :State ;
          :containedIn :UnitedKindom ;
          :contains :Edinburgh ;
          :hasCountry :UnitedKindom ;
          :geoName "Scotland" ;
          rdfs:label "Scotland"@en .


###  https://w3id.org/codo#SecondDose
:SecondDose rdf:type owl:NamedIndividual ,
                     :VaccineShot .


###  https://w3id.org/codo#SecondGenerationContactAbsentCluster
:SecondGenerationContactAbsentCluster rdf:type owl:NamedIndividual ,
                                               :ContactCluster ;
                                      rdfs:comment "Second Generation Contact Absent : The patients whose information was given as \"Contact\" without giving the patient ID of the individual they were a contact of." .


###  https://w3id.org/codo#SecondGenerationContactCluster
:SecondGenerationContactCluster rdf:type owl:NamedIndividual ,
                                         :ContactCluster ;
                                rdfs:label "SecondGenerationContactCluster"@en .


###  https://w3id.org/codo#Sensitisation
:Sensitisation rdf:type owl:NamedIndividual ,
                        :Immunization ;
               rdfs:comment "rendering an organism sensitive to a serum by a series of injections."@en ;
               rdfs:label "Sensitisation"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Sensitization"@en .


###  https://w3id.org/codo#SevereAcuteRespiratoryInfections
:SevereAcuteRespiratoryInfections rdf:type owl:NamedIndividual ,
                                           :DiseaseCluster ;
                                  rdfs:comment "Severe Acute Respiratory Infection: This includes patients with a history of Severe Acute Respiratory Infection whose symptoms have resurfaced and their contacts." ;
                                  rdfs:label "Severe Acute Respiratory Infections"@en ;
                                  <http://www.w3.org/2004/02/skos/core#altLabel> "SARI"@en .


###  https://w3id.org/codo#SeverePneumonia
:SeverePneumonia rdf:type owl:NamedIndividual ,
                          <http://purl.obolibrary.org/obo/SYMP_0000462> .


###  https://w3id.org/codo#Shahapur
:Shahapur rdf:type owl:NamedIndividual ,
                   :City ;
          :containedIn :BengaluruUrban ,
                       :India ,
                       :Karnataka ,
                       :Yadgir ;
          :hasDistrict :Yadgir ;
          :geoName "Shahapur" ;
          <http://schema.org/latitude> 16.7 ;
          <http://schema.org/longitude> 76.83 ;
          rdfs:comment "a city and taluka headquarter located in the Yadgir district of Indian state of Karnataka."@en ;
          rdfs:label "Shahapur"@en .


###  https://w3id.org/codo#Sharjah
:Sharjah rdf:type owl:NamedIndividual ,
                  :City ;
         :containedIn :UnitedArabEmirates ;
         :hasCountry :UnitedArabEmirates ;
         :geoName "Sharjah" ;
         <http://schema.org/latitude> 25.3575 ;
         <http://schema.org/longitude> 55.390833 ;
         rdfs:label "Sharjah"@en .


###  https://w3id.org/codo#Shikharaji
:Shikharaji rdf:type owl:NamedIndividual ,
                     :City ;
            :containedIn :India ,
                         :Jharkhand ;
            :hasState :Jharkhand ;
            :geoName "Shikharaji" ;
            <http://schema.org/latitude> 23.9611 ;
            <http://schema.org/longitude> 86.1371 ;
            rdfs:label "Shikharaji" .


###  https://w3id.org/codo#Shimamogga
:Shimamogga rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#Shimoga
:Shimoga rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#Shivamogga
:Shivamogga rdf:type owl:NamedIndividual ,
                     :City ;
            :containedIn :BengaluruUrban ,
                         :India ,
                         :Karnataka ;
            :hasState :Karnataka ;
            :geoName "Shivamogga" ;
            <http://schema.org/latitude> 13.933333 ;
            <http://schema.org/longitude> 75.566667 ;
            rdfs:label "Shivamogga" .


###  https://w3id.org/codo#ShortnessOfBreath
:ShortnessOfBreath rdf:type owl:NamedIndividual ,
                            :SevereCOVID-19Symptom .


###  https://w3id.org/codo#Singapore
:Singapore rdf:type owl:NamedIndividual ,
                    :City ;
           :geoName "Singapore" ;
           <http://schema.org/latitude> 1.283333 ;
           <http://schema.org/longitude> 103.833333 ;
           rdfs:label "Singapore"@en .


###  https://w3id.org/codo#SkinRash
:SkinRash rdf:type owl:NamedIndividual ,
                   :LessCommonSymptom ,
                   :SkinManifestation .


###  https://w3id.org/codo#SleepDisorders
:SleepDisorders rdf:type owl:NamedIndividual ,
                         :OtherLessCommonSymptom ;
                rdfs:label "Sleep disorders"@en .


###  https://w3id.org/codo#Sleet
:Sleet rdf:type owl:NamedIndividual ,
                :WEAR_WeatherCondition ;
       rdfs:label "Sleet" .


###  https://w3id.org/codo#Smoking
:Smoking rdf:type owl:NamedIndividual ,
                  :SocialHistory .


###  https://w3id.org/codo#Sneezing
:Sneezing rdf:type owl:NamedIndividual ,
                   <http://purl.obolibrary.org/obo/SYMP_0000462> ;
          rdfs:comment "SCTID: 76067001"@en ;
          rdfs:label "Sneezing"@en .


###  https://w3id.org/codo#Snow
:Snow rdf:type owl:NamedIndividual ,
               :WEAR_WeatherCondition ;
      rdfs:label "Snow" .


###  https://w3id.org/codo#Solapur
:Solapur rdf:type owl:NamedIndividual ,
                  :City ;
         :containedIn :India ,
                      :Maharashtra ;
         :hasState :Maharashtra ;
         :geoName "Solapur" ;
         <http://schema.org/latitude> 17.68 ;
         <http://schema.org/longitude> 75.92 ;
         rdfs:label "Solapur" .


###  https://w3id.org/codo#SoreThroat
:SoreThroat rdf:type owl:NamedIndividual ,
                     :LessCommonSymptom ;
            rdfs:comment "SCTID: 162397003"@en ;
            rdfs:label "Sore throat"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Pain in throat"@en ,
                                                           "Raw throat"@en .


###  https://w3id.org/codo#SouthAfrica
:SouthAfrica rdf:type owl:NamedIndividual ,
                      :Country ;
             :geoName "Republic of South Africa" ;
             rdfs:label "Republic of South Africa"@en .


###  https://w3id.org/codo#SouthAmerica
:SouthAmerica rdf:type owl:NamedIndividual ,
                       :Continent ;
              :geoName "South America" ;
              rdfs:label "South America"@en .


###  https://w3id.org/codo#SouthAmericaCluster
:SouthAmericaCluster rdf:type owl:NamedIndividual ,
                              :GeographicCluster ;
                     <http://purl.org/dc/terms/spatial> :SouthAmerica ;
                     rdfs:comment "From South America : The patients with travel history to South America and their contacts." ;
                     rdfs:label "SouthAmericaCluster"@en .


###  https://w3id.org/codo#SouthernStatesCluster
:SouthernStatesCluster rdf:type owl:NamedIndividual ,
                                :GeographicCluster ;
                       <http://purl.org/dc/terms/spatial> :SouthernStatesOfIndia ;
                       rdfs:comment "From the Southern States : The patients with travel to Kerala, Tamil Nadu, Andhra Pradesh or Telengana and their contacts. This doesn't contain patients with interdistrict travel in Karnataka" .


###  https://w3id.org/codo#SouthernStatesOfIndia
:SouthernStatesOfIndia rdf:type owl:NamedIndividual ,
                                :GeographicRegion ;
                       :geoName "Southern States Of India" ;
                       rdfs:comment "Kerala, Tamil Nadu, Andhra Pradesh or Telengana. This doesn't contain Karnataka" ;
                       rdfs:label "Southern States Of India" .


###  https://w3id.org/codo#Spain
:Spain rdf:type owl:NamedIndividual ,
                :Country ;
       :contains :Madrid ;
       :geoName "Spain" ;
       rdfs:label "Spain"@en .


###  https://w3id.org/codo#Speci-1-p000001
:Speci-1-p000001 rdf:type owl:NamedIndividual ,
                          :VGO_NasopharyngealAndOropharyngealSwabSpecimen ;
                 :VGO_mostRecentGenomeSequenceTestResult :TR-1-p000001 ;
                 :location :Asia ,
                           :India ,
                           :Karnataka ;
                 :patientStatus :Unknown ;
                 :VGO_gisaidSampleAccessionId "EPI_ISL_14916130" ;
                 :VGO_testSampleCollectedOn "2022-09-01T00:00:00"^^xsd:dateTime ;
                 rdfs:comment """Data source- GISAID EPI_SET ID: EPI_SET_230329vz 
    DOI: https://doi.org/10.55876/gis8.230329vz""" .


###  https://w3id.org/codo#Speci-2-p000002
:Speci-2-p000002 rdf:type owl:NamedIndividual ,
                          :VGO_UnknownBiospecimen ;
                 :VGO_mostRecentGenomeSequenceTestResult :TR-2-p000002 ;
                 :location :Asia ,
                           :India ,
                           :Karnataka ;
                 :patientStatus :Unknown ;
                 :VGO_gisaidSampleAccessionId "EPI_ISL_14810239" ;
                 :VGO_testSampleCollectedOn "2022-08-08T00:00:00"^^xsd:dateTime ;
                 rdfs:comment """Data source- GISAID EPI_SET ID: EPI_SET_230329vz 
    DOI: https://doi.org/10.55876/gis8.230329vz""" .


###  https://w3id.org/codo#Speci-3-p000003
:Speci-3-p000003 rdf:type owl:NamedIndividual ,
                          :VGO_UnknownBiospecimen ;
                 :VGO_mostRecentGenomeSequenceTestResult :TR-3-p000003 ;
                 :location :Asia ,
                           :India ,
                           :Karnataka ;
                 :patientStatus :Unknown ;
                 :VGO_gisaidSampleAccessionId "EPI_ISL_14810204" ;
                 :VGO_testSampleCollectedOn "2022-11-08T00:00:00"^^xsd:dateTime ;
                 rdfs:comment """Data source- GISAID EPI_SET ID: EPI_SET_230329vz 
    DOI: https://doi.org/10.55876/gis8.230329vz""" .


###  https://w3id.org/codo#Speci-4-p000004
:Speci-4-p000004 rdf:type owl:NamedIndividual ,
                          :VGO_UnknownBiospecimen ;
                 :VGO_mostRecentGenomeSequenceTestResult :TR-4-p000004 ;
                 :location :Asia ,
                           :India ,
                           :Karnataka ;
                 :patientStatus :Unknown ;
                 :VGO_gisaidSampleAccessionId "EPI_ISL_14810205" ;
                 :VGO_testSampleCollectedOn "2022-11-08T00:00:00"^^xsd:dateTime ;
                 rdfs:comment """Data source- GISAID EPI_SET ID: EPI_SET_230329vz 
    DOI: https://doi.org/10.55876/gis8.230329vz""" .


###  https://w3id.org/codo#Speci-5-p000005
:Speci-5-p000005 rdf:type owl:NamedIndividual ,
                          :VGO_UnknownBiospecimen ;
                 :VGO_mostRecentGenomeSequenceTestResult :TR-5-p000005 ;
                 :location :Asia ,
                           :India ,
                           :Karnataka ;
                 :patientStatus :Unknown ;
                 :VGO_gisaidSampleAccessionId "EPI_ISL_14810202" ;
                 :VGO_testSampleCollectedOn "2022-11-08T00:00:00"^^xsd:dateTime ;
                 rdfs:comment """Data source- GISAID EPI_SET ID: EPI_SET_230329vz 
    DOI: https://doi.org/10.55876/gis8.230329vz""" .


###  https://w3id.org/codo#Spike
:Spike rdf:type owl:NamedIndividual ,
                :VGO_StructuralProteinOfSARS-CoV-2 ;
       owl:sameAs :SpikeProtein ;
       :VGO_ofGene :S-gene .


###  https://w3id.org/codo#SpikeProtein

###  https://w3id.org/codo#SpikeProtein
:SpikeProtein rdf:type owl:NamedIndividual ,
                       :VGO_StructuralProteinOfSARS-CoV-2 ;
              :VGO_ofGene :S-gene .


###  https://w3id.org/codo#SriLanka
:SriLanka rdf:type owl:NamedIndividual ,
                   :Country ;
          :contains :Colombo ,
                    :WesternProvince ;
          :geoName "Sri Lanka" ;
          rdfs:label "Sri Lanka"@en .


###  https://w3id.org/codo#Strokes
:Strokes rdf:type owl:NamedIndividual ,
                  :OtherLessCommonSymptom .


###  https://w3id.org/codo#Sun
:Sun rdf:type owl:NamedIndividual ,
              :WEAR_WeatherCondition ;
     rdfs:label "Sun" .


###  https://w3id.org/codo#Surat
:Surat rdf:type owl:NamedIndividual ,
                :City ;
       :containedIn :Gujarat ,
                    :India ;
       :hasState :Gujarat ;
       :geoName "Surat" ;
       <http://schema.org/latitude> 21.17024 ;
       <http://schema.org/longitude> 72.831061 ;
       rdfs:label "Surat"@en .


###  https://w3id.org/codo#Switzerland
:Switzerland rdf:type owl:NamedIndividual ,
                      :Country ;
             :geoName "Switzerland" ;
             rdfs:label "Switzerland"@en .


###  https://w3id.org/codo#T112I
:T112I rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP15 ;
       <http://xmlns.com/foaf/0.1/name> "T112I" ;
       rdfs:label "T112I"@en .


###  https://w3id.org/codo#T11A
:T11A rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :E ;
      <http://xmlns.com/foaf/0.1/name> "T11A" ;
      rdfs:label "T11A"@en .


###  https://w3id.org/codo#T17A
:T17A rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :NSP8 ;
      <http://xmlns.com/foaf/0.1/name> "T17A" ;
      rdfs:label "T17A"@en .


###  https://w3id.org/codo#T19I
:T19I rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :Spike ;
      <http://xmlns.com/foaf/0.1/name> "T19I" ;
      rdfs:label "T19I"@en .


###  https://w3id.org/codo#T223I
:T223I rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NS3 ,
                       :NSP2 ;
       <http://xmlns.com/foaf/0.1/name> "T223I" ;
       rdfs:label "T223I"@en .


###  https://w3id.org/codo#T24I
:T24I rdf:type owl:NamedIndividual ,
               :VGO_PointMutation ;
      :VGO_occurredIn :N ,
                      :NS3 ,
                      :NSP3 ,
                      :NSP5 ;
      <http://xmlns.com/foaf/0.1/name> "T24I" ;
      rdfs:label "T24I"@en .


###  https://w3id.org/codo#T327I
:T327I rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP4 ;
       <http://xmlns.com/foaf/0.1/name> "T327I" ;
       rdfs:label "T327I"@en .


###  https://w3id.org/codo#T376A
:T376A rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "T376A" ;
       rdfs:label "T376A"@en .


###  https://w3id.org/codo#T478K
:T478K rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "T478K" ;
       rdfs:label "T478K"@en .


###  https://w3id.org/codo#T492I
:T492I rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :NSP4 ;
       <http://xmlns.com/foaf/0.1/name> "T492I" ;
       rdfs:label "T492I"@en .


###  https://w3id.org/codo#TJCongregation13thTo18thCluster
:TJCongregation13thTo18thCluster rdf:type owl:NamedIndividual ,
                                          :GeographicCluster ,
                                          :TimeCluster ;
                                 <http://purl.org/dc/terms/spatial> :Delhi ;
                                 :date "2020-03-13T00:00:00"^^xsd:dateTime ,
                                       "2020-03-18T00:00:00"^^xsd:dateTime ;
                                 :endDate "2020-03-18T00:00:00"^^xsd:dateTime ;
                                 :startDate "2020-03-13T00:00:00"^^xsd:dateTime ;
                                 rdfs:comment "TJ Congregation from 13th to 18th March in Delhi : The patients with travel history to the TJ Congregation in Delhi and their contacts." .


###  https://w3id.org/codo#TR-1-p000001
:TR-1-p000001 rdf:type owl:NamedIndividual ,
                       :TestResult ;
              :VGO_mutation :A27S ,
                            :A63T ,
                            :D614G ,
                            :D796Y ,
                            :E31del ,
                            :E484A ,
                            :F108del ,
                            :G107del ,
                            :G204R ,
                            :G446S ,
                            :G489S ,
                            :G671S ,
                            :H655Y ,
                            :I223M ,
                            :I42V ,
                            :L24del ,
                            :L264F ,
                            :L438F ,
                            :N118S ,
                            :N440K ,
                            :N460K ,
                            :N501Y ,
                            :N679K ,
                            :N764K ,
                            :N969K ,
                            :P132H ,
                            :P13L ,
                            :P25del ,
                            :P26del ,
                            :P323L ,
                            :P681H ,
                            :P822S ,
                            :Q19E ,
                            :Q498R ,
                            :Q954H ,
                            :R203K ,
                            :R32del ,
                            :R392C ,
                            :S106del ,
                            :S135R ,
                            :S33del ,
                            :S403L ,
                            :S413R ,
                            :S477N ,
                            :T112I ,
                            :T11A ,
                            :T17A ,
                            :T19I ,
                            :T223I ,
                            :T24I ,
                            :T327I ,
                            :T478K ,
                            :T492I ,
                            :Y505H .


###  https://w3id.org/codo#TR-2-p000002
:TR-2-p000002 rdf:type owl:NamedIndividual ,
                       :TestResult ;
              :VGO_mutation :A27S ,
                            :A51V ,
                            :A63T ,
                            :D3N ,
                            :D405N ,
                            :D614G ,
                            :D796Y ,
                            :E31del ,
                            :E484A ,
                            :F108del ,
                            :F486V ,
                            :F694Y ,
                            :G107del ,
                            :G142D ,
                            :G204R ,
                            :G339D ,
                            :G489S ,
                            :H655Y ,
                            :H69del ,
                            :K417N ,
                            :L14del ,
                            :L24del ,
                            :L264F ,
                            :L452R ,
                            :N440K ,
                            :N501Y ,
                            :N679K ,
                            :N969K ,
                            :P132H ,
                            :P13L ,
                            :P25del ,
                            :P26del ,
                            :P323L ,
                            :P681H ,
                            :Q19E ,
                            :Q498R ,
                            :Q954H ,
                            :R203K ,
                            :R32del ,
                            :R392C ,
                            :R408S ,
                            :S106del ,
                            :S135R ,
                            :S33del ,
                            :S371F ,
                            :S373P ,
                            :S375F ,
                            :S413R ,
                            :S477N ,
                            :T112I ,
                            :T19I ,
                            :T223I ,
                            :T24I ,
                            :T327I ,
                            :T376A ,
                            :T478K ,
                            :T492I ,
                            :V213G ,
                            :Y505H .


###  https://w3id.org/codo#TR-3-p000003
:TR-3-p000003 rdf:type owl:NamedIndividual ,
                       :TestResult ;
              :VGO_mutation :A27S ,
                            :D405N ,
                            :D614G ,
                            :D796Y ,
                            :E31del ,
                            :E484A ,
                            :F108del ,
                            :F157L ,
                            :G107del ,
                            :G142D ,
                            :G204R ,
                            :G257S ,
                            :G339H ,
                            :G489S ,
                            :G671S ,
                            :H655Y ,
                            :I210V ,
                            :K147E ,
                            :L24del ,
                            :L438F ,
                            :N118S ,
                            :N501Y ,
                            :N679K ,
                            :N969K ,
                            :P132H ,
                            :P13L ,
                            :P25del ,
                            :P26del ,
                            :P323L ,
                            :P681H ,
                            :P822S ,
                            :Q498R ,
                            :Q954H ,
                            :R203K ,
                            :R32del ,
                            :R392C ,
                            :S106del ,
                            :S135R ,
                            :S33del ,
                            :S413R ,
                            :S477N ,
                            :T112I ,
                            :T11A ,
                            :T19I ,
                            :T223I ,
                            :T24I ,
                            :T327I ,
                            :T478K ,
                            :T492I ,
                            :V213G ,
                            :W152R ,
                            :Y505H .


###  https://w3id.org/codo#TR-4-p000004
:TR-4-p000004 rdf:type owl:NamedIndividual ,
                       :TestResult ;
              :VGO_mutation :A27S ,
                            :D3N ,
                            :D614G ,
                            :D796Y ,
                            :E31del ,
                            :E484A ,
                            :F108del ,
                            :F486V ,
                            :F694Y ,
                            :G107del ,
                            :G1099D ,
                            :G142D ,
                            :G204R ,
                            :G339D ,
                            :G489S ,
                            :H655Y ,
                            :H69del ,
                            :L24del ,
                            :N501Y ,
                            :N679K ,
                            :N764K ,
                            :N969K ,
                            :P132H ,
                            :P13L ,
                            :P25del ,
                            :P26del ,
                            :P323L ,
                            :P681H ,
                            :Q19E ,
                            :Q498R ,
                            :Q954H ,
                            :R203K ,
                            :R32del ,
                            :R392C ,
                            :S106del ,
                            :S135R ,
                            :S221L ,
                            :S33del ,
                            :S413R ,
                            :T112I ,
                            :T19I ,
                            :T223I ,
                            :T327I ,
                            :T492I ,
                            :V213G ,
                            :Y505H .


###  https://w3id.org/codo#TR-5-p000005
:TR-5-p000005 rdf:type owl:NamedIndividual ,
                       :TestResult ;
              :VGO_mutation :A27S ,
                            :A63T ,
                            :D3N ,
                            :D405N ,
                            :D614G ,
                            :D796Y ,
                            :E31del ,
                            :F108del ,
                            :G107del ,
                            :G142D ,
                            :G204R ,
                            :G339D ,
                            :G489S ,
                            :H655Y ,
                            :H69del ,
                            :I42V ,
                            :L177F ,
                            :L24del ,
                            :L264F ,
                            :N440K ,
                            :N501Y ,
                            :N679K ,
                            :N764K ,
                            :N969K ,
                            :P132H ,
                            :P13L ,
                            :P25del ,
                            :P26del ,
                            :P323L ,
                            :P681H ,
                            :Q19E ,
                            :Q498R ,
                            :Q954H ,
                            :R203K ,
                            :R32del ,
                            :R392C ,
                            :R78C ,
                            :S106del ,
                            :S135R ,
                            :S33del ,
                            :S371F ,
                            :S373P ,
                            :S375F ,
                            :S413R ,
                            :T112I ,
                            :T19I ,
                            :T223I ,
                            :T24I ,
                            :T327I ,
                            :T376A ,
                            :T492I ,
                            :V213G ,
                            :W152R ,
                            :Y505H .


###  https://w3id.org/codo#Taiwan
:Taiwan rdf:type owl:NamedIndividual ,
                 :Country .


###  https://w3id.org/codo#TamilNadu
:TamilNadu rdf:type owl:NamedIndividual ,
                    :State ;
           :containedIn :India ;
           :contains :Chennai ,
                     :Madurai ,
                     :Vellore ;
           :hasCountry :India ;
           :geoName "Tamil Nadu" ;
           rdfs:label "Tamil Nadu"@en .


###  https://w3id.org/codo#Telangana
:Telangana rdf:type owl:NamedIndividual ,
                    :State ;
           :containedIn :India ;
           :contains :Hyderabad ;
           :hasCountry :India ;
           :geoName "Telangana" ;
           rdfs:label "Telangana"@en .


###  https://w3id.org/codo#TestResult1-p000001
:TestResult1-p000001 rdf:type owl:NamedIndividual ,
                              :TestResult ;
                     :VGO_hasSubmittingLab :CentersForDiseaseControl ;
                     :isTestResultOf :sample1-p000001 .


###  https://w3id.org/codo#TestResult1-p000002
:TestResult1-p000002 rdf:type owl:NamedIndividual ,
                              :TestResult ;
                     :isTestResultOf :sample1-p000002 ;
                     :previousOf :TestResult2-p000002 .


###  https://w3id.org/codo#TestResult2-p000002
:TestResult2-p000002 rdf:type owl:NamedIndividual ,
                              :TestResult ;
                     :isTestResultOf :sample2-p000002 .


###  https://w3id.org/codo#Texas
:Texas rdf:type owl:NamedIndividual ,
                :State ;
       :containedIn :USA ;
       :hasCountry :USA ;
       :geoName "Texas" ;
       rdfs:label "Texas"@en .


###  https://w3id.org/codo#Thane
:Thane rdf:type owl:NamedIndividual ,
                :City ,
                :District ;
       :containedIn :India ,
                    :Maharashtra ,
                    :Thane ;
       :contains :Thane ;
       :hasDistrict :Thane ;
       :hasState :Maharashtra ;
       :geoName "Thane" ,
                "Thane District" ;
       <http://schema.org/latitude> 19.172431 ;
       <http://schema.org/longitude> 72.957019 ;
       rdfs:label "Thane" ,
                  "Thane District" .


###  https://w3id.org/codo#TheWorld
:TheWorld rdf:type owl:NamedIndividual ,
                   :GeographicRegion ;
          :geoName "The World" ;
          rdfs:comment "Represents the geographic region of the entire world." ;
          rdfs:label "The World" .


###  https://w3id.org/codo#ThirdDose
:ThirdDose rdf:type owl:NamedIndividual ,
                    :VaccineShot .


###  https://w3id.org/codo#Thunder
:Thunder rdf:type owl:NamedIndividual ,
                  :WEAR_WeatherCondition ;
         rdfs:label "Thunder" .


###  https://w3id.org/codo#Tired
:Tired rdf:type owl:NamedIndividual ,
                :MostCommonSymptom ;
       rdfs:comment "SCTID: 224960004"@en ;
       rdfs:label "Feeling tired"@en ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Fatigue"@en .


###  https://w3id.org/codo#Transgender
:Transgender rdf:type owl:NamedIndividual ,
                      <https://schema.org/GenderType> .


###  https://w3id.org/codo#Trivandrum
:Trivandrum rdf:type owl:NamedIndividual ,
                     :City ;
            :containedIn :India ,
                         :Kerala ;
            :hasState :Kerala ;
            :geoName "Trivandrum" ;
            <http://schema.org/latitude> 8.4875 ;
            <http://schema.org/longitude> 76.9525 ;
            rdfs:label "Trivandrum" .


###  https://w3id.org/codo#Tumkur
:Tumkur rdf:type owl:NamedIndividual ,
                 :City ;
        :containedIn :BengaluruUrban ,
                     :India ,
                     :Karnataka ;
        :hasState :Karnataka ;
        :geoName "Tumkur" ;
        <http://schema.org/latitude> 13.34 ;
        <http://schema.org/longitude> 77.1 ;
        rdfs:label "Tumkur" .


###  https://w3id.org/codo#Turkey
:Turkey rdf:type owl:NamedIndividual ,
                 :Country ;
        :geoName "Turkey" ;
        rdfs:label "Turkey" .


###  https://w3id.org/codo#UP
:UP rdf:type owl:NamedIndividual ,
             :State ;
    :containedIn :India ;
    :hasCountry :India ;
    <http://xmlns.com/foaf/0.1/name> "Uttar Pradesh" ;
    :geoName "UP" ;
    rdfs:label "UP" .


###  https://w3id.org/codo#URTI
:URTI rdf:type owl:NamedIndividual ,
               <http://purl.obolibrary.org/obo/SYMP_0000462> ;
      rdfs:comment "SCTID: 54150009"@en ;
      rdfs:label "URTI"@en ,
                 "Upper Respiratory Tract Infection"@en .


###  https://w3id.org/codo#USA
:USA rdf:type owl:NamedIndividual ,
              :Country ;
     :contains :NewYorkCity ,
               :NewYorkState ,
               :Texas ;
     :geoName "USA" ;
     rdfs:label "USA"@en .


###  https://w3id.org/codo#USACluster
:USACluster rdf:type owl:NamedIndividual ,
                     :GeographicCluster ;
            <http://purl.org/dc/terms/spatial> :USA ;
            rdfs:comment "From USA : The patients who had travel history to USA and their contacts." ;
            rdfs:label "USACluster"@en .


###  https://w3id.org/codo#Udupi
:Udupi rdf:type owl:NamedIndividual ,
                :City ;
       :containedIn :BengaluruUrban ,
                    :India ,
                    :Karnataka ;
       :hasState :Karnataka ;
       :geoName "Udupi" ;
       <http://schema.org/latitude> 13.3389 ;
       <http://schema.org/longitude> 74.7451 ;
       rdfs:label "Udupi"@en .


###  https://w3id.org/codo#Udupii
:Udupii rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#UnderTracing
:UnderTracing rdf:type owl:NamedIndividual ,
                       :DiagnosisType ;
              rdfs:comment "The patient was identified as at risk for the disease (e.g., Covid-19) and was tested as part of tracing people identified to be at risk."@en ;
              rdfs:label "Under tracing"@en .


###  https://w3id.org/codo#UnitedArabEmirates
:UnitedArabEmirates rdf:type owl:NamedIndividual ,
                             :Country ;
                    :contains :Sharjah ;
                    :geoName "United Arab Emirates" ;
                    rdfs:label "United Arab Emirates"@en .


###  https://w3id.org/codo#UnitedKindom
:UnitedKindom rdf:type owl:NamedIndividual ,
                       :Country ;
              :contains :Edinburgh ,
                        :London ,
                        :Scotland ;
              :geoName "United Kingdom" ;
              rdfs:label "United Kingdom" ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "UK"@en .


###  https://w3id.org/codo#UnitedKingdom
:UnitedKingdom rdf:type owl:NamedIndividual .


###  https://w3id.org/codo#UnitedKingdomCluster
:UnitedKingdomCluster rdf:type owl:NamedIndividual ,
                               :GeographicCluster ;
                      <http://purl.org/dc/terms/spatial> :UnitedKindom ;
                      rdfs:comment "From United Kingdom : The patients with travel history to UK and their contacts." ;
                      rdfs:label "UnitedKingdomCluster"@en .


###  https://w3id.org/codo#Unknown
:Unknown rdf:type owl:NamedIndividual ,
                  :Status .


###  https://w3id.org/codo#UnknownCluster
:UnknownCluster rdf:type owl:NamedIndividual ,
                         :Cluster ;
                rdfs:comment "Unknown : The patients who have been listed in the Media Bulletins as \"Contact Under Tracing\"and their contacts." .


###  https://w3id.org/codo#UttarKannada
:UttarKannada rdf:type owl:NamedIndividual ,
                       :District ;
              :containedIn :BengaluruUrban ,
                           :India ,
                           :Karnataka ;
              :hasState :Karnataka ;
              :geoName "Uttar Kannada" ;
              rdfs:label "Uttar Kannada"@en .


###  https://w3id.org/codo#UttarPradesh
:UttarPradesh rdf:type owl:NamedIndividual ,
                       :State ;
              :geoName "Uttar Pradesh" ;
              rdfs:label "Uttar Pradesh" .


###  https://w3id.org/codo#UttaraKannada
:UttaraKannada rdf:type owl:NamedIndividual ,
                        :District ;
               :containedIn :BengaluruUrban ,
                            :India ,
                            :Karnataka ;
               :hasState :Karnataka ;
               :geoName "North Canara" ,
                        "Uttara Kannada" ;
               rdfs:comment "Uttara Kannada, formerly known as North Canara, is a district in the Indian state of Karnataka."@en ;
               rdfs:label "North Canara"@en ,
                          "Uttara Kannada"@en .


###  https://w3id.org/codo#V213G
:V213G rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "V213G" ;
       rdfs:label "V213G"@en .


###  https://w3id.org/codo#Vaccination
:Vaccination rdf:type owl:NamedIndividual ,
                      :Immunization ;
             rdfs:comment "taking a vaccine as a precaution against contracting a disease"@en ;
             rdfs:label "Vaccination"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Inoculation"@en .


###  https://w3id.org/codo#Vadodara
:Vadodara rdf:type owl:NamedIndividual ,
                   :District ;
          :geoName "Vadodara District" ;
          rdfs:label "Vadodara"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Vadodara District"@en .


###  https://w3id.org/codo#Vellore
:Vellore rdf:type owl:NamedIndividual ,
                  :City ,
                  :District ;
         :containedIn :India ,
                      :TamilNadu ,
                      :Vellore ;
         :contains :Vellore ;
         :hasDistrict :Vellore ;
         :hasState :TamilNadu ;
         :geoName "Vellore" ,
                  "Vellore District" ;
         <http://schema.org/latitude> 12.920219 ;
         <http://schema.org/longitude> 79.133306 ;
         rdfs:label "Vellore"@en ,
                    "Vellore District"@en .


###  https://w3id.org/codo#Vijayapura
:Vijayapura rdf:type owl:NamedIndividual ,
                     :City ;
            :containedIn :BengaluruUrban ,
                         :India ,
                         :Karnataka ;
            :hasState :Karnataka ;
            :geoName "Vijayapura" ;
            <http://schema.org/latitude> 13.29 ;
            <http://schema.org/longitude> 77.8 ;
            rdfs:label "Vijayapura"@en .


###  https://w3id.org/codo#Vishakapatnam
:Vishakapatnam rdf:type owl:NamedIndividual ,
                        :City ;
               :containedIn :AndhraPradesh ,
                            :India ;
               :hasState :AndhraPradesh ;
               :geoName "Vishakapatnam" ;
               <http://schema.org/latitude> 17.704167 ;
               <http://schema.org/longitude> 83.297778 ;
               rdfs:label "Vishakapatnam" .


###  https://w3id.org/codo#W152C
:W152C rdf:type owl:NamedIndividual ,
                :VGO_PointMutation .


###  https://w3id.org/codo#W152R
:W152R rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "W152R" ;
       rdfs:label "W152R"@en .


###  https://w3id.org/codo#WestBengal
:WestBengal rdf:type owl:NamedIndividual ,
                     :State ;
            :containedIn :India ;
            :contains :Kolkata ;
            :hasCountry :India ;
            :geoName "West Bengal" ;
            rdfs:label "West Bengal"@en .


###  https://w3id.org/codo#WesternProvince
:WesternProvince rdf:type owl:NamedIndividual ,
                          :State ;
                 :containedIn :SriLanka ;
                 :contains :Colombo ;
                 :hasCountry :SriLanka ;
                 :geoName "Western Province" ;
                 rdfs:comment "is one of the nine provinces of Sri Lanka, the first level administrative division of the country."@en ;
                 rdfs:label "Western Province"@en .


###  https://w3id.org/codo#Wuhan
:Wuhan rdf:type owl:NamedIndividual ,
                :City ;
       rdfs:label "Wuhan"@en .


###  https://w3id.org/codo#Y144del
:Y144del rdf:type owl:NamedIndividual ,
                  :VGO_DeletionMutation ;
         :VGO_occurredIn :Spike ;
         <http://xmlns.com/foaf/0.1/name> "Y144del" ;
         rdfs:label "Y144del"@en .


###  https://w3id.org/codo#Y505H
:Y505H rdf:type owl:NamedIndividual ,
                :VGO_PointMutation ;
       :VGO_occurredIn :Spike ;
       <http://xmlns.com/foaf/0.1/name> "Y505H" ;
       rdfs:label "Y505H"@en .


###  https://w3id.org/codo#Yadgir
:Yadgir rdf:type owl:NamedIndividual ,
                 :District ;
        :containedIn :BengaluruUrban ,
                     :India ,
                     :Karnataka ;
        :contains :Shahapur ;
        :hasState :Karnataka ;
        :geoName "Yadgir" ;
        rdfs:label "Yadgir"@en .


###  https://w3id.org/codo#iSeq
:iSeq rdf:type owl:NamedIndividual ,
               :VGO_Illumina .


###  https://w3id.org/codo#ins104P
:ins104P rdf:type owl:NamedIndividual ,
                  :VGO_InsertionMutation ;
         :VGO_occurredIn :NS3 ;
         <http://xmlns.com/foaf/0.1/name> "ins104P" ;
         rdfs:label "ins104P"@en .


###  https://w3id.org/codo#ins108GstopYstop
:ins108GstopYstop rdf:type owl:NamedIndividual ,
                           :VGO_InsertionMutation ;
                  :VGO_occurredIn :NSP6 ;
                  <http://xmlns.com/foaf/0.1/name> "ins108GstopYstop" ;
                  rdfs:label "ins108GstopYstop"@en .


###  https://w3id.org/codo#p000001
:p000001 rdf:type owl:NamedIndividual ,
                  <http://xmlns.com/foaf/0.1/Person> ;
         :VGO_hasSample :Speci-1-p000001 ;
         :patientID "p000001-kar-codo" .


###  https://w3id.org/codo#p000002
:p000002 rdf:type owl:NamedIndividual ,
                  <http://xmlns.com/foaf/0.1/Person> ;
         :VGO_hasSample :Speci-2-p000002 ;
         :patientID "p000002-kar-codo" .


###  https://w3id.org/codo#p000003
:p000003 rdf:type owl:NamedIndividual ,
                  <http://xmlns.com/foaf/0.1/Person> ;
         :VGO_hasSample :Speci-3-p000003 ;
         :patientID "p000003-kar-codo" .


###  https://w3id.org/codo#p000004
:p000004 rdf:type owl:NamedIndividual ,
                  <http://xmlns.com/foaf/0.1/Person> ;
         :VGO_hasSample :Speci-4-p000004 ;
         :patientID "p000004-kar-codo" .


###  https://w3id.org/codo#p000005
:p000005 rdf:type owl:NamedIndividual ,
                  <http://xmlns.com/foaf/0.1/Person> ;
         :VGO_hasSample :Speci-5-p000005 ;
         :patientID "p000005-kar-codo" .


###  https://w3id.org/codo#sample1-p000001
:sample1-p000001 rdf:type owl:NamedIndividual ,
                          :VGO_Specimen ;
                 :VGO_hasOriginatingLab :CentersForDiseaseControl ;
                 :VGO_hasSequencingTechnology :iSeq ;
                 :hasTestResult :TestResult1-p000001 ;
                 :location :Taiwan ;
                 :patientStatus :Released ;
                 :VGO_comment "Insertion of 4 nucleotides when compared to the reference WIV04 sequence. Gap of 15 nucleotides when compared to the reference WIV04 sequence." ;
                 :VGO_patientAge 39 ;
                 :VGO_testSampleCollectedOn "2021-01-28T10:00:00"^^xsd:dateTime .


###  https://w3id.org/codo#sample1-p000002
:sample1-p000002 rdf:type owl:NamedIndividual ,
                          :VGO_Specimen .


###  https://w3id.org/codo#sample2-p000002
:sample2-p000002 rdf:type owl:NamedIndividual ,
                          :VGO_Specimen .


###  https://w3id.org/codo#var1
:var1 rdf:type owl:NamedIndividual ,
               :VGO_SARS-CoV-2Variant ;
      :VGO_firstDetectedIn :UnitedKingdom ,
                           :Wuhan ;
      :VGO_hasDescendant :var2 ,
                         :var3 ;
      :VGO_GISAIDclade_name "V" ;
      :VGO_PANGO_name "B" .


###  https://w3id.org/codo#var2
:var2 rdf:type owl:NamedIndividual ,
               :VGO_SARS-CoV-2Variant ;
      :VGO_firstDetectedIn :UnitedKingdom ;
      :VGO_GISAIDclade_name "GR" ;
      :VGO_PANGO_name "B.1.1" .


###  https://w3id.org/codo#var3
:var3 rdf:type owl:NamedIndividual ,
               :VGO_SARS-CoV-2Variant ;
      :VGO_firstDetectedIn :Botswana ,
                           :HongKong ,
                           :SouthAfrica ;
      :VGO_hasDescendant :var4 ;
      :VGO_GISAIDclade_name "GRA" ;
      :VGO_PANGO_name "BA.2" ;
      :VGO_SIG_name "VOC" ;
      :VGO_WHO_name "Omicron" .


###  https://w3id.org/codo#var4
:var4 rdf:type owl:NamedIndividual ,
               :VGO_SARS-CoV-2Variant ;
      :VGO_firstDetectedIn :Botswana ,
                           :HongKong ,
                           :SouthAfrica ;
      :VGO_hasDescendant :var5 ;
      :VGO_GISAIDclade_name "GRA" ;
      :VGO_PANGO_name "BA.2.10" ;
      :VGO_SIG_name "VOC" ;
      :VGO_WHO_name "Omicron" .


###  https://w3id.org/codo#var5
:var5 rdf:type owl:NamedIndividual ,
               :VGO_SARS-CoV-2Variant ;
      :VGO_firstDetectedIn :Botswana ,
                           :HongKong ,
                           :SouthAfrica ;
      :VGO_GISAIDclade_name "GRA" ;
      :VGO_PANGO_name "BA.2.10.1" ;
      :VGO_SIG_name "VOC" ;
      :VGO_WHO_name "Omicron" .


###  https://w3id.org/codo#18-44Years
<https://w3id.org/codo#18-44Years> rdf:type owl:NamedIndividual ,
                                            :AgeGroup ;
                                   rdfs:label "18-44 years"@en .


###  https://w3id.org/codo#45Years-and-above
<https://w3id.org/codo#45Years-and-above> rdf:type owl:NamedIndividual ,
                                                   :AgeGroup ;
                                          rdfs:label "45 years and above"@en .


###  https://w3id.org/codo#69/70del
<https://w3id.org/codo#69/70del> rdf:type owl:NamedIndividual ,
                                          :VGO_DeletionMutation .


###  https://w3id.org/codo#Glecaprevir/pibrentasvir
<https://w3id.org/codo#Glecaprevir/pibrentasvir> rdf:type owl:NamedIndividual ,
                                                          :COVIDRO_Anti-Infective .


#################################################################
#    Annotations
#################################################################

:COVIDRO_Obesity rdfs:comment "Overweight (defined as a body mass index (BMI) is 25 kg/m2 or higher, but under 30 kg/m2), obesity (BMI is 30 kg/m2 or higher, but under 40 kg/m2), or severe obesity (BMI is 40 kg/m2 or higher), can make you more likely to get very sick from COVID-19. The risk of severe illness from COVID-19 increases sharply with higher BMI." ;
                 rdfs:label "Obesity"@en .


:location rdfs:comment "The location of for example where a person is situated, an organization (covid-19 dedicated facilities, medical clinics) is located."@en ;
          rdfs:label "location"@en .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDifferent ;
  owl:distinctMembers ( :AchesAndPains
                        :Breathlessness
                        :DryCough
                        :Dyspnea
                        :Fever
                        :HackingCough
                        :Malaise
                        :Pain
                        :Pneumonia
                        :RunnyNose
                        :SeverePneumonia
                        :ShortnessOfBreath
                        :URTI
                      )
] .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
