@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://purl.obolibrary.org/obo/exo.owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .

obo:BFO_0000015
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "BFO:0000015"^^xsd:string ;
    a owl:Class ;
    rdfs:label "process"^^xsd:string .

obo:BFO_0000050
    obo:IAO_0000115 "For continuants: C part_of C' if and only if: given any c that instantiates C at a time t, there is some c' such that c' instantiates C' at time t, and c *part_of* c' at t. For processes: P part_of P' if and only if: given any p that instantiates P at a time t, there is some p' such that p' instantiates P' at time t, and p *part_of* p' at t. (Here *part_of* is the instance-level part-relation.)"^^xsd:string ;
    oboInOwl:hasDbXref "BFO:0000050"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "part_of"^^xsd:string ;
    oboInOwl:shorthand "part_of"^^xsd:string ;
    a owl:ObjectProperty .

obo:BFO_0000051
    oboInOwl:hasDbXref "BFO:0000051"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "has_part"^^xsd:string ;
    oboInOwl:shorthand "has_part"^^xsd:string ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "has_part"^^xsd:string .

obo:ExO_0000000
    obo:IAO_0000115 "An agent, stimulus, activity, or event that causes stress or tension on an organism and interacts with an exposure_receptor during an exposure event."^^xsd:string ;
    oboInOwl:creation_date "2010-09-21T02:43:50Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000000"^^xsd:string ;
    a owl:Class ;
    rdfs:label "exposure stressor"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/exo#interacts_with> ;
        owl:someValuesFrom obo:ExO_0000001
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/exo#interacts_with_an_exposure_receptor_via> ;
        owl:someValuesFrom obo:ExO_0000002
    ] .

obo:ExO_0000001
    obo:IAO_0000115 "An entity (e.g., a human, human population, or a human organ) that interacts with an exposure stressor during an exposure event."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2010-09-21T02:45:36Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "exposure_receptor"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/exo#interacts_with> ;
        owl:someValuesFrom obo:ExO_0000000
    ] .

obo:ExO_0000002
    obo:IAO_0000115 "An interaction between an exposure stressor and an exposure_receptor."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2010-09-21T02:47:00Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_event"^^xsd:string ;
    oboInOwl:id "ExO:0000002"^^xsd:string ;
    a owl:Class ;
    rdfs:label "exposure event"^^xsd:string ;
    rdfs:subClassOf obo:BFO_0000015, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/exo#interacts_with_an_exposure_stressor_via> ;
        owl:someValuesFrom obo:ExO_0000001
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:ExO_0000000
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:ExO_0000001
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/exo#interacts_with_an_exposure_receptor_via> ;
        owl:someValuesFrom obo:ExO_0000000
    ] .

obo:ExO_0000003
    obo:IAO_0000115 "Entity that results from the interaction between and exposure_receptor and an exposure stressor during an exposure event."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2010-09-21T02:48:49Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_outcome"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "interaction outcome"^^xsd:string ;
    oboInOwl:id "ExO:0000003"^^xsd:string ;
    a owl:Class ;
    rdfs:label "exposure outcome"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/exo#is_associated_with> ;
        owl:someValuesFrom obo:ExO_0000002
    ] .

obo:ExO_0000004
    obo:IAO_0000115 "A exposure transport path is the course an agent takes from the source to the target."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:29:33Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000004"^^xsd:string ;
    a owl:Class ;
    rdfs:label "exposure transport path"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000000
    ] .

obo:ExO_0000005
    obo:IAO_0000115 "An agent of biological origin."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2010-09-21T10:09:17Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000005"^^xsd:string ;
    a owl:Class ;
    rdfs:label "biological agent"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000000 .

obo:ExO_0000006
    obo:IAO_0000115 "An agent of chemical origin."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2010-09-21T10:12:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000006"^^xsd:string ;
    a owl:Class ;
    rdfs:label "chemical agent"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000000 .

obo:ExO_0000007
    obo:IAO_0000115 "An exposure stressor that is a change in the distributions, abundance and relations of organisms and their interactions with the environment."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2010-09-21T10:14:38Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000007"^^xsd:string ;
    a owl:Class ;
    rdfs:label "ecological perturbation"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000000 .

obo:ExO_0000008
    obo:IAO_0000115 "An agent as a source of energy that may cause injury or disease (e.g., noise, vibration, radiation, temperature extremes)."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2010-09-21T10:15:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000008"^^xsd:string ;
    a owl:Class ;
    rdfs:label "physical agent"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000000 .

obo:ExO_0000009
    obo:IAO_0000115 "An agent that interferes with one's psychological development in and interaction with a social environment."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2010-09-21T10:16:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000009"^^xsd:string ;
    a owl:Class ;
    rdfs:label "psychosocial agent"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000000 .

obo:ExO_0000010
    obo:IAO_0000115 "A transport path that allows a stressor to interact with a receptor via air."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:29:46Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_transport_path"^^xsd:string ;
    oboInOwl:id "ExO:0000010"^^xsd:string ;
    a owl:Class ;
    rdfs:label "air transport path"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000004 .

obo:ExO_0000011
    obo:IAO_0000115 "A mechanical agent applied to biological systems, such as humans, animals, plants, organs, and cells"^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:17:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000011"^^xsd:string ;
    a owl:Class ;
    rdfs:label "biomechanical agent"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000000 .

obo:ExO_0000012
    obo:IAO_0000115 "An ecological perturbation that results from the deterioration of  an ecological or environmental area that is inhabited by a particular species of animal, plant or other type of organism."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:18:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000012"^^xsd:string ;
    a owl:Class ;
    rdfs:label "habitat degradation"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000007 .

obo:ExO_0000013
    obo:IAO_0000115 "An ecological perturbation that is acidic water, usually pH 2.5 to 4.5, which poisons the ecosystem and adversely affects plants, fishes, and mammals. It is caused by industrial pollutants, mainly sulfur oxides and nitrogen oxides, emitted into the atmosphere and returning to earth in the form of acidic rain water."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:19:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000013"^^xsd:string ;
    a owl:Class ;
    rdfs:label "acid rain"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000007 .

obo:ExO_0000014
    obo:IAO_0000115 "An ecological pertubation that is any significant change in measures of climate (such as temperature, precipitation, or wind) lasting for an extended period (decades or longer). It may result from natural factors such as changes in the sun's intensity, natural processes within the climate system such as changes in ocean circulation, or human activities."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:19:26Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000014"^^xsd:string ;
    a owl:Class ;
    rdfs:label "climate change"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000007 .

obo:ExO_0000015
    obo:IAO_0000115 "A psychosocial agent that is a situation in which the level of living of an individual, family, or group is below the standard of the community. It is often related to a specific income level."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:19:54Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "indigency"^^xsd:string ;
    oboInOwl:id "ExO:0000015"^^xsd:string ;
    a owl:Class ;
    rdfs:label "poverty"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000009 .

obo:ExO_0000016
    obo:IAO_0000115 "Where something is available or from where it originates."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:20:11Z"^^xsd:string ;
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_stressor"^^xsd:string ;
    oboInOwl:id "ExO:0000016"^^xsd:string ;
    a owl:Class ;
    rdfs:label "source"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000000
    ] .

obo:ExO_0000017
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's spatial location relative to other objects in the vicinity."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:22:40Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "spatial_quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Placement"^^xsd:string ;
    oboInOwl:id "ExO:0000017"^^xsd:string ;
    a owl:Class ;
    rdfs:label "location"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000002, obo:ExO_0000088 .

obo:ExO_0000018
    obo:IAO_0000115 "Substances or processes that originate outside of an organism or a system."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:23:00Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "spatial_quality"^^xsd:string ;
    oboInOwl:id "ExO:0000018"^^xsd:string ;
    a owl:Class ;
    rdfs:label "exogenous"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000017 .

obo:ExO_0000019
    obo:IAO_0000115 "A location that is happening or arising or located inside some limits, or especially, some surface."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:23:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "spatial_quality"^^xsd:string ;
    oboInOwl:id "ExO:0000019"^^xsd:string ;
    a owl:Class ;
    rdfs:label "indoor"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000017 .

obo:ExO_0000020
    obo:IAO_0000115 "An exogenous location that is happening or arising or located outside"^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:23:24Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "spatial_quality"^^xsd:string ;
    oboInOwl:id "ExO:0000020"^^xsd:string ;
    a owl:Class ;
    rdfs:label "outdoor"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000017 .

obo:ExO_0000021
    obo:IAO_0000115 "Substances or processes that originate within an organism or a system."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:23:36Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "spatial_quality"^^xsd:string ;
    oboInOwl:id "ExO:0000021"^^xsd:string ;
    a owl:Class ;
    rdfs:label "endogenous"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000017 .

obo:ExO_0000023
    obo:IAO_0000115 "The act of taking something through an established and usually routine set of procedures to convert it from one form to another."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:24:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "ExO:0000023"^^xsd:string ;
    a owl:Class ;
    rdfs:label "process"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000016 .

obo:ExO_0000024
    obo:IAO_0000115 "A process occurring in living organisms."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:24:45Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "ExO:0000024"^^xsd:string ;
    a owl:Class ;
    rdfs:label "biological process"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000023 .

obo:ExO_0000025
    obo:IAO_0000115 "A systematic series of mechanical or chemical operations that produce or manufacture something."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:24:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "ExO:0000025"^^xsd:string ;
    a owl:Class ;
    rdfs:label "industrial process"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000023 .

obo:ExO_0000026
    obo:IAO_0000115 "The exposure process of producing food, feed, fiber and other desired products by cultivation of certain plants or raising domesticated animals (livestock)."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:25:09Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "ExO:0000026"^^xsd:string ;
    a owl:Class ;
    rdfs:label "agricultural process"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000023 .

obo:ExO_0000028
    obo:IAO_0000115 "An exposure transport path involving the interaction of an exposure_receptor with an exposure stressor via water."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:29:57Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_transport_path"^^xsd:string ;
    oboInOwl:id "ExO:0000028"^^xsd:string ;
    a owl:Class ;
    rdfs:label "water transport path"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000004 .

obo:ExO_0000029
    obo:IAO_0000115 "An exposure transport path involving the interaction of an exposure_receptor with an exposure stressor via soil."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:30:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_transport_path"^^xsd:string ;
    oboInOwl:id "ExO:0000029"^^xsd:string ;
    a owl:Class ;
    rdfs:label "soil transport path"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000004 .

obo:ExO_0000030
    obo:IAO_0000115 "The earth, all of the organisms living on it, and all of the environmental factors, which act on the organisms. The volume of area where biological matter can exist, slightly above, on or below ground level."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:26:27Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000030"^^xsd:string ;
    a owl:Class ;
    rdfs:label "ecosphere"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000001 .

obo:ExO_0000031
    obo:IAO_0000115 "MERGED DEFINITION:\\nTARGET DEFINITION: An exposure_receptor that is the global ecological system integrating all living beings and their relationships, including their interaction with the elements of the lithosphere, hydrosphere and atmosphere.\\n--------------------\\nSOURCE DEFINITION: An exposure_receptor that is the part of the environment that is made or modified by humans for use in human activities and human habitats."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:27:26Z"^^xsd:string ;
    oboInOwl:hasAlternativeId "ExO:0000032"^^xsd:string ;
    oboInOwl:hasExactSynonym "anthrosphere"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000031"^^xsd:string ;
    a owl:Class ;
    rdfs:label "biosphere"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000030
    ] .

obo:ExO_0000032
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:ExO_0000031 ;
    a owl:Class ;
    owl:deprecated true .

obo:ExO_0000033
    obo:IAO_0000115 "An exposure_receptor that is a group of Homo sapiens inhabiting a given area."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:28:02Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000033"^^xsd:string ;
    a owl:Class ;
    rdfs:label "human population"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000031
    ] .

obo:ExO_0000034
    obo:IAO_0000115 "An individual attribute that is the usual or principal work or business of an individual."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:28:22Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:id "ExO:0000034"^^xsd:string ;
    a owl:Class ;
    rdfs:label "occupation"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000089 .

obo:ExO_0000035
    obo:IAO_0000115 "The individual attribute that is the genes and their composition that are characteristic of an individual or population."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:28:41Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:id "ExO:0000035"^^xsd:string ;
    a owl:Class ;
    rdfs:label "genetic background"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000089 .

obo:ExO_0000037
    obo:IAO_0000115 "A individual attribute that is a particular period in the life of an organism."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:29:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:id "ExO:0000037"^^xsd:string ;
    a owl:Class ;
    rdfs:label "lifestage"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000089 .

obo:ExO_0000038
    obo:IAO_0000115 "The condition of an organism in all aspects (e.g., functional or metabolic efficiency)."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:29:51Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:id "ExO:0000038"^^xsd:string ;
    a owl:Class ;
    rdfs:label "health status"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000089 .

obo:ExO_0000039
    obo:IAO_0000115 "An individual attribute human society and its modes of organization."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:30:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:id "ExO:0000039"^^xsd:string ;
    a owl:Class ;
    rdfs:label "social characteristic"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000089 .

obo:ExO_0000040
    obo:IAO_0000115 "A social characteristic about or relating to the arts and manners favored or practiced by a group."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:30:27Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:id "ExO:0000040"^^xsd:string ;
    a owl:Class ;
    rdfs:label "cultural background"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000039 .

obo:ExO_0000041
    obo:IAO_0000115 "The act or process of imparting or acquiring knowledge."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:30:40Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:id "ExO:0000041"^^xsd:string ;
    a owl:Class ;
    rdfs:label "education"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000039 .

obo:ExO_0000042
    obo:IAO_0000115 "Being or characteristic of a single thing or person."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:30:56Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000042"^^xsd:string ;
    a owl:Class ;
    rdfs:label "human individual"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000001, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000033
    ] .

obo:ExO_0000043
    obo:IAO_0000115 "The individual attribute describing the structure of a living organism."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:31:27Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:id "ExO:0000043"^^xsd:string ;
    a owl:Class ;
    rdfs:label "anatomy"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000089, obo:ExO_0000101 .

obo:ExO_0000044
    obo:IAO_0000115 "Anatomical structure, which consists of the maximal set of organ parts so connected to one another that together they constitute a unit of macroscopic anatomy, structurally distinct from other such units. Examples: femur, biceps, liver, heart, skin, tracheobronchial tree, ovary."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:31:44Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "anatomy"^^xsd:string ;
    oboInOwl:id "ExO:0000044"^^xsd:string ;
    a owl:Class ;
    rdfs:label "organ"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000043
    ] .

obo:ExO_0000045
    obo:IAO_0000115 "Anatomical structure, which consists of similarly specialized cells and intercellular matrix, aggregated according to genetically determined spatial relationships. Examples: epithelium, muscle tissue, connective tissue, neural tissue, lymphoid tissue."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:31:55Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "anatomy"^^xsd:string ;
    oboInOwl:id "ExO:0000045"^^xsd:string ;
    a owl:Class ;
    rdfs:label "tissue"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000043
    ] .

obo:ExO_0000046
    obo:IAO_0000115 "Anatomical structure that consists of a cell compartment surrounded by a plasma membrane; together with other cells and intercellular matrix, it constitutes tissues. Examples: lymphocyte, fibroblast, erythrocyte, neuron."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:32:07Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "anatomy"^^xsd:string ;
    oboInOwl:id "ExO:0000046"^^xsd:string ;
    a owl:Class ;
    rdfs:label "cell"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000043
    ] .

obo:ExO_0000047
    obo:IAO_0000115 "Substances made up of atoms, such as proteins, nucleic acids, lipids and carbohydrates that are produced only by living organisms. Biological molecules are often referred to as macromolecules or biopolymers."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:32:26Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "anatomy"^^xsd:string ;
    oboInOwl:id "ExO:0000047"^^xsd:string ;
    a owl:Class ;
    rdfs:label "biological molecules"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000043
    ] .

obo:ExO_0000048
    obo:IAO_0000115 "Human-made surroundings that provide the setting for human activity, ranging in scale from personal shelter and buildings to neighborhoods and cite, and can often include their supporting infrastructure, such as water supply or energy networks."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:32:56Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000048"^^xsd:string ;
    a owl:Class ;
    rdfs:label "built environment"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000031
    ] .

obo:ExO_0000050
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's occurrence."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:37:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "temporal_quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Incidence"^^xsd:string, "occurrence quality"^^xsd:string ;
    oboInOwl:id "ExO:0000050"^^xsd:string ;
    a owl:Class ;
    rdfs:label "temporal quality"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000064
    ] .

obo:ExO_0000051
    obo:IAO_0000115 "A physical quality, which inheres in a bearer by virtue of the number of the bearer's repetitive actions in a particular time."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:37:46Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "temporal_quality"^^xsd:string ;
    oboInOwl:id "ExO:0000051"^^xsd:string ;
    a owl:Class ;
    rdfs:label "frequency"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000050 .

obo:ExO_0000052
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's being marked by breaks or interruptions."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:37:57Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "temporal_quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "discontinuous"^^xsd:string, "interrupted"^^xsd:string ;
    oboInOwl:id "ExO:0000052"^^xsd:string ;
    a owl:Class ;
    rdfs:label "intermittent"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000051 .

obo:ExO_0000053
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's being uninterrupted in time, sequence, substance, or extent."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:38:09Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "temporal_quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "uninterrupted"^^xsd:string ;
    oboInOwl:id "ExO:0000053"^^xsd:string ;
    a owl:Class ;
    rdfs:label "continuous"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000051 .

obo:ExO_0000054
    obo:IAO_0000115 "Amount of time during which an event persists."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:38:24Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "temporal_quality"^^xsd:string ;
    oboInOwl:id "ExO:0000054"^^xsd:string ;
    a owl:Class ;
    rdfs:label "duration"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000050 .

obo:ExO_0000055
    obo:IAO_0000115 "The way people or other living organisms come into contact with a stressor."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:38:37Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_event"^^xsd:string ;
    oboInOwl:id "ExO:0000055"^^xsd:string ;
    a owl:Class ;
    rdfs:label "route"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000002
    ] .

obo:ExO_0000056
    obo:IAO_0000115 "The process of taking a material (e.g., stressor) into the mouth or body."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:38:47Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "route"^^xsd:string ;
    oboInOwl:id "ExO:0000056"^^xsd:string ;
    a owl:Class ;
    rdfs:label "ingestion"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000055 .

obo:ExO_0000057
    obo:IAO_0000115 "The process of drawing in by breathing."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:38:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "route"^^xsd:string ;
    oboInOwl:id "ExO:0000057"^^xsd:string ;
    a owl:Class ;
    rdfs:label "inhalation"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000055 .

obo:ExO_0000058
    obo:IAO_0000115 "The process of one material (absorbent) being retained by another (absorbate)."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:39:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "route"^^xsd:string ;
    oboInOwl:id "ExO:0000058"^^xsd:string ;
    a owl:Class ;
    rdfs:label "absorption"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000055 .

obo:ExO_0000059
    obo:IAO_0000115 "The extraction of certain materials from a carrier into a liquid (usually, but not always a solvent)."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:39:25Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "route"^^xsd:string ;
    oboInOwl:id "ExO:0000059"^^xsd:string ;
    a owl:Class ;
    rdfs:label "leaching"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000055 .

obo:ExO_0000060
    obo:IAO_0000115 "A method of putting liquid into the body with a syringe and a hollow needle that punctures the skin."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:39:37Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "route"^^xsd:string ;
    oboInOwl:id "ExO:0000060"^^xsd:string ;
    a owl:Class ;
    rdfs:label "injection"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000055 .

obo:ExO_0000061
    obo:IAO_0000115 "Superficial fascia."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:39:49Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "anatomy"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Superficial fascia"^^xsd:string ;
    oboInOwl:id "ExO:0000061"^^xsd:string ;
    a owl:Class ;
    rdfs:label "subcutaneous tissue"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000043
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/exo#targeted_to> ;
        owl:someValuesFrom obo:ExO_0000060
    ] .

obo:ExO_0000062
    obo:IAO_0000115 "The contractile tissue of animals and is derived from the mesodermal layer of embryonic germ cells."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:40:05Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "anatomy"^^xsd:string ;
    oboInOwl:id "ExO:0000062"^^xsd:string ;
    a owl:Class ;
    rdfs:label "muscle"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000043
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/exo#targeted_to> ;
        owl:someValuesFrom obo:ExO_0000060
    ] .

obo:ExO_0000063
    obo:IAO_0000115 "Body substance which consists of plasma and blood cells."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:40:25Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "anatomy"^^xsd:string ;
    oboInOwl:id "ExO:0000063"^^xsd:string ;
    a owl:Class ;
    rdfs:label "blood"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000043
    ], [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/exo#targeted_to> ;
        owl:someValuesFrom obo:ExO_0000060
    ] .

obo:ExO_0000064
    obo:IAO_0000115 "A planned process with the objective to produce information about some evaluant."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:22:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "assay"^^xsd:string ;
    oboInOwl:id "ExO:0000064"^^xsd:string ;
    a owl:Class ;
    rdfs:label "assay"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/exo#characterizes> ;
        owl:someValuesFrom obo:ExO_0000002
    ] .

obo:ExO_0000065
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer possessing or displaying a distinctive feature in type or degree or effect or force."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:23:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_event"^^xsd:string ;
    oboInOwl:id "ExO:0000065"^^xsd:string ;
    a owl:Class ;
    rdfs:label "intensity"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000064
    ] .

obo:ExO_0000066
    obo:IAO_0000115 "A unit of measurement is a standardized quantity of a physical quality."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:23:54Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "unit"^^xsd:string ;
    oboInOwl:id "ExO:0000066"^^xsd:string ;
    a owl:Class ;
    rdfs:label "unit"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000050
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000067
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:ExO_0000065
    ] .

obo:ExO_0000067
    obo:IAO_0000115 "A measurement is an information entity that is a recording of the output of a measurement such as produced by an instrument."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:24:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "assay"^^xsd:string ;
    oboInOwl:id "ExO:0000067"^^xsd:string ;
    a owl:Class ;
    rdfs:label "measurement"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000064 .

obo:ExO_0000070
    obo:IAO_0000115 "An exposure quality in which events occur in sequence."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:26:02Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "temporal_quality"^^xsd:string ;
    oboInOwl:id "ExO:0000070"^^xsd:string ;
    a owl:Class ;
    rdfs:label "time"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000050 .

obo:ExO_0000071
    obo:IAO_0000115 "A substance used as an indicator of a biological state."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:26:20Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "assay"^^xsd:string ;
    oboInOwl:id "ExO:0000071"^^xsd:string ;
    a owl:Class ;
    rdfs:label "biological marker"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000064 .

obo:ExO_0000072
    obo:IAO_0000115 "A representation."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:26:51Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "assay"^^xsd:string ;
    oboInOwl:id "ExO:0000072"^^xsd:string ;
    a owl:Class ;
    rdfs:label "model"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000064 .

obo:ExO_0000073
    obo:IAO_0000115 "A representation of a particular system or subject matter that may only be drawn on paper, described in words, or imagined in the mind."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:27:05Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "assay"^^xsd:string ;
    oboInOwl:id "ExO:0000073"^^xsd:string ;
    a owl:Class ;
    rdfs:label "conceptual"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000072 .

obo:ExO_0000074
    obo:IAO_0000115 "A representation of a particular system or subject matter that can be computed."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:27:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "assay"^^xsd:string ;
    oboInOwl:id "ExO:0000074"^^xsd:string ;
    a owl:Class ;
    rdfs:label "mathematical"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000072 .

obo:ExO_0000075
    obo:IAO_0000115 "A representation of a particular system or subject matter that is computer-derived."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:27:47Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "assay"^^xsd:string ;
    oboInOwl:id "ExO:0000075"^^xsd:string ;
    a owl:Class ;
    rdfs:label "computational"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000072 .

obo:ExO_0000076
    obo:IAO_0000115 "The total quantity or strength of a substance administered at one time."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:28:26Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_event"^^xsd:string ;
    oboInOwl:id "ExO:0000076"^^xsd:string ;
    a owl:Class ;
    rdfs:label "dose"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000003, obo:ExO_0000065 .

obo:ExO_0000077
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:29:49Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_outcome"^^xsd:string ;
    oboInOwl:id "ExO:0000077"^^xsd:string ;
    a owl:Class ;
    rdfs:label "biological response"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000003 .

obo:ExO_0000078
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:30:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_outcome"^^xsd:string ;
    oboInOwl:id "ExO:0000078"^^xsd:string ;
    a owl:Class ;
    rdfs:label "molecular response"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000077 .

obo:ExO_0000079
    obo:IAO_0000115 "A disease is a pattern of abnormal functioning, or abnormal localization of normal functioning, and/or abnormal localization of constituents when compared to other members of that species."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:30:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_outcome"^^xsd:string ;
    oboInOwl:id "ExO:0000079"^^xsd:string ;
    a owl:Class ;
    rdfs:label "disease"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000077, obo:ExO_0000103 .

obo:ExO_0000080
    obo:IAO_0000115 "A symptom is a perceived change in function, sensation, loss, disturbance or appearance reported by a patient indicative of a disease."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:30:47Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_outcome"^^xsd:string ;
    oboInOwl:id "ExO:0000080"^^xsd:string ;
    a owl:Class ;
    rdfs:label "symptom"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000077 .

obo:ExO_0000082
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:31:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_outcome"^^xsd:string ;
    oboInOwl:id "ExO:0000082"^^xsd:string ;
    a owl:Class ;
    rdfs:label "public policy"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000003 .

obo:ExO_0000083
    obo:IAO_0000115 "An exposure medium is a substance through which something else is transmitted or carried during an exposure."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-11T01:33:44Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "assay"^^xsd:string ;
    oboInOwl:id "ExO:0000083"^^xsd:string ;
    a owl:Class ;
    rdfs:label "exposure medium"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000002
    ] .

obo:ExO_0000085
    obo:IAO_0000115 "The end result of a manufacturing process; anything that is produced."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-12T12:14:24Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "ExO:0000085"^^xsd:string ;
    a owl:Class ;
    rdfs:label "commercial product"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000016 .

obo:ExO_0000087
    obo:IAO_0000115 "The act or fact of interfering so as to modify."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-12T01:34:34Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_outcome"^^xsd:string ;
    oboInOwl:id "ExO:0000087"^^xsd:string ;
    a owl:Class ;
    rdfs:label "exposure intervention"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000003 .

obo:ExO_0000088
    obo:IAO_0000115 "Of or relating to space or components within space."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T04:20:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "spatial_quality"^^xsd:string ;
    oboInOwl:id "ExO:0000088"^^xsd:string ;
    a owl:Class ;
    rdfs:label "spatial quality"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000016
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000064
    ] .

obo:ExO_0000089
    obo:IAO_0000115 "An attribute describing some aspect of an individual or human population."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-01-10T09:30:27Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:id "ExO:0000089"^^xsd:string ;
    a owl:Class ;
    rdfs:label "human attribute"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033, obo:ExO_0000042, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000042
    ] .

obo:ExO_0000090
    obo:IAO_0000115 "The protocol for an assay."^^xsd:string ;
    oboInOwl:created_by "cmattin"^^xsd:string ;
    oboInOwl:creation_date "2011-06-08T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "assay"^^xsd:string ;
    oboInOwl:id "ExO:0000090"^^xsd:string ;
    a owl:Class ;
    rdfs:label "method"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:ExO_0000064
    ] .

obo:ExO_0000091
    obo:IAO_0000115 "Of, or relating to, the area in which an individual or population lives, primarily describing the dwelling or shelter used for housing and the location immediately surrounding it"^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-03T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "ExO:0000091"^^xsd:string ;
    a owl:Class ;
    rdfs:label "residential environment stressor source"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000016 .

obo:ExO_0000092
    obo:IAO_0000115 "The external elements and conditions which surround, influence, and affect the life and development of an organism or population."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://meshb.nlm.nih.gov/record/ui?ui=D004777"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "ExO:0000092"^^xsd:string ;
    a owl:Class ;
    rdfs:label "environmental stressor source"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000016 .

obo:ExO_0000093
    obo:IAO_0000115 "The origination of a stressor from the location of the principal work or business of an individual."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "occupation"^^xsd:string ;
    oboInOwl:id "ExO:0000093"^^xsd:string ;
    a owl:Class ;
    rdfs:label "occupational stressor source"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000016 .

obo:ExO_0000094
    obo:IAO_0000115 "A drug product that contains one or more active and/or inactive ingredients; it is intended to treat, prevent or alleviate the symptoms of disease. This term does not refer to the individual ingredients that make up the product."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C459&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "drug"^^xsd:string, "medication"^^xsd:string, "medicine"^^xsd:string ;
    oboInOwl:id "ExO:0000094"^^xsd:string ;
    a owl:Class ;
    rdfs:label "medicinal stressor source"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000016 .

obo:ExO_0000095
    obo:IAO_0000115 "The customary allowance of food and drink taken by a person or an animal from day to day, particularly one especially planned to meet specific requirements of the individual, including or excluding certain items of food; a prescribed course of eating and drinking in which the amount and kind of food, as well as the times at which it is to be taken, are regulated for therapeutic purposes or selected with reference to a particular state of health."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-03T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.02d&code=C15222&ns=NCI_Thesaurus&type=properties&key=n1983551900&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "influencing_factor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "diet"^^xsd:string, "dietary"^^xsd:string ;
    oboInOwl:id "ExO:0000095"^^xsd:string ;
    a owl:Class ;
    rdfs:label "dietary stressor source"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000016 .

obo:ExO_0000096
    obo:IAO_0000115 "A collective generic term that refers here to a wide variety of dependencies, areas of special sovereignty, uninhabited islands, and other entities in addition to the traditional countries or independent states."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&version=17.02d&ns=NCI_Thesaurus&code=C25464&key=n1028804090&b=1&n=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "location"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "country code"^^xsd:string ;
    oboInOwl:id "ExO:0000096"^^xsd:string ;
    a owl:Class ;
    rdfs:label "country"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000017 .

obo:ExO_0000097
    obo:IAO_0000115 "A region, district or division of a country; a tract; a portion a state, especially one remote from the capital."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.02d&code=C25632&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "location"^^xsd:string ;
    oboInOwl:id "ExO:0000097"^^xsd:string ;
    a owl:Class ;
    rdfs:label "province"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000096 .

obo:ExO_0000098
    obo:IAO_0000115 "An area or portion of something with more or less definite boundaries designed or specified according to some established biological, administrative, economic, demographic, etc. criteria."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.02d&code=C41129&ns=NCI_Thesaurus&type=properties&key=1373536612&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "location"^^xsd:string ;
    oboInOwl:id "ExO:0000098"^^xsd:string ;
    a owl:Class ;
    rdfs:label "region"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000096 .

obo:ExO_0000099
    obo:IAO_0000115 "One of the fifty states which is a member of the federation known as the United States of America. Other US geographic areas, such as Puerto Rico and the District of Columbia, are essentially equivalent to State when used in an address."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.02d&code=C30010&ns=NCI_Thesaurus&type=properties&key=1797607167&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "location"^^xsd:string ;
    oboInOwl:id "ExO:0000099"^^xsd:string ;
    a owl:Class ;
    rdfs:label "US State"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000096 .

obo:ExO_0000101
    obo:IAO_0000115 "The assemblage of traits or outward appearance of an individual. It is the product of interactions between genes and between genes and the environment."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C16977&ns=NCI_Thesaurus&type=properties&key=1003504562&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "biological_response"^^xsd:string ;
    oboInOwl:id "ExO:0000101"^^xsd:string ;
    a owl:Class ;
    rdfs:label "phenotype"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000077 .

obo:ExO_0000102
    obo:IAO_0000115 "How long something or someone has existed; elapsed time since birth."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C25150&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "aged"^^xsd:string, "chronological age"^^xsd:string, "postnatal age"^^xsd:string ;
    oboInOwl:id "ExO:0000102"^^xsd:string ;
    a owl:Class ;
    rdfs:label "age"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000089, obo:ExO_0000103 .

obo:ExO_0000103
    obo:IAO_0000115 "Other conditions with the power to have an effect on health status."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C121660&ns=NCI_Thesaurus&type=properties&key=n821927297&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "health_status"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Influence"^^xsd:string ;
    oboInOwl:id "ExO:0000103"^^xsd:string ;
    a owl:Class ;
    rdfs:label "influencing factor"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000038 .

obo:ExO_0000104
    obo:IAO_0000115 "Consumption of liquids containing ethanol, including the behaviors associated with drinking the alcohol."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C16273&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "influencing_factor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "alcohol drinking"^^xsd:string, "alcohol use"^^xsd:string ;
    oboInOwl:id "ExO:0000104"^^xsd:string ;
    a owl:Class ;
    rdfs:label "alcohol consumption"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000103 .

obo:ExO_0000105
    obo:IAO_0000115 "A general indicator of the body fat an individual is carrying based upon the ratio of weight to height."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C16358&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasExactSynonym "BMI"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:id "ExO:0000105"^^xsd:string ;
    a owl:Class ;
    rdfs:label "body mass index"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000103 .

obo:ExO_0000106
    obo:IAO_0000115 "The customary allowance of food and drink taken by a person or an animal from day to day, particularly one especially planned to meet specific requirements of the individual, including or excluding certain items of food; a prescribed course of eating and drinking in which the amount and kind of food, as well as the times at which it is to be taken, are regulated for therapeutic purposes or selected with reference to a particular state of health."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C15222&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "influencing_factor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "dietary"^^xsd:string ;
    oboInOwl:id "ExO:0000106"^^xsd:string ;
    a owl:Class ;
    rdfs:label "diet"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000103 .

obo:ExO_0000107
    obo:IAO_0000115 "The genetic constitution of an organism or cell, as distinct from its expressed features or phenotype."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C16631&ns=NCI_Thesaurus&type=properties&key=n167868829&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "genetics"^^xsd:string ;
    oboInOwl:id "ExO:0000107"^^xsd:string ;
    a owl:Class ;
    rdfs:label "genotype"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000103 .

obo:ExO_0000108
    obo:IAO_0000115 "Any form of exercise or movement. Physical activity may include planned activity such as walking, running, basketball, or other sports. Physical activity may also include other daily activities such as household chores, yard work, walking the dog, etc."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C17708&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "influencing_factor"^^xsd:string ;
    oboInOwl:id "ExO:0000108"^^xsd:string ;
    a owl:Class ;
    rdfs:label "physical activity"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000103 .

obo:ExO_0000109
    obo:IAO_0000115 "An arbitrary classification of a taxonomic group that is a division of a species. It usually arises as a consequence of geographical isolation within a species and is characterized by shared heredity, physical attributes and behavior, and in the case of humans, by common history, nationality, or geographic distribution."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C17049&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "racial group"^^xsd:string ;
    oboInOwl:id "ExO:0000109"^^xsd:string ;
    a owl:Class ;
    rdfs:label "race"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000089, obo:ExO_0000103 .

obo:ExO_0000110
    obo:IAO_0000115 "The assemblage of physical properties or qualities by which male is distinguished from female; the physical difference between male and female; the distinguishing peculiarity of male or female."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C28421&ns=NCI_Thesaurus&type=properties&key=n1987444752&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "gender"^^xsd:string ;
    oboInOwl:id "ExO:0000110"^^xsd:string ;
    a owl:Class ;
    rdfs:label "sex"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000089, obo:ExO_0000103 .

obo:ExO_0000111
    obo:IAO_0000115 "A person who belongs to the sex that normally produces ova. The term is used to indicate biological sex distinctions, or cultural gender role distinctions, or both."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C16576&ns=NCI_Thesaurus&type=properties&key=1029234390&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "girl"^^xsd:string, "woman"^^xsd:string ;
    oboInOwl:id "ExO:0000111"^^xsd:string ;
    a owl:Class ;
    rdfs:label "female"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000110 .

obo:ExO_0000112
    obo:IAO_0000115 "A person who belongs to the sex that normally produces sperm. The term is used to indicate biological sex distinctions, cultural gender role distinctions, or both."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C20197&ns=NCI_Thesaurus&type=properties&key=n1984214633&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "boy"^^xsd:string, "man"^^xsd:string ;
    oboInOwl:id "ExO:0000112"^^xsd:string ;
    a owl:Class ;
    rdfs:label "male"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000110 .

obo:ExO_0000113
    obo:IAO_0000115 "An indication of a person's current tobacco and nicotine consumption as well as some indication of smoking history."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C19796&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "health_status"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "tobacco use"^^xsd:string ;
    oboInOwl:id "ExO:0000113"^^xsd:string ;
    a owl:Class ;
    rdfs:label "smoking status"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000103 .

obo:ExO_0000114
    obo:IAO_0000115 "Characteristics of a person such as education and occupation, used to describe the person's position in stratification systems, access to services, etc."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C17468&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "human_attribute"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "class"^^xsd:string, "socioeconomic factors"^^xsd:string ;
    oboInOwl:id "ExO:0000114"^^xsd:string ;
    a owl:Class ;
    rdfs:label "socioeconomic status"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000039, obo:ExO_0000103 .

obo:ExO_0000115
    obo:IAO_0000115 "An adult who has smoked 100 cigarettes in his or her lifetime and who currently smokes cigarettes. Includes daily smokers and non-daily smokers (also known as occasional smokers)."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C67147&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasExactSynonym "Smoker"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000115"^^xsd:string ;
    a owl:Class ;
    rdfs:label "current smoker"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000113 ;
    owl:disjointWith obo:ExO_0000116, obo:ExO_0000117, obo:ExO_0000118 .

obo:ExO_0000116
    obo:IAO_0000115 "A person who was not smoking at the time of the interview but has smoked at least 100 cigarettes in their life."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C67148&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasExactSynonym "Prior Smoker"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000116"^^xsd:string ;
    a owl:Class ;
    rdfs:label "former smoker"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000113 .

obo:ExO_0000117
    obo:IAO_0000115 "A person who was not smoking at the time of the interview and has smoked less than 100 cigarettes in their life."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C65108&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "non-smoker"^^xsd:string ;
    oboInOwl:id "ExO:0000117"^^xsd:string ;
    a owl:Class ;
    rdfs:label "never smoker"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000113 .

obo:ExO_0000118
    obo:IAO_0000115 "A person who was not smoking at the time of the interview and has smoked less than 100 cigarettes in their life."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-06T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C65108&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Never Smoker"^^xsd:string ;
    oboInOwl:id "ExO:0000118"^^xsd:string ;
    a owl:Class ;
    rdfs:label "non-smoker"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000113 .

obo:ExO_0000119
    obo:IAO_0000115 "Persons who are not yet adults. The specific cut-off age will vary by purpose."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C16423&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "adolescent"^^xsd:string, "child"^^xsd:string, "schoolchildren"^^xsd:string, "teen"^^xsd:string, "teenager"^^xsd:string, "toddler"^^xsd:string ;
    oboInOwl:id "ExO:0000119"^^xsd:string ;
    a owl:Class ;
    rdfs:label "children"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000120
    obo:IAO_0000115 "A group of individuals, identified by a common characteristic."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C61512&ns=NCI_Thesaurus&type=properties&key=952446847&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000120"^^xsd:string ;
    a owl:Class ;
    rdfs:label "cohort"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000121
    obo:IAO_0000115 "Study subjects who serve as controls (i.e., lack the characteristics of a disease or phenotype) in a research study as compared to study subjects with a disease or phenotype as indicated."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000121"^^xsd:string ;
    a owl:Class ;
    rdfs:label "controls for disease or phenotype"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000122
    obo:IAO_0000115 "An unborn or unhatched vertebrate in the later stages of development showing the main recognizable features of the mature being."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C13235&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000122"^^xsd:string ;
    a owl:Class ;
    rdfs:label "fetuses"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000123
    obo:IAO_0000115 "A young child between one month and two years of age or between birth and one month of age."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C16731&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "neonate"^^xsd:string, "newborn"^^xsd:string ;
    oboInOwl:id "ExO:0000123"^^xsd:string ;
    a owl:Class ;
    rdfs:label "infants or newborns"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000124
    obo:IAO_0000115 "Persons including soldiers involved with the armed forces."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://meshb.nlm.nih.gov/record/ui?ui=D008889"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000124"^^xsd:string ;
    a owl:Class ;
    rdfs:label "military personnel"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000125
    obo:IAO_0000115 "A female parent."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C25189&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "mother"^^xsd:string ;
    oboInOwl:id "ExO:0000125"^^xsd:string ;
    a owl:Class ;
    rdfs:label "mothers"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000126
    obo:IAO_0000115 "Human females who are pregnant."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://meshb.nlm.nih.gov/record/ui?ui=D037841"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Pregnant Women"^^xsd:string ;
    oboInOwl:id "ExO:0000126"^^xsd:string ;
    a owl:Class ;
    rdfs:label "pregnant females"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000127
    obo:IAO_0000115 "Persons who are observed, analyzed, examined, investigated, experimented upon, or/and treated in the course of a particular study."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&version=16.07d&ns=NCI_Thesaurus&code=C41189&key=1161914719&b=1&n=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "study subject"^^xsd:string ;
    oboInOwl:id "ExO:0000127"^^xsd:string ;
    a owl:Class ;
    rdfs:label "study subjects"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000128
    obo:IAO_0000115 "Study subjects with a disease or phenotype as indicated."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000128"^^xsd:string ;
    a owl:Class ;
    rdfs:label "subjects with disease or phenotype"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000129
    obo:IAO_0000115 "Study subjects who exhibit characteristics of a specific genotype in a research study."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000129"^^xsd:string ;
    a owl:Class ;
    rdfs:label "subjects with gene influence"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000130
    obo:IAO_0000115 "Former members of the armed services."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://meshb.nlm.nih.gov/record/ui?ui=D014728"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000130"^^xsd:string ;
    a owl:Class ;
    rdfs:label "veterans"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000131
    obo:IAO_0000115 "A person performing a job or service for another person or a business firm on a full- or part-time basis and who receives payment for this work."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C51823&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "employee"^^xsd:string, "employees"^^xsd:string, "worker"^^xsd:string ;
    oboInOwl:id "ExO:0000131"^^xsd:string ;
    a owl:Class ;
    rdfs:label "workers"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000033 .

obo:ExO_0000132
    obo:IAO_0000115 "A person having origins in any of the Black racial groups of Africa. Terms such as \"Haitian\" or \"Negro\" can be used in addition to \"Black or African American\"."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C16352&ns=null&type=synonym&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Black"^^xsd:string, "Haitian"^^xsd:string, "Negro"^^xsd:string ;
    oboInOwl:id "ExO:0000132"^^xsd:string ;
    a owl:Class ;
    rdfs:label "African American"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000133
    obo:IAO_0000115 "Denotes a person having origins in any indigenous people of Alaska and their descendants and who maintains tribal affiliation, or community or cultural attachment. The concept refers to population subgroups such as Eskimos, Aleuts, Inupiat, Yupik, Alutiiq, Egegik,and Pribilovian, Alaskan Athabascan, Tlingit, and Haida. The concept refers also to individuals who classify themselves as such."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C18237&ns=null&type=synonym&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Alaska Indian"^^xsd:string, "Alaskan Athabascan"^^xsd:string, "Aleut"^^xsd:string, "Alutiq"^^xsd:string, "Egegik"^^xsd:string, "Eskimo"^^xsd:string, "Haida"^^xsd:string, "Inupiat"^^xsd:string, "Pribilovian"^^xsd:string, "Tlingit"^^xsd:string, "Yupik"^^xsd:string ;
    oboInOwl:id "ExO:0000133"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Alaska Native"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000134
    obo:IAO_0000115 "Denotes a person having origins in one of the indigenous peoples of North America, who lived on the continent prior to the European colonization. The term includes individuals belonging to a large number of tribes, states, and ethnic groups, many of them still enduring as communities."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C43877&ns=null&type=synonym&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000134"^^xsd:string ;
    a owl:Class ;
    rdfs:label "American Indian"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000135
    obo:IAO_0000115 "A person having origins in any of the original peoples of the Far East, Southeast Asia, or the Indian subcontinent, including for example, Cambodia, China, India, Japan, Korea, Malaysia, Pakistan, the Philippine Islands, Thailand, and Vietnam."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C41260&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000135"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Asian"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000136
    obo:IAO_0000115 "A person having origins in the original peoples of the Indian sub-continent."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C41262&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Asian Indians"^^xsd:string, "Indian"^^xsd:string ;
    oboInOwl:id "ExO:0000136"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Asian Indian"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000137
    obo:IAO_0000115 "A person of Central or South American culture or origin."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000137"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Central or South American"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000138
    obo:IAO_0000115 "A term sometimes used interchangeably with Mexican-American to denote an American citizen of Mexican decent.  The term is a chosen identity of some Mexican-Americans in the United States."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Mexican-American"^^xsd:string ;
    oboInOwl:id "ExO:0000138"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Chicano"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000139
    obo:IAO_0000115 "A person having origins in any of the original peoples of China."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C43391&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000139"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Chinese"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000140
    obo:IAO_0000115 "A person of Cuban culture or origin, regardless of race."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C107608&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Cuban-American"^^xsd:string, "Hispanic"^^xsd:string, "Latino"^^xsd:string ;
    oboInOwl:id "ExO:0000140"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Cuban"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000141
    obo:IAO_0000115 "Denotes a person from or of Cuba or an American citizen of Cuban descent."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C67115&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Cuban"^^xsd:string ;
    oboInOwl:id "ExO:0000141"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Cuban-American"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000142
    obo:IAO_0000115 "Denotes the inhabitants of the Dominican Republic, a person from there, or their descendants elsewhere."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C67117&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000142"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Dominican"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000143
    obo:IAO_0000115 "A person having origins in any of the original peoples of the Philippine Islands."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C43393&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000143"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Filipino"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000144
    obo:IAO_0000115 "Denotes inhabitants of Guam, an island in the North Pacific Ocean, about three-quarters of the way from Hawaii to the Philippines, south of the Northern Mariana Islands."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000144"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Guamanian"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000145
    obo:IAO_0000115 "A person of Cuban, Mexican, Puerto Rican, South or Central American, or other Spanish culture or origin, regardless of race."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C17459&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Central American"^^xsd:string, "Cuban"^^xsd:string, "Latino"^^xsd:string, "Mexican"^^xsd:string, "Puerto Rican"^^xsd:string, "South American"^^xsd:string, "Spanish origin"^^xsd:string ;
    oboInOwl:id "ExO:0000145"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Hispanic"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000146
    obo:IAO_0000115 "A general term for a group of culturally similar indigenous peoples inhabiting the Arctic regions of Canada, Greenland, Russia and the United States. In Alaska, the term Eskimo is commonly used, because it includes both Yupik and Inupiat, while Inuit is not accepted as a collective term. In Canada and Greenland, the term Eskimo has fallen out of favor, as it is considered pejorative by the natives and has been replaced by the term Inuit."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C86558&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Eskimo"^^xsd:string ;
    oboInOwl:id "ExO:0000146"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Inuit"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000147
    obo:IAO_0000115 "A person having origins in any of the original peoples of Japan."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C43392&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000147"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Japanese"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000148
    obo:IAO_0000115 "A person having origins in any of the original peoples of Korea."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C43395&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000148"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Korean"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000149
    obo:IAO_0000115 "A person of Cuban, Mexican, Puerto Rican, South or Central American, or other Spanish culture or origin, regardless of race."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C17459&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym """Hispanic
Spanish origin"""^^xsd:string, "Spanish origin"^^xsd:string ;
    oboInOwl:id "ExO:0000149"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Latino"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000150
    obo:IAO_0000115 "Denotes a person from or of Mexico."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C67113&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Hispanic"^^xsd:string ;
    oboInOwl:id "ExO:0000150"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Mexican"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000151
    obo:IAO_0000115 "Denotes an american citizen of Mexican descent."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C67114&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000151"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Mexican-American"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000152
    obo:IAO_0000115 "A person having origins in any of the original peoples of Hawaii."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C43394&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Hawaiian"^^xsd:string ;
    oboInOwl:id "ExO:0000152"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Native Hawaiian"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000153 .

obo:ExO_0000153
    obo:IAO_0000115 "A person of non-specified racial, cultural, or geographic origins."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Other"^^xsd:string ;
    oboInOwl:id "ExO:0000153"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Other Race"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 ;
    owl:disjointWith obo:ExO_0000154, obo:ExO_0000155, obo:ExO_0000156, obo:ExO_0000157, obo:ExO_0000158 .

obo:ExO_0000154
    obo:IAO_0000115 "A person having origins in the original peoples of the Pacific Islands, but not Guam, Hawaii, the Mariana Islands or Samoa."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C107602&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Other Pacific Islander"^^xsd:string ;
    oboInOwl:id "ExO:0000154"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Pacific Islander"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 .

obo:ExO_0000155
    obo:IAO_0000115 "A person of Puerto Rican descent."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=16.07d&code=C67112&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000155"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Puerto Rican"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 .

obo:ExO_0000156
    obo:IAO_0000115 "A person having origins in any of the original peoples of Samoa."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C43407&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000156"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Samoan"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 .

obo:ExO_0000157
    obo:IAO_0000115 "A person having origins in any of the original peoples of Vietnam."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:id "ExO:0000157"^^xsd:string ;
    a owl:Class ;
    rdfs:label "Vietnamese"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 .

obo:ExO_0000158
    obo:IAO_0000115 "A person having origins in any of the original peoples of Europe, the Middle East, or North Africa."^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2017-04-07T03:47:29Z"^^xsd:string ;
    oboInOwl:hasDbXref "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI_Thesaurus&version=17.03d&code=C41261&ns=null&type=properties&key=null&b=1&n=0&vse=null"^^xsd:string ;
    oboInOwl:hasOBONamespace "exposure_receptor"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Caucasian"^^xsd:string, "Caucasians"^^xsd:string, "Caucasoid"^^xsd:string, "Occidental"^^xsd:string, "Whites"^^xsd:string ;
    oboInOwl:id "ExO:0000158"^^xsd:string ;
    a owl:Class ;
    rdfs:label "White"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000109 .

obo:ExO_0000159
    obo:IAO_0000115 "A route by which an exposure to a pregnant female causes an outcome in the fetus that might be observed long after birth"^^xsd:string ;
    oboInOwl:created_by "cgrondin"^^xsd:string ;
    oboInOwl:creation_date "2020-08-17T03:47:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "route"^^xsd:string ;
    oboInOwl:id "ExO:0000159"^^xsd:string ;
    a owl:Class ;
    rdfs:label "maternal"^^xsd:string ;
    rdfs:subClassOf obo:ExO_0000055 .

obo:IAO_0000115
    a owl:AnnotationProperty ;
    rdfs:label "definition"^^xsd:string .

obo:IAO_0000231
    a owl:AnnotationProperty .

obo:IAO_0100001
    a owl:AnnotationProperty .

<http://purl.obolibrary.org/obo/exo#characterizes>
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "characterizes"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "characterizes"^^xsd:string .

<http://purl.obolibrary.org/obo/exo#interacts_with>
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "interacts_with"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "interacts_with"^^xsd:string .

<http://purl.obolibrary.org/obo/exo#interacts_with_an_exposure_receptor_via>
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "interacts_with_an_exposure_receptor_via"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "interacts_with_an_exposure_receptor_via"^^xsd:string .

<http://purl.obolibrary.org/obo/exo#interacts_with_an_exposure_stressor_via>
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "interacts_with_an_exposure_stressor_via"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "interacts_with_an_exposure stressor_via"^^xsd:string .

<http://purl.obolibrary.org/obo/exo#is_associated_with>
    oboInOwl:hasOBONamespace "source"^^xsd:string ;
    oboInOwl:id "is_associated_with"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "is_associated_with"^^xsd:string .

<http://purl.obolibrary.org/obo/exo#targeted_to>
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/exo.owl>
    dc:description "ExO is intended to bridge the gap between exposure science and diverse environmental health disciplines including toxicology, epidemiology, disease surveillance, and epigenetics."^^xsd:string ;
    dc:title "Exposure ontology (ExO)"^^xsd:string ;
    terms:license <https://creativecommons.org/licenses/by/4.0/> ;
    oboInOwl:date "02:01:2021 13:00"^^xsd:string ;
    oboInOwl:default-namespace "source"^^xsd:string ;
    oboInOwl:hasOBOFormatVersion "1.2"^^xsd:string ;
    a owl:Ontology .

oboInOwl:created_by
    a owl:AnnotationProperty .

oboInOwl:creation_date
    a owl:AnnotationProperty .

oboInOwl:date
    a owl:AnnotationProperty .

oboInOwl:default-namespace
    a owl:AnnotationProperty .

oboInOwl:hasAlternativeId
    a owl:AnnotationProperty ;
    rdfs:label "has_alternative_id"^^xsd:string .

oboInOwl:hasDbXref
    a owl:AnnotationProperty ;
    rdfs:label "database_cross_reference"^^xsd:string .

oboInOwl:hasExactSynonym
    a owl:AnnotationProperty ;
    rdfs:label "has_exact_synonym"^^xsd:string .

oboInOwl:hasOBOFormatVersion
    a owl:AnnotationProperty ;
    rdfs:label "has_obo_format_version"^^xsd:string .

oboInOwl:hasOBONamespace
    a owl:AnnotationProperty ;
    rdfs:label "has_obo_namespace"^^xsd:string .

oboInOwl:hasRelatedSynonym
    a owl:AnnotationProperty ;
    rdfs:label "has_related_synonym"^^xsd:string .

oboInOwl:id
    a owl:AnnotationProperty .

oboInOwl:shorthand
    a owl:AnnotationProperty ;
    rdfs:label "shorthand"^^xsd:string .

rdfs:label
    a owl:AnnotationProperty .

[]
    oboInOwl:hasDbXref "PMID:15892874"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "For continuants: C part_of C' if and only if: given any c that instantiates C at a time t, there is some c' such that c' instantiates C' at time t, and c *part_of* c' at t. For processes: P part_of P' if and only if: given any p that instantiates P at a time t, there is some p' such that p' instantiates P' at time t, and p *part_of* p' at t. (Here *part_of* is the instance-level part-relation.)"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:0000165"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000070 ;
    owl:annotatedTarget "An exposure quality in which events occur in sequence."^^xsd:string .

[]
    oboInOwl:hasDbXref "CHEBI:59163"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000071 ;
    owl:annotatedTarget "A substance used as an indicator of a biological state."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000072 ;
    owl:annotatedTarget "A representation."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000073 ;
    owl:annotatedTarget "A representation of a particular system or subject matter that may only be drawn on paper, described in words, or imagined in the mind."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000074 ;
    owl:annotatedTarget "A representation of a particular system or subject matter that can be computed."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000075 ;
    owl:annotatedTarget "A representation of a particular system or subject matter that is computer-derived."^^xsd:string .

[]
    oboInOwl:hasDbXref "EFO:0000428"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000076 ;
    owl:annotatedTarget "The total quantity or strength of a substance administered at one time."^^xsd:string .

[]
    oboInOwl:hasDbXref "DOExO:4"^^xsd:string, "MSH2010_2010_02_22:D004194"^^xsd:string, "UMLS:C0012634"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000079 ;
    owl:annotatedTarget "A disease is a pattern of abnormal functioning, or abnormal localization of normal functioning, and/or abnormal localization of constituents when compared to other members of that species."^^xsd:string .

[]
    oboInOwl:hasDbXref "SYOExO:14974"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000080 ;
    owl:annotatedTarget "A symptom is a perceived change in function, sensation, loss, disturbance or appearance reported by a patient indicative of a disease."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000002 ;
    owl:annotatedTarget "An interaction between an exposure stressor and an exposure_receptor."^^xsd:string .

[]
    oboInOwl:hasDbXref "sep:00037"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000083 ;
    owl:annotatedTarget "An exposure medium is a substance through which something else is transmitted or carried during an exposure."^^xsd:string .

[]
    oboInOwl:hasDbXref "NCIThesaurus:C1514468"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000085 ;
    owl:annotatedTarget "The end result of a manufacturing process; anything that is produced."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000087 ;
    owl:annotatedTarget "The act or fact of interfering so as to modify."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000088 ;
    owl:annotatedTarget "Of or relating to space or components within space."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000089 ;
    owl:annotatedTarget "An attribute describing some aspect of an individual or human population."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000090 ;
    owl:annotatedTarget "The protocol for an assay."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000003 ;
    owl:annotatedTarget "Entity that results from the interaction between and exposure_receptor and an exposure stressor during an exposure event."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000004 ;
    owl:annotatedTarget "A exposure transport path is the course an agent takes from the source to the target."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000005 ;
    owl:annotatedTarget "An agent of biological origin."^^xsd:string .

[]
    oboInOwl:hasDbXref "google:google"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000006 ;
    owl:annotatedTarget "An agent of chemical origin."^^xsd:string .

[]
    oboInOwl:hasDbXref "google:google"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000007 ;
    owl:annotatedTarget "An exposure stressor that is a change in the distributions, abundance and relations of organisms and their interactions with the environment."^^xsd:string .

[]
    oboInOwl:hasDbXref "google:google"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000008 ;
    owl:annotatedTarget "An agent as a source of energy that may cause injury or disease (e.g., noise, vibration, radiation, temperature extremes)."^^xsd:string .

[]
    oboInOwl:hasDbXref "google:google"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000009 ;
    owl:annotatedTarget "An agent that interferes with one's psychological development in and interaction with a social environment."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000010 ;
    owl:annotatedTarget "A transport path that allows a stressor to interact with a receptor via air."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000011 ;
    owl:annotatedTarget "A mechanical agent applied to biological systems, such as humans, animals, plants, organs, and cells"^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:hjd"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000012 ;
    owl:annotatedTarget "An ecological perturbation that results from the deterioration of  an ecological or environmental area that is inhabited by a particular species of animal, plant or other type of organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "MSH:D015258"^^xsd:string, "UMLS:C0001111"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000013 ;
    owl:annotatedTarget "An ecological perturbation that is acidic water, usually pH 2.5 to 4.5, which poisons the ecosystem and adversely affects plants, fishes, and mammals. It is caused by industrial pollutants, mainly sulfur oxides and nitrogen oxides, emitted into the atmosphere and returning to earth in the form of acidic rain water."^^xsd:string .

[]
    oboInOwl:hasDbXref "MSH:D057231"^^xsd:string, "UMLS:C2718051"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000014 ;
    owl:annotatedTarget "An ecological pertubation that is any significant change in measures of climate (such as temperature, precipitation, or wind) lasting for an extended period (decades or longer). It may result from natural factors such as changes in the sun's intensity, natural processes within the climate system such as changes in ocean circulation, or human activities."^^xsd:string .

[]
    oboInOwl:hasDbXref "MSH:D011203"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000015 ;
    owl:annotatedTarget "A psychosocial agent that is a situation in which the level of living of an individual, family, or group is below the standard of the community. It is often related to a specific income level."^^xsd:string .

[]
    oboInOwl:hasDbXref "UMLS:C0449416"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000016 ;
    owl:annotatedTarget "Where something is available or from where it originates."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:0000140"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000017 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's spatial location relative to other objects in the vicinity."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000018 ;
    owl:annotatedTarget "Substances or processes that originate outside of an organism or a system."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000019 ;
    owl:annotatedTarget "A location that is happening or arising or located inside some limits, or especially, some surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000020 ;
    owl:annotatedTarget "An exogenous location that is happening or arising or located outside"^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000021 ;
    owl:annotatedTarget "Substances or processes that originate within an organism or a system."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000023 ;
    owl:annotatedTarget "The act of taking something through an established and usually routine set of procedures to convert it from one form to another."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000024 ;
    owl:annotatedTarget "A process occurring in living organisms."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000025 ;
    owl:annotatedTarget "A systematic series of mechanical or chemical operations that produce or manufacture something."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000026 ;
    owl:annotatedTarget "The exposure process of producing food, feed, fiber and other desired products by cultivation of certain plants or raising domesticated animals (livestock)."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000028 ;
    owl:annotatedTarget "An exposure transport path involving the interaction of an exposure_receptor with an exposure stressor via water."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000029 ;
    owl:annotatedTarget "An exposure transport path involving the interaction of an exposure_receptor with an exposure stressor via soil."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000000 ;
    owl:annotatedTarget "An agent, stimulus, activity, or event that causes stress or tension on an organism and interacts with an exposure_receptor during an exposure event."^^xsd:string .

[]
    oboInOwl:hasDbXref "XCTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000030 ;
    owl:annotatedTarget "The earth, all of the organisms living on it, and all of the environmental factors, which act on the organisms. The volume of area where biological matter can exist, slightly above, on or below ground level."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:hjd"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000031 ;
    owl:annotatedTarget "MERGED DEFINITION:\\nTARGET DEFINITION: An exposure_receptor that is the global ecological system integrating all living beings and their relationships, including their interaction with the elements of the lithosphere, hydrosphere and atmosphere.\\n--------------------\\nSOURCE DEFINITION: An exposure_receptor that is the part of the environment that is made or modified by humans for use in human activities and human habitats."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000033 ;
    owl:annotatedTarget "An exposure_receptor that is a group of Homo sapiens inhabiting a given area."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000034 ;
    owl:annotatedTarget "An individual attribute that is the usual or principal work or business of an individual."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000035 ;
    owl:annotatedTarget "The individual attribute that is the genes and their composition that are characteristic of an individual or population."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000037 ;
    owl:annotatedTarget "A individual attribute that is a particular period in the life of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000038 ;
    owl:annotatedTarget "The condition of an organism in all aspects (e.g., functional or metabolic efficiency)."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000039 ;
    owl:annotatedTarget "An individual attribute human society and its modes of organization."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000040 ;
    owl:annotatedTarget "A social characteristic about or relating to the arts and manners favored or practiced by a group."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000041 ;
    owl:annotatedTarget "The act or process of imparting or acquiring knowledge."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000042 ;
    owl:annotatedTarget "Being or characteristic of a single thing or person."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000043 ;
    owl:annotatedTarget "The individual attribute describing the structure of a living organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "FMA:67498"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000044 ;
    owl:annotatedTarget "Anatomical structure, which consists of the maximal set of organ parts so connected to one another that together they constitute a unit of macroscopic anatomy, structurally distinct from other such units. Examples: femur, biceps, liver, heart, skin, tracheobronchial tree, ovary."^^xsd:string .

[]
    oboInOwl:hasDbXref "FMA:9637"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000045 ;
    owl:annotatedTarget "Anatomical structure, which consists of similarly specialized cells and intercellular matrix, aggregated according to genetically determined spatial relationships. Examples: epithelium, muscle tissue, connective tissue, neural tissue, lymphoid tissue."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000001 ;
    owl:annotatedTarget "An entity (e.g., a human, human population, or a human organ) that interacts with an exposure stressor during an exposure event."^^xsd:string .

[]
    oboInOwl:hasDbXref "FMA:68646"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000046 ;
    owl:annotatedTarget "Anatomical structure that consists of a cell compartment surrounded by a plasma membrane; together with other cells and intercellular matrix, it constitutes tissues. Examples: lymphocyte, fibroblast, erythrocyte, neuron."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000047 ;
    owl:annotatedTarget "Substances made up of atoms, such as proteins, nucleic acids, lipids and carbohydrates that are produced only by living organisms. Biological molecules are often referred to as macromolecules or biopolymers."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000048 ;
    owl:annotatedTarget "Human-made surroundings that provide the setting for human activity, ranging in scale from personal shelter and buildings to neighborhoods and cite, and can often include their supporting infrastructure, such as water supply or energy networks."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:0000057"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000050 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's occurrence."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:0000044"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000051 ;
    owl:annotatedTarget "A physical quality, which inheres in a bearer by virtue of the number of the bearer's repetitive actions in a particular time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:0000690"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000052 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's being marked by breaks or interruptions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:0000689"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000053 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's being uninterrupted in time, sequence, substance, or extent."^^xsd:string .

[]
    oboInOwl:hasDbXref "SBO:0000347"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000054 ;
    owl:annotatedTarget "Amount of time during which an event persists."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000055 ;
    owl:annotatedTarget "The way people or other living organisms come into contact with a stressor."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000056 ;
    owl:annotatedTarget "The process of taking a material (e.g., stressor) into the mouth or body."^^xsd:string .

[]
    oboInOwl:hasDbXref "CTD:curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000057 ;
    owl:annotatedTarget "The process of drawing in by breathing."^^xsd:string .

[]
    oboInOwl:hasDbXref "REX:0000188"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000058 ;
    owl:annotatedTarget "The process of one material (absorbent) being retained by another (absorbate)."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:hjd"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000059 ;
    owl:annotatedTarget "The extraction of certain materials from a carrier into a liquid (usually, but not always a solvent)."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:hjd"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000060 ;
    owl:annotatedTarget "A method of putting liquid into the body with a syringe and a hollow needle that punctures the skin."^^xsd:string .

[]
    oboInOwl:hasDbXref "FMA:9630"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000061 ;
    owl:annotatedTarget "Superficial fascia."^^xsd:string .

[]
    oboInOwl:hasDbXref "FMA:30316"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000062 ;
    owl:annotatedTarget "The contractile tissue of animals and is derived from the mesodermal layer of embryonic germ cells."^^xsd:string .

[]
    oboInOwl:hasDbXref "FMA:9670"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000063 ;
    owl:annotatedTarget "Body substance which consists of plasma and blood cells."^^xsd:string .

[]
    oboInOwl:hasDbXref "OBI:0000070"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000064 ;
    owl:annotatedTarget "A planned process with the objective to produce information about some evaluant."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:0000049"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000065 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer possessing or displaying a distinctive feature in type or degree or effect or force."^^xsd:string .

[]
    oboInOwl:hasDbXref "UO:0000000"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000066 ;
    owl:annotatedTarget "A unit of measurement is a standardized quantity of a physical quality."^^xsd:string .

[]
    oboInOwl:hasDbXref "EFO:0001444"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000067 ;
    owl:annotatedTarget "A measurement is an information entity that is a recording of the output of a measurement such as produced by an instrument."^^xsd:string .

