<?xml version="1.0"?>
<rdf:RDF xmlns="http://w3id.org/codo#"
     xml:base="http://w3id.org/codo"
     xmlns:mod="http://www.isibang.ac.in/ns/mod#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:codo="http://w3id.org/codo#"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:skos="http://www.w3.org/2004/02/skos/core#"
     xmlns:swrl="http://www.w3.org/2003/11/swrl#"
     xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"
     xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
     xmlns:terms="http://purl.org/dc/terms/"
     xmlns:schema="https://schema.org/"
     xmlns:pending="https://pending.schema.org/"
     xmlns:ontology="http://omv.ontoware.org/2005/05/ontology#">
    <owl:Ontology rdf:about="http://w3id.org/codo">
        <owl:versionIRI rdf:resource="http://w3id.org/codo/1.3"/>
        <ontology:designedForOntologyTask xml:lang="en">This COVID-19 ontology is a data model for publishing COVID-19 data on the Web as a Graph. 

The primary focuses of the model are: 
(1) COVID-19 cases: the data for COVID-19 cases (e.g., active, recovered, deceased, migrated) ondaily basis across the geo-location (district, state and country), available resources and requirements; 
(2) COVID-19 patient data: nationality, symptom, suspected level of covid -19 cases, covid-19 treatment facility, covid-19 clinical facility, patient&apos;s travel history, inter-personal relationships between patients, suspected transmission reason, tracking of patient test results, etc.</ontology:designedForOntologyTask>
        <terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-27T10:00:00</terms:created>
        <terms:creator xml:lang="en">Biswanath Dutta (Indian Statistical Institute, India)</terms:creator>
        <terms:creator xml:lang="en">Michael DeBellis (Semantic Web Consultant, USA)</terms:creator>
        <terms:license rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://creativecommons.org/licenses/by/4.0/</terms:license>
        <terms:publisher xml:lang="en">Indian Statistical Institute</terms:publisher>
        <terms:title xml:lang="en">An Ontology for Representation and Publication of COVID-19 Cases and Patient Information</terms:title>
        <mod:browsingUI rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.isibang.ac.in/ns/codo</mod:browsingUI>
        <mod:competencyQuestion>Some example competency questions: 
How many people recovered from COVId-19 in place p until date t? 
How many people died in country c? 
Give me the travel history of patient p? 
Give me the COVID-19 patients and their relationship, if any. 
Give me the COVID-19 patients who are in family relationships. 
Give me the primary reasons for the maximum number of COVID-19 patients. 
Give me the most prevalent symtopms of Severe COVID-19.</mod:competencyQuestion>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://omv.ontoware.org/2005/05/ontology#designedForOntologyTask -->


    <owl:AnnotationProperty rdf:about="http://omv.ontoware.org/2005/05/ontology#designedForOntologyTask"/>
    


    <!-- http://purl.org/dc/terms/created -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
    


    <!-- http://purl.org/dc/terms/creator -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
    


    <!-- http://purl.org/dc/terms/license -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
    


    <!-- http://purl.org/dc/terms/publisher -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/publisher"/>
    


    <!-- http://purl.org/dc/terms/title -->


    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
    


    <!-- http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled -->


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


    <!-- http://w3id.org/codo#utilityEntity -->


    <owl:AnnotationProperty rdf:about="http://w3id.org/codo#utilityEntity">
        <rdfs:comment>Used to mark any entity (only data properties now) that is meant for processing data but is not part of the deployed model</rdfs:comment>
    </owl:AnnotationProperty>
    


    <!-- http://www.isibang.ac.in/ns/mod#browsingUI -->


    <owl:AnnotationProperty rdf:about="http://www.isibang.ac.in/ns/mod#browsingUI"/>
    


    <!-- http://www.isibang.ac.in/ns/mod#competencyQuestion -->


    <owl:AnnotationProperty rdf:about="http://www.isibang.ac.in/ns/mod#competencyQuestion"/>
    


    <!-- http://www.w3.org/2004/02/skos/core#altLabel -->


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


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://w3id.org/codo#admittedIn -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#admittedIn">
        <owl:inverseOf rdf:resource="http://w3id.org/codo#hasAdmittedPatient"/>
        <rdfs:domain rdf:resource="https://schema.org/Patient"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#COVID-19DedicatedFacility"/>
        <rdfs:comment xml:lang="en">The patient admitted to the covid-19 dedicated facilities, like home, hotel, hospital, etc.</rdfs:comment>
        <rdfs:label xml:lang="en">admitted in</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#clinicalFacility -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#clinicalFacility">
        <rdfs:domain rdf:resource="http://w3id.org/codo#Disease"/>
        <rdfs:range rdf:resource="http://schema.org/MedicalClinic"/>
        <rdfs:comment xml:lang="en">The medical clinic where testing/ diagnosis for disease is available.</rdfs:comment>
        <rdfs:label xml:lang="en">clinical facility</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#co-worker -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#co-worker">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasRelationship"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#co-worker"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:comment xml:lang="en">Two persons in co-worker relation.</rdfs:comment>
        <rdfs:label xml:lang="en">co-worker</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#comorbidity -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#comorbidity">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
        <rdfs:domain rdf:resource="https://schema.org/Patient"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">comorbidity</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#containedIn -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#containedIn">
        <owl:inverseOf rdf:resource="http://w3id.org/codo#contains"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
                    <rdf:Description rdf:about="https://schema.org/Place"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">Indicates a place has a place part.</rdfs:comment>
        <rdfs:label xml:lang="en">contained in</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#contains -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#contains">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
        <rdfs:comment xml:lang="en">A place is part of another place.</rdfs:comment>
        <rdfs:label xml:lang="en">contains</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#contractedVirusFrom -->


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


    <!-- http://w3id.org/codo#countryWiseStatistics -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#countryWiseStatistics">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasStatistics"/>
        <rdfs:domain rdf:resource="https://schema.org/Country"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#CountryWiseStatistics"/>
        <rdfs:comment xml:lang="en">A property to connect to the country wise metrics related to the casualities of the disease.</rdfs:comment>
        <rdfs:label xml:lang="en">country wise statistics</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#covid-19ClinicalFacility -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#covid-19ClinicalFacility">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#clinicalFacility"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#DiseaseCausedByCoronaviridae"/>
        <rdfs:range rdf:resource="http://schema.org/CovidTestingFacility"/>
        <rdfs:comment xml:lang="en">The medical clinic where testing/ diagnosis for the COVID-19 Coronavirus disease is available.</rdfs:comment>
        <rdfs:label xml:lang="en">covid-19 clinical facility</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#currentResident -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#currentResident">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#isCurrentResidentOf"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="https://schema.org/Place"/>
        <rdfs:comment>The Place (typically a City but could be a building, state, etc.) where a Person currently lives</rdfs:comment>
        <rdfs:label xml:lang="en">currentResident</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#districtWiseStatistics -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#districtWiseStatistics">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasStatistics"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#District"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#DistrictWiseStatistics"/>
        <rdfs:comment xml:lang="en">A property to connect to the district wise metrics related to the casualities of the disease.</rdfs:comment>
        <rdfs:label xml:lang="en">district wise statistics</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasAdmittedPatient -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasAdmittedPatient"/>
    


    <!-- http://w3id.org/codo#hasAunt -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasAunt">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#kinswomen"/>
        <rdfs:comment xml:lang="en">The sister of your father or mother; the wife of your uncle.</rdfs:comment>
        <rdfs:label xml:lang="en">hasAunt</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasBrother -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasBrother">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasSibling"/>
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#kinsman"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:comment xml:lang="en">A male with the same parents as someone else.</rdfs:comment>
        <rdfs:label xml:lang="en">hasBrother</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasChild -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasChild">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasFamilyMember"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#hasParent"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasCity -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasCity">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#containedIn"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#City"/>
        <rdfs:label xml:lang="en">has city</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasCloseRelationship -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasCloseRelationship">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasRelationship"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasCountry -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasCountry">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#containedIn"/>
        <rdfs:range rdf:resource="https://schema.org/Country"/>
        <rdfs:label xml:lang="en">has country</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasCousin -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasCousin">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasFamilyMember"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#hasCousin"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasDaughter -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasDaughter">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasChild"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#isDaughterOf"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Woman"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasDiagnosis -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasDiagnosis">
        <owl:inverseOf rdf:resource="http://w3id.org/codo#isDiagnosisFor"/>
        <rdfs:domain rdf:resource="https://schema.org/Patient"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Diagnosis"/>
        <rdfs:comment xml:lang="en">The diagnosis details of a patient.</rdfs:comment>
        <rdfs:label xml:lang="en">has diagnosis</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasDistrict -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasDistrict">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#containedIn"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#District"/>
        <rdfs:label xml:lang="en">has district</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasDomesticHelp -->


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


    <!-- http://w3id.org/codo#hasFamilyMember -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasFamilyMember">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasRelationship"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasFather -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasFather">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasParent"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Man"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasHusband -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasHusband">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasSpouse"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#hasWife"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Woman"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Man"/>
        <rdfs:label xml:lang="en">hasHusband</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasLocation -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasLocation">
        <owl:inverseOf rdf:resource="http://w3id.org/codo#isLocationFor"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://w3id.org/codo#Disease"/>
                    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">The location of for example where a person is situated, an organization (covid-19 dedicated facilities, medical clinics) is located, or the geographic coverage of a disease.</rdfs:comment>
        <rdfs:label xml:lang="en">location</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasMember -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasMember">
        <owl:inverseOf rdf:resource="http://w3id.org/codo#isMemberOf"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Group"/>
        <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:label xml:lang="en">hasMember</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasMother -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasMother">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasParent"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Woman"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasNeighbor -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasNeighbor">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasRelationship"/>
        <rdfs:label xml:lang="en">hasNeighbor</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasNephew -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasNephew">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#kinsman"/>
        <rdfs:comment xml:lang="en">A son of your brother or sister.</rdfs:comment>
        <rdfs:label xml:lang="en">hasNephew</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasNiece -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasNiece">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#kinswomen"/>
        <rdfs:comment xml:lang="en">A daughter of your brother or sister.</rdfs:comment>
        <rdfs:label xml:lang="en">hasNiece</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasParent -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasParent">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasFamilyMember"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasProvince -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasProvince">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#containedIn"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Province"/>
        <rdfs:label xml:lang="en">province</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasRelationship -->


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


    <!-- http://w3id.org/codo#hasRoommate -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasRoommate">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasCloseRelationship"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#hasRoommate"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
        <rdfs:comment xml:lang="en">An associate who shares a room with you.</rdfs:comment>
        <rdfs:label xml:lang="en">roommate</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasSibling -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasSibling">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasFamilyMember"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#hasSibling"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasSister -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasSister">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasSibling"/>
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#kinswomen"/>
        <rdfs:comment xml:lang="en">A female person who has the same parents as another person.</rdfs:comment>
        <rdfs:label xml:lang="en">hasSister</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasSon -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasSon">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasChild"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#isSonOf"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Man"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasSpouse -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasSpouse">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasCloseRelationship"/>
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasFamilyMember"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#hasSpouse"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
        <rdfs:comment xml:lang="en">Two persons in married relationship.</rdfs:comment>
        <rdfs:label xml:lang="en">spouse</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasState -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasState">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#containedIn"/>
        <rdfs:range rdf:resource="https://schema.org/State"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasStatistics -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasStatistics">
        <owl:inverseOf rdf:resource="http://w3id.org/codo#isCovid-19StatisticsOf"/>
        <rdfs:domain rdf:resource="https://schema.org/Place"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:comment xml:lang="en">A generic property to connect to the metrics related to the casualities of the disease.</rdfs:comment>
        <rdfs:label xml:lang="en">has statistics</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasSymptom -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasSymptom">
        <rdfs:domain rdf:resource="https://schema.org/Patient"/>
        <rdfs:range rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdfs:comment xml:lang="en">Any sensation or change in bodily function that is experienced by a patient and is associated with a particular disease.</rdfs:comment>
        <rdfs:label xml:lang="en">has symptom</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasTestResult -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasTestResult">
        <owl:inverseOf rdf:resource="http://w3id.org/codo#isTestResultFor"/>
        <rdfs:domain rdf:resource="https://schema.org/Patient"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdfs:comment xml:lang="en">A patient has clinical test result.</rdfs:comment>
        <rdfs:label xml:lang="en">has test result</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasTravelCompanion -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasTravelCompanion">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasRelationship"/>
        <owl:inverseOf rdf:resource="http://w3id.org/codo#hasTravelCompanion"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasUncle -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasUncle">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#kinsman"/>
        <rdfs:comment xml:lang="en">The brother of your father or mother; the husband of your aunt.</rdfs:comment>
        <rdfs:label xml:lang="en">hasUncle</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasUnionTerritory -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasUnionTerritory">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#containedIn"/>
        <rdfs:label xml:lang="en">has union territory</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#hasWife -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#hasWife">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasSpouse"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Man"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Woman"/>
        <rdfs:label xml:lang="en">hasWife</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#isCovid-19StatisticsOf -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#isCovid-19StatisticsOf">
        <rdfs:label xml:lang="en">is covid-19 statistics of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#isCurrentResidentOf -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#isCurrentResidentOf"/>
    


    <!-- http://w3id.org/codo#isDaughterOf -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#isDaughterOf">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasParent"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#isDiagnosisFor -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#isDiagnosisFor">
        <rdfs:label xml:lang="en">is diagnosis of</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#isDomesticHelpFor -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#isDomesticHelpFor">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasCloseRelationship"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#isLocationFor -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#isLocationFor"/>
    


    <!-- http://w3id.org/codo#isMemberOf -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#isMemberOf">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Group"/>
        <rdfs:label xml:lang="en">isMemberOf</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#isPermanentResidentOf -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#isPermanentResidentOf">
        <owl:inverseOf rdf:resource="http://w3id.org/codo#permanentResident"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#isSonOf -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#isSonOf">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasParent"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#isTestResultFor -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#isTestResultFor">
        <rdfs:label xml:lang="en">is test result for</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#kinsman -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#kinsman">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasFamilyMember"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Man"/>
        <rdfs:comment xml:lang="en">A male relative.</rdfs:comment>
        <rdfs:label xml:lang="en">kinsman</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#kinswomen -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#kinswomen">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasFamilyMember"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Woman"/>
        <rdfs:comment xml:lang="en">A female relative.</rdfs:comment>
        <rdfs:label xml:lang="en">kinswomen</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#laboratoryTestFinding -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#laboratoryTestFinding">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasTestResult"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#LaboratiryTestFinding"/>
        <rdfs:comment xml:lang="en">Patient&apos;s covid-19 clinical test result.</rdfs:comment>
        <rdfs:label xml:lang="en">laboratory test finding</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#mostRecentTestResult -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#mostRecentTestResult">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasTestResult"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <rdfs:comment xml:lang="en">The most recent covid-19 clinical test result.</rdfs:comment>
        <rdfs:label xml:lang="en">most recent test result</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#nextTestResult -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#nextTestResult">
        <owl:inverseOf rdf:resource="http://w3id.org/codo#previousTestResult"/>
        <rdfs:comment xml:lang="en">The next clinical test result of a patient.</rdfs:comment>
        <rdfs:label xml:lang="en">next test result</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#passedVirusTo -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#passedVirusTo"/>
    


    <!-- http://w3id.org/codo#permanentResident -->


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


    <!-- http://w3id.org/codo#previousTestResult -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#previousTestResult">
        <rdfs:domain rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <rdfs:comment xml:lang="en">The previous clinical test result of a patient.</rdfs:comment>
        <rdfs:label xml:lang="en">previous test result</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#securityGuard -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#securityGuard">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasRelationship"/>
        <rdfs:comment xml:lang="en">A security guard of a person.</rdfs:comment>
        <rdfs:label xml:lang="en">security guard</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#stateWiseStatistics -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#stateWiseStatistics">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasStatistics"/>
        <rdfs:domain rdf:resource="https://schema.org/State"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#StateWiseStatistics"/>
        <rdfs:comment xml:lang="en">A property to connect to the state (province) wise metrics related to the casualities of the disease.</rdfs:comment>
        <rdfs:label xml:lang="en">state wise statistics</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#status -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#status">
        <rdfs:domain rdf:resource="https://schema.org/Patient"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#Status"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#suspectedReasonOfCatchingCovid-19 -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#suspectedReasonOfCatchingCovid-19">
        <rdfs:domain rdf:resource="https://schema.org/Patient"/>
        <rdfs:range rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
        <rdfs:comment xml:lang="en">The suspected reasons of catching covid-19 disease, for example, travel, attending a marriage anniversary, while treating a patient, infected famility member.</rdfs:comment>
        <rdfs:label xml:lang="en">suspected reasons of catching covid-19</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#testedInClinic -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#testedInClinic">
        <rdfs:domain rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdfs:range rdf:resource="http://schema.org/MedicalClinic"/>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#travelHistory -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#travelHistory">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://w3id.org/codo#ExposureToCOVID-19"/>
                    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">A generic property to store the travel history of a patient. Also used to record the Place that a Patient traveledFrom on ExposureToCovid19 individuals.</rdfs:comment>
        <rdfs:label xml:lang="en">travel history</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#travelledFrom -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#travelledFrom">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#travelHistory"/>
        <rdfs:range rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">A suspected covid-19 patient travelled from a place, e.g., country/ state/ district.</rdfs:comment>
        <rdfs:label xml:lang="en">travelled from</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://w3id.org/codo#travelledTo -->


    <owl:ObjectProperty rdf:about="http://w3id.org/codo#travelledTo">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#travelHistory"/>
        <rdfs:range rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">A suspected covid-19 patient travelled to a place, e.g., country/ state/ district.</rdfs:comment>
        <rdfs:label xml:lang="en">travelled to</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- http://www.w3.org/2002/07/owl#topObjectProperty -->


    <owl:ObjectProperty rdf:about="http://www.w3.org/2002/07/owl#topObjectProperty">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ReflexiveProperty"/>
    </owl:ObjectProperty>
    


    <!-- https://pending.schema.org/gender -->


    <owl:ObjectProperty rdf:about="https://pending.schema.org/gender">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="https://schema.org/GenderType"/>
        <rdfs:comment xml:lang="en">Gender of a person.</rdfs:comment>
        <rdfs:label xml:lang="en">has gender</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- https://schema.org/nationality -->


    <owl:ObjectProperty rdf:about="https://schema.org/nationality">
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="https://schema.org/Country"/>
        <rdfs:comment xml:lang="en">Nationality of the person.</rdfs:comment>
        <rdfs:label xml:lang="en">nationality</rdfs:label>
    </owl:ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://w3id.org/codo#BP-diastolic -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#BP-diastolic">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:label xml:lang="en">Blood Pressure (Distolic)</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#BP-systolic -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#BP-systolic">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:label xml:lang="en">Blood Pressure (Systolic)</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#SpO2 -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#SpO2">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">The peripheral capillary oxygen saturation, an estimate (in %) of the amount of oxygen in the blood.</rdfs:comment>
        <rdfs:label xml:lang="en">peripheral capillary oxygen saturation(SpO2)</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#acronym -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#acronym">
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en">An acronym.</rdfs:comment>
        <rdfs:label xml:lang="en">acronym</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#active -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#active">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#cases"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">Number of active covid cases.</rdfs:comment>
        <rdfs:label xml:lang="en">active</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#admittedOn -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#admittedOn">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#date"/>
        <rdfs:domain rdf:resource="https://schema.org/Patient"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">A patient admitted on a particular day and time.</rdfs:comment>
        <rdfs:label xml:lang="en">admitted on</rdfs:label>
        <rdfs:label xml:lang="en">date of admission</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#age -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#age">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
        <rdfs:comment xml:lang="en">An age of a person.</rdfs:comment>
        <rdfs:label xml:lang="en">age</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#area -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#area">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="https://schema.org/Place"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
        <rdfs:comment xml:lang="en">Tthe extent of a 2-dimensional surface enclosed within a boundary (in sq. km.).</rdfs:comment>
        <rdfs:label xml:lang="en">area</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#bedShortage -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#bedShortage">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#resource"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">no. of bed shortage.</rdfs:comment>
        <rdfs:label xml:lang="en">no. of bed shortage</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#bedsNeeded -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#bedsNeeded">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#resource"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">no. of beds needed.</rdfs:comment>
        <rdfs:label xml:lang="en">no. of beds needed</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#cases -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#cases">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#metrics"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">Number of covid cases.</rdfs:comment>
        <rdfs:label xml:lang="en">cases</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#countryCode -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#countryCode">
        <rdfs:domain rdf:resource="https://schema.org/Country"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en">The country code. Example, &quot;IND&quot; for India.</rdfs:comment>
        <rdfs:label xml:lang="en">country code</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#covid-19caseOn -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#covid-19caseOn">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#date"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">covid-19 cases on a day</rdfs:comment>
        <rdfs:label xml:lang="en">covid-19 case on</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#dailyIncreasedCases -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#dailyIncreasedCases">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#cases"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">Total no,. of active cases in Date 2 - total no. of active cases in Date 1</rdfs:comment>
        <rdfs:label xml:lang="en">daily increased cases</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#date -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#date">
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">A particular day specified as the time something happens.</rdfs:comment>
        <rdfs:label xml:lang="en">date</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#deceased -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#deceased">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#cases"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">number of deceased covid-19 patients.</rdfs:comment>
        <rdfs:label xml:lang="en">deceased</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#diagnosedOn -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#diagnosedOn">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#date"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Diagnosis"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">The diagnosis took place on a day.</rdfs:comment>
        <rdfs:label xml:lang="en">diagnosed on</rdfs:label>
        <skos:altLabel xml:lang="en">tested positive on</skos:altLabel>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#districtPatientID -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#districtPatientID">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasID"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en">The patient ID assigned at the district level (usually a first level of administrative division within a state/ province).</rdfs:comment>
        <rdfs:label xml:lang="en">district wise patient ID</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#endDate -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#endDate">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#date"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#eventDate -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#eventDate">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#date"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#geoName -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#geoName">
        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
        <rdfs:domain rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en&quot;) were copied over and the reasoner in protege was complaining that it was not a valid string (guessing this only works for literals).">Removed data type xsd:string from range for now. Because I copied the values over from the labels using SPARQL the annotations for the language (&quot;</rdfs:comment>
        <rdfs:comment>A utility string to be used together with a Full Text Index in Allegro to facilitate processing reasonStrings with names of Places</rdfs:comment>
        <rdfs:label xml:lang="en">geoName</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#hadCovidTest -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#hadCovidTest">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#hasCausedAnySecondaryInfections -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#hasCausedAnySecondaryInfections">
        <rdfs:domain rdf:resource="https://schema.org/Patient"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
        <rdfs:comment xml:lang="en">This indiicates the the secondary infections caused, if any. The values are either &quot;yes&quot;, &quot;no&quot; and indicate if the patient has caused any [known] secondary infections [source: https://www.isibang.ac.in/~athreya/incovid19/data.html].</rdfs:comment>
        <rdfs:label xml:lang="en">has caused any secondary infections</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#hasID -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#hasID">
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en">case id</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#heartRate -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#heartRate">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">The rate at which the heart beats; usually measured to obtain a quick evaluation of a person&apos;s health.</rdfs:comment>
        <rdfs:label xml:lang="en">Heart rate</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#height -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#height">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
        <rdfs:label xml:lang="en">height</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#icuBedShortage -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#icuBedShortage">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#resource"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">no. of icu bed shortage.</rdfs:comment>
        <rdfs:label xml:lang="en">no. of icu bed shortage</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#icuBedsNeeded -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#icuBedsNeeded">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#resource"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">no. of invasive ventilators needed.</rdfs:comment>
        <rdfs:label xml:lang="en">no. of icu beds needed</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#invasiveVentilatorsNeeded -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#invasiveVentilatorsNeeded">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#resource"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">no. of invasive ventilators needed.</rdfs:comment>
        <rdfs:label xml:lang="en">no. of invasive ventilators needed</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#metrics -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#metrics">
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:comment xml:lang="en">A generic property to provide the result related to the covid-19 disease casualties and resources.</rdfs:comment>
        <rdfs:label xml:lang="en">metrics</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#noOfPeopleMigrated -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#noOfPeopleMigrated">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#cases"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">Number of people migrated after recovery from the covid.</rdfs:comment>
        <rdfs:comment xml:lang="en">number of people migrated</rdfs:comment>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#populationDensity -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#populationDensity">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="https://schema.org/Place"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
        <rdfs:comment xml:lang="en">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.</rdfs:comment>
        <rdfs:label xml:lang="en">population density</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#recovered -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#recovered">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#cases"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">Number of people recovered from covid.</rdfs:comment>
        <rdfs:label xml:lang="en">recovered</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#releasedOn -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#releasedOn">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#date"/>
        <rdfs:domain rdf:resource="https://schema.org/Patient"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">The patient released on a day from a covid dedicated facility.</rdfs:comment>
        <rdfs:label xml:lang="en">date of discharge</rdfs:label>
        <skos:altLabel xml:lang="en">out date</skos:altLabel>
        <skos:altLabel xml:lang="en">released on</skos:altLabel>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#resource -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#resource">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#metrics"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:comment xml:lang="en">Available/ required resource for covid treatment.</rdfs:comment>
        <rdfs:label xml:lang="en">resource</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#respiratoryRate -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#respiratoryRate">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
        <rdfs:comment xml:lang="en">Is the number of breaths a person take per minute.</rdfs:comment>
        <rdfs:label xml:lang="en">respiratory rate</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#source -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#source">
        <rdfs:domain rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:range>
            <rdfs:Datatype>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#anyURI"/>
                    <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#string"/>
                </owl:unionOf>
            </rdfs:Datatype>
        </rdfs:range>
        <rdfs:comment xml:lang="en">The data source based on which the statistics produced.</rdfs:comment>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#startDate -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#startDate">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#date"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#stateCode -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#stateCode">
        <rdfs:domain rdf:resource="https://schema.org/State"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en">State (province) code. Example, &quot;KL&quot; of Kerala.</rdfs:comment>
        <rdfs:label xml:lang="en">state code</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#statePatientID -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#statePatientID">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#hasID"/>
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en">The patient ID assigned at the state/province level.</rdfs:comment>
        <rdfs:label xml:lang="en">state wise patient ID</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#temperature -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#temperature">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
        <rdfs:comment xml:lang="en">The body temperature.</rdfs:comment>
        <rdfs:label xml:lang="en">temperature</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#testResultOn -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#testResultOn">
        <rdfs:subPropertyOf rdf:resource="http://w3id.org/codo#date"/>
        <rdfs:domain rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
        <rdfs:comment xml:lang="en">The test result date.</rdfs:comment>
        <rdfs:label xml:lang="en">test result on</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://w3id.org/codo#weight -->


    <owl:DatatypeProperty rdf:about="http://w3id.org/codo#weight">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
        <rdfs:comment xml:lang="en">The weight.</rdfs:comment>
        <rdfs:label xml:lang="en">weight</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- http://xmlns.com/foaf/0.1/name -->


    <owl:DatatypeProperty rdf:about="http://xmlns.com/foaf/0.1/name">
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en">A name for some thing.</rdfs:comment>
        <rdfs:label xml:lang="en">name</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- https://schema.org/address -->


    <owl:DatatypeProperty rdf:about="https://schema.org/address">
        <rdfs:domain>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Organization"/>
                    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:domain>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en">Physical address of the item.</rdfs:comment>
        <rdfs:label xml:lang="en">address</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- https://schema.org/addressLocality -->


    <owl:DatatypeProperty rdf:about="https://schema.org/addressLocality">
        <rdfs:subPropertyOf rdf:resource="https://schema.org/address"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en">The locality in which the street address is, and which is in the region. For example, BHEL Layout.</rdfs:comment>
        <rdfs:label xml:lang="en">address locality</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- https://schema.org/latitude -->


    <owl:DatatypeProperty rdf:about="https://schema.org/latitude">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="https://schema.org/Place"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
        <rdfs:comment xml:lang="en">The latitude of a location. For example 37.42242</rdfs:comment>
        <rdfs:label xml:lang="en">latitude</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- https://schema.org/longitude -->


    <owl:DatatypeProperty rdf:about="https://schema.org/longitude">
        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
        <rdfs:domain rdf:resource="https://schema.org/Place"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
        <rdfs:comment xml:lang="en">The longitude of a location. For example -122.08585.</rdfs:comment>
        <rdfs:label xml:lang="en">longitude</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- https://schema.org/postalCode -->


    <owl:DatatypeProperty rdf:about="https://schema.org/postalCode">
        <rdfs:subPropertyOf rdf:resource="https://schema.org/address"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en">The postal code. For example, 560060</rdfs:comment>
        <rdfs:label xml:lang="en">postal code</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- https://schema.org/streetAddress -->


    <owl:DatatypeProperty rdf:about="https://schema.org/streetAddress">
        <rdfs:subPropertyOf rdf:resource="https://schema.org/address"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en">The street address. For example, 1st Main, Muthurainagara.</rdfs:comment>
        <rdfs:label xml:lang="en">street address</rdfs:label>
    </owl:DatatypeProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


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


    <owl:Class rdf:about="http://purl.obolibrary.org/obo/SYMP_0000462">
        <owl:equivalentClass rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">A symptom is a perceived change in function, sensation, loss, disturbance or appearance reported by a patient indicative of a disease.</rdfs:comment>
        <rdfs:comment xml:lang="en">Source: https://www.mohfw.gov.in/pdf/FinalGuidanceonMangaementofCovidcasesversion2.pdf 

https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</rdfs:comment>
        <rdfs:label xml:lang="en">Symptom</rdfs:label>
    </owl:Class>
    


    <!-- http://schema.org/CovidTestingFacility -->


    <owl:Class rdf:about="http://schema.org/CovidTestingFacility">
        <rdfs:subClassOf rdf:resource="http://schema.org/MedicalClinic"/>
        <rdfs:comment xml:lang="en">A Medical clinic where testing for the COVID-19 Coronavirus disease is available.</rdfs:comment>
        <rdfs:comment xml:lang="en">Covid testing facility</rdfs:comment>
    </owl:Class>
    


    <!-- http://schema.org/MedicalClinic -->


    <owl:Class rdf:about="http://schema.org/MedicalClinic">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
        <rdfs:comment xml:lang="en">A facility, often associated with a hospital or medical school, that is devoted to the specific diagnosis and/or healthcare.</rdfs:comment>
        <rdfs:label xml:lang="en">Medical clinic</rdfs:label>
    </owl:Class>
    


    <!-- http://snomed.info/id/404684003 -->


    <owl:Class rdf:about="http://snomed.info/id/404684003">
        <rdfs:label xml:lang="en">Clinical finding (finding)</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Anniversary -->


    <owl:Class rdf:about="http://w3id.org/codo#Anniversary">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureViaGathering"/>
        <rdfs:label xml:lang="en">Anniversary</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Business -->


    <owl:Class rdf:about="http://w3id.org/codo#Business">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
        <rdfs:label xml:lang="en">Business</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#COVID-19DedicatedFacility -->


    <owl:Class rdf:about="http://w3id.org/codo#COVID-19DedicatedFacility">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
        <rdfs:comment xml:lang="en">Any facility for providing care to COVID-19 patients.</rdfs:comment>
        <rdfs:comment xml:lang="en">source: https://www.mohfw.gov.in/pdf/FinalGuidanceonMangaementofCovidcasesversion2.pdf</rdfs:comment>
        <rdfs:label xml:lang="en">COVID-19 dedicated facility</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#COVID-19Diagnosis -->


    <owl:Class rdf:about="http://w3id.org/codo#COVID-19Diagnosis">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#Diagnosis"/>
        <rdfs:comment xml:lang="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.</rdfs:comment>
        <rdfs:label xml:lang="en">COVID-19 Diagnosis</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#City -->


    <owl:Class rdf:about="http://w3id.org/codo#City">
        <rdfs:subClassOf rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">A city.</rdfs:comment>
        <rdfs:comment xml:lang="en">Towns with population of 1,00,000 and above are called cities.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#CityWard -->


    <owl:Class rdf:about="http://w3id.org/codo#CityWard">
        <rdfs:subClassOf rdf:resource="https://schema.org/Place"/>
        <rdfs:comment>A ward is a containedIn a city. Calling it CityWard to avoid confusion with a hospital ward.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#CloseContact -->


    <owl:Class rdf:about="http://w3id.org/codo#CloseContact">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
        <rdfs:comment xml:lang="en">Close contact, a suspected cause for catching COVID-19.</rdfs:comment>
        <rdfs:label xml:lang="en">Close contact</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Cluster -->


    <owl:Class rdf:about="http://w3id.org/codo#Cluster">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#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.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Comorbidity -->


    <owl:Class rdf:about="http://w3id.org/codo#Comorbidity">
        <rdfs:comment xml:lang="en">indicate a medical condition existing simultaneously but independently with another condition in a patient (source: Wikipedia)</rdfs:comment>
        <rdfs:label xml:lang="en">Comorbidity</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#ContactCluster -->


    <owl:Class rdf:about="http://w3id.org/codo#ContactCluster">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#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.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#ContactWithHealthWorkers -->


    <owl:Class rdf:about="http://w3id.org/codo#ContactWithHealthWorkers">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#CoronavirusInfection -->


    <owl:Class rdf:about="http://w3id.org/codo#CoronavirusInfection">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#DiseaseCausedByCoronaviridae"/>
        <rdfs:comment xml:lang="en">Coronaviruses are a large family of viruses which may cause illness in animals or humans.  In humans, several coronaviruses are known to cause respiratory infections ranging from the common cold to more severe diseases such as Middle East Respiratory Syndrome (MERS) and Severe Acute Respiratory Syndrome (SARS). (source: https://www.who.int/news-room/q-a-detail/q-a-coronaviruses)</rdfs:comment>
        <rdfs:comment xml:lang="en">SCTID: 186747009</rdfs:comment>
        <rdfs:label xml:lang="en">Coronavirus infection</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#CountryWiseStatistics -->


    <owl:Class rdf:about="http://w3id.org/codo#CountryWiseStatistics">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:label xml:lang="en">Country wise statistics</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#CovidCareCentre -->


    <owl:Class rdf:about="http://w3id.org/codo#CovidCareCentre">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#COVID-19DedicatedFacility"/>
        <rdfs:comment xml:lang="en">Any facility, such as hotels/lodges/hostels/stadiums for providing care to COVID-19 patients are reffered as Covid Care Centre (CCC).</rdfs:comment>
        <rdfs:label xml:lang="en">Covid Care Centre (CCC)</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#DedicatedCovidHealthCentre -->


    <owl:Class rdf:about="http://w3id.org/codo#DedicatedCovidHealthCentre">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#COVID-19DedicatedFacility"/>
        <rdfs:comment xml:lang="en">The Dedicated COVID Health Centre are hospitals that shall offer care for all cases that have been clinically assigned as moderate.</rdfs:comment>
        <rdfs:label xml:lang="en">Dedicated Covid Health Centre (DCHC)</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#DedicatedCovidHospital -->


    <owl:Class rdf:about="http://w3id.org/codo#DedicatedCovidHospital">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#COVID-19DedicatedFacility"/>
        <rdfs:comment xml:lang="en">The Dedicated COVID Hospitals are hospitals that shall offer comprehensive care primarily for those who have been clinically assigned as severe.</rdfs:comment>
        <rdfs:label xml:lang="en">Dedicated Covid Hospital (DCH)</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#DiagnosedWithCovid -->


    <owl:Class rdf:about="http://w3id.org/codo#DiagnosedWithCovid">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="https://schema.org/Patient"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://w3id.org/codo#hasDiagnosis"/>
                        <owl:someValuesFrom rdf:resource="http://w3id.org/codo#COVID-19Diagnosis"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="https://schema.org/Patient"/>
        <rdfs:comment xml:lang="en">A person diagnosed With COVID-19.</rdfs:comment>
        <rdfs:label xml:lang="en">Diagnosed With COVID-19</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Diagnosis -->


    <owl:Class rdf:about="http://w3id.org/codo#Diagnosis">
        <rdfs:comment xml:lang="en">SCTID: 439401001</rdfs:comment>
        <rdfs:comment xml:lang="en">identifying the nature or cause of some phenomenon.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#DiagnosisType -->


    <owl:Class rdf:about="http://w3id.org/codo#DiagnosisType">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#Diagnosis"/>
        <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.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Disease -->


    <owl:Class rdf:about="http://w3id.org/codo#Disease">
        <rdfs:comment xml:lang="en">SCTID: 64572001</rdfs:comment>
        <rdfs:comment xml:lang="en">an impairment of health or a condition of abnormal functioning.</rdfs:comment>
        <rdfs:label xml:lang="en">Disease</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#DiseaseCausedByCoronaviridae -->


    <owl:Class rdf:about="http://w3id.org/codo#DiseaseCausedByCoronaviridae">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ViralDisease"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/codo#covid-19ClinicalFacility"/>
                <owl:someValuesFrom rdf:resource="http://schema.org/CovidTestingFacility"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">A viral disease caused by coronavirus.</rdfs:comment>
        <rdfs:comment xml:lang="en">SCTID: 27619001</rdfs:comment>
        <rdfs:label xml:lang="en">Disease caused by Coronaviridae</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#DiseaseCluster -->


    <owl:Class rdf:about="http://w3id.org/codo#DiseaseCluster">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdfs:comment>Patients clustered by diseases that made them susceptible to the virus</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#District -->


    <owl:Class rdf:about="http://w3id.org/codo#District">
        <rdfs:subClassOf rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">An adminidtrative area spanning regions or counties, several municipalities, subdivisions of municipalities, school district, or political district.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#DistrictWiseStatistics -->


    <owl:Class rdf:about="http://w3id.org/codo#DistrictWiseStatistics">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:label xml:lang="en">District wise statistics</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Doctor -->


    <owl:Class rdf:about="http://w3id.org/codo#Doctor">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#HealthCareProfessional"/>
        <rdfs:comment xml:lang="en">A licensed medical doctor.</rdfs:comment>
        <rdfs:comment xml:lang="en">SCTID: 158965000</rdfs:comment>
        <rdfs:label xml:lang="en">Doctor</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#ExposureToCOVID-19 -->


    <owl:Class rdf:about="http://w3id.org/codo#ExposureToCOVID-19">
        <rdfs:comment xml:lang="en">Suspected causes of catching COVID-19.</rdfs:comment>
        <rdfs:label xml:lang="en">Exposure to COVID-19</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#ExposureViaCongregation -->


    <owl:Class rdf:about="http://w3id.org/codo#ExposureViaCongregation">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureViaGathering"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#ExposureViaGathering -->


    <owl:Class rdf:about="http://w3id.org/codo#ExposureViaGathering">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
        <rdfs:comment xml:lang="en">Mass gathering, a suspected cause for catching COVID-19.</rdfs:comment>
        <rdfs:label xml:lang="en">Gathering</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#GeographicCluster -->


    <owl:Class rdf:about="http://w3id.org/codo#GeographicCluster">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdfs:comment>Patients clustered by the geographic region where they contracted the infection</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#GeographicRegion -->


    <owl:Class rdf:about="http://w3id.org/codo#GeographicRegion">
        <rdfs:subClassOf rdf:resource="https://schema.org/Place"/>
        <rdfs:comment>Geographic regions such as the Middle East, North America, etc. For the cluster class</rdfs:comment>
        <rdfs:label xml:lang="en">GeographicRegion</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Group -->


    <owl:Class rdf:about="http://w3id.org/codo#Group">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:label xml:lang="en">Group</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#HealthCareProfessional -->


    <owl:Class rdf:about="http://w3id.org/codo#HealthCareProfessional">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:label xml:lang="en">HealthCareProfessional</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedBrother -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedBrother">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedFamilyMember"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedCo-Passenger -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedCo-Passenger">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedCo-Worker -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedCo-Worker">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedViaJob"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedCousin -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedCousin">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedFamilyMember"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedDaughter -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedDaughter">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedFamilyMember"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedDomesticHelp -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedDomesticHelp">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedFamilyMember -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedFamilyMember">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedFather -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedFather">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedFamilyMember"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedMother -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedMother">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedFamilyMember"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedNeighbor -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedNeighbor">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
        <rdfs:label xml:lang="en">InfectedNeighbor</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedNephew -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedNephew">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedFamilyMember"/>
        <rdfs:label xml:lang="en">InfectedNephew</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedNiece -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedNiece">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedFamilyMember"/>
        <rdfs:label xml:lang="en">InfectedNiece</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedRoomMate -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedRoomMate">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedSister -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedSister">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedFamilyMember"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedSon -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedSon">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedFamilyMember"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedSpouse -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedSpouse">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedFamilyMember"/>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedViaHealthcareWork -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedViaHealthcareWork">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedViaJob"/>
        <rdfs:label xml:lang="en">InfectedViaHealthcareWork</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedViaJob -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedViaJob">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
        <rdfs:label xml:lang="en">InfectedViaJob</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#InfectedViaPoliceWork -->


    <owl:Class rdf:about="http://w3id.org/codo#InfectedViaPoliceWork">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#InfectedViaJob"/>
        <rdfs:label xml:lang="en">InfectedViaPoliceWork</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#LaboratiryTestFinding -->


    <owl:Class rdf:about="http://w3id.org/codo#LaboratiryTestFinding">
        <owl:equivalentClass>
            <owl:Class>
                <owl:oneOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://w3id.org/codo#Negative"/>
                    <rdf:Description rdf:about="http://w3id.org/codo#Pending"/>
                    <rdf:Description rdf:about="http://w3id.org/codo#Positive"/>
                </owl:oneOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdfs:comment xml:lang="en">SCTID: 118246004</rdfs:comment>
        <rdfs:comment xml:lang="en">The laboratory test finding of the patient. The possible values are Positive, Negative, Pending.</rdfs:comment>
        <rdfs:label xml:lang="en">Laboratory test finding</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Man -->


    <owl:Class rdf:about="http://w3id.org/codo#Man">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="https://pending.schema.org/gender"/>
                        <owl:hasValue rdf:resource="http://w3id.org/codo#Male"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:comment xml:lang="en">A man.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#MildAndVeryMildCOVID-19 -->


    <owl:Class rdf:about="http://w3id.org/codo#MildAndVeryMildCOVID-19">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#COVID-19Diagnosis"/>
        <rdfs:comment xml:lang="en">Cases presenting with fever and/or upper respiratory tract illness (Influenza
Like Illness, ILI).</rdfs:comment>
        <rdfs:label xml:lang="en">Mild and very mild COVID-19</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#ModerateCOVID-19 -->


    <owl:Class rdf:about="http://w3id.org/codo#ModerateCOVID-19">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#COVID-19Diagnosis"/>
        <rdfs:comment xml:lang="en">Pneumonia with no signs of severe disease (Respiratory Rate 15 to 30/minute, SpO2 90%-94%).</rdfs:comment>
        <rdfs:label xml:lang="en">Moderate COVID-19</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Nurse -->


    <owl:Class rdf:about="http://w3id.org/codo#Nurse">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#HealthCareProfessional"/>
        <rdfs:comment xml:lang="en">A health professional skilled in caring for young children or the sick (usually under the supervision of a physician).</rdfs:comment>
        <rdfs:comment xml:lang="en">SCTID: 106292003</rdfs:comment>
        <rdfs:label xml:lang="en">Nurse</rdfs:label>
        <rdfs:label xml:lang="en">Professional nurse</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#PolicePerson -->


    <owl:Class rdf:about="http://w3id.org/codo#PolicePerson">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:label xml:lang="en">PolicePerson</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#PreSurgeryTest -->


    <owl:Class rdf:about="http://w3id.org/codo#PreSurgeryTest">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#DiagnosisType"/>
        <rdfs:comment>The patient was discovered to have another disease as the result of tests given before surgery.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#PregnancyScreening -->


    <owl:Class rdf:about="http://w3id.org/codo#PregnancyScreening">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#DiagnosisType"/>
        <rdfs:comment>The patient was discovered to have a disease as a result of tests given during pregnancy.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Province -->


    <owl:Class rdf:about="http://w3id.org/codo#Province">
        <rdfs:subClassOf rdf:resource="https://schema.org/Place"/>
        <rdfs:label xml:lang="en">Province</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#SecondaryContact -->


    <owl:Class rdf:about="http://w3id.org/codo#SecondaryContact">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#ExposureToCOVID-19"/>
        <rdfs:label xml:lang="en">SecondaryContact</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#SecurityGuard -->


    <owl:Class rdf:about="http://w3id.org/codo#SecurityGuard">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:label xml:lang="en">SecurityGuard</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#SevereCOVID-19 -->


    <owl:Class rdf:about="http://w3id.org/codo#SevereCOVID-19">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#COVID-19Diagnosis"/>
        <rdfs:comment xml:lang="en">Severe Pneumonia (with respiratory rate ≥30/minute and/or SpO2 &lt; 90% in room air) or ARDS or Septic shock.</rdfs:comment>
        <rdfs:label xml:lang="en">Severe COVID-19</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#StateWiseStatistics -->


    <owl:Class rdf:about="http://w3id.org/codo#StateWiseStatistics">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#Statistics"/>
        <rdfs:label xml:lang="en">State wise statistics</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Statistics -->


    <owl:Class rdf:about="http://w3id.org/codo#Statistics">
        <rdfs:comment xml:lang="en">Statistics based on each day.</rdfs:comment>
        <rdfs:comment xml:lang="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.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Status -->


    <owl:Class rdf:about="http://w3id.org/codo#Status">
        <owl:equivalentClass>
            <owl:Class>
                <owl:oneOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://w3id.org/codo#Cured"/>
                    <rdf:Description rdf:about="http://w3id.org/codo#Deceased"/>
                    <rdf:Description rdf:about="http://w3id.org/codo#Hospitalized"/>
                </owl:oneOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:comment xml:lang="en">The current status of the patient, for example: recovered, hospitalized, deceased.</rdfs:comment>
        <rdfs:label xml:lang="en">Status</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#TestData -->


    <owl:Class rdf:about="http://w3id.org/codo#TestData"/>
    


    <!-- http://w3id.org/codo#TestResult -->


    <owl:Class rdf:about="http://w3id.org/codo#TestResult">
        <rdfs:comment xml:lang="en">A test result.</rdfs:comment>
        <rdfs:label xml:lang="en">Test result</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#TimeCluster -->


    <owl:Class rdf:about="http://w3id.org/codo#TimeCluster">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#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.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Town -->


    <owl:Class rdf:about="http://w3id.org/codo#Town">
        <rdfs:subClassOf rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">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).</rdfs:comment>
        <rdfs:label xml:lang="en">Town</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#UnderTracing -->


    <owl:Class rdf:about="http://w3id.org/codo#UnderTracing">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#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.</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#UnionTerritory -->


    <owl:Class rdf:about="http://w3id.org/codo#UnionTerritory">
        <rdfs:subClassOf rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">A union territory (&apos;Federally administered territory/province&apos;) 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.</rdfs:comment>
        <rdfs:label xml:lang="en">UnionTerritory</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#UntestedForCovid -->


    <owl:Class rdf:about="http://w3id.org/codo#UntestedForCovid">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://w3id.org/codo#hadCovidTest"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:comment xml:lang="en">Untested for COVID-19</rdfs:comment>
        <rdfs:label xml:lang="en">Untested for COVID-19</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#UrgentlyNeedsCovidTest -->


    <owl:Class rdf:about="http://w3id.org/codo#UrgentlyNeedsCovidTest">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://w3id.org/codo#hasCloseRelationship"/>
                        <owl:someValuesFrom rdf:resource="http://w3id.org/codo#DiagnosedWithCovid"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="http://w3id.org/codo#hadCovidTest"/>
                        <owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#UntestedForCovid"/>
        <rdfs:comment xml:lang="en">Urgently needs COVID test</rdfs:comment>
        <rdfs:comment xml:lang="en">Urgently needs COVID-19 test</rdfs:comment>
    </owl:Class>
    


    <!-- http://w3id.org/codo#ViralDisease -->


    <owl:Class rdf:about="http://w3id.org/codo#ViralDisease">
        <rdfs:subClassOf rdf:resource="https://schema.org/InfectiousDisease"/>
        <rdfs:comment xml:lang="en">SCTID: 34014006</rdfs:comment>
        <rdfs:label xml:lang="en">Viral disease</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#VitalSigns -->


    <owl:Class rdf:about="http://w3id.org/codo#VitalSigns">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdfs:comment xml:lang="en">The vital signs of a suspected covid-19 patient as found through clinical tests.</rdfs:comment>
        <rdfs:label xml:lang="en">Vital signs</rdfs:label>
    </owl:Class>
    


    <!-- http://w3id.org/codo#Woman -->


    <owl:Class rdf:about="http://w3id.org/codo#Woman">
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="https://pending.schema.org/gender"/>
                        <owl:hasValue rdf:resource="http://w3id.org/codo#Female"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:comment xml:lang="en">A women.</rdfs:comment>
    </owl:Class>
    


    <!-- http://xmlns.com/foaf/0.1/Agent -->


    <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
        <rdfs:comment xml:lang="en">An agent (eg. person, group, software or physical artifact).</rdfs:comment>
        <rdfs:label xml:lang="en">Agent</rdfs:label>
    </owl:Class>
    


    <!-- http://xmlns.com/foaf/0.1/Organization -->


    <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#Group"/>
        <rdfs:comment xml:lang="en">A group of people who work together.</rdfs:comment>
        <rdfs:label xml:lang="en">Organization</rdfs:label>
    </owl:Class>
    


    <!-- http://xmlns.com/foaf/0.1/Person -->


    <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:comment xml:lang="en">A human being.</rdfs:comment>
        <rdfs:label xml:lang="en">Person</rdfs:label>
    </owl:Class>
    


    <!-- https://schema.org/Country -->


    <owl:Class rdf:about="https://schema.org/Country">
        <rdfs:subClassOf rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">A country.</rdfs:comment>
    </owl:Class>
    


    <!-- https://schema.org/GenderType -->


    <owl:Class rdf:about="https://schema.org/GenderType">
        <owl:equivalentClass>
            <owl:Class>
                <owl:oneOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="http://w3id.org/codo#Female"/>
                    <rdf:Description rdf:about="http://w3id.org/codo#Male"/>
                </owl:oneOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:comment xml:lang="en">An enumeration of genders.</rdfs:comment>
        <rdfs:label xml:lang="en">Gender type</rdfs:label>
    </owl:Class>
    


    <!-- https://schema.org/InfectiousDisease -->


    <owl:Class rdf:about="https://schema.org/InfectiousDisease">
        <rdfs:subClassOf rdf:resource="http://w3id.org/codo#Disease"/>
        <rdfs:comment xml:lang="en">An infectious disease is a clinically evident human disease resulting from the presence of pathogenic microbial agents, like pathogenic viruses, pathogenic bacteria, fungi, protozoa, multicellular parasites, and prions. To be considered an infectious disease, such pathogens are known to be able to cause this disease.</rdfs:comment>
        <rdfs:comment xml:lang="en">SCTID: 40733004</rdfs:comment>
        <rdfs:label xml:lang="en">Infectious disease</rdfs:label>
    </owl:Class>
    


    <!-- https://schema.org/Patient -->


    <owl:Class rdf:about="https://schema.org/Patient">
        <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://w3id.org/codo#hasDiagnosis"/>
                <owl:someValuesFrom rdf:resource="http://w3id.org/codo#Diagnosis"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment xml:lang="en">A patient is any person recipient of health care services.</rdfs:comment>
        <rdfs:comment xml:lang="en">Patients are categorised into three groups based on the following guidelines. 

Source: https://www.mohfw.gov.in/pdf/FinalGuidanceonMangaementofCovidcasesversion2.pdf</rdfs:comment>
        <rdfs:comment xml:lang="en">SCTID: 116154003</rdfs:comment>
        <rdfs:label xml:lang="en">Patient</rdfs:label>
    </owl:Class>
    


    <!-- https://schema.org/Place -->


    <owl:Class rdf:about="https://schema.org/Place">
        <rdfs:comment xml:lang="en">Entities that have a somewhat fixed, physical extension.</rdfs:comment>
    </owl:Class>
    


    <!-- https://schema.org/State -->


    <owl:Class rdf:about="https://schema.org/State">
        <rdfs:subClassOf rdf:resource="https://schema.org/Place"/>
        <rdfs:comment xml:lang="en">A state or province of a country.</rdfs:comment>
    </owl:Class>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    


    <!-- http://w3id.org/codo#AbuDhabi -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#AbuDhabi">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Abu Dhabi</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">24.466667</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">54.366667</schema:longitude>
        <rdfs:label xml:lang="en">Abu Dhabi</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#AchesAndPains -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#AchesAndPains">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 82991003</rdfs:comment>
        <rdfs:label xml:lang="en">Generalized aches and pains (finding)</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#AcuteRespiratoryDistressSyndrome -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#AcuteRespiratoryDistressSyndrome">
        <rdf:type rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">Acute Respiratory Distress Syndrome (ARDS)</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Ahmedabad -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Ahmedabad">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Gujarat"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasState rdf:resource="http://w3id.org/codo#Gujarat"/>
        <geoName>Ahmedabad</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">23.03</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">72.58</schema:longitude>
        <rdfs:label xml:lang="en">Ahmedabad</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Ajmer -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Ajmer">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Rajasthan"/>
        <hasState rdf:resource="http://w3id.org/codo#Rajasthan"/>
        <geoName>Ajmer</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">26.4499</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">74.6399</schema:longitude>
        <rdfs:label xml:lang="en">Ajmer</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Amsterdam -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Amsterdam">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Netherlands"/>
        <hasCountry rdf:resource="http://w3id.org/codo#Netherlands"/>
        <geoName>Amsterdam</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">52.366667</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">4.9</schema:longitude>
        <rdfs:label xml:lang="en">Amsterdam</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Anantapur -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Anantapur">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#AndhraPradesh"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Hindupur"/>
        <hasState rdf:resource="http://w3id.org/codo#AndhraPradesh"/>
        <geoName>Anantapur</geoName>
        <rdfs:label xml:lang="en">Anantapur</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#AndamanAndNicobarIslands -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#AndamanAndNicobarIslands">
        <rdf:type rdf:resource="http://w3id.org/codo#UnionTerritory"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Andaman and Nicobar Islands</geoName>
        <rdfs:comment xml:lang="en">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.</rdfs:comment>
        <rdfs:label xml:lang="en">Andaman and Nicobar Islands</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#AndhraPradesh -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#AndhraPradesh">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Anantapur"/>
        <contains rdf:resource="http://w3id.org/codo#Hindupur"/>
        <contains rdf:resource="http://w3id.org/codo#Vishakapatnam"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Andhra Pradesh</geoName>
        <rdfs:label xml:lang="en">Andhra Pradesh</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Argentina -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Argentina">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Argentina</geoName>
        <rdfs:label xml:lang="en">Argentina</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Assam -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Assam">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Assam</geoName>
        <rdfs:label xml:lang="en">Assam</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Athens -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Athens">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Greece"/>
        <hasCountry rdf:resource="http://w3id.org/codo#Greece"/>
        <geoName>Athens</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">37.983972</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">23.727806</schema:longitude>
        <rdfs:label xml:lang="en">Athens</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Bagalkote -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Bagalkote">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Bagalkote</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">16.1817</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.6958</schema:longitude>
        <rdfs:label xml:lang="en">Bagalkote</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Bahrain -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Bahrain">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Bahrain</geoName>
        <rdfs:label xml:lang="en">Bahrain</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Bangalore -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Bangalore">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Bangalore-Urban"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#Bangalore-Urban"/>
        <geoName>Bangalore</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">12.983333</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.583333</schema:longitude>
        <rdfs:label xml:lang="en">Bangalore</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Bangalore-Urban -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Bangalore-Urban">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Bangalore"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Bangalore-Urban</geoName>
        <rdfs:label xml:lang="en">Bangalore-Urban</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#BangaloreRural -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#BangaloreRural">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Nelamangala"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Bangalore Rural</geoName>
        <rdfs:label xml:lang="en">Bangalore Rural</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Bangladesh -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Bangladesh">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Bangladesh</geoName>
        <rdfs:label xml:lang="en">Bangladesh</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Baroda -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Baroda">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Gujarat"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasState rdf:resource="http://w3id.org/codo#Gujarat"/>
        <geoName>Baroda</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">22.3</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">73.2</schema:longitude>
        <rdfs:label xml:lang="en">Baroda</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Belagavi -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Belagavi">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Belagavi</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">15.85</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">74.5</schema:longitude>
        <rdfs:label xml:lang="en">Belagavi</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Bellary -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Bellary">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BellaryDistrict"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#BellaryDistrict"/>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">15.1</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.916667</schema:longitude>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#BellaryDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#BellaryDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Bellary"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Bellary District</geoName>
        <rdfs:label>Bellary District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#BengUrbanDistStat000001 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#BengUrbanDistStat000001">
        <rdf:type rdf:resource="http://w3id.org/codo#DistrictWiseStatistics"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Statistics"/>
        <isCovid-19StatisticsOf rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <cases rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">59</cases>
        <metrics rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">59</metrics>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#BengUrbanDistStat000002 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#BengUrbanDistStat000002">
        <rdf:type rdf:resource="http://w3id.org/codo#DistrictWiseStatistics"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Statistics"/>
        <isCovid-19StatisticsOf rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#BengaluruUrban -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#BengaluruUrban">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Bagalkote"/>
        <contains rdf:resource="http://w3id.org/codo#Bangalore"/>
        <contains rdf:resource="http://w3id.org/codo#Bangalore-Urban"/>
        <contains rdf:resource="http://w3id.org/codo#BangaloreRural"/>
        <contains rdf:resource="http://w3id.org/codo#Belagavi"/>
        <contains rdf:resource="http://w3id.org/codo#Bellary"/>
        <contains rdf:resource="http://w3id.org/codo#BellaryDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Bhatkal"/>
        <contains rdf:resource="http://w3id.org/codo#Bidar"/>
        <contains rdf:resource="http://w3id.org/codo#Carwar"/>
        <contains rdf:resource="http://w3id.org/codo#Chamarajanagar"/>
        <contains rdf:resource="http://w3id.org/codo#Channagiri"/>
        <contains rdf:resource="http://w3id.org/codo#Chikballarpur"/>
        <contains rdf:resource="http://w3id.org/codo#Chitradurga"/>
        <contains rdf:resource="http://w3id.org/codo#Davangere"/>
        <contains rdf:resource="http://w3id.org/codo#DavangereDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Dharwad"/>
        <contains rdf:resource="http://w3id.org/codo#DharwadDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Gadag"/>
        <contains rdf:resource="http://w3id.org/codo#Gadag-Betageri"/>
        <contains rdf:resource="http://w3id.org/codo#Gulbarga"/>
        <contains rdf:resource="http://w3id.org/codo#Hassan"/>
        <contains rdf:resource="http://w3id.org/codo#Haveri"/>
        <contains rdf:resource="http://w3id.org/codo#Hubballi"/>
        <contains rdf:resource="http://w3id.org/codo#Hubli"/>
        <contains rdf:resource="http://w3id.org/codo#Humnabad"/>
        <contains rdf:resource="http://w3id.org/codo#Kalaburagi"/>
        <contains rdf:resource="http://w3id.org/codo#Kalburgi"/>
        <contains rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Karwara"/>
        <contains rdf:resource="http://w3id.org/codo#Kodagu"/>
        <contains rdf:resource="http://w3id.org/codo#Koppal"/>
        <contains rdf:resource="http://w3id.org/codo#KoppalaDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Madikeri"/>
        <contains rdf:resource="http://w3id.org/codo#Mandya"/>
        <contains rdf:resource="http://w3id.org/codo#Mangalore"/>
        <contains rdf:resource="http://w3id.org/codo#Mangaluru"/>
        <contains rdf:resource="http://w3id.org/codo#Mysore"/>
        <contains rdf:resource="http://w3id.org/codo#Nanjangud"/>
        <contains rdf:resource="http://w3id.org/codo#Nelamangala"/>
        <contains rdf:resource="http://w3id.org/codo#PharmaceuticalCompanyInNanjangud"/>
        <contains rdf:resource="http://w3id.org/codo#Raichur"/>
        <contains rdf:resource="http://w3id.org/codo#Ramanagara"/>
        <contains rdf:resource="http://w3id.org/codo#RamanagaraDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Shahapur"/>
        <contains rdf:resource="http://w3id.org/codo#Shivamogga"/>
        <contains rdf:resource="http://w3id.org/codo#Tumkur"/>
        <contains rdf:resource="http://w3id.org/codo#Udupi"/>
        <contains rdf:resource="http://w3id.org/codo#UttarKannada"/>
        <contains rdf:resource="http://w3id.org/codo#UttaraKannada"/>
        <contains rdf:resource="http://w3id.org/codo#Vijayapura"/>
        <contains rdf:resource="http://w3id.org/codo#Yadgir"/>
        <districtWiseStatistics rdf:resource="http://w3id.org/codo#BengUrbanDistStat000001"/>
        <districtWiseStatistics rdf:resource="http://w3id.org/codo#BengUrbanDistStat000002"/>
        <hasStatistics rdf:resource="http://w3id.org/codo#BengUrbanDistStat000001"/>
        <hasStatistics rdf:resource="http://w3id.org/codo#BengUrbanDistStat000002"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#COVID-19"/>
        <geoName>Bengaluru Urban</geoName>
        <rdfs:label>Bengaluru Urban</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Bhatkal -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Bhatkal">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Bhatkal</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.967</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">74.567</schema:longitude>
        <rdfs:label xml:lang="en">Bhatkal</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Bidar -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Bidar">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Humnabad"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Bidar</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">17.9</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.5</schema:longitude>
        <rdfs:label xml:lang="en">Bidar</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Bihar -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Bihar">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <geoName>Bihar</geoName>
        <rdfs:label>Bihar</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Brazil -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Brazil">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Brazil</geoName>
        <rdfs:label xml:lang="en">Brazil</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Breathlessness -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Breathlessness">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:label xml:lang="en">Breathlessness</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#COVID-19 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#COVID-19">
        <rdf:type rdf:resource="http://w3id.org/codo#CoronavirusInfection"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Disease"/>
        <rdf:type rdf:resource="http://w3id.org/codo#DiseaseCausedByCoronaviridae"/>
        <rdf:type rdf:resource="http://w3id.org/codo#ViralDisease"/>
        <rdf:type rdf:resource="https://schema.org/InfectiousDisease"/>
        <hasLocation rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <hasLocation rdf:resource="http://w3id.org/codo#India"/>
        <hasLocation rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasLocation rdf:resource="http://w3id.org/codo#UP"/>
        <foaf:name>COVID-19</foaf:name>
        <rdfs:comment xml:lang="en">A disease caused by severe acute respiratory syndrome coronavirus 2. </rdfs:comment>
        <rdfs:comment xml:lang="en">Disease caused by 2019 novel coronavirus</rdfs:comment>
        <rdfs:comment xml:lang="en">Disease caused by 2019-nCoV</rdfs:comment>
        <rdfs:comment xml:lang="en">SCTID: 840539006</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#CardiovascularDisease -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#CardiovascularDisease">
        <rdf:type rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">Cardiovascular Disease (CVD)</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Carwar -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Carwar">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <owl:sameAs rdf:resource="http://w3id.org/codo#Karwara"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Carwar</geoName>
        <rdfs:label xml:lang="en">Carwar</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Chamarajanagar -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Chamarajanagar">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Chamarajanagar</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">11.926</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.9402</schema:longitude>
        <rdfs:label xml:lang="en">Chamarajanagar</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Channagiri -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Channagiri">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#DavangereDistrict"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#DavangereDistrict"/>
        <geoName>Channagiri</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">14.03</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.93</schema:longitude>
        <rdfs:label>Channagiri</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Chattisgadh -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Chattisgadh">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Chattisgadh</geoName>
        <rdfs:label>Chattisgadh</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Chennai -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Chennai">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#TamilNadu"/>
        <hasState rdf:resource="http://w3id.org/codo#TamilNadu"/>
        <geoName>Chennai</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.0825</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">80.275</schema:longitude>
        <rdfs:label xml:lang="en">Chennai</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Chikballarpur -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Chikballarpur">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Chikkaballapur</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.43</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.72</schema:longitude>
        <rdfs:label>Chikkaballapur</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Chikmagalur -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Chikmagalur">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Chikmagalur</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.313</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.737</schema:longitude>
        <rdfs:label xml:lang="en">Chikmagalur</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Chitradurga -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Chitradurga">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Chitradurga</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">14.23</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.4</schema:longitude>
        <rdfs:label xml:lang="en">Chitradurga</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#ChronicKidneyDisease -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#ChronicKidneyDisease">
        <rdf:type rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">Chronic Kidney Disease (CKD)</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#ChronicKidneyInsufficiency -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#ChronicKidneyInsufficiency">
        <rdf:type rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">Chronic Kidney Insufficiency (CKI)</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#ChronicLiverDisease -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#ChronicLiverDisease">
        <rdf:type rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">Chronic Liver Disease (CLD)</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#ChronicObstructivePulmonaryDisease -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#ChronicObstructivePulmonaryDisease">
        <rdf:type rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">Chronic Obstructive Pulmonary Disease (COPD)</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Colombo -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Colombo">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#SriLanka"/>
        <containedIn rdf:resource="http://w3id.org/codo#WesternProvince"/>
        <hasProvince rdf:resource="http://w3id.org/codo#WesternProvince"/>
        <geoName>Colombo</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">6.934444</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">79.842778</schema:longitude>
        <rdfs:label xml:lang="en">Colombo</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#ContainmentZonesCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#ContainmentZonesCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#ContactCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <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.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Cough -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Cough">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:label xml:lang="en">Cough</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Cured -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Cured">
        <rdf:type rdf:resource="http://w3id.org/codo#Status"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#DadraAndNagarHaveliAndDamanAndDiu -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#DadraAndNagarHaveliAndDamanAndDiu">
        <rdf:type rdf:resource="http://w3id.org/codo#UnionTerritory"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Dadra And Nagar Haveli And Daman And Diu</geoName>
        <rdfs:comment xml:lang="en">Dadra and Nagar Haveli and Daman and Diu (DNHDD) is a union territory in western India.</rdfs:comment>
        <rdfs:label xml:lang="en">Dadra And Nagar Haveli And Daman And Diu</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#DakshinKannadaDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#DakshinKannadaDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Mangalore"/>
        <contains rdf:resource="http://w3id.org/codo#Mangaluru"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Dakshina Kannada District</geoName>
        <rdfs:label xml:lang="en">Dakshina Kannada District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#DamanAndDiu -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#DamanAndDiu">
        <rdf:type rdf:resource="http://w3id.org/codo#UnionTerritory"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Daman And Diu</geoName>
        <rdfs:comment xml:lang="en">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 &quot;Dadra and Nagar Haveli&quot; and togtrehr formed a single union territory &quot;Dadra and Nagar Haveli and Daman and Diu (DNHDD).&quot;</rdfs:comment>
        <rdfs:label xml:lang="en">Daman And Diu</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Dammam -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Dammam">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#SaudiArabia"/>
        <hasCountry rdf:resource="http://w3id.org/codo#SaudiArabia"/>
        <geoName>Dammam</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">26.433333</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">50.1</schema:longitude>
        <rdfs:label xml:lang="en">Dammam</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Davangere -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Davangere">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Davangere</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">14.4666</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.9242</schema:longitude>
        <rdfs:label xml:lang="en">Davangere</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#DavangereDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#DavangereDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Channagiri"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Davangere District</geoName>
        <rdfs:label>Davangere District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Debaspete -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Debaspete">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Debaspete</geoName>
        <rdfs:label>Debaspete</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Deceased -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Deceased">
        <rdf:type rdf:resource="http://w3id.org/codo#Status"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Delhi -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Delhi">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#TJCongregation13thTo18thCluster"/>
        <geoName>Delhi</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">28.61</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.23</schema:longitude>
        <rdfs:label xml:lang="en">Delhi</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Dharwad -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Dharwad">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#DharwadDistrict"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#DharwadDistrict"/>
        <geoName>Dharwad</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">15.458333</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.008333</schema:longitude>
        <rdfs:label>Dharwad</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#DharwadDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#DharwadDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Dharwad"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Dharwad District</geoName>
        <rdfs:label>Dharwad District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#DiabetesMellitus -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#DiabetesMellitus">
        <rdf:type rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">Diabetes Mellitus (DM)</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Diarrhea -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Diarrhea">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 62315008</rdfs:comment>
        <rdfs:label xml:lang="en">Diarrhea</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Diu -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Diu">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Diu</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">20.71</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">70.98</schema:longitude>
        <rdfs:label xml:lang="en">Diu</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Doha -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Doha">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Qatar"/>
        <hasCountry rdf:resource="http://w3id.org/codo#Qatar"/>
        <geoName>Doha</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">25.286667</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">51.533333</schema:longitude>
        <rdfs:label>Doha</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#DomesticTravelHistoryAbsentCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#DomesticTravelHistoryAbsentCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#India"/>
        <rdfs:comment>Domestic Travel History Absent : The patients for whom the information was given as &quot;Travel History-Domestic&quot;</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#DryCough -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#DryCough">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 11833005</rdfs:comment>
        <rdfs:label xml:lang="en">Dry cough</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Dubai -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Dubai">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Dubai</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">25.263056</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">55.297222</schema:longitude>
        <rdfs:label xml:lang="en">Dubai</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Edinburgh -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Edinburgh">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Scotland"/>
        <containedIn rdf:resource="http://w3id.org/codo#UK"/>
        <hasState rdf:resource="http://w3id.org/codo#Scotland"/>
        <geoName>Edinburgh</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">55.953</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">-3.189</schema:longitude>
        <rdfs:label xml:lang="en">Edinburgh</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Female -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Female">
        <rdf:type rdf:resource="https://schema.org/GenderType"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Fever -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Fever">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 386661006</rdfs:comment>
        <rdfs:label xml:lang="en">Fever</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#France -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#France">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Paris"/>
        <geoName>France</geoName>
        <rdfs:label xml:lang="en">France</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Gadag -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Gadag">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <owl:sameAs rdf:resource="http://w3id.org/codo#Gadag-Betageri"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Gadag</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">15.4167</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.6167</schema:longitude>
        <rdfs:label xml:lang="en">Gadag</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Gadag-Betageri -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Gadag-Betageri">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Gadag-Betageri</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">15.4167</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.6167</schema:longitude>
        <rdfs:label xml:lang="en">Gadag-Betageri</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Germany -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Germany">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Germany</geoName>
        <rdfs:label xml:lang="en">Germany</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Goa -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Goa">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Goa</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">15.5</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">73.83</schema:longitude>
        <rdfs:label xml:lang="en">Goa</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Greece -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Greece">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Athens"/>
        <geoName>Greece</geoName>
        <rdfs:label xml:lang="en">Greece</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Gujarat -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Gujarat">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Ahmedabad"/>
        <contains rdf:resource="http://w3id.org/codo#Baroda"/>
        <contains rdf:resource="http://w3id.org/codo#Surat"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#GujaratCluster"/>
        <geoName>Gujarat</geoName>
        <rdfs:label xml:lang="en">Gujarat</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#GujaratCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#GujaratCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#Gujarat"/>
        <rdfs:comment>From Gujarat : The patients with travel history to Gujarat and their contacts.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Gulbarga -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Gulbarga">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Gulbarga</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">17.329</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.825</schema:longitude>
        <rdfs:label>Gulbarga</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Guyana -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Guyana">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Guyana</geoName>
        <rdfs:comment xml:lang="en">officially the Co‑operative Republic of Guyana, is a country on the northern mainland of South America.</rdfs:comment>
        <rdfs:label xml:lang="en">Guyana</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#HackingCough -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#HackingCough">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTTID: 59994004</rdfs:comment>
        <rdfs:label xml:lang="en">Hacking cough</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Haryana -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Haryana">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Haryana</geoName>
        <rdfs:label>Haryana</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Hassan -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Hassan">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Hassan</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.012</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.068</schema:longitude>
        <rdfs:label xml:lang="en">Hassan</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Haveri -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Haveri">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Haveri</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">14.793889</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.403889</schema:longitude>
        <rdfs:label>Haveri</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#HimachalPradesh -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#HimachalPradesh">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Himachal Pradesh</geoName>
        <rdfs:label xml:lang="en">Himachal Pradesh</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Hindupur -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Hindupur">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Anantapur"/>
        <containedIn rdf:resource="http://w3id.org/codo#AndhraPradesh"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#Anantapur"/>
        <geoName>Hindupur</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.83</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.49</schema:longitude>
        <rdfs:label xml:lang="en">Hindupur</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Hospitalized -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Hospitalized">
        <rdf:type rdf:resource="http://w3id.org/codo#Status"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Hubballi -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Hubballi">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <owl:sameAs rdf:resource="http://w3id.org/codo#Hubli"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Hubballi</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">15.350217</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.137625</schema:longitude>
        <rdfs:label xml:lang="en">Hubballi</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Hubli -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Hubli">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Hubli</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">15.350217</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.137625</schema:longitude>
        <rdfs:comment xml:lang="en">Hubli, officially known as Hubballi, is a city in the Indian state of Karnataka.</rdfs:comment>
        <rdfs:label xml:lang="en">Hubli</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Humnabad -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Humnabad">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#Bidar"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#Bidar"/>
        <geoName>Humnabad</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">17.77</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.13</schema:longitude>
        <rdfs:comment xml:lang="en">a City and municipal council in the Bidar District of the Indian state of Karnataka and city is a headquarters of Humnabad taluk.</rdfs:comment>
        <rdfs:label xml:lang="en">Humnabad</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Hyderabad -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Hyderabad">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Telangana"/>
        <hasState rdf:resource="http://w3id.org/codo#Telangana"/>
        <geoName>Hyderabad</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">17.37</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">78.48</schema:longitude>
        <rdfs:label xml:lang="en">Hyderabad</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Hypertension -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Hypertension">
        <rdf:type rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">Hypertension (HTN)</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#India -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#India">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Ahmedabad"/>
        <contains rdf:resource="http://w3id.org/codo#Ajmer"/>
        <contains rdf:resource="http://w3id.org/codo#Anantapur"/>
        <contains rdf:resource="http://w3id.org/codo#AndamanAndNicobarIslands"/>
        <contains rdf:resource="http://w3id.org/codo#AndhraPradesh"/>
        <contains rdf:resource="http://w3id.org/codo#Assam"/>
        <contains rdf:resource="http://w3id.org/codo#Bagalkote"/>
        <contains rdf:resource="http://w3id.org/codo#Bangalore"/>
        <contains rdf:resource="http://w3id.org/codo#Bangalore-Urban"/>
        <contains rdf:resource="http://w3id.org/codo#BangaloreRural"/>
        <contains rdf:resource="http://w3id.org/codo#Baroda"/>
        <contains rdf:resource="http://w3id.org/codo#Belagavi"/>
        <contains rdf:resource="http://w3id.org/codo#Bellary"/>
        <contains rdf:resource="http://w3id.org/codo#BellaryDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Bhatkal"/>
        <contains rdf:resource="http://w3id.org/codo#Bidar"/>
        <contains rdf:resource="http://w3id.org/codo#Carwar"/>
        <contains rdf:resource="http://w3id.org/codo#Chamarajanagar"/>
        <contains rdf:resource="http://w3id.org/codo#Channagiri"/>
        <contains rdf:resource="http://w3id.org/codo#Chattisgadh"/>
        <contains rdf:resource="http://w3id.org/codo#Chennai"/>
        <contains rdf:resource="http://w3id.org/codo#Chikballarpur"/>
        <contains rdf:resource="http://w3id.org/codo#Chitradurga"/>
        <contains rdf:resource="http://w3id.org/codo#DadraAndNagarHaveliAndDamanAndDiu"/>
        <contains rdf:resource="http://w3id.org/codo#DakshinKannadaDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#DamanAndDiu"/>
        <contains rdf:resource="http://w3id.org/codo#Davangere"/>
        <contains rdf:resource="http://w3id.org/codo#DavangereDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Debaspete"/>
        <contains rdf:resource="http://w3id.org/codo#Delhi"/>
        <contains rdf:resource="http://w3id.org/codo#Dharwad"/>
        <contains rdf:resource="http://w3id.org/codo#DharwadDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Diu"/>
        <contains rdf:resource="http://w3id.org/codo#Gadag"/>
        <contains rdf:resource="http://w3id.org/codo#Gadag-Betageri"/>
        <contains rdf:resource="http://w3id.org/codo#Gujarat"/>
        <contains rdf:resource="http://w3id.org/codo#Gulbarga"/>
        <contains rdf:resource="http://w3id.org/codo#Haryana"/>
        <contains rdf:resource="http://w3id.org/codo#Hassan"/>
        <contains rdf:resource="http://w3id.org/codo#Haveri"/>
        <contains rdf:resource="http://w3id.org/codo#HimachalPradesh"/>
        <contains rdf:resource="http://w3id.org/codo#Hindupur"/>
        <contains rdf:resource="http://w3id.org/codo#Hubballi"/>
        <contains rdf:resource="http://w3id.org/codo#Hubli"/>
        <contains rdf:resource="http://w3id.org/codo#Humnabad"/>
        <contains rdf:resource="http://w3id.org/codo#Hyderabad"/>
        <contains rdf:resource="http://w3id.org/codo#Jalgaon"/>
        <contains rdf:resource="http://w3id.org/codo#JalgaonDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Jammu"/>
        <contains rdf:resource="http://w3id.org/codo#JammuAndKashmir"/>
        <contains rdf:resource="http://w3id.org/codo#Jharkhand"/>
        <contains rdf:resource="http://w3id.org/codo#Kalaburagi"/>
        <contains rdf:resource="http://w3id.org/codo#Kalburgi"/>
        <contains rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Karwara"/>
        <contains rdf:resource="http://w3id.org/codo#Kashmir"/>
        <contains rdf:resource="http://w3id.org/codo#Kerala"/>
        <contains rdf:resource="http://w3id.org/codo#Kodagu"/>
        <contains rdf:resource="http://w3id.org/codo#Kolhapur"/>
        <contains rdf:resource="http://w3id.org/codo#Kolkata"/>
        <contains rdf:resource="http://w3id.org/codo#Koppal"/>
        <contains rdf:resource="http://w3id.org/codo#KoppalaDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#MadhyaPradesh"/>
        <contains rdf:resource="http://w3id.org/codo#Madikeri"/>
        <contains rdf:resource="http://w3id.org/codo#Madurai"/>
        <contains rdf:resource="http://w3id.org/codo#MaduraiDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <contains rdf:resource="http://w3id.org/codo#Mandya"/>
        <contains rdf:resource="http://w3id.org/codo#Mangalore"/>
        <contains rdf:resource="http://w3id.org/codo#Mangaluru"/>
        <contains rdf:resource="http://w3id.org/codo#Manipur"/>
        <contains rdf:resource="http://w3id.org/codo#Mumbai"/>
        <contains rdf:resource="http://w3id.org/codo#Mysore"/>
        <contains rdf:resource="http://w3id.org/codo#Nagaland"/>
        <contains rdf:resource="http://w3id.org/codo#Nandurbar"/>
        <contains rdf:resource="http://w3id.org/codo#NandurbarDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Nanjangud"/>
        <contains rdf:resource="http://w3id.org/codo#Nelamangala"/>
        <contains rdf:resource="http://w3id.org/codo#Palghar"/>
        <contains rdf:resource="http://w3id.org/codo#Panvel"/>
        <contains rdf:resource="http://w3id.org/codo#PharmaceuticalCompanyInNanjangud"/>
        <contains rdf:resource="http://w3id.org/codo#Pune"/>
        <contains rdf:resource="http://w3id.org/codo#Raichur"/>
        <contains rdf:resource="http://w3id.org/codo#Raigadh"/>
        <contains rdf:resource="http://w3id.org/codo#Rajasthan"/>
        <contains rdf:resource="http://w3id.org/codo#Ramanagara"/>
        <contains rdf:resource="http://w3id.org/codo#RamanagaraDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Ratnagiri"/>
        <contains rdf:resource="http://w3id.org/codo#RatnagiriDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Shahapur"/>
        <contains rdf:resource="http://w3id.org/codo#Shikharaji"/>
        <contains rdf:resource="http://w3id.org/codo#Shivamogga"/>
        <contains rdf:resource="http://w3id.org/codo#Solapur"/>
        <contains rdf:resource="http://w3id.org/codo#Surat"/>
        <contains rdf:resource="http://w3id.org/codo#TamilNadu"/>
        <contains rdf:resource="http://w3id.org/codo#Telangana"/>
        <contains rdf:resource="http://w3id.org/codo#Thane"/>
        <contains rdf:resource="http://w3id.org/codo#ThaneDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Trivandrum"/>
        <contains rdf:resource="http://w3id.org/codo#Tumkur"/>
        <contains rdf:resource="http://w3id.org/codo#UP"/>
        <contains rdf:resource="http://w3id.org/codo#Udupi"/>
        <contains rdf:resource="http://w3id.org/codo#UttarKannada"/>
        <contains rdf:resource="http://w3id.org/codo#UttaraKannada"/>
        <contains rdf:resource="http://w3id.org/codo#Vellore"/>
        <contains rdf:resource="http://w3id.org/codo#VelloreDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Vijayapura"/>
        <contains rdf:resource="http://w3id.org/codo#Vishakapatnam"/>
        <contains rdf:resource="http://w3id.org/codo#WestBengal"/>
        <contains rdf:resource="http://w3id.org/codo#Yadgir"/>
        <countryWiseStatistics rdf:resource="http://w3id.org/codo#IndiaStat000001"/>
        <hasStatistics rdf:resource="http://w3id.org/codo#IndiaStat000001"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#COVID-19"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#DomesticTravelHistoryAbsentCluster"/>
        <geoName>India</geoName>
        <foaf:name>India</foaf:name>
        <rdfs:label>India</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#IndiaStat000001 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#IndiaStat000001">
        <rdf:type rdf:resource="http://w3id.org/codo#CountryWiseStatistics"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Statistics"/>
        <isCovid-19StatisticsOf rdf:resource="http://w3id.org/codo#India"/>
        <active rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">14759</active>
        <cases rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">14759</cases>
        <cases rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">18601</cases>
        <cases rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3252</cases>
        <cases rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">590</cases>
        <deceased rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">590</deceased>
        <metrics rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">14759</metrics>
        <metrics rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">18601</metrics>
        <metrics rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3252</metrics>
        <metrics rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">590</metrics>
        <recovered rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3252</recovered>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Indonesia -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Indonesia">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Indonesia</geoName>
        <rdfs:label xml:lang="en">Indonesia</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#InfluenzaLikeIllnessCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#InfluenzaLikeIllnessCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#DiseaseCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:comment>Influenza like illness : The patients showing influenza like symptoms and their contacts.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#InternationalTravelHistoryAbsentCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#InternationalTravelHistoryAbsentCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#TheWorld"/>
        <rdfs:comment>International Travel History Absent : The patients for whom the information was given as &quot;Travel History-International&quot;</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Iraq -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Iraq">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Iraq</geoName>
        <geoName>Republic of Iraq</geoName>
        <rdfs:comment xml:lang="en">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.</rdfs:comment>
        <rdfs:label xml:lang="en">Iraq</rdfs:label>
        <rdfs:label xml:lang="en">Republic of Iraq</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Ireland -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Ireland">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Ireland</geoName>
        <rdfs:label>Ireland</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#IschemicHeartDisease -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#IschemicHeartDisease">
        <rdf:type rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">Ischemic Heart Disease (IHD)</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Italy -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Italy">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Italy</geoName>
        <rdfs:label xml:lang="en">Italy</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Jalgaon -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Jalgaon">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#JalgaonDistrict"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#JalgaonDistrict"/>
        <geoName>Jalgaon</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">20.997984</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.566711</schema:longitude>
        <rdfs:label>Jalgaon</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#JalgaonDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#JalgaonDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <contains rdf:resource="http://w3id.org/codo#Jalgaon"/>
        <hasState rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <geoName>Jalgaon District</geoName>
        <rdfs:label>Jalgaon District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Jammu -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Jammu">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#JammuAndKashmir"/>
        <hasState rdf:resource="http://w3id.org/codo#JammuAndKashmir"/>
        <geoName>Jammu</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">32.73</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">74.87</schema:longitude>
        <rdfs:comment xml:lang="en">Jammu is the winter capital and the largest city in Jammu district of the Indian union territory of Jammu and Kashmir.</rdfs:comment>
        <rdfs:label xml:lang="en">Jammu</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#JammuAndKashmir -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#JammuAndKashmir">
        <rdf:type rdf:resource="http://w3id.org/codo#UnionTerritory"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Jammu"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Jammu And Kashmir</geoName>
        <rdfs:label xml:lang="en">Jammu And Kashmir</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Jeddah -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Jeddah">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#SaudiArabia"/>
        <hasCountry rdf:resource="http://w3id.org/codo#SaudiArabia"/>
        <geoName>Jeddah</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">21.543333</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">39.172778</schema:longitude>
        <rdfs:label xml:lang="en">Jeddah</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Jharkhand -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Jharkhand">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Shikharaji"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Jharkhand</geoName>
        <rdfs:label>Jharkhand</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#June-27TraceHistoryAbsentCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#June-27TraceHistoryAbsentCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TimeCluster"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-06-27T00:00:00</date>
        <eventDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-06-27T00:00:00</eventDate>
        <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.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#June-28TraceHistoryAbsentCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#June-28TraceHistoryAbsentCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TimeCluster"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-06-28T00:00:00</date>
        <eventDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-06-28T00:00:00</eventDate>
        <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.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#June-29TraceHistoryAbsentCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#June-29TraceHistoryAbsentCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TimeCluster"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-06-29T00:00:00</date>
        <eventDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-06-29T00:00:00</eventDate>
        <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.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Kalaburagi -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Kalaburagi">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <owl:sameAs rdf:resource="http://w3id.org/codo#Kalburgi"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Kalaburagi</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">17.329</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.825</schema:longitude>
        <rdfs:label xml:lang="en">Kalaburagi</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Kalburgi -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Kalburgi">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Kalburgi</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">17.329</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.825</schema:longitude>
        <rdfs:label xml:lang="en">Kalburgi</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Karnataka -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Karnataka">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Bagalkote"/>
        <contains rdf:resource="http://w3id.org/codo#Bangalore"/>
        <contains rdf:resource="http://w3id.org/codo#Bangalore-Urban"/>
        <contains rdf:resource="http://w3id.org/codo#BangaloreRural"/>
        <contains rdf:resource="http://w3id.org/codo#Belagavi"/>
        <contains rdf:resource="http://w3id.org/codo#Bellary"/>
        <contains rdf:resource="http://w3id.org/codo#BellaryDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Bhatkal"/>
        <contains rdf:resource="http://w3id.org/codo#Bidar"/>
        <contains rdf:resource="http://w3id.org/codo#Carwar"/>
        <contains rdf:resource="http://w3id.org/codo#Chamarajanagar"/>
        <contains rdf:resource="http://w3id.org/codo#Channagiri"/>
        <contains rdf:resource="http://w3id.org/codo#Chikballarpur"/>
        <contains rdf:resource="http://w3id.org/codo#Chitradurga"/>
        <contains rdf:resource="http://w3id.org/codo#Davangere"/>
        <contains rdf:resource="http://w3id.org/codo#DavangereDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Dharwad"/>
        <contains rdf:resource="http://w3id.org/codo#DharwadDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Gadag"/>
        <contains rdf:resource="http://w3id.org/codo#Gadag-Betageri"/>
        <contains rdf:resource="http://w3id.org/codo#Gulbarga"/>
        <contains rdf:resource="http://w3id.org/codo#Hassan"/>
        <contains rdf:resource="http://w3id.org/codo#Haveri"/>
        <contains rdf:resource="http://w3id.org/codo#Hubballi"/>
        <contains rdf:resource="http://w3id.org/codo#Hubli"/>
        <contains rdf:resource="http://w3id.org/codo#Humnabad"/>
        <contains rdf:resource="http://w3id.org/codo#Kalaburagi"/>
        <contains rdf:resource="http://w3id.org/codo#Kalburgi"/>
        <contains rdf:resource="http://w3id.org/codo#Karwara"/>
        <contains rdf:resource="http://w3id.org/codo#Kodagu"/>
        <contains rdf:resource="http://w3id.org/codo#Koppal"/>
        <contains rdf:resource="http://w3id.org/codo#KoppalaDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Madikeri"/>
        <contains rdf:resource="http://w3id.org/codo#Mandya"/>
        <contains rdf:resource="http://w3id.org/codo#Mangalore"/>
        <contains rdf:resource="http://w3id.org/codo#Mangaluru"/>
        <contains rdf:resource="http://w3id.org/codo#Mysore"/>
        <contains rdf:resource="http://w3id.org/codo#Nanjangud"/>
        <contains rdf:resource="http://w3id.org/codo#Nelamangala"/>
        <contains rdf:resource="http://w3id.org/codo#PharmaceuticalCompanyInNanjangud"/>
        <contains rdf:resource="http://w3id.org/codo#Raichur"/>
        <contains rdf:resource="http://w3id.org/codo#Ramanagara"/>
        <contains rdf:resource="http://w3id.org/codo#RamanagaraDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Shahapur"/>
        <contains rdf:resource="http://w3id.org/codo#Shivamogga"/>
        <contains rdf:resource="http://w3id.org/codo#Tumkur"/>
        <contains rdf:resource="http://w3id.org/codo#Udupi"/>
        <contains rdf:resource="http://w3id.org/codo#UttarKannada"/>
        <contains rdf:resource="http://w3id.org/codo#UttaraKannada"/>
        <contains rdf:resource="http://w3id.org/codo#Vijayapura"/>
        <contains rdf:resource="http://w3id.org/codo#Yadgir"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <hasStatistics rdf:resource="http://w3id.org/codo#karntStateStat000001"/>
        <hasStatistics rdf:resource="http://w3id.org/codo#karntStateStat000002"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#COVID-19"/>
        <stateWiseStatistics rdf:resource="http://w3id.org/codo#karntStateStat000001"/>
        <stateWiseStatistics rdf:resource="http://w3id.org/codo#karntStateStat000002"/>
        <geoName>Karnataka</geoName>
        <foaf:name>Karnataka</foaf:name>
        <rdfs:label>Karnataka</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Karwara -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Karwara">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Karwara</geoName>
        <rdfs:label xml:lang="en">Karwara</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Kashmir -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Kashmir">
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicRegion"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Kashmir</geoName>
        <rdfs:label xml:lang="en">Kashmir</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Kerala -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Kerala">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Trivandrum"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Kerala</geoName>
        <rdfs:label xml:lang="en">Kerala</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Kodagu -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Kodagu">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Madikeri"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Coorg</geoName>
        <geoName>Kodagu</geoName>
        <rdfs:comment xml:lang="en">Kodagu, also called Coorg, is a district in Karnataka State.</rdfs:comment>
        <rdfs:label xml:lang="en">Coorg</rdfs:label>
        <rdfs:label xml:lang="en">Kodagu</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#KodaguDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#KodaguDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Kodagu District</geoName>
        <rdfs:label xml:lang="en">Kodagu District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Kolhapur -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Kolhapur">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <hasState rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <geoName>Kolhapur</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">16.691667</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">74.233333</schema:longitude>
        <rdfs:label>Kolhapur</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Kolkata -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Kolkata">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#WestBengal"/>
        <hasState rdf:resource="http://w3id.org/codo#WestBengal"/>
        <geoName>Kolkata</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">22.5726</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">88.3639</schema:longitude>
        <rdfs:label xml:lang="en">Kolkata</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Koppal -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Koppal">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <containedIn rdf:resource="http://w3id.org/codo#KoppalaDistrict"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#KoppalaDistrict"/>
        <geoName>Koppal</geoName>
        <geoName>Koppala</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">15.35</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.15</schema:longitude>
        <rdfs:comment xml:lang="en">a city in Koppala district in the Indian state of Karnataka.</rdfs:comment>
        <rdfs:label xml:lang="en">Koppal</rdfs:label>
        <rdfs:label xml:lang="en">Koppala</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#KoppalaDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#KoppalaDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Koppal"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Koppala District</geoName>
        <rdfs:label xml:lang="en">Koppala District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Kuwait -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Kuwait">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Kuwait</geoName>
        <rdfs:label>Kuwait</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#London -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#London">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#UK"/>
        <hasCountry rdf:resource="http://w3id.org/codo#UK"/>
        <geoName>London</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">51.507222</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">-0.1275</schema:longitude>
        <rdfs:label xml:lang="en">London</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#MadhyaPradesh -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#MadhyaPradesh">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Madhya Pradesh</geoName>
        <rdfs:label>Madhya Pradesh</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Madikeri -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Madikeri">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <containedIn rdf:resource="http://w3id.org/codo#Kodagu"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#Kodagu"/>
        <geoName>Madikeri</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">12.4209</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.7397</schema:longitude>
        <rdfs:label>Madikeri</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Madrid -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Madrid">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Spain"/>
        <hasCountry rdf:resource="http://w3id.org/codo#Spain"/>
        <geoName>Madrid</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">40.416667</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">-3.716667</schema:longitude>
        <rdfs:label xml:lang="en">Madrid</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Madurai -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Madurai">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#MaduraiDistrict"/>
        <containedIn rdf:resource="http://w3id.org/codo#TamilNadu"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#MaduraiDistrict"/>
        <geoName>Madurai</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">9.9</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">78.1</schema:longitude>
        <rdfs:label>Madurai</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#MaduraiDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#MaduraiDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#TamilNadu"/>
        <contains rdf:resource="http://w3id.org/codo#Madurai"/>
        <hasState rdf:resource="http://w3id.org/codo#TamilNadu"/>
        <geoName>Madurai District</geoName>
        <rdfs:label>Madurai District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Maharashtra -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Maharashtra">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Jalgaon"/>
        <contains rdf:resource="http://w3id.org/codo#JalgaonDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Kolhapur"/>
        <contains rdf:resource="http://w3id.org/codo#Mumbai"/>
        <contains rdf:resource="http://w3id.org/codo#Nandurbar"/>
        <contains rdf:resource="http://w3id.org/codo#NandurbarDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Palghar"/>
        <contains rdf:resource="http://w3id.org/codo#Panvel"/>
        <contains rdf:resource="http://w3id.org/codo#Pune"/>
        <contains rdf:resource="http://w3id.org/codo#Raigadh"/>
        <contains rdf:resource="http://w3id.org/codo#Ratnagiri"/>
        <contains rdf:resource="http://w3id.org/codo#RatnagiriDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Solapur"/>
        <contains rdf:resource="http://w3id.org/codo#Thane"/>
        <contains rdf:resource="http://w3id.org/codo#ThaneDistrict"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#MaharashtraCluster"/>
        <geoName>Maharashtra</geoName>
        <rdfs:label xml:lang="en">Maharashtra</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#MaharashtraCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#MaharashtraCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <rdfs:comment>From Maharashtra : The patients with travel history to Maharashtra and their contacts.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Malaysia -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Malaysia">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Malaysia</geoName>
        <rdfs:label>Malaysia</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Male -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Male">
        <rdf:type rdf:resource="https://schema.org/GenderType"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Mandya -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Mandya">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Mandya</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">12.52</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.9</schema:longitude>
        <rdfs:label xml:lang="en">Mandya</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Mangalore -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Mangalore">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <owl:sameAs rdf:resource="http://w3id.org/codo#Mangaluru"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#DakshinKannadaDistrict"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#DakshinKannadaDistrict"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Mangalore</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">12.78563</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">74.84108</schema:longitude>
        <rdfs:label xml:lang="en">Mangalore</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Mangaluru -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Mangaluru">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#DakshinKannadaDistrict"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#DakshinKannadaDistrict"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Mangaluru</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">12.78563</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">74.84108</schema:longitude>
        <rdfs:label xml:lang="en">Mangaluru</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Manipur -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Manipur">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Manipur</geoName>
        <rdfs:label xml:lang="en">Manipur</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Mecca -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Mecca">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#SaudiArabia"/>
        <hasCountry rdf:resource="http://w3id.org/codo#SaudiArabia"/>
        <geoName>Mecca</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">21.4225</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">39.823333</schema:longitude>
        <rdfs:label xml:lang="en">Mecca</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#MiddleEast -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#MiddleEast">
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicRegion"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#MiddleEastCluster"/>
        <geoName>Middle East</geoName>
        <rdfs:label xml:lang="en">Middle East</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#MiddleEastCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#MiddleEastCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#MiddleEast"/>
        <rdfs:comment>From Middle East : The patients with travel to the Middle East and their contacts.</rdfs:comment>
        <rdfs:label xml:lang="en">MiddleEastCluster</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Mumbai -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Mumbai">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <hasState rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <geoName>Mumbai</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">18.975</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">72.825833</schema:longitude>
        <rdfs:label xml:lang="en">Mumbai</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Muscat -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Muscat">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Oman"/>
        <hasCountry rdf:resource="http://w3id.org/codo#Oman"/>
        <geoName>Muscat</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">23.588889</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">58.408333</schema:longitude>
        <rdfs:label>Muscat</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Mysore -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Mysore">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Nanjangud"/>
        <contains rdf:resource="http://w3id.org/codo#PharmaceuticalCompanyInNanjangud"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Mysore</geoName>
        <rdfs:label xml:lang="en">Mysore</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Nagaland -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Nagaland">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Nagaland</geoName>
        <rdfs:label xml:lang="en">Nagaland</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Nandurbar -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Nandurbar">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <containedIn rdf:resource="http://w3id.org/codo#NandurbarDistrict"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#NandurbarDistrict"/>
        <geoName>Nandurbar</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">21.37</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">74.25</schema:longitude>
        <rdfs:label>Nandurbar</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#NandurbarDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#NandurbarDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <contains rdf:resource="http://w3id.org/codo#Nandurbar"/>
        <hasState rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <geoName>Nandurbar District</geoName>
        <rdfs:label>Nandurbar District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Nanjangud -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Nanjangud">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <containedIn rdf:resource="http://w3id.org/codo#Mysore"/>
        <contains rdf:resource="http://w3id.org/codo#PharmaceuticalCompanyInNanjangud"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#Mysore"/>
        <geoName>Nanjangud</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">12.12</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.68</schema:longitude>
        <rdfs:label xml:lang="en">Nanjangud</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#NasalCongestion -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#NasalCongestion">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 68235000</rdfs:comment>
        <rdfs:label xml:lang="en">Nasal congestion</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Negative -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Negative">
        <rdf:type rdf:resource="http://w3id.org/codo#LaboratiryTestFinding"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestResult"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Nelamangala -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Nelamangala">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BangaloreRural"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#BangaloreRural"/>
        <geoName>Nelamangala</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.102</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.374</schema:longitude>
        <rdfs:label xml:lang="en">Nelamangala</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Nepal -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Nepal">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Nepal</geoName>
        <rdfs:label>Nepal</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Netherlands -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Netherlands">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Amsterdam"/>
        <geoName>Netherlands</geoName>
        <rdfs:label xml:lang="en">Netherlands</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#NewYorkCity -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#NewYorkCity">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#NewYorkState"/>
        <containedIn rdf:resource="http://w3id.org/codo#USA"/>
        <hasState rdf:resource="http://w3id.org/codo#NewYorkState"/>
        <geoName>New York City</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">40.71274</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">-74.005974</schema:longitude>
        <rdfs:label xml:lang="en">New York City</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#NewYorkState -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#NewYorkState">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#USA"/>
        <contains rdf:resource="http://w3id.org/codo#NewYorkCity"/>
        <hasCountry rdf:resource="http://w3id.org/codo#USA"/>
        <geoName>New York State</geoName>
        <rdfs:label xml:lang="en">New York State</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#NotReported -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#NotReported">
        <rdf:type rdf:resource="http://w3id.org/codo#Comorbidity"/>
        <rdfs:label xml:lang="en">Not reported</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Oman -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Oman">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Muscat"/>
        <geoName>Oman</geoName>
        <rdfs:label>Oman</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#OthersCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#OthersCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:comment>Others : The patients who had interdistrict travel in Karnataka, travel to countries / states, healthcare workers and policemen on COVID-19 duty and their contacts. The numbers for these reasons were too few to form separate clusters.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#P000001-Vitals1 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#P000001-Vitals1">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdf:type rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <isTestResultFor rdf:resource="http://w3id.org/codo#p000001"/>
        <heartRate rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">120</heartRate>
        <respiratoryRate rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">10</respiratoryRate>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#P000001Diagnosis -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#P000001Diagnosis">
        <rdf:type rdf:resource="http://w3id.org/codo#COVID-19Diagnosis"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Diagnosis"/>
        <rdf:type rdf:resource="http://w3id.org/codo#MildAndVeryMildCOVID-19"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <isDiagnosisFor rdf:resource="http://w3id.org/codo#p000001"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#P000002-Vitals1 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#P000002-Vitals1">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdf:type rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <isTestResultFor rdf:resource="http://w3id.org/codo#p000002"/>
        <date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-26T09:00:00</date>
        <respiratoryRate rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">15</respiratoryRate>
        <testResultOn rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-26T09:00:00</testResultOn>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#P000002Diagnosis -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#P000002Diagnosis">
        <rdf:type rdf:resource="http://w3id.org/codo#COVID-19Diagnosis"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Diagnosis"/>
        <rdf:type rdf:resource="http://w3id.org/codo#ModerateCOVID-19"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#UntestedForCovid"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <isDiagnosisFor rdf:resource="http://w3id.org/codo#p000002"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</hadCovidTest>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#P000003-Vitals1 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#P000003-Vitals1">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdf:type rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <isTestResultFor rdf:resource="http://w3id.org/codo#p000003"/>
        <nextTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals2"/>
        <SpO2 rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">90</SpO2>
        <date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-21T10:00:00</date>
        <respiratoryRate rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">35</respiratoryRate>
        <testResultOn rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-21T10:00:00</testResultOn>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#P000003-Vitals2 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#P000003-Vitals2">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdf:type rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <isTestResultFor rdf:resource="http://w3id.org/codo#p000003"/>
        <nextTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals3"/>
        <previousTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals1"/>
        <date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-22T10:00:00</date>
        <testResultOn rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-22T10:00:00</testResultOn>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#P000003-Vitals3 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#P000003-Vitals3">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdf:type rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <isTestResultFor rdf:resource="http://w3id.org/codo#p000003"/>
        <nextTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals4"/>
        <previousTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals2"/>
        <date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-23T11:00:00</date>
        <testResultOn rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-23T11:00:00</testResultOn>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#P000003-Vitals4 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#P000003-Vitals4">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestResult"/>
        <rdf:type rdf:resource="http://w3id.org/codo#VitalSigns"/>
        <isTestResultFor rdf:resource="http://w3id.org/codo#p000003"/>
        <previousTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals3"/>
        <SpO2 rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">90</SpO2>
        <date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-26T08:00:00</date>
        <respiratoryRate rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">35</respiratoryRate>
        <testResultOn rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-04-26T08:00:00</testResultOn>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#P000003Diagnosis -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#P000003Diagnosis">
        <rdf:type rdf:resource="http://w3id.org/codo#COVID-19Diagnosis"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Diagnosis"/>
        <rdf:type rdf:resource="http://w3id.org/codo#SevereCOVID-19"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <isDiagnosisFor rdf:resource="http://w3id.org/codo#p000003"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Pain -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Pain">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 22253000</rdfs:comment>
        <rdfs:label xml:lang="en">Pain</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#PainInThroat -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#PainInThroat">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 162397003</rdfs:comment>
        <rdfs:label xml:lang="en">Pain in throat</rdfs:label>
        <rdfs:label xml:lang="en">Sore throat</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Palghar -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Palghar">
        <rdf:type rdf:resource="http://w3id.org/codo#Town"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <hasState rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <geoName>Palghar</geoName>
        <rdfs:label xml:lang="en">Palghar</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Panvel -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Panvel">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <containedIn rdf:resource="http://w3id.org/codo#Raigadh"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#Raigadh"/>
        <geoName>Panvel</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">18.994444</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">73.113889</schema:longitude>
        <rdfs:comment xml:lang="en">a locality in Raigad district of Maharashtra in India.</rdfs:comment>
        <rdfs:label xml:lang="en">Panvel</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Paris -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Paris">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#France"/>
        <hasCountry rdf:resource="http://w3id.org/codo#France"/>
        <geoName>Paris</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">48.856613</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.352222</schema:longitude>
        <rdfs:label>Paris</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Pending -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Pending">
        <rdf:type rdf:resource="http://w3id.org/codo#LaboratiryTestFinding"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestResult"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#PharmaceuticalCompanyInNanjangud -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#PharmaceuticalCompanyInNanjangud">
        <rdf:type rdf:resource="http://w3id.org/codo#Business"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <containedIn rdf:resource="http://w3id.org/codo#Mysore"/>
        <containedIn rdf:resource="http://w3id.org/codo#Nanjangud"/>
        <hasCity rdf:resource="http://w3id.org/codo#Nanjangud"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#PharmaceuticalCompanyInNanjangudCluster"/>
        <rdfs:label xml:lang="en">Pharmaceutical Company In Nanjangud</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#PharmaceuticalCompanyInNanjangudCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#PharmaceuticalCompanyInNanjangudCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#ContactCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#PharmaceuticalCompanyInNanjangud"/>
        <rdfs:comment>Pharmaceutical Company in Nanjangud : This patients who were workers of a Pharmaceutical Company in Nanjangud, Mysore along with their contacts.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Philippines -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Philippines">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Philippines</geoName>
        <rdfs:label xml:lang="en">Philippines</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Pneumonia -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Pneumonia">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Positive -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Positive">
        <rdf:type rdf:resource="http://w3id.org/codo#LaboratiryTestFinding"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestResult"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Pune -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Pune">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <hasState rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <geoName>Pune</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">18.520278</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">73.856667</schema:longitude>
        <rdfs:label xml:lang="en">Pune</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Punjab -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Punjab">
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicRegion"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Punjab</geoName>
        <rdfs:label>Punjab</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Qatar -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Qatar">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Doha"/>
        <geoName>Qatar</geoName>
        <rdfs:label>Qatar</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Raichur -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Raichur">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Raichore</geoName>
        <geoName>Raichur</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">16.2</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.37</schema:longitude>
        <rdfs:comment xml:lang="en">a city municipality in the district of Raichur in the Indian state of Karnataka.</rdfs:comment>
        <rdfs:label xml:lang="en">Raichore</rdfs:label>
        <rdfs:label xml:lang="en">Raichur</rdfs:label>
        <skos:altLabel xml:lang="en">Rayachuru</skos:altLabel>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Raigadh -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Raigadh">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <contains rdf:resource="http://w3id.org/codo#Panvel"/>
        <hasState rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <geoName>Raigad</geoName>
        <geoName>Raigadh</geoName>
        <rdfs:comment xml:lang="en">Raigad District (formerly Kolába district), is a district in the Konkan division of Maharashtra, India.</rdfs:comment>
        <rdfs:label xml:lang="en">Raigad</rdfs:label>
        <rdfs:label xml:lang="en">Raigadh</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Rajasthan -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Rajasthan">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Ajmer"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#RajasthanCluster"/>
        <geoName>Rajasthan</geoName>
        <rdfs:label xml:lang="en">Rajasthan</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#RajasthanCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#RajasthanCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#Rajasthan"/>
        <rdfs:comment>From Rajasthan : The patients with travel history to Rajasthan and their contacts.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Ramanagara -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Ramanagara">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <containedIn rdf:resource="http://w3id.org/codo#RamanagaraDistrict"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#RamanagaraDistrict"/>
        <geoName>Ramanagara</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">12.723</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.286</schema:longitude>
        <rdfs:comment>a city and a city municipal council in the Indian state of Karnataka.</rdfs:comment>
        <rdfs:label xml:lang="en">Ramanagara</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#RamanagaraDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#RamanagaraDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Ramanagara"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Ramanagara District</geoName>
        <rdfs:label xml:lang="en">Ramanagara District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Ratnagiri -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Ratnagiri">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <containedIn rdf:resource="http://w3id.org/codo#RatnagiriDistrict"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#RatnagiriDistrict"/>
        <geoName>Ratnagiri</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">16.994444</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">73.3</schema:longitude>
        <rdfs:label>Ratnagiri</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#RatnagiriDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#RatnagiriDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <contains rdf:resource="http://w3id.org/codo#Ratnagiri"/>
        <hasState rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <geoName>Ratnagiri District</geoName>
        <rdfs:label>Ratnagiri District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#RestOfEurope -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#RestOfEurope">
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicRegion"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#RestOfEuropeCluster"/>
        <geoName>Rest Of Europe</geoName>
        <rdfs:label xml:lang="en">Rest Of Europe</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#RestOfEuropeCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#RestOfEuropeCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#RestOfEurope"/>
        <rdfs:comment>From the rest of Europe : The patients with travel history to Europe but not to UK and their contacts.</rdfs:comment>
        <rdfs:label xml:lang="en">RestOfEuropeCluster</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Riyadh -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Riyadh">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#SaudiArabia"/>
        <hasCountry rdf:resource="http://w3id.org/codo#SaudiArabia"/>
        <geoName>Riyadh</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">24.633333</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">46.716667</schema:longitude>
        <rdfs:label xml:lang="en">Riyadh</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#RunnyNose -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#RunnyNose">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 267101005</rdfs:comment>
        <rdfs:label xml:lang="en">Nasal discharge presen</rdfs:label>
        <rdfs:label xml:lang="en">Nose dripping</rdfs:label>
        <rdfs:label xml:lang="en">Nose running</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SaudiArabia -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SaudiArabia">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Dammam"/>
        <contains rdf:resource="http://w3id.org/codo#Jeddah"/>
        <contains rdf:resource="http://w3id.org/codo#Mecca"/>
        <contains rdf:resource="http://w3id.org/codo#Riyadh"/>
        <geoName>Saudi Arabia</geoName>
        <rdfs:label xml:lang="en">Saudi Arabia</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Scotland -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Scotland">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#UK"/>
        <contains rdf:resource="http://w3id.org/codo#Edinburgh"/>
        <hasCountry rdf:resource="http://w3id.org/codo#UK"/>
        <geoName>Scotland</geoName>
        <rdfs:label xml:lang="en">Scotland</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SecondGenerationContactAbsentCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SecondGenerationContactAbsentCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#ContactCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:comment>Second Generation Contact Absent : The patients whose information was given as &quot;Contact&quot; without giving the patient ID of the individual they were a contact of.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SecondGenerationContactCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SecondGenerationContactCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#ContactCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:label xml:lang="en">SecondGenerationContactCluster</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SevereAcuteRespiratoryInfectionCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SevereAcuteRespiratoryInfectionCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#DiseaseCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <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:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SeverePneumonia -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SeverePneumonia">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Shahapur -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Shahapur">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <containedIn rdf:resource="http://w3id.org/codo#Yadgir"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#Yadgir"/>
        <geoName>Shahapur</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">16.7</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.83</schema:longitude>
        <rdfs:comment xml:lang="en">a city and taluka headquarter located in the Yadgir district of Indian state of Karnataka.</rdfs:comment>
        <rdfs:label xml:lang="en">Shahapur</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Sharjah -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Sharjah">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#UnitedArabEmirates"/>
        <hasCountry rdf:resource="http://w3id.org/codo#UnitedArabEmirates"/>
        <geoName>Sharjah</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">25.3575</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">55.390833</schema:longitude>
        <rdfs:label xml:lang="en">Sharjah</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Shikharaji -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Shikharaji">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Jharkhand"/>
        <hasState rdf:resource="http://w3id.org/codo#Jharkhand"/>
        <geoName>Shikharaji</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">23.9611</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">86.1371</schema:longitude>
        <rdfs:label>Shikharaji</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Shivamogga -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Shivamogga">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Shivamogga</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.933333</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.566667</schema:longitude>
        <rdfs:label>Shivamogga</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Singapore -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Singapore">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Singapore</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.283333</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">103.833333</schema:longitude>
        <rdfs:label xml:lang="en">Singapore</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Sneezing -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Sneezing">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 76067001</rdfs:comment>
        <rdfs:label xml:lang="en">Sneezing</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Solapur -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Solapur">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <hasState rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <geoName>Solapur</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">17.68</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">75.92</schema:longitude>
        <rdfs:label>Solapur</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SouthAfrica -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SouthAfrica">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Republic of South Africa</geoName>
        <rdfs:label xml:lang="en">Republic of South Africa</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SouthAmerica -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SouthAmerica">
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicRegion"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#SouthAmericaCluster"/>
        <geoName>South America</geoName>
        <rdfs:label xml:lang="en">South America</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SouthAmericaCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SouthAmericaCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#SouthAmerica"/>
        <rdfs:comment>From South America : The patients with travel history to South America and their contacts.</rdfs:comment>
        <rdfs:label xml:lang="en">SouthAmericaCluster</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SouthernStatesCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SouthernStatesCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#SouthernStatesOfIndia"/>
        <rdfs:comment>From the Southern States : The patients with travel to Kerala, Tamil Nadu, Andhra Pradesh or Telengana and their contacts. This doesn&apos;t contain patients with interdistrict travel in Karnataka</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SouthernStatesOfIndia -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SouthernStatesOfIndia">
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicRegion"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#SouthernStatesCluster"/>
        <geoName>Southern States Of India</geoName>
        <rdfs:comment>Kerala, Tamil Nadu, Andhra Pradesh or Telengana. This doesn&apos;t contain Karnataka</rdfs:comment>
        <rdfs:label>Southern States Of India</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Spain -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Spain">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Madrid"/>
        <geoName>Spain</geoName>
        <rdfs:label xml:lang="en">Spain</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#SriLanka -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#SriLanka">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Colombo"/>
        <contains rdf:resource="http://w3id.org/codo#WesternProvince"/>
        <geoName>Sri Lanka</geoName>
        <rdfs:label xml:lang="en">Sri Lanka</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Surat -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Surat">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#Gujarat"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasState rdf:resource="http://w3id.org/codo#Gujarat"/>
        <geoName>Surat</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">21.17024</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">72.831061</schema:longitude>
        <rdfs:label xml:lang="en">Surat</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Switzerland -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Switzerland">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Switzerland</geoName>
        <rdfs:label xml:lang="en">Switzerland</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#TJCongregation13thTo18thCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#TJCongregation13thTo18thCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TimeCluster"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#Delhi"/>
        <date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-03-13T00:00:00</date>
        <date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-03-18T00:00:00</date>
        <endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-03-18T00:00:00</endDate>
        <startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-03-13T00:00:00</startDate>
        <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.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#TamilNadu -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#TamilNadu">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Chennai"/>
        <contains rdf:resource="http://w3id.org/codo#Madurai"/>
        <contains rdf:resource="http://w3id.org/codo#MaduraiDistrict"/>
        <contains rdf:resource="http://w3id.org/codo#Vellore"/>
        <contains rdf:resource="http://w3id.org/codo#VelloreDistrict"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Tamil Nadu</geoName>
        <rdfs:label xml:lang="en">Tamil Nadu</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Telangana -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Telangana">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Hyderabad"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>Telangana</geoName>
        <rdfs:label xml:lang="en">Telangana</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Texas -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Texas">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#USA"/>
        <hasCountry rdf:resource="http://w3id.org/codo#USA"/>
        <geoName>Texas</geoName>
        <rdfs:label xml:lang="en">Texas</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Thane -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Thane">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <containedIn rdf:resource="http://w3id.org/codo#ThaneDistrict"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#ThaneDistrict"/>
        <geoName>Thane</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">19.172431</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">72.957019</schema:longitude>
        <rdfs:label>Thane</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#ThaneDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#ThaneDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <contains rdf:resource="http://w3id.org/codo#Thane"/>
        <hasState rdf:resource="http://w3id.org/codo#Maharashtra"/>
        <geoName>Thane District</geoName>
        <rdfs:label>Thane District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#TheWorld -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#TheWorld">
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicRegion"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#InternationalTravelHistoryAbsentCluster"/>
        <geoName>The World</geoName>
        <rdfs:comment>Represents the geographic region of the entire world.</rdfs:comment>
        <rdfs:label>The World</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Tired -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Tired">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 224960004</rdfs:comment>
        <rdfs:label xml:lang="en">Feeling tired</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Trivandrum -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Trivandrum">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Kerala"/>
        <hasState rdf:resource="http://w3id.org/codo#Kerala"/>
        <geoName>Trivandrum</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">8.4875</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">76.9525</schema:longitude>
        <rdfs:label>Trivandrum</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Tumkur -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Tumkur">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Tumkur</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.34</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.1</schema:longitude>
        <rdfs:label>Tumkur</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Turkey -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Turkey">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Turkey</geoName>
        <rdfs:label>Turkey</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#UK -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#UK">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Edinburgh"/>
        <contains rdf:resource="http://w3id.org/codo#London"/>
        <contains rdf:resource="http://w3id.org/codo#Scotland"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#UnitedKingdomCluster"/>
        <geoName>UK</geoName>
        <rdfs:label xml:lang="en">UK</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#UP -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#UP">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <hasStatistics rdf:resource="http://w3id.org/codo#upStatState000001"/>
        <hasStatistics rdf:resource="http://w3id.org/codo#upStatState000002"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#COVID-19"/>
        <stateWiseStatistics rdf:resource="http://w3id.org/codo#upStatState000001"/>
        <stateWiseStatistics rdf:resource="http://w3id.org/codo#upStatState000002"/>
        <geoName>UP</geoName>
        <foaf:name>Uttar Pradesh</foaf:name>
        <rdfs:label>UP</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#URTI -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#URTI">
        <rdf:type rdf:resource="http://purl.obolibrary.org/obo/SYMP_0000462"/>
        <rdf:type rdf:resource="http://snomed.info/id/404684003"/>
        <rdfs:comment xml:lang="en">SCTID: 54150009</rdfs:comment>
        <rdfs:label xml:lang="en">URTI</rdfs:label>
        <rdfs:label xml:lang="en">Upper Respiratory Tract Infection</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#USA -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#USA">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#NewYorkCity"/>
        <contains rdf:resource="http://w3id.org/codo#NewYorkState"/>
        <contains rdf:resource="http://w3id.org/codo#Texas"/>
        <isLocationFor rdf:resource="http://w3id.org/codo#USACluster"/>
        <geoName>USA</geoName>
        <rdfs:label xml:lang="en">USA</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#USACluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#USACluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#USA"/>
        <rdfs:comment>From USA : The patients who had travel history to USA and their contacts.</rdfs:comment>
        <rdfs:label xml:lang="en">USACluster</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Udupi -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Udupi">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Udupi</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.3389</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">74.7451</schema:longitude>
        <rdfs:label xml:lang="en">Udupi</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#UnitedArabEmirates -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#UnitedArabEmirates">
        <rdf:type rdf:resource="https://schema.org/Country"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <contains rdf:resource="http://w3id.org/codo#Sharjah"/>
        <geoName>United Arab Emirates</geoName>
        <rdfs:label xml:lang="en">United Arab Emirates</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#UnitedKingdomCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#UnitedKingdomCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#GeographicCluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <hasLocation rdf:resource="http://w3id.org/codo#UK"/>
        <rdfs:comment>From United Kingdom : The patients with travel history to UK and their contacts.</rdfs:comment>
        <rdfs:label xml:lang="en">UnitedKingdomCluster</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#UnknownCluster -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#UnknownCluster">
        <rdf:type rdf:resource="http://w3id.org/codo#Cluster"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Group"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdfs:comment>Unknown : The patients who have been listed in the Media Bulletins as &quot;Contact Under Tracing&quot;and their contacts.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#UttarKannada -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#UttarKannada">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Uttar Kannada</geoName>
        <rdfs:label xml:lang="en">Uttar Kannada</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#UttarPradesh -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#UttarPradesh">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <geoName>Uttar Pradesh</geoName>
        <rdfs:label>Uttar Pradesh</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#UttaraKannada -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#UttaraKannada">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>North Canara</geoName>
        <geoName>Uttara Kannada</geoName>
        <rdfs:comment xml:lang="en">Uttara Kannada, formerly known as North Canara, is a district in the Indian state of Karnataka.</rdfs:comment>
        <rdfs:label xml:lang="en">North Canara</rdfs:label>
        <rdfs:label xml:lang="en">Uttara Kannada</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#VadodaraDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#VadodaraDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Vadodara District</geoName>
        <rdfs:label xml:lang="en">Vadodara District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Vellore -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Vellore">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#TamilNadu"/>
        <containedIn rdf:resource="http://w3id.org/codo#VelloreDistrict"/>
        <hasDistrict rdf:resource="http://w3id.org/codo#VelloreDistrict"/>
        <geoName>Vellore</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">12.920219</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">79.133306</schema:longitude>
        <rdfs:label xml:lang="en">Vellore</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#VelloreDistrict -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#VelloreDistrict">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#TamilNadu"/>
        <contains rdf:resource="http://w3id.org/codo#Vellore"/>
        <hasState rdf:resource="http://w3id.org/codo#TamilNadu"/>
        <geoName>Vellore District</geoName>
        <rdfs:label xml:lang="en">Vellore District</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Vijayapura -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Vijayapura">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Vijayapura</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">13.29</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">77.8</schema:longitude>
        <rdfs:label xml:lang="en">Vijayapura</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Vishakapatnam -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Vishakapatnam">
        <rdf:type rdf:resource="http://w3id.org/codo#City"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#AndhraPradesh"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <hasState rdf:resource="http://w3id.org/codo#AndhraPradesh"/>
        <geoName>Vishakapatnam</geoName>
        <schema:latitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">17.704167</schema:latitude>
        <schema:longitude rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">83.297778</schema:longitude>
        <rdfs:label>Vishakapatnam</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Ward135 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Ward135">
        <rdf:type rdf:resource="http://w3id.org/codo#CityWard"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <geoName>Ward 135</geoName>
        <rdfs:label xml:lang="en">Ward 135</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#WestBengal -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#WestBengal">
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <rdf:type rdf:resource="https://schema.org/State"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <contains rdf:resource="http://w3id.org/codo#Kolkata"/>
        <hasCountry rdf:resource="http://w3id.org/codo#India"/>
        <geoName>West Bengal</geoName>
        <rdfs:label xml:lang="en">West Bengal</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#WesternProvince -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#WesternProvince">
        <rdf:type rdf:resource="http://w3id.org/codo#Province"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#SriLanka"/>
        <contains rdf:resource="http://w3id.org/codo#Colombo"/>
        <hasCountry rdf:resource="http://w3id.org/codo#SriLanka"/>
        <geoName>Western Province</geoName>
        <rdfs:comment xml:lang="en">is one of the nine provinces of Sri Lanka, the first level administrative division of the country.</rdfs:comment>
        <rdfs:label xml:lang="en">Western Province</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#Yadgir -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#Yadgir">
        <rdf:type rdf:resource="http://w3id.org/codo#District"/>
        <rdf:type rdf:resource="https://schema.org/Place"/>
        <containedIn rdf:resource="http://w3id.org/codo#BengaluruUrban"/>
        <containedIn rdf:resource="http://w3id.org/codo#India"/>
        <containedIn rdf:resource="http://w3id.org/codo#Karnataka"/>
        <contains rdf:resource="http://w3id.org/codo#Shahapur"/>
        <hasState rdf:resource="http://w3id.org/codo#Karnataka"/>
        <geoName>Yadgir</geoName>
        <rdfs:label xml:lang="en">Yadgir</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#karntStateStat000001 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#karntStateStat000001">
        <rdf:type rdf:resource="http://w3id.org/codo#StateWiseStatistics"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Statistics"/>
        <isCovid-19StatisticsOf rdf:resource="http://w3id.org/codo#Karnataka"/>
        <cases rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">10</cases>
        <metrics rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">10</metrics>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#karntStateStat000002 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#karntStateStat000002">
        <rdf:type rdf:resource="http://w3id.org/codo#StateWiseStatistics"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Statistics"/>
        <isCovid-19StatisticsOf rdf:resource="http://w3id.org/codo#Karnataka"/>
        <cases rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">10</cases>
        <metrics rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">10</metrics>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000001 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000001">
        <rdf:type rdf:resource="http://w3id.org/codo#DiagnosedWithCovid"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Man"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasDiagnosis rdf:resource="http://w3id.org/codo#P000001Diagnosis"/>
        <hasSymptom rdf:resource="http://w3id.org/codo#Fever"/>
        <hasSymptom rdf:resource="http://w3id.org/codo#URTI"/>
        <hasTestResult rdf:resource="http://w3id.org/codo#P000001-Vitals1"/>
        <mostRecentTestResult rdf:resource="http://w3id.org/codo#P000001-Vitals1"/>
        <pending:gender rdf:resource="http://w3id.org/codo#Male"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</hadCovidTest>
        <hasID>T1</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000002 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000002">
        <rdf:type rdf:resource="http://w3id.org/codo#DiagnosedWithCovid"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasDiagnosis rdf:resource="http://w3id.org/codo#P000002Diagnosis"/>
        <hasSymptom rdf:resource="http://w3id.org/codo#Pneumonia"/>
        <hasTestResult rdf:resource="http://w3id.org/codo#P000002-Vitals1"/>
        <mostRecentTestResult rdf:resource="http://w3id.org/codo#P000002-Vitals1"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</hadCovidTest>
        <hasID>T2</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000003 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000003">
        <rdf:type rdf:resource="http://w3id.org/codo#DiagnosedWithCovid"/>
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasDiagnosis rdf:resource="http://w3id.org/codo#P000003Diagnosis"/>
        <hasSymptom rdf:resource="http://w3id.org/codo#SeverePneumonia"/>
        <hasTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals1"/>
        <hasTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals2"/>
        <hasTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals3"/>
        <hasTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals4"/>
        <mostRecentTestResult rdf:resource="http://w3id.org/codo#P000003-Vitals4"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</hadCovidTest>
        <hasID>T3</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000004 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000004">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#UntestedForCovid"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</hadCovidTest>
        <hasID>T4</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000005 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000005">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#UntestedForCovid"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</hadCovidTest>
        <hasID>T5</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000006 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000006">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#UntestedForCovid"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</hadCovidTest>
        <hasID>T6</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000007 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000007">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#UntestedForCovid"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</hadCovidTest>
        <hasID>T7</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000008 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000008">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#UntestedForCovid"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Woman"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <pending:gender rdf:resource="http://w3id.org/codo#Female"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</hadCovidTest>
        <hasID>T8</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000009 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000009">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</hadCovidTest>
        <hasID>T9</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000010 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000010">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#UntestedForCovid"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</hadCovidTest>
        <hasID>T10</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000011 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000011">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</hadCovidTest>
        <hasID>T11</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000012 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000012">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://w3id.org/codo#UntestedForCovid"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <hadCovidTest rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">false</hadCovidTest>
        <hasID>T12</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000013 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000013">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasID>T13</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000014 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000014">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasID>T14</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000015 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000015">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasID>T15</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000016 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000016">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasID>T16</hasID>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000018 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000018">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasID>T18</hasID>
        <rdfs:label xml:lang="en">p000018</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000019 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000019">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasID>T19</hasID>
        <rdfs:label xml:lang="en">p000019</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p000020 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p000020">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasID>T20</hasID>
        <rdfs:label xml:lang="en">p000020</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p99991 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p99991">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasID>T17</hasID>
        <rdfs:comment>Note: had to give this test data id that may conflict with real data in order to process reason strings that require numeric computations on the ID&apos;s. I.e., they have to be numeric strings that can be converted to integers not string starting with &quot;T&quot; So make sure to delete this and similar test data before loading actual data.</rdfs:comment>
        <rdfs:label xml:lang="en">p000017</rdfs:label>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p99992 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p99992">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasID>99992</hasID>
        <rdfs:comment>Note: had to give this test data id that may conflict with real data in order to process reason strings that require numeric computations on the ID&apos;s. I.e., they have to be numeric strings that can be converted to integers not string starting with &quot;T&quot; So make sure to delete this and similar test data before loading actual data.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#p99993 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#p99993">
        <rdf:type rdf:resource="http://w3id.org/codo#TestData"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
        <rdf:type rdf:resource="https://schema.org/Patient"/>
        <hasID>99993</hasID>
        <rdfs:comment>Note: had to give this test data id that may conflict with real data in order to process reason strings that require numeric computations on the ID&apos;s. I.e., they have to be numeric strings that can be converted to integers not string starting with &quot;T&quot; So make sure to delete this and similar test data before loading actual data.</rdfs:comment>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#upStatState000001 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#upStatState000001">
        <rdf:type rdf:resource="http://w3id.org/codo#StateWiseStatistics"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Statistics"/>
        <isCovid-19StatisticsOf rdf:resource="http://w3id.org/codo#UP"/>
        <cases rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">15</cases>
        <metrics rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">15</metrics>
        <foaf:name>Bengalure Urban</foaf:name>
    </owl:NamedIndividual>
    


    <!-- http://w3id.org/codo#upStatState000002 -->


    <owl:NamedIndividual rdf:about="http://w3id.org/codo#upStatState000002">
        <rdf:type rdf:resource="http://w3id.org/codo#StateWiseStatistics"/>
        <rdf:type rdf:resource="http://w3id.org/codo#Statistics"/>
        <isCovid-19StatisticsOf rdf:resource="http://w3id.org/codo#UP"/>
    </owl:NamedIndividual>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Rules
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    <rdf:Description rdf:about="http://www.isibang.ac.in/ns/codo#p">
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.isibang.ac.in/ns/codo#c">
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.isibang.ac.in/ns/codo#b">
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.isibang.ac.in/ns/codo#s">
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.isibang.ac.in/ns/covid19#p">
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.isibang.ac.in/ns/covid19#d">
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.isibang.ac.in/ns/covid19#tr">
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.isibang.ac.in/ns/covid19#r">
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/>
    </rdf:Description>
    <rdf:Description rdf:about="http://www.isibang.ac.in/ns/covid19#sp">
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Variable"/>
    </rdf:Description>
    <rdf:Description>
        <swrla:isRuleEnabled rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</swrla:isRuleEnabled>
        <rdfs:comment></rdfs:comment>
        <rdfs:label>Mild and Very Mild Covid19 Diagnostic Rule</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/>
        <swrl:body>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasSymptom"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#p"/>
                        <swrl:argument2 rdf:resource="http://w3id.org/codo#URTI"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                        <rdf:first>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                                <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasDiagnosis"/>
                                <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#p"/>
                                <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/covid19#d"/>
                            </rdf:Description>
                        </rdf:first>
                        <rdf:rest>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                                <rdf:first>
                                    <rdf:Description>
                                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasSymptom"/>
                                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#p"/>
                                        <swrl:argument2 rdf:resource="http://w3id.org/codo#Fever"/>
                                    </rdf:Description>
                                </rdf:first>
                                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                            </rdf:Description>
                        </rdf:rest>
                    </rdf:Description>
                </rdf:rest>
            </rdf:Description>
        </swrl:body>
        <swrl:head>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#ClassAtom"/>
                        <swrl:classPredicate rdf:resource="http://w3id.org/codo#MildAndVeryMildCOVID-19"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#d"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:Description>
        </swrl:head>
    </rdf:Description>
    <rdf:Description>
        <swrla:isRuleEnabled rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</swrla:isRuleEnabled>
        <rdfs:comment></rdfs:comment>
        <rdfs:label>Uncle Rule</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/>
        <swrl:body>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasChild"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#p"/>
                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#c"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                        <rdf:first>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                                <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasBrother"/>
                                <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#p"/>
                                <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#b"/>
                            </rdf:Description>
                        </rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                    </rdf:Description>
                </rdf:rest>
            </rdf:Description>
        </swrl:body>
        <swrl:head>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasUncle"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#c"/>
                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#b"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:Description>
        </swrl:head>
    </rdf:Description>
    <rdf:Description>
        <swrla:isRuleEnabled rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</swrla:isRuleEnabled>
        <rdfs:comment></rdfs:comment>
        <rdfs:label>Aunt Rule</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/>
        <swrl:body>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasChild"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#p"/>
                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#c"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                        <rdf:first>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                                <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasSister"/>
                                <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#p"/>
                                <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#s"/>
                            </rdf:Description>
                        </rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                    </rdf:Description>
                </rdf:rest>
            </rdf:Description>
        </swrl:body>
        <swrl:head>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasAunt"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#c"/>
                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#s"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:Description>
        </swrl:head>
    </rdf:Description>
    <rdf:Description>
        <swrla:isRuleEnabled rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</swrla:isRuleEnabled>
        <rdfs:comment></rdfs:comment>
        <rdfs:label>Niece Rule</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/>
        <swrl:body>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasDaughter"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#p"/>
                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#c"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                        <rdf:first>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                                <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasSibling"/>
                                <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#p"/>
                                <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#s"/>
                            </rdf:Description>
                        </rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                    </rdf:Description>
                </rdf:rest>
            </rdf:Description>
        </swrl:body>
        <swrl:head>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasNiece"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#s"/>
                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#c"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:Description>
        </swrl:head>
    </rdf:Description>
    <rdf:Description>
        <swrla:isRuleEnabled rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</swrla:isRuleEnabled>
        <rdfs:comment></rdfs:comment>
        <rdfs:label>Nephew Rule</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/>
        <swrl:body>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasSon"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#p"/>
                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#c"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                        <rdf:first>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                                <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasSibling"/>
                                <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#p"/>
                                <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#s"/>
                            </rdf:Description>
                        </rdf:first>
                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                    </rdf:Description>
                </rdf:rest>
            </rdf:Description>
        </swrl:body>
        <swrl:head>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasNephew"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/codo#s"/>
                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/codo#c"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:Description>
        </swrl:head>
    </rdf:Description>
    <rdf:Description>
        <swrla:isRuleEnabled rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</swrla:isRuleEnabled>
        <rdfs:comment></rdfs:comment>
        <rdfs:label>Moderate Covid19 Diagnostic Rule</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/>
        <swrl:body>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasDiagnosis"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#p"/>
                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/covid19#d"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                        <rdf:first>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                                <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#mostRecentTestResult"/>
                                <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#p"/>
                                <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/covid19#tr"/>
                            </rdf:Description>
                        </rdf:first>
                        <rdf:rest>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                                <rdf:first>
                                    <rdf:Description>
                                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasSymptom"/>
                                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#p"/>
                                        <swrl:argument2 rdf:resource="http://w3id.org/codo#Pneumonia"/>
                                    </rdf:Description>
                                </rdf:first>
                                <rdf:rest>
                                    <rdf:Description>
                                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                                        <rdf:first>
                                            <rdf:Description>
                                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#BuiltinAtom"/>
                                                <swrl:builtin rdf:resource="http://www.w3.org/2003/11/swrlb#greaterThanOrEqual"/>
                                                <swrl:arguments>
                                                    <rdf:Description>
                                                        <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                                                        <rdf:first rdf:resource="http://www.isibang.ac.in/ns/covid19#r"/>
                                                        <rdf:rest>
                                                            <rdf:Description>
                                                                <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">15</rdf:first>
                                                                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                            </rdf:Description>
                                                        </rdf:rest>
                                                    </rdf:Description>
                                                </swrl:arguments>
                                            </rdf:Description>
                                        </rdf:first>
                                        <rdf:rest>
                                            <rdf:Description>
                                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                                                <rdf:first>
                                                    <rdf:Description>
                                                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#DatavaluedPropertyAtom"/>
                                                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#respiratoryRate"/>
                                                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#tr"/>
                                                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/covid19#r"/>
                                                    </rdf:Description>
                                                </rdf:first>
                                                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                            </rdf:Description>
                                        </rdf:rest>
                                    </rdf:Description>
                                </rdf:rest>
                            </rdf:Description>
                        </rdf:rest>
                    </rdf:Description>
                </rdf:rest>
            </rdf:Description>
        </swrl:body>
        <swrl:head>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#ClassAtom"/>
                        <swrl:classPredicate rdf:resource="http://w3id.org/codo#ModerateCOVID-19"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#d"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:Description>
        </swrl:head>
    </rdf:Description>
    <rdf:Description>
        <swrla:isRuleEnabled rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</swrla:isRuleEnabled>
        <rdfs:comment></rdfs:comment>
        <rdfs:label>Severe Covid19 Diagnostic Rule</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#Imp"/>
        <swrl:body>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasDiagnosis"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#p"/>
                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/covid19#d"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                        <rdf:first>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                                <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#mostRecentTestResult"/>
                                <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#p"/>
                                <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/covid19#tr"/>
                            </rdf:Description>
                        </rdf:first>
                        <rdf:rest>
                            <rdf:Description>
                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                                <rdf:first>
                                    <rdf:Description>
                                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"/>
                                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#hasSymptom"/>
                                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#p"/>
                                        <swrl:argument2 rdf:resource="http://w3id.org/codo#SeverePneumonia"/>
                                    </rdf:Description>
                                </rdf:first>
                                <rdf:rest>
                                    <rdf:Description>
                                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                                        <rdf:first>
                                            <rdf:Description>
                                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#DatavaluedPropertyAtom"/>
                                                <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#SpO2"/>
                                                <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#tr"/>
                                                <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/covid19#sp"/>
                                            </rdf:Description>
                                        </rdf:first>
                                        <rdf:rest>
                                            <rdf:Description>
                                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                                                <rdf:first>
                                                    <rdf:Description>
                                                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#ClassAtom"/>
                                                        <swrl:classPredicate rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
                                                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#p"/>
                                                    </rdf:Description>
                                                </rdf:first>
                                                <rdf:rest>
                                                    <rdf:Description>
                                                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                                                        <rdf:first>
                                                            <rdf:Description>
                                                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#BuiltinAtom"/>
                                                                <swrl:builtin rdf:resource="http://www.w3.org/2003/11/swrlb#greaterThanOrEqual"/>
                                                                <swrl:arguments>
                                                                    <rdf:Description>
                                                                        <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                                                                        <rdf:first rdf:resource="http://www.isibang.ac.in/ns/covid19#r"/>
                                                                        <rdf:rest>
                                                                            <rdf:Description>
                                                                                <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                                                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">30</rdf:first>
                                                                                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                                            </rdf:Description>
                                                                        </rdf:rest>
                                                                    </rdf:Description>
                                                                </swrl:arguments>
                                                            </rdf:Description>
                                                        </rdf:first>
                                                        <rdf:rest>
                                                            <rdf:Description>
                                                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                                                                <rdf:first>
                                                                    <rdf:Description>
                                                                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#DatavaluedPropertyAtom"/>
                                                                        <swrl:propertyPredicate rdf:resource="http://w3id.org/codo#respiratoryRate"/>
                                                                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#tr"/>
                                                                        <swrl:argument2 rdf:resource="http://www.isibang.ac.in/ns/covid19#r"/>
                                                                    </rdf:Description>
                                                                </rdf:first>
                                                                <rdf:rest>
                                                                    <rdf:Description>
                                                                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                                                                        <rdf:first>
                                                                            <rdf:Description>
                                                                                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#BuiltinAtom"/>
                                                                                <swrl:builtin rdf:resource="http://www.w3.org/2003/11/swrlb#greaterThanOrEqual"/>
                                                                                <swrl:arguments>
                                                                                    <rdf:Description>
                                                                                        <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                                                                                        <rdf:first rdf:resource="http://www.isibang.ac.in/ns/covid19#sp"/>
                                                                                        <rdf:rest>
                                                                                            <rdf:Description>
                                                                                                <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
                                                                                                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">90</rdf:first>
                                                                                                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                                                            </rdf:Description>
                                                                                        </rdf:rest>
                                                                                    </rdf:Description>
                                                                                </swrl:arguments>
                                                                            </rdf:Description>
                                                                        </rdf:first>
                                                                        <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                                                                    </rdf:Description>
                                                                </rdf:rest>
                                                            </rdf:Description>
                                                        </rdf:rest>
                                                    </rdf:Description>
                                                </rdf:rest>
                                            </rdf:Description>
                                        </rdf:rest>
                                    </rdf:Description>
                                </rdf:rest>
                            </rdf:Description>
                        </rdf:rest>
                    </rdf:Description>
                </rdf:rest>
            </rdf:Description>
        </swrl:body>
        <swrl:head>
            <rdf:Description>
                <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#AtomList"/>
                <rdf:first>
                    <rdf:Description>
                        <rdf:type rdf:resource="http://www.w3.org/2003/11/swrl#ClassAtom"/>
                        <swrl:classPredicate rdf:resource="http://w3id.org/codo#SevereCOVID-19"/>
                        <swrl:argument1 rdf:resource="http://www.isibang.ac.in/ns/covid19#d"/>
                    </rdf:Description>
                </rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            </rdf:Description>
        </swrl:head>
    </rdf:Description>
</rdf:RDF>



<!-- Generated by the OWL API (version 5.1.14) https://github.com/owlcs/owlapi/ -->


