@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://purl.obolibrary.org/obo/pato.owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix go: <http://purl.obolibrary.org/obo/go#> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix pato: <http://purl.obolibrary.org/obo/pato#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix swrl: <http://www.w3.org/2003/11/swrl#> .
@prefix swrla: <http://swrl.stanford.edu/ontologies/3.3/swrla.owl#> .
@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix subsets: <http://purl.obolibrary.org/obo/ro/subsets#> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .

obo:BFO_0000002
    obo:IAO_0000115 "An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts."@en ;
    a owl:Class ;
    rdfs:label "continuant"@en ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:allValuesFrom obo:BFO_0000002 ;
        owl:onProperty obo:BFO_0000050
    ] ;
    owl:disjointWith obo:BFO_0000003, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:BFO_0000003
    ] .

obo:BFO_0000003
    obo:IAO_0000115 "An entity that has temporal parts and that happens, unfolds or develops through time."@en ;
    a owl:Class ;
    rdfs:label "occurrent"@en ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:allValuesFrom obo:BFO_0000003 ;
        owl:onProperty obo:BFO_0000050
    ] ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:BFO_0000002
    ] .

obo:BFO_0000004
    obo:IAO_0000115 "A continuant that is a bearer of quality and realizable entity entities, in which other entities inhere and which itself cannot inhere in anything."@en ;
    a owl:Class ;
    rdfs:label "independent continuant"@en ;
    rdfs:subClassOf obo:BFO_0000002, [
        a owl:Restriction ;
        owl:allValuesFrom obo:BFO_0000004 ;
        owl:onProperty obo:BFO_0000050
    ] ;
    owl:disjointWith obo:BFO_0000020 .

obo:BFO_0000015
    obo:IAO_0000115 "An occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t."@en ;
    a owl:Class ;
    rdfs:label "process"@en ;
    rdfs:subClassOf obo:BFO_0000003 .

obo:BFO_0000019
    a owl:Class ;
    rdfs:label "quality"@en ;
    rdfs:subClassOf obo:BFO_0000020, [
        a owl:Restriction ;
        owl:allValuesFrom obo:BFO_0000019 ;
        owl:onProperty obo:BFO_0000050
    ] .

obo:BFO_0000020
    obo:IAO_0000115 "A continuant that inheres in or is borne by other entities. Every instance of A requires some specific instance of B which must always be the same."@en ;
    a owl:Class ;
    rdfs:label "specifically dependent continuant"@en ;
    rdfs:subClassOf obo:BFO_0000002, [
        a owl:Restriction ;
        owl:allValuesFrom obo:BFO_0000020 ;
        owl:onProperty obo:BFO_0000050
    ] .

obo:BFO_0000040
    obo:IAO_0000115 "An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time."@en ;
    a owl:Class ;
    rdfs:label "material entity"@en ;
    rdfs:subClassOf obo:BFO_0000004 .

obo:BFO_0000050
    obo:IAO_0000111 "is part of"@en ;
    obo:IAO_0000112 "my brain is part of my body (continuant parthood, two material entities)"@en, "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"@en, "this day is part of this year (occurrent parthood)"@en ;
    obo:IAO_0000115 "a core relation that holds between a part and its whole"@en ;
    obo:IAO_0000116 "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."@en, "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en, """Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)

A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."""@en ;
    obo:IAO_0000118 "part_of"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    obo:RO_0040042 obo:BFO_0000002, obo:BFO_0000003, obo:BFO_0000004, obo:BFO_0000017, obo:BFO_0000019, obo:BFO_0000020, obo:BFO_0000031 ;
    oboInOwl:hasDbXref "BFO:0000050"^^xsd:string ;
    oboInOwl:hasOBONamespace "external", "quality"^^xsd:string ;
    oboInOwl:id "part_of"^^xsd:string ;
    oboInOwl:shorthand "part_of"^^xsd:string ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "part of", "part of"@en, "part_of"^^xsd:string ;
    rdfs:seeAlso <http://ontologydesignpatterns.org/wiki/Community:Parts_and_Collections>, <http://ontologydesignpatterns.org/wiki/Submissions:PartOf>, "http://www.obofoundry.org/ro/#OBO_REL:part_of" ;
    rdfs:subPropertyOf obo:RO_0002131 ;
    owl:inverseOf obo:BFO_0000051 .

obo:BFO_0000051
    obo:IAO_0000111 "has part"@en ;
    obo:IAO_0000112 "my body has part my brain (continuant parthood, two material entities)"@en, "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"@en, "this year has part this day (occurrent parthood)"@en ;
    obo:IAO_0000115 "Q1 has_part Q2 if and only if: every instance of Q1 is a quality_of an entity that has_quality some Q2."^^xsd:string, "a core relation that holds between a whole and its part"@en ;
    obo:IAO_0000116 "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."@en, "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en, """Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)

A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."""@en ;
    obo:IAO_0000118 "has_part"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    oboInOwl:hasDbXref "BFO:0000051"^^xsd:string ;
    oboInOwl:hasOBONamespace "external", "quality"^^xsd:string ;
    oboInOwl:id "has_part"^^xsd:string ;
    oboInOwl:shorthand "has_part"^^xsd:string ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:comment "We use the has_part relation to relate complex qualities to more primitive ones. A complex quality is a collection of qualities. The complex quality cannot exist without the sub-qualities. For example, the quality 'swollen' necessarily comes with the qualities of 'protruding' and 'increased size'."^^xsd:string ;
    rdfs:label "has part", "has part"@en, "has_part"^^xsd:string ;
    rdfs:subPropertyOf obo:RO_0002131 .

obo:BFO_0000062
    obo:IAO_0000111 "preceded by"@en ;
    obo:IAO_0000115 "x is preceded by y if and only if the time point at which y ends is before or equivalent to the time point at which x starts. Formally: x preceded by y iff ω(y) <= α(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."@en ;
    obo:IAO_0000116 "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C.    The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."@en ;
    obo:IAO_0000118 "is preceded by"@en, "preceded_by"@en ;
    dc:source "http://www.obofoundry.org/ro/#OBO_REL:preceded_by" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain obo:BFO_0000003 ;
    rdfs:label "preceded by"@en ;
    rdfs:range obo:BFO_0000003 ;
    rdfs:subPropertyOf obo:RO_0002086 ;
    owl:inverseOf obo:BFO_0000063 ;
    owl:propertyChainAxiom (obo:BFO_0000050
        obo:BFO_0000062
    ) .

obo:BFO_0000063
    obo:IAO_0000111 "precedes"@en ;
    obo:IAO_0000115 "x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."@en ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain obo:BFO_0000003 ;
    rdfs:label "precedes"@en ;
    rdfs:range obo:BFO_0000003 ;
    rdfs:subPropertyOf obo:RO_0002222 ;
    owl:propertyChainAxiom (obo:BFO_0000050
        obo:BFO_0000063
    ) .

obo:BFO_0000066
    obo:IAO_0000111 "occurs in"@en ;
    obo:IAO_0000115 "b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"@en ;
    obo:IAO_0000118 "occurs_in"@en, "unfolds in"@en, "unfolds_in"@en ;
    a owl:ObjectProperty ;
    rdfs:comment "Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant" ;
    rdfs:domain obo:BFO_0000003 ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "occurs in"@en ;
    rdfs:range obo:BFO_0000004 ;
    owl:inverseOf obo:BFO_0000067 ;
    owl:propertyChainAxiom (obo:BFO_0000050
        obo:BFO_0000066
    ), (obo:BFO_0000066
        obo:BFO_0000050
    ) .

obo:BFO_0000067
    obo:IAO_0000111 "site of"@en ;
    obo:IAO_0000115 "[copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"@en ;
    a owl:ObjectProperty ;
    rdfs:comment "Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant" ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "contains process"@en .

obo:CARO_0000000
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/caro.owl> ;
    a owl:Class ;
    rdfs:label "anatomical entity"@en ;
    rdfs:subClassOf obo:CARO_0030000 .

obo:CARO_0000003
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/caro.owl> ;
    a owl:Class ;
    rdfs:label "connected anatomical structure"@en ;
    rdfs:subClassOf obo:CARO_0000006 .

obo:CARO_0000006
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/caro.owl> ;
    a owl:Class ;
    rdfs:label "material anatomical entity"@en ;
    rdfs:subClassOf obo:BFO_0000040, obo:CARO_0000000 .

obo:CARO_0030000
    a owl:Class ;
    rdfs:label "biological entity" ;
    rdfs:subClassOf obo:BFO_0000004 .

obo:CL_0000000
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/cl.owl> ;
    a owl:Class ;
    rdfs:label "cell"@en ;
    rdfs:subClassOf obo:CARO_0000003 .

obo:GO_0003674
    obo:IAO_0000589 "molecular process" ;
    a owl:Class ;
    rdfs:label "molecular_function" ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:GO_0003824
    a owl:Class ;
    rdfs:label "catalytic activity" ;
    rdfs:subClassOf obo:GO_0003674 .

obo:GO_0005575
    obo:IAO_0000115 "A location, relative to cellular compartments and structures, occupied by a macromolecular machine when it carries out a molecular function. There are two ways in which the gene ontology describes locations of gene products: (1) relative to cellular structures (e.g., cytoplasmic side of plasma membrane) or compartments (e.g., mitochondrion), and (2) the stable macromolecular complexes of which they are parts (e.g., the ribosome)." ;
    oboInOwl:hasAlternativeId "GO:0008372" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1337158144" ;
    oboInOwl:hasExactSynonym "cell or subcellular entity", "cellular component" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "subcellular entity" ;
    oboInOwl:id "GO:0005575" ;
    oboInOwl:inSubset go:goslim_aspergillus, go:goslim_candida, go:goslim_chembl, go:goslim_generic, go:goslim_metagenomics, go:goslim_pir, go:goslim_plant, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Note that, in addition to forming the root of the cellular component ontology, this term is recommended for use for the annotation of gene products whose cellular component is unknown. When this term is used for annotation, it indicates that no information was available about the cellular component of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this." ;
    rdfs:label "cellular_component" .

obo:GO_0005622
    obo:IAO_0000115 "The living contents of a cell; the matter contained within (but not including) the plasma membrane, usually taken to exclude large vacuoles and masses of secretory or ingested material. In eukaryotes it includes the nucleus and cytoplasm." ;
    oboInOwl:hasDbXref "Wikipedia:Intracellular" ;
    oboInOwl:hasExactSynonym "internal to cell", "protoplasm" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "nucleocytoplasm", "protoplast" ;
    oboInOwl:id "GO:0005622" ;
    oboInOwl:inSubset go:gocheck_do_not_annotate, go:goslim_chembl, go:goslim_generic, go:goslim_metagenomics, go:goslim_plant ;
    a owl:Class ;
    rdfs:label "intracellular" ;
    rdfs:subClassOf obo:GO_0005575 .

obo:GO_0005634
    obo:IAO_0000115 "A membrane-bounded organelle of eukaryotic cells in which chromosomes are housed and replicated. In most cells, the nucleus contains all of the cell's chromosomes except the organellar chromosomes, and is the site of RNA synthesis and processing. In some species, or in specialized cell types, RNA metabolism or DNA replication may be absent." ;
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/go.owl> ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1702920020", "Wikipedia:Cell_nucleus" ;
    oboInOwl:hasExactSynonym "cell nucleus" ;
    oboInOwl:hasNarrowSynonym "horsetail nucleus" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005634" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_aspergillus, go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_metagenomics, go:goslim_mouse, go:goslim_pir, go:goslim_plant, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "nucleus", "nucleus"@en ;
    rdfs:subClassOf obo:GO_0043231, obo:GO_0044464 .

obo:GO_0005886
    obo:IAO_0000115 "The membrane surrounding a cell that separates the cell from its external environment. It consists of a phospholipid bilayer and associated proteins." ;
    oboInOwl:hasAlternativeId "GO:0005904" ;
    oboInOwl:hasBroadSynonym "juxtamembrane" ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1663586795", "Wikipedia:Cell_membrane" ;
    oboInOwl:hasExactSynonym "cell membrane", "cellular membrane", "cytoplasmic membrane", "plasmalemma" ;
    oboInOwl:hasNarrowSynonym "bacterial inner membrane", "inner endospore membrane", "plasma membrane lipid bilayer" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0005886" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_aspergillus, go:goslim_candida, go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_metagenomics, go:goslim_mouse, go:goslim_plant, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "plasma membrane" ;
    rdfs:subClassOf obo:GO_0016020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0071944
    ] .

obo:GO_0005929
    obo:IAO_0000115 "A specialized eukaryotic organelle that consists of a filiform extrusion of the cell surface and of some cytoplasmic parts. Each cilium is largely bounded by an extrusion of the cytoplasmic (plasma) membrane, and contains a regular longitudinal array of microtubules, anchored to a basal body." ;
    obo:RO_0002161 obo:NCBITaxon_3176, obo:NCBITaxon_3312, obo:NCBITaxon_3378, obo:NCBITaxon_3398, obo:NCBITaxon_4890, obo:NCBITaxon_5782 ;
    oboInOwl:hasAlternativeId "GO:0072372" ;
    oboInOwl:hasDbXref "FMA:67181", "NIF_Subcellular:sao787716553", "Wikipedia:Cilium" ;
    oboInOwl:hasExactSynonym "eukaryotic flagellum", "microtubule-based flagellum" ;
    oboInOwl:hasNarrowSynonym "primary cilium" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "flagellum" ;
    oboInOwl:id "GO:0005929" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_drosophila, go:goslim_generic, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilium and microtubule-based flagellum to be equivalent. In most eukaryotic species, intracellular sub-components of the cilium, such as the ciliary base and rootlet, are located near the plasma membrane. In Diplomonads such as Giardia, instead, the same ciliary parts are located further intracellularly. Also, 'cilium' may be used when axonemal structure and/or motility are unknown, or when axonemal structure is unusual. For all other cases, please refer to children of 'cilium'. Finally, note that any role of ciliary proteins in sensory events should be captured by annotating to relevant biological process terms." ;
    rdfs:label "cilium" ;
    rdfs:subClassOf obo:GO_0043226, obo:GO_0120025, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0030990
    ] .

obo:GO_0008150
    obo:IAO_0000115 "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence." ;
    oboInOwl:created_by "jl" ;
    oboInOwl:creation_date "2012-09-19T15:05:24Z" ;
    oboInOwl:hasAlternativeId "GO:0000004", "GO:0007582", "GO:0044699" ;
    oboInOwl:hasDbXref "Wikipedia:Biological_process" ;
    oboInOwl:hasExactSynonym "biological process", "physiological process" ;
    oboInOwl:hasOBONamespace "biological_process" ;
    oboInOwl:hasRelatedSynonym "single organism process", "single-organism process" ;
    oboInOwl:id "GO:0008150" ;
    oboInOwl:inSubset go:goslim_aspergillus, go:goslim_candida, go:goslim_chembl, go:goslim_generic, go:goslim_metagenomics, go:goslim_pir, go:goslim_plant, go:goslim_pombe, go:goslim_yeast ;
    a owl:Class ;
    rdfs:comment "Note that, in addition to forming the root of the biological process ontology, this term is recommended for use for the annotation of gene products whose biological process is unknown. When this term is used for annotation, it indicates that no information was available about the biological process of the gene product annotated as of the date the annotation was made; the evidence code 'no data' (ND), is used to indicate this." ;
    rdfs:label "biological_process" ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:GO_0016020
    obo:IAO_0000115 "A lipid bilayer along with all the proteins and protein complexes embedded in it an attached to it." ;
    oboInOwl:hasDbXref "Wikipedia:Biological_membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0016020" ;
    oboInOwl:inSubset go:goslim_aspergillus, go:goslim_candida, go:goslim_chembl, go:goslim_flybase_ribbon, go:goslim_metagenomics, go:goslim_pir, go:goslim_plant, go:goslim_yeast ;
    a owl:Class ;
    rdfs:label "membrane" ;
    rdfs:subClassOf obo:GO_0110165 .

obo:GO_0016301
    a owl:Class ;
    rdfs:label "kinase activity" ;
    rdfs:subClassOf obo:GO_0016772, [
        a owl:Restriction ;
        owl:hasSelf true ;
        owl:onProperty obo:RO_0002481
    ] .

obo:GO_0016740
    a owl:Class ;
    rdfs:label "transferase activity" ;
    rdfs:subClassOf obo:GO_0003824 .

obo:GO_0016772
    a owl:Class ;
    rdfs:label "transferase activity, transferring phosphorus-containing groups" ;
    rdfs:subClassOf obo:GO_0016740 .

obo:GO_0030990
    obo:IAO_0000115 "A nonmembrane-bound oligomeric protein complex that participates in bidirectional transport of molecules (cargo) along axonemal microtubules." ;
    oboInOwl:hasExactSynonym "intraflagellar transport complex", "intraflagellar transport particle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:hasRelatedSynonym "IFT complex" ;
    oboInOwl:id "GO:0030990" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "Note that we deem cilia and microtubule-based flagella to be equivalent." ;
    rdfs:label "intraciliary transport particle" ;
    rdfs:subClassOf obo:GO_0032991 .

obo:GO_0032991
    obo:IAO_0000115 "A stable assembly of two or more macromolecules, i.e. proteins, nucleic acids, carbohydrates or lipids, in which at least one component is a protein and the constituent parts function together." ;
    oboInOwl:hasAlternativeId "GO:0043234" ;
    oboInOwl:hasExactSynonym "macromolecular complex", "macromolecule complex", "protein containing complex" ;
    oboInOwl:hasNarrowSynonym "protein complex", "protein-protein complex" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0032991" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_chembl, go:goslim_flybase_ribbon, go:goslim_generic, go:goslim_pir ;
    a owl:Class ;
    rdfs:comment "A protein complex in this context is meant as a stable set of interacting proteins which can be co-purified by an acceptable method, and where the complex has been shown to exist as an isolated, functional unit in vivo. Acceptable experimental methods include stringent protein purification followed by detection of protein interaction. The following methods should be considered non-acceptable: simple immunoprecipitation, pull-down experiments from cell extracts without further purification, colocalization and 2-hybrid screening. Interactions that should not be captured as protein complexes include: 1) enzyme/substrate, receptor/ligand or any similar transient interactions, unless these are a critical part of the complex assembly or are required e.g. for the receptor to be functional; 2) proteins associated in a pull-down/co-immunoprecipitation assay with no functional link or any evidence that this is a defined biological entity rather than a loose-affinity complex; 3) any complex where the only evidence is based on genetic interaction data; 4) partial complexes, where some subunits (e.g. transmembrane ones) cannot be expressed as recombinant proteins and are excluded from experiments (in this case, independent evidence is necessary to find out the composition of the full complex, if known). Interactions that may be captured as protein complexes include: 1) enzyme/substrate or receptor/ligand if the complex can only assemble and become functional in the presence of both classes of subunits; 2) complexes where one of the members has not been shown to be physically linked to the other(s), but is a homologue of, and has the same functionality as, a protein that has been experimentally demonstrated to form a complex with the other member(s); 3) complexes whose existence is accepted based on localization and pharmacological studies, but for which experimental evidence is not yet available for the complex as a whole." ;
    rdfs:label "protein-containing complex" ;
    rdfs:subClassOf obo:GO_0005575 .

obo:GO_0042995
    obo:IAO_0000115 "A prolongation or process extending from a cell, e.g. a flagellum or axon." ;
    oboInOwl:hasBroadSynonym "cell process", "cellular process" ;
    oboInOwl:hasExactSynonym "cellular projection" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0042995" ;
    oboInOwl:inSubset go:goslim_agr, go:goslim_flybase_ribbon, go:goslim_mouse, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "cell projection" ;
    rdfs:subClassOf obo:GO_0110165 .

obo:GO_0043226
    obo:IAO_0000115 "Organized structure of distinctive morphology and function. Includes the nucleus, mitochondria, plastids, vacuoles, vesicles, ribosomes and the cytoskeleton, and prokaryotic structures such as anammoxosomes and pirellulosomes. Excludes the plasma membrane." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao1539965131", "Wikipedia:Organelle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043226" ;
    oboInOwl:inSubset go:goslim_chembl, go:goslim_generic, go:goslim_pir ;
    a owl:Class ;
    rdfs:label "organelle" ;
    rdfs:subClassOf obo:GO_0110165 .

obo:GO_0043227
    obo:IAO_0000115 "Organized structure of distinctive morphology and function, bounded by a single or double lipid bilayer membrane. Includes the nucleus, mitochondria, plastids, vacuoles, and vesicles. Excludes the plasma membrane." ;
    oboInOwl:hasDbXref "NIF_Subcellular:sao414196390" ;
    oboInOwl:hasExactSynonym "membrane-enclosed organelle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043227" ;
    a owl:Class ;
    rdfs:label "membrane-bounded organelle" ;
    rdfs:subClassOf obo:GO_0043226 .

obo:GO_0043229
    obo:IAO_0000115 "Organized structure of distinctive morphology and function, occurring within the cell. Includes the nucleus, mitochondria, plastids, vacuoles, vesicles, ribosomes and the cytoskeleton. Excludes the plasma membrane." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043229" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "intracellular organelle" ;
    rdfs:subClassOf obo:GO_0043226, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005622
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0043226
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005622
            ]
        )
    ] .

obo:GO_0043231
    obo:IAO_0000115 "Organized structure of distinctive morphology and function, bounded by a single or double lipid bilayer membrane and occurring within the cell. Includes the nucleus, mitochondria, plastids, vacuoles, and vesicles. Excludes the plasma membrane." ;
    oboInOwl:hasExactSynonym "intracellular membrane-enclosed organelle" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0043231" ;
    oboInOwl:inSubset go:goslim_pir ;
    a owl:Class ;
    rdfs:label "intracellular membrane-bounded organelle" ;
    rdfs:subClassOf obo:GO_0043227, obo:GO_0043229 .

obo:GO_0044464
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/go.owl> ;
    a owl:Class ;
    rdfs:label "cell part"@en ;
    rdfs:subClassOf obo:CARO_0000003 .

obo:GO_0071944
    obo:IAO_0000115 "The part of a cell encompassing the cell cortex, the plasma membrane, and any external encapsulating structures." ;
    oboInOwl:created_by "mah" ;
    oboInOwl:creation_date "2010-10-04T01:51:47Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0071944" ;
    oboInOwl:inSubset go:goslim_flybase_ribbon ;
    a owl:Class ;
    rdfs:label "cell periphery" ;
    rdfs:subClassOf obo:GO_0110165 .

obo:GO_0098590
    obo:IAO_0000115 "A membrane that is a (regional) part of the plasma membrane." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2014-03-06T11:55:32Z" ;
    oboInOwl:hasExactSynonym "region of plasma membrane" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098590" ;
    oboInOwl:inSubset go:gocheck_do_not_manually_annotate ;
    a owl:Class ;
    rdfs:comment "Note that this term should not be used for direct manual annotation as it should always be possible to choose a more specific subclass." ;
    rdfs:label "plasma membrane region" ;
    rdfs:subClassOf obo:GO_0016020, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0016020
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005886
            ]
        )
    ] .

obo:GO_0098796
    obo:IAO_0000115 "Any protein complex that is part of a membrane." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098796" ;
    oboInOwl:inSubset go:goslim_metagenomics ;
    a owl:Class ;
    rdfs:label "membrane protein complex" ;
    rdfs:subClassOf obo:GO_0032991, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0016020
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032991
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0016020
            ]
        )
    ] .

obo:GO_0098797
    obo:IAO_0000115 "Any protein complex that is part of the plasma membrane." ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0098797" ;
    a owl:Class ;
    rdfs:label "plasma membrane protein complex" ;
    rdfs:subClassOf obo:GO_0098796, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:GO_0005886
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0032991
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:GO_0005886
            ]
        )
    ] .

obo:GO_0110165
    obo:IAO_0000115 "A part of a cellular organism that is either an immaterial entity or a material entity with granularity above the level of a protein complex but below that of an anatomical system. Or, a substance produced by a cellular organism with granularity above the level of a protein complex." ;
    oboInOwl:created_by "kmv" ;
    oboInOwl:creation_date "2019-08-12T18:01:37Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0110165" ;
    a owl:Class ;
    rdfs:label "cellular anatomical entity" ;
    rdfs:subClassOf obo:GO_0005575 .

obo:GO_0120025
    obo:IAO_0000115 "A prolongation or process extending from a cell and that is bounded by plasma membrane, e.g. a cilium, lamellipodium, or axon." ;
    oboInOwl:created_by "krc" ;
    oboInOwl:creation_date "2017-03-21T17:26:07Z" ;
    oboInOwl:hasOBONamespace "cellular_component" ;
    oboInOwl:id "GO:0120025" ;
    a owl:Class ;
    rdfs:label "plasma membrane bounded cell projection" ;
    rdfs:subClassOf obo:GO_0042995, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0098590
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:GO_0042995
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0098590
            ]
        )
    ] .

obo:IAO_0000111
    a owl:AnnotationProperty .

obo:IAO_0000112
    a owl:AnnotationProperty .

obo:IAO_0000114
    a owl:AnnotationProperty .

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

obo:IAO_0000116
    a owl:AnnotationProperty .

obo:IAO_0000117
    a owl:AnnotationProperty .

obo:IAO_0000118
    a owl:AnnotationProperty .

obo:IAO_0000119
    a owl:AnnotationProperty .

obo:IAO_0000231
    a owl:AnnotationProperty .

obo:IAO_0000232
    a owl:AnnotationProperty .

obo:IAO_0000412
    a owl:AnnotationProperty .

obo:IAO_0000424
    a owl:AnnotationProperty .

obo:IAO_0000589
    a owl:AnnotationProperty .

obo:IAO_0000600
    a owl:AnnotationProperty .

obo:IAO_0100001
    a owl:AnnotationProperty ;
    rdfs:label "term replaced by"^^xsd:string .

obo:PATO_0000000
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000000"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete pato"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000001
    obo:IAO_0000115 "A dependent entity that inheres in a bearer by virtue of how the bearer is related to other entities"^^xsd:string ;
    obo:IAO_0000589 "quality (PATO)" ;
    oboInOwl:hasAlternativeId "PATO:0000072"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "quality"^^xsd:string ;
    rdfs:subClassOf obo:BFO_0000020 .

obo:PATO_0000002
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000002"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000003
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000003"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete assay"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000004
    obo:IAO_0000115 "A quality of inhering in a bearer by virtue of the bearer's disposition to move freely."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000004"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "Should be defined using translocation."^^xsd:string ;
    rdfs:label "mobility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000005
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000005"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute activity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000006
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000006"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete process"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000007
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000007"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative activity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000008
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's scalar absolute value of the rate of change of the bearer's position."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "velocity"^^xsd:string ;
    oboInOwl:id "PATO:0000008"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "speed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001906 .

obo:PATO_0000009
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000009"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute speed"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000010
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000010"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative speed"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000011
    obo:IAO_0000115 "A time quality inhering in a bearer by virtue of how long the bearer has existed."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000011"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "age"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000165 .

obo:PATO_0000012
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000012"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute age"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000013
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000013"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative age"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000014
    obo:IAO_0000115 "A composite chromatic quality composed of hue, saturation and intensity parts."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000020"^^xsd:string ;
    oboInOwl:hasExactSynonym "colour"^^xsd:string, "relative color"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000014"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "color"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051, obo:PATO_0001300 .

obo:PATO_0000015
    obo:IAO_0000115 "A chromatic scalar-circular quality inhering in an object that manifests in an observer by virtue of the dominant wavelength of the visible light; may be subject to fiat divisions, typically into 7 or 8 spectra."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000015"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "color hue"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001301 .

obo:PATO_0000016
    obo:IAO_0000115 "A scalar optical property that is the intensity, value or amount of perceived light."^^xsd:string ;
    oboInOwl:hasExactSynonym "color intensity"^^xsd:string, "color lightness"^^xsd:string, "color value"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000016"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "Color brightness refers to the intensity, lightness or value of the light present. Think of this as a dimmer switch."^^xsd:string ;
    rdfs:label "color brightness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001300 .

obo:PATO_0000017
    obo:IAO_0000115 "A scalar chromatic property that is the degree of purity of perceived light."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000017"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "Color saturation refers to the amount of white light or gray paint mixed in with the hue (single wavelength) and is a measure of color purity."^^xsd:string ;
    rdfs:label "color saturation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001301 .

obo:PATO_0000018
    obo:IAO_0000115 "A luminous flux quality inhering in a bearer by virtue of the bearer's emitting longer wavelength light following the absorption of shorter wavelength radiation; fluorescence is common with aromatic compounds with several rings joined together."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000018"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "fluorescence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001296 .

obo:PATO_0000019
    obo:IAO_0000115 "A chromatic property that is the relative position of different hues or degrees of saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000019"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "color pattern"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0000020
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000014 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000021
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's disposition to harmonious coexistence."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000021"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Needs redefined or obsoleted. Is this the same as genetic incompatibility? Moved to organismal quality."^^xsd:string ;
    rdfs:label "compatibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0000022
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000022"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gametophytic compatability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000023
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000023"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative compatability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000024
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000024"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete sporophytic compatability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000025
    obo:IAO_0000115 "A single physical entity inhering in an bearer by virtue of the bearer's quantities or relative ratios of subparts."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0002015"^^xsd:string ;
    oboInOwl:hasExactSynonym "composed of"^^xsd:string, "compositionality"^^xsd:string, "content"^^xsd:string, "structure, composition"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000025"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "For example calcium composition (which may inhere in bone), haemoglobin composition (which may inhere in blood)."^^xsd:string ;
    rdfs:label "composition"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000026
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000026"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete carbohydrate composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000027
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000027"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete electrolyte composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000028
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000028"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete macromolecular composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000029
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000029"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete protein composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000030
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000030"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete enzyme composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000031
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000031"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete metabolite composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000032
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000032"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete secondary product composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000033
    obo:IAO_0000115 "A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance."^^xsd:string ;
    oboInOwl:hasExactSynonym "concentration"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000033"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "concentration of"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0000034
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000034"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete protein concentration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000035
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000035"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete carbohydrate concentration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000036
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000036"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete water content"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000037
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's density, firmness, or viscosity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "firmness"^^xsd:string ;
    oboInOwl:id "PATO:0000037"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "consistency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000038
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000038"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gel consistency"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000039
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's orientation in space."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000039"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "TODO: consider merging with angular placement."^^xsd:string ;
    rdfs:label "direction"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000040
    obo:IAO_0000115 "A quality that is the extent of space between two entities."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000040"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "distance"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000041
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000041"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolutedistance"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000042
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000042"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative distance"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000043
    obo:IAO_0000115 "A quality of a physical entity inhering in a bearer by virtue of whether the bearer's molecules are being perceived by a taste and odorant receptors."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000043"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "flavor"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000044
    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:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000044"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "frequency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0050000 .

obo:PATO_0000045
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000045"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute frequency"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000046
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000046"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative frequency"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000047
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000047"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "biological sex"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0000048
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's resistance to pressure, being broken, or pierced"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "impenetrability"^^xsd:string, "toughness"^^xsd:string ;
    oboInOwl:id "PATO:0000048"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "hardness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001546 .

obo:PATO_0000049
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's possessing or displaying a distinctive feature in type or degree or effect or force."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000049"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "intensity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000068 .

obo:PATO_0000050
    obo:IAO_0000115 "A time quality inhering in a bearer by virtue of the bearer's expected maximum age."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000050"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "life span"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000165 .

obo:PATO_0000051
    obo:IAO_0000115 "A quality of a single physical entity inhering in the bearer by virtue of the bearer's size or shape or structure."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000051"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "morphology"^^xsd:string ;
    rdfs:subClassOf obo:BFO_0000019, obo:PATO_0001241 .

obo:PATO_0000052
    obo:IAO_0000115 "A morphological quality inhering in a bearer by virtue of the bearer's ratios of distances between its features (points, edges, surfaces and also holes etc)."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001647"^^xsd:string ;
    oboInOwl:hasExactSynonym "relational shape quality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000052"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "Shapes are invariant on size transformations. Shapes can be subdivided into 2D and 3D shapes, We can also make a distinction between shapes of complete self-connected objects, and shapes of parts of objects."^^xsd:string ;
    rdfs:label "shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0000053
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000070 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000054
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000054"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute number"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000055
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000055"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative number"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000056
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's disposition to synthesize a particular organic compound required for its growth."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "nutritional quality"^^xsd:string ;
    oboInOwl:id "PATO:0000056"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "trophic quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0000057
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's occurrence."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000156"^^xsd:string, "PATO:0000158"^^xsd:string ;
    oboInOwl:hasBroadSynonym "temporal"^^xsd:string ;
    oboInOwl:hasExactSynonym "incidence"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000057"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "occurrence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002323 .

obo:PATO_0000058
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's molecules being are aerially dispersed and perceived by an odorant receptor."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000058"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "odor"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000059
    obo:IAO_0000115 "A parental quality inhering in a bearer by virtue of exhibiting the characteristic of a parent."^^xsd:string ;
    oboInOwl:hasExactSynonym "parental type"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000059"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "obsolete parental quality"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000060
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's exhibiting repetition of placement of its parts."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000132"^^xsd:string, "PATO:0001565"^^xsd:string ;
    oboInOwl:hasExactSynonym "distribution"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "pattern"^^xsd:string ;
    oboInOwl:id "PATO:0000060"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "spatial pattern"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0000061
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000061"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative pattern"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000062
    obo:IAO_0000115 "A sleep quality defined by the mathematic properties of the relative time frames of the sleep cycle."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000062"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "sleep pattern"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001530 .

obo:PATO_0000063
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000063"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete percentage"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000064
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000064"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute percentage"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000065
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000065"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative percentage"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000066
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of the bearer's having hair or bristles."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000066"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "pilosity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0000067
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000067"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative pilosity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000068
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000068"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "TODO: define this or obsolete it and move children somewhere else."^^xsd:string ;
    rdfs:label "qualitative"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000001 .

obo:PATO_0000069
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the whether the bearer differs from normal or average."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000069"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "deviation (from_normal)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000068 .

obo:PATO_0000070
    obo:IAO_0000115 "The number of entities of this type that are part of the whole organism."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000053"^^xsd:string, "PATO:0000071"^^xsd:string, "PATO:0001169"^^xsd:string, "PATO:0001226"^^xsd:string ;
    oboInOwl:hasExactSynonym "presence or absence in organism"^^xsd:string, "quantitative"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "count in organism"^^xsd:string, "number"^^xsd:string, "presence"^^xsd:string ;
    oboInOwl:id "PATO:0000070"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "This term was originally named \"presence\". It has been renamed to reduce ambiguity. Consider annotating with the reciprocal relation,PATO:0001555, has_number_of. For example, rather than E=fin ray Q=count in organism C=10, say E=organism Q=has number of E2= fin ray C=10."^^xsd:string ;
    rdfs:label "amount"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000068, [
        a owl:Restriction ;
        owl:onProperty pato:reciprocal_of ;
        owl:someValuesFrom obo:PATO_0001555
    ] .

obo:PATO_0000071
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000070 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000072
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000001 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000073
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000073"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative_quality"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000074
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000074"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete shattering"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000075
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000075"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete threshability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000076
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000076"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete regulation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000077
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the whether the bearer's disposition to react to a stimulus or an agent."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "reactivity"^^xsd:string, "response"^^xsd:string, "responsivity"^^xsd:string ;
    oboInOwl:id "PATO:0000077"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "response to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0000078
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's movement or variation characterized by the regular recurrence or alternation of different quantities or conditions."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000078"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "rhythm quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002323 .

obo:PATO_0000079
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000079"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute rhythym"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000080
    obo:IAO_0000115 "A physical quality of a process inhering in a bearer by virtue of the size of the bearer's maximum displacement from the 'normal' position, when periodic motion is taking place."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000080"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "amplitude"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002062 .

obo:PATO_0000081
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001309 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000082
    obo:IAO_0000115 "A rhythm quality inhering in a bearer by virtue of the repetitiveness of bearer's rhythm."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000082"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "persistence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000078 .

obo:PATO_0000083
    obo:IAO_0000115 "A quality that exists by virtue of being a particular point in the time of a cycle."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000083"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "phase"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002323 .

obo:PATO_0000084
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000084"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative rhythym"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000085
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's disposition to detect or perceive external stimulation."^^xsd:string ;
    oboInOwl:hasExactSynonym "sensitivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000085"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "sensitivity toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0000086
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000086"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000087
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000087"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete disease sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000088
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000088"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute disease sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000089
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000089"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative disease sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000090
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000090"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000091
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000091"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete stress sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000092
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000092"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete abiotic stress sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000093
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000093"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete chemical sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000094
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000094"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete drug sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000095
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000095"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute drug sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000096
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000096"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative drug sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000097
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000097"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete herbicide sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000098
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000098"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete insecticide sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000099
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000099"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete plant growth hormone sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000100
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000100"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete soil composition sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000101
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000101"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete soil nutrient sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000102
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000102"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete macronutrient sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000103
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000103"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete micronutrient sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000104
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000104"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete osmotic response sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000105
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000105"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete p h sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000106
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000106"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete acid sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000107
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000107"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete alkali sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000108
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000108"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete salt sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000109
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000109"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete water sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000110
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000110"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete drought sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000111
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000111"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete flooding sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000112
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000112"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete humidity sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000113
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000113"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete radiation sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000114
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000114"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete temperature sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000115
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000115"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute temperature sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000116
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000116"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative temperature sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000117
    obo:IAO_0000115 "A morphology quality inhering in a bearer by virtue of the bearer's physical magnitude."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000117"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "size"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0000118
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000118"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute size"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000119
    obo:IAO_0000115 "A 1-D extent quality inhering in a bearer by virtue of the bearer's vertical dimension of extension."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000119"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "height"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0000120
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000120"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute height"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000121
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000121"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative height"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000122
    obo:IAO_0000115 "A 1-D extent quality which is equal to the distance between two points."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000122"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "length"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0000123
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000123"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute length"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000124
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000124"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative length"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000125
    obo:IAO_0000115 "A physical quality that inheres in a bearer by virtue of the proportion of the bearer's amount of matter."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000125"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "mass"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000126
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000126"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute mass"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000127
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000127"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative mass"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000128
    obo:IAO_0000115 "A physical quality inhering in a bearer that has mass near a gravitational body."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000128"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "weight"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001035 .

obo:PATO_0000129
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000129"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute weight"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000130
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000130"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative weight"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000131
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000131"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative size"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000132
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000060 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000133
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's placement which is defined by the angle between the bearer and an axis, or the angle between the bearer and another object."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000137"^^xsd:string ;
    oboInOwl:hasExactSynonym "angular placement"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "amount of rotation"^^xsd:string, "angle"^^xsd:string, "angular magnitude"^^xsd:string, "plane angle"^^xsd:string ;
    oboInOwl:id "PATO:0000133"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0000134
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000134"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute_angle"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000135
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000135"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative_angle"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000136
    obo:IAO_0000115 "A morphological quality pertaining to the degree to which an object contains an opening, aperture, orifice or vent."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000136"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "closure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0000137
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000133 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000138
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000138"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute orientation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000139
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000139"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative orientation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000140
    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:hasAlternativeId "PATO:0001032"^^xsd:string, "PATO:0001631"^^xsd:string ;
    oboInOwl:hasExactSynonym "location"^^xsd:string, "placement"^^xsd:string, "relational spatial quality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000140"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "position"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000141
    obo:IAO_0000115 "A morphology quality inhering in a bearer by virtue of the bearer's relative position, shape, arrangements and connectivity of an organism's various parts; the pattern underlying its form."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001452"^^xsd:string ;
    oboInOwl:hasBroadSynonym "conformation"^^xsd:string ;
    oboInOwl:hasExactSynonym "relational structural quality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000141"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "structure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0000142
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000142"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete substance"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000143
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000143"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete addictive substance"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000144
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000144"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "This term was made obsolete because it is not a quality. To update annotations, consider the following term 'quality of a solid; 'PATO:0001546'"^^xsd:string ;
    rdfs:label "obsolete solid substance"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000145
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000145"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "This term was made obsolete because it is not a quality. To update annotations, consider the following term 'quality of a liquid; PATO:0001548 '"^^xsd:string ;
    rdfs:label "obsolete liquid substance"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000146
    obo:IAO_0000115 "A physical quality of the thermal energy of a system."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000146"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000147
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000147"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute temperature"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000148
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000148"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete body temperature"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000149
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000149"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative temperature"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000150
    obo:IAO_0000115 "A morphologic quality inhering in a bearer by virtue of the bearer's relative size, organization and distribution of its surface elements or the representation or invention of the appearance of its surface; visual and tactile surface characteristics."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000150"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "texture"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0000151
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000151"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative texture"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000152
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's sensitivity towards a fixed location or value where a change is observed; upper limit."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000152"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "threshold"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0000153
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000153"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute threshold"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000154
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000154"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete pain threshold"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000155
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000155"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative threshold"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000156
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000057 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000157
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000157"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute temporal"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000158
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000057 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000159
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000159"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute incidence"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000160
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000160"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative incidence"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000161
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's occurrence per unit time."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000161"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002062 .

obo:PATO_0000162
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000162"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute rate"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000163
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000163"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative rate"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000164
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000164"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative temporal"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000165
    obo:IAO_0000115 "A quality in which events occur in sequence."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000165"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "time"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0000166
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000166"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute time"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000167
    obo:IAO_0000115 "A limited, often assigned period of activity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000167"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "obsolete bouts"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000168
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000168"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative time"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000169
    obo:IAO_0000115 "An organismal quality inhering in a bearer or a population by virtue of the bearer's disposition to survive and develop normally or the number of surviving individuals in a given population."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000169"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "viability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0000170
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000170"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete yield"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000171
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000171"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute yield"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000172
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000172"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative yield"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000173
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000173"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000174
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000174"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete autonomic function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000175
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000175"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete behavioral function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000176
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000176"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete metabolic function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000177
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000177"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete physiological function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000178
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000178"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000179
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000179"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete body position"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000180
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000180"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete body tone"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000181
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000181"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete piloerection"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000182
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000182"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete abdominal tone"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000183
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000183"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete limb tone"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000184
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000184"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete arousal"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000185
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of having physical steadiness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000185"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "balance"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0000186
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's behavior aggregate of the responses or reactions or movements in a given situation."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001722"^^xsd:string ;
    oboInOwl:hasExactSynonym "behavioural quality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000186"^^xsd:string ;
    a owl:Class ;
    rdfs:label "behavioral quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0000187
    obo:IAO_0000115 "A relational quality of occurrent inhering in a bearer by virtue of the bearer's ability to consume a resource."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "propensity to consume"^^xsd:string ;
    oboInOwl:id "PATO:0000187"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Use GO:0007631"^^xsd:string ;
    rdfs:label "obsolete consumption quality"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000188
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of the bearer's having or lacking skillful and effective interaction of movement."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000188"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "coordination"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0000189
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of whether the bearer's disposition to perceive differences between two or more stimuli."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000189"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "discrimination"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0000190
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000190"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gait"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000191
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000191"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete learning_and memory"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000192
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000192"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete locomotor_activity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000193
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000193"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete mating"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000194
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000194"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete spontaneous_activity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000195
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000195"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete startle response"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000196
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000196"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete vocalization"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000197
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000197"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete transfer_arousal"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000198
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000198"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute consumption"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000199
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000199"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative consumption"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000200
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000200"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete learning"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000201
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000201"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete memory"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000202
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000202"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete long term memory"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000203
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000203"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete short term memory"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000204
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000204"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute locomotor_activity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000205
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000205"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative locomotor_activity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000206
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000206"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete enzyme function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000207
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000207"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete circulatory function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000208
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000208"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete defensive function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000209
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000209"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete digestive function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000210
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000210"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete excretory function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000211
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000211"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete muscle function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000212
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000212"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete neural function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000213
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000213"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete neurobehavioral function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000214
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000214"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete reproductive function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000215
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000215"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete respiratory function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000216
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000216"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete heart rate"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000217
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000217"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete immune function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000218
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000218"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete repair function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000219
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000219"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete healing"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000220
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000220"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete regeneration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000221
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000221"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete urination"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000222
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000222"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete muscle elevation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000223
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000223"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete muscle strength"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000224
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000224"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete motor function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000225
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000225"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete sensory function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000226
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000226"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete tactile response"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000227
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000227"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete motor performance"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000228
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000228"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete auditory"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000229
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000229"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete olfactory"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000230
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000230"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete proprioreception"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000231
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000231"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000232
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000232"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete taste"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000233
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000233"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete touch"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000234
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000234"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete visual"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000235
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000235"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete odor_acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000236
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000236"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete odor type"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000237
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000237"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute odor_acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000238
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000238"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative odor_acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000239
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000239"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete blinking reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000240
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000240"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete contact righting reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000241
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000241"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete corneal reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000242
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000242"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete flinch reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000243
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000243"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete lordosis reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000244
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000244"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ocular reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000245
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000245"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete pinna reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000246
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000246"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete postural reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000247
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000247"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete proboscis extension reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000248
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000248"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete pupillary reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000249
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000249"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete righting reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000250
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000250"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete spinal reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000251
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000251"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete startle reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000252
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000252"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete suckling reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000253
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000253"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete swallowing reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000254
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000254"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete vibrissae reflex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000255
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000255"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete taste_acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000256
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000256"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete taste type"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000257
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000257"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute taste_acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000258
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000258"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative taste_acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000259
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000259"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete visual_ability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000260
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000260"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete visual_acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000261
    obo:IAO_0000115 "A quality of a single physical entity which is held by a bearer when the latter exhibits a state of growth, differentiation, or development."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000261"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "maturity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0000262
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000262"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete visual placing"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000263
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000263"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete visual threshold"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000264
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000264"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute visual_ability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000265
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000265"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative visual_ability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000266
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000266"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute visual_acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000267
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000267"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative visual_acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000268
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000268"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute visual threshold"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000269
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000269"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative visual threshold"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000270
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000270"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete defecation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000271
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000271"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete prepulse inhibition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000272
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000272"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative neurobehavioral function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000273
    obo:IAO_0000115 "A reproductive quality inhering in an organism or population by virtue of the bearer's potential reproductive capacity ad measured by the number of gametes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000273"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "fecundity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001434 .

obo:PATO_0000274
    obo:IAO_0000115 "A reproductive quality inhering in a bearer by virtue of the bearer's initiating, sustaining, or supporting reproduction."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000274"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001434 .

obo:PATO_0000275
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000275"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gestational period"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000276
    obo:IAO_0000115 "A reproductive quality inhering in the young of an animal by virtue of their number."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "litter size"^^xsd:string ;
    oboInOwl:id "PATO:0000276"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "brood size"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001496 .

obo:PATO_0000277
    obo:IAO_0000115 "A fertility quality inhering in a female by virtue of the bearer's disposition to initiate, sustain, or support reproduction."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000277"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "female fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000274 .

obo:PATO_0000278
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000278"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete hybrid fertility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000279
    obo:IAO_0000115 "A fertility quality of inhering in a male by virtue of the bearer's disposition to initiate, sustain, or support reproduction."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000279"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "male fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000274 .

obo:PATO_0000280
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000280"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete backcross fertility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000281
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000281"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete cytoplasmic sterility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000282
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000282"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete f1 fertility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000283
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000283"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete f2 fertility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000284
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000284"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete germ line dependent fertility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000285
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000285"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete soma dependent fertility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000286
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000286"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete cytoplasmic male sterility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000287
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000287"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute litter size"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000288
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000288"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative litter size"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000289
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000289"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete respiratory rate"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000290
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000290"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute respiratory rate"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000291
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000291"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative respiratory rate"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000292
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000292"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete mobility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000293
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000293"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute activity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000294
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000294"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete process value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000295
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000295"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative activity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000296
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000296"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete speed value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000297
    obo:IAO_0000115 "A quality of a process which ends earlier than the natural end time or reference process."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001508"^^xsd:string ;
    oboInOwl:hasExactSynonym "abolished"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "incomplete"^^xsd:string ;
    oboInOwl:id "PATO:0000297"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "TODO: the definition is incorrect. See absent."^^xsd:string ;
    rdfs:label "arrested"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002052, obo:PATO_0002324 .

obo:PATO_0000298
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000298"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete not arrested value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000299
    obo:IAO_0000115 "A mobility quality of inhering in a bearer by virtue of the bearer's disposition to move freely."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000300 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000299"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mobile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000004 ;
    owl:disjointWith obo:PATO_0000300 .

obo:PATO_0000300
    obo:IAO_0000115 "A mobility quality inhering in a bearer by virtue of the bearer's being incapable to move freely."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000299 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "fixed"^^xsd:string ;
    oboInOwl:id "PATO:0000300"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "immobile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000004 .

obo:PATO_0000301
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000301"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute speed value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000302
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000302"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative speed value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000303
    obo:IAO_0000115 "A speed which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000304 ;
    oboInOwl:hasExactSynonym "high speed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "fast speed"^^xsd:string ;
    oboInOwl:id "PATO:0000303"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased speed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000008, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000008
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000304
    obo:IAO_0000115 "A speed which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000303 ;
    oboInOwl:hasExactSynonym "slow"^^xsd:string, "slow speed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000304"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased speed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000008, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000008
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000305
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000305"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete age value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000306
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000306"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute age value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000307
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000307"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative age value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000308
    obo:IAO_0000115 "An age which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000309 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000308"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "old"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000011 .

obo:PATO_0000309
    obo:IAO_0000115 "An age which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000308 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000309"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "young"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000011 .

obo:PATO_0000310
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000310"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete color value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000311
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000311"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete color hue value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000312
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000312"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete color intensity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000313
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000313"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete color saturation value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000314
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000314"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete flourescence value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000315
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000315"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete color pattern value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000316
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000316"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative color value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000317
    obo:IAO_0000115 "A color that lacks any hues as parts."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000317"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "black"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000318
    obo:IAO_0000115 "A color hue with low wavelength of that portion of the visible spectrum lying between green and indigo, evoked in the human observer by radiant energy with wavelengths of approximately 420 to 490 nanometers."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000318"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "blue"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000319
    obo:IAO_0000115 "A color consisting of green and blue hue."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000319"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cyan"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000320
    obo:IAO_0000115 "A color hue with medium-low wavelength of that portion of the visible spectrum lying between yellow and blue, evoked in the human observer by radiant energy with wavelengths of approximately 490 to 570 nanometers."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000320"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "green"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000321
    obo:IAO_0000115 "A color consisting of red and blue hues."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000321"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "magenta"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000322
    obo:IAO_0000115 "A color hue with high wavelength of the long-wave end of the visible spectrum, evoked in the human observer by radiant energy with wavelengths of approximately 630 to 750 nanometers."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000322"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "red"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000323
    obo:IAO_0000115 "An achromatic color of maximum brightness; the color of objects that reflect nearly all light of all visible wavelengths."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "whitish"^^xsd:string ;
    oboInOwl:id "PATO:0000323"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "white"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000324
    obo:IAO_0000115 "A color hue with medium wavelength of that portion of the visible spectrum lying between orange and green, evoked in the human observer by radiant energy with wavelengths of approximately 570 to 590 nanometers."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000324"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "yellow"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000325
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000325"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete bright"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000326
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000326"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete dim"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000327
    obo:IAO_0000115 "A color brightness which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000665 ;
    oboInOwl:hasExactSynonym "dark"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000327"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "low brightness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000016 .

obo:PATO_0000328
    obo:IAO_0000115 "A color saturation which is of low purity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001229 ;
    oboInOwl:hasExactSynonym "pale"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "dull"^^xsd:string ;
    oboInOwl:id "PATO:0000328"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "low saturation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000017 .

obo:PATO_0000329
    obo:IAO_0000115 "A color pattern inhering in a bearer by virtue of bearer's being marked with irregularly shaped spots or blots of a different hue or degree of saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "blotched"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000329"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "blotchy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001533 .

obo:PATO_0000330
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's magnitude of or the relationships between its repeated parts lack consistency."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000440 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000330"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregular spatial pattern"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0000331
    obo:IAO_0000115 "A color quality inhering in a bearer by virtue of the bearer's being altered or spoiled in color."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000336 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000331"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "discolored"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000019 .

obo:PATO_0000332
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000336 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000333
    obo:IAO_0000115 "A color pattern inhering in a bearer by virtue of bearer's being marked with a round area of different hue or degree of saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000333"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "spotted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001533 .

obo:PATO_0000334
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000337 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000335
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "mottled (sensu Drosophila)"^^xsd:string ;
    oboInOwl:id "PATO:0000335"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete variegated"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000336
    obo:IAO_0000115 "A color quality inhering in a bearer by virtue of the bearer's having color."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000331 ;
    oboInOwl:hasAlternativeId "PATO:0000332"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "pigmented"^^xsd:string ;
    oboInOwl:id "PATO:0000336"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "colored"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000337
    obo:IAO_0000115 "A color quality inhering in a bearer by virtue of the bearer's lacking color."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000334"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "unpigmented"^^xsd:string ;
    oboInOwl:id "PATO:0000337"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "colorless"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000019 .

obo:PATO_0000338
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000338"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete compatability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000339
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000339"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gametophytic compatability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000340
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000340"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative compatability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000341
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000341"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete sporophytic compatability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000342
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000342"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gametophyte compatible value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000343
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000343"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gametophyte incompatible value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000344
    obo:IAO_0000115 "A compatibility quality inhering in a bearer by virtue of the bearer's being capable of harmonious coexistence."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000345 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000344"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "compatible"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000021 ;
    owl:disjointWith obo:PATO_0000345 .

obo:PATO_0000345
    obo:IAO_0000115 "A compatibility quality inhering in a bearer by virtue of the bearer's being incapable of harmonious coexistence."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000344 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000345"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "incompatible"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000021 .

obo:PATO_0000346
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000346"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete sporophyte compatible value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000347
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000347"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete sporophyte incompatible value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000348
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000348"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete composition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000349
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000349"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete carbohydrate composition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000350
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000350"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete electrolyte composition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000351
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000351"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete macromolecular composition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000352
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000352"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete metabolite composition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000353
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000353"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete secondary product composition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000354
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000354"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete protein composition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000355
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000355"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete enzyme composition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000356
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000356"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000357
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000357"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete protein concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000358
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000358"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete sugar concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000359
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000359"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete water content value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000360
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000360"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete consistency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000361
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000361"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gel consistency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000362
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000362"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete direction value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000363
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000363"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete away"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000364
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000364"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete bi-directional"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000365
    obo:IAO_0000115 "A directional quality inhering in a bearer by virtue of the bearer's direction from a higher to a lower point."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000370 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000365"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "down"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000039 .

obo:PATO_0000366
    obo:IAO_0000115 "A directional quality inhering in a bearer by virtue of the bearer's direction that is similar to the direction of an object to the north when it faces east."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000366"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "left"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000039 .

obo:PATO_0000367
    obo:IAO_0000115 "A directional quality inhering in a bearer by virtue of the bearer's direction that is similar to the direction of an object to the north when it faces west."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000367"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "right"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000039 .

obo:PATO_0000368
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000368"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete towards1"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000369
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000369"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete unidirectional"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000370
    obo:IAO_0000115 "A directional quality inhering in a bearer by virtue of the bearer's direction from a lower to a higher point."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000365 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000370"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "up"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000039 .

obo:PATO_0000371
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000371"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete distance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000372
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000372"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute distance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000373
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000373"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative distance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000374
    obo:IAO_0000115 "A distance which is greater relative to the normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000375 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "long distance"^^xsd:string ;
    oboInOwl:id "PATO:0000374"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased distance"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000040, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000040
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000375
    obo:IAO_0000115 "A distance which is lesser relative to the normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000374 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "short distance"^^xsd:string ;
    oboInOwl:id "PATO:0000375"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased distance"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000040, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000040
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000376
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000376"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete flavor value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000377
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000377"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete frequency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000378
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000378"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute frequency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000379
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000379"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative frequency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000380
    obo:IAO_0000115 "A frequency which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000381 ;
    oboInOwl:hasExactSynonym "high frequency"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "frequent"^^xsd:string ;
    oboInOwl:id "PATO:0000380"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased frequency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000044, obo:PATO_0055003 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000044
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000381
    obo:IAO_0000115 "A frequency which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000380 ;
    oboInOwl:hasExactSynonym "low frequency"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "infrequent"^^xsd:string ;
    oboInOwl:id "PATO:0000381"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased frequency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000044, obo:PATO_0055004 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000044
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000382
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000382"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gender value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000383
    obo:IAO_0000115 "A biological sex quality inhering in an individual or a population that only produces gametes that can be fertilised by male gametes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000383"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "female"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001894 .

obo:PATO_0000384
    obo:IAO_0000115 "A biological sex quality inhering in an individual or a population whose sex organs contain only male gametes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000384"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "male"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001894 .

obo:PATO_0000385
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000385"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete hardness value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000386
    obo:IAO_0000115 "A hardness quality of being rigid and resistant to pressure."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000387 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "firm"^^xsd:string, "impenetrable"^^xsd:string, "tough"^^xsd:string ;
    oboInOwl:id "PATO:0000386"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hard"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000048, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000048
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000387
    obo:IAO_0000115 "A hardness quality of giving little resistance to pressure."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000386 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000387"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "soft"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000048, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000048
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000388
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000388"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete intensity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000389
    obo:IAO_0000115 "A quality of a process inhering in a bearer by virtue of the bearer's having a sudden onset, sharp rise, and short course."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001863 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000389"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "acute"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001309 .

obo:PATO_0000390
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000390"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete extreme"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000391
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000391"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete intense"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000392
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000392"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete limited"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000393
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000393"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete maximal"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000394
    obo:IAO_0000115 "An intensity which is less than moderate in type or degree or effect or force."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000394"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mild intensity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000049 .

obo:PATO_0000395
    obo:IAO_0000115 "An intensity which is less than extreme in type or degree or effect or force."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000395"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "moderate intensity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000049 .

obo:PATO_0000396
    obo:IAO_0000115 "An intensity which is extremely bad or unpleasant in type or degree or effect or force."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000396"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "severe intensity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000049 .

obo:PATO_0000397
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000397"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "obsolete slight"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000398
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000398"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete vigorous"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000399
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000399"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete life span value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000400
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000400"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete morphology value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000401
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000401"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete shape value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000402
    obo:IAO_0000115 "A branchiness quality inhering in a bearer by virtue of the bearer's having branches."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000414 ;
    oboInOwl:hasExactSynonym "ramified"^^xsd:string, "ramiform"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000402"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "branched"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002009 ;
    owl:disjointWith obo:PATO_0000414 .

obo:PATO_0000403
    obo:IAO_0000115 "A concave quality inhering in a bearer by virtue of the bearer's resembling a groove or fissure."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000403"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "cleft"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001857 .

obo:PATO_0000404
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being curled or wound (especially in concentric rings or spirals)."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000415 ;
    oboInOwl:hasAlternativeId "PATO:0001363"^^xsd:string ;
    oboInOwl:hasExactSynonym "spiral"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "helical"^^xsd:string, "helicoid"^^xsd:string, "helicoidal"^^xsd:string, "helix-shaped"^^xsd:string ;
    oboInOwl:id "PATO:0000404"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "coiled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001794 .

obo:PATO_0000405
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having parallel chains in undulate fashion on the border."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000405"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "curled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0000406
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's having or being marked by a curve or smoothly rounded bend."^^xsd:string ;
    oboInOwl:hasNarrowSynonym "bowing"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "curled"^^xsd:string ;
    oboInOwl:id "PATO:0000406"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001591 .

obo:PATO_0000407
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having a horizontal surface without a slope, tilt, or curvature."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "plate-like"^^xsd:string ;
    oboInOwl:id "PATO:0000407"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "flat"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002254 .

obo:PATO_0000408
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001499 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000409
    obo:IAO_0000115 "A spheroid quality inhering in a bearer by virtue of the bearer's exhibiting an equatorial diameter greater than its polar diameter."^^xsd:string ;
    oboInOwl:hasExactSynonym "oblate spheroid"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000409"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "oblate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001865 .

obo:PATO_0000410
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having leaflets or leaflets-like structures on each side of a common axis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "feather-like"^^xsd:string, "of a leaf shape"^^xsd:string ;
    oboInOwl:id "PATO:0000410"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pinnate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0000411
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being such that every part of the surface or the circumference is equidistant from the center."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "round"^^xsd:string, "rounded"^^xsd:string ;
    oboInOwl:id "PATO:0000411"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "circular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000947 .

obo:PATO_0000412
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000585 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000413
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having an equal-sided rectangular form."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000413"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "square"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002317 .

obo:PATO_0000414
    obo:IAO_0000115 "A branchiness quality inhering in a bearer by virtue of the bearer's lacking branches."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000402 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000414"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unbranched"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002009 .

obo:PATO_0000415
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being not curled or wound (especially in concentric rings or spirals)."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000404 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000415"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "uncoiled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001794 .

obo:PATO_0000416
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000416"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete count value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000417
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000417"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute number value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000418
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000418"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative number value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000419
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001997 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000420
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000470 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000421
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000421"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete nutritional value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000422
    obo:IAO_0000115 "A nutritional quality inhering in a bearer by virtue of the bearer's inability to synthesize a particular organic compound required for its growth."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000423 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000422"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "auxotrophic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000056 .

obo:PATO_0000423
    obo:IAO_0000115 "A nutritional quality inhering in a bearer by virtue of the bearer's ability to synthesize a particular organic compound required for its growth."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000422 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000423"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "prototrophic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000056 .

obo:PATO_0000424
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000424"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete occurence value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000425
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000425"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "obsolete continual"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000426
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000690 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000427
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's occurring or appearing again or repeatedly."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000428 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000427"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "recurrent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0000428
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's once or in or a few unpredictable instances."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000427 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000428"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sporadic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0000429
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000689 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000430
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000430"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete unique"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000431
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000431"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete odor value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000432
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000432"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete parental type value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000433
    obo:IAO_0000115 "A parental quality inhering in a bearer by virtue of exhibiting the characteristic of a father."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000433"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete paternal"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000434
    obo:IAO_0000115 "A parental quality inhering in a bearer by virtue of exhibiting the characteristic of a mother."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000434"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete maternal"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000435
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000435"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete pattern value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000436
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000436"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete concrete"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000437
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000437"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete sleep pattern value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000438
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of the bearer's lacking or not exhibiting variation."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001227 ;
    oboInOwl:hasExactSynonym "uniform"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "constant"^^xsd:string ;
    oboInOwl:id "PATO:0000438"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "invariant"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001303 .

obo:PATO_0000439
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000439"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete perseverative"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000440
    obo:IAO_0000115 "A pattern quality inhering in a bearer by virtue of the bearer's having a repeatable or predictable placement."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000330 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000440"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "regular spatial pattern"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0000441
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's marked by tedious repetition."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000441"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "repetitive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0000442
    obo:IAO_0000115 "A sleep pattern quality inhering in a bearer by virtue of the bearer's inability to sleep."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000442"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Consider NBO:0000422."^^xsd:string ;
    rdfs:label "obsolete insomnia"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000443
    obo:IAO_0000115 "A sleep pattern quality inhering in a bearer by virtue of the bearer's disrupted sleep during normal sleeping period; often accompanied by cataplexy, sleep paralysis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000443"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Consider NBO:0000423"^^xsd:string ;
    rdfs:label "obsolete narcolepsy"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000444
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000444"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete percentage value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000445
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000445"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative percentage value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000446
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000446"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute percentage value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000447
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000447"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete decreased percentage"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000448
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000448"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete high percentage"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000449
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000449"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete increased percentage"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000450
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000450"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete low percentage"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000451
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000451"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete pilosity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000452
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000452"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative pilosity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000453
    obo:IAO_0000115 "A pilosity quality inhering in a bearer by virtue of the bearer's lack of hairs or bristles."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "hairless"^^xsd:string ;
    oboInOwl:id "PATO:0000453"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "glabrous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000066 ;
    owl:disjointWith obo:PATO_0000454 .

obo:PATO_0000454
    obo:IAO_0000115 "A pilosity quality inhering in a bearer by virtue of the bearer's being covered with hair or hairlike projections."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000454"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hairy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000066 .

obo:PATO_0000455
    obo:IAO_0000115 "A maturity quality inhering in a bearer by virtue of the bearer's having arrived at the onset of puberty (the age at which sex glands become functional) but not yet fully mature."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000455"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pubescent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0000456
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000456"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete abstract"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000457
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000457"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete deviation(from_normal) value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000458
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000458"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete presence value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000459
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000459"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative quantity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000460
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's deviation from normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000461 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "aberrant"^^xsd:string, "atypia"^^xsd:string, "atypical"^^xsd:string, "defective"^^xsd:string ;
    oboInOwl:id "PATO:0000460"^^xsd:string ;
    oboInOwl:inSubset pato:abnormal_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "abnormal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000069 .

obo:PATO_0000461
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's exhibiting no deviation from normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000460 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "average"^^xsd:string ;
    oboInOwl:id "PATO:0000461"^^xsd:string ;
    oboInOwl:inSubset pato:abnormal_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000068 .

obo:PATO_0000462
    obo:IAO_0000115 "A quality denoting the lack of an entity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000467 ;
    oboInOwl:hasAlternativeId "PATO:0001996"^^xsd:string ;
    oboInOwl:hasExactSynonym "absence"^^xsd:string, "absent from organism"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000462"^^xsd:string ;
    oboInOwl:inSubset pato:absent_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "See documentation here: http://code.google.com/p/phenotype-ontologies/wiki/ModelingOfAbsence"^^xsd:string ;
    rdfs:label "absent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000070, [
        a owl:Restriction ;
        owl:onProperty pato:reciprocal_of ;
        owl:someValuesFrom obo:PATO_0001558
    ], [
        a owl:Restriction ;
        owl:onProperty pato:reciprocal_of ;
        owl:someValuesFrom obo:PATO_0002000
    ] ;
    owl:disjointWith obo:PATO_0000467 .

obo:PATO_0000463
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of being clearly visible."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000464 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "distinct"^^xsd:string ;
    oboInOwl:id "PATO:0000463"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "conspicuous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001998 .

obo:PATO_0000464
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of not being clearly visible."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000463 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "faint"^^xsd:string ;
    oboInOwl:id "PATO:0000464"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inconspicuous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001998 .

obo:PATO_0000465
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000465"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete marked"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000466
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000466"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete none"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000467
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's existence."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000462 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "present in organism"^^xsd:string ;
    oboInOwl:id "PATO:0000467"^^xsd:string ;
    oboInOwl:inSubset pato:absent_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "present"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000070 .

obo:PATO_0000468
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001997 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000469
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000469"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete high"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000470
    obo:IAO_0000115 "An amount which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001997 ;
    oboInOwl:hasAlternativeId "PATO:0000420"^^xsd:string, "PATO:0000650"^^xsd:string ;
    oboInOwl:hasExactSynonym "increased number"^^xsd:string, "present in greater numbers in organism"^^xsd:string, "supernumerary"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "accessory"^^xsd:string, "increased"^^xsd:string ;
    oboInOwl:id "PATO:0000470"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased amount"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000467, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000070
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000471
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000471"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete low"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000472
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000472"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete quality value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000473
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000473"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative_quality value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000474
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000474"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete shattering value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000475
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000475"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete threshability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000476
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000476"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete bad value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000477
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000477"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete good value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000478
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000478"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete poor value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000479
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000479"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete regulation value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000480
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000480"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete positive regulation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000481
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000481"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete negative regulation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000482
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000482"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete response value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000483
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000483"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete tactile hyperresponsive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000484
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000484"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete tactile hyporesponsive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000485
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000485"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete mild response"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000486
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000486"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete moderate response"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000487
    obo:IAO_0000115 "A response quality inhering in a bearer by virtue of the bearer's disposition to react to a stimulus or an agent."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000488 ;
    oboInOwl:hasExactSynonym "responsive"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000487"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "responsive to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000077 ;
    owl:disjointWith obo:PATO_0000488 .

obo:PATO_0000488
    obo:IAO_0000115 "A response quality inhering in a bearer by virtue of the bearer's lack of reaction to a stimulus or an agent."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000487 ;
    oboInOwl:hasExactSynonym "unresponsive"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000488"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unresponsive to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000077 .

obo:PATO_0000489
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000489"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete vigorous response"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000490
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000490"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete rhythym value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000491
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000491"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000492
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000492"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute rhythym value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000493
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000493"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete amplitude value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000494
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000494"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete period value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000495
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000495"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete persistence value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000496
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000496"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete phase value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000497
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000497"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative rhythym value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000498
    obo:IAO_0000115 "A duration quality of a process which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000499 ;
    oboInOwl:hasAlternativeId "PATO:0000715"^^xsd:string ;
    oboInOwl:hasExactSynonym "high time"^^xsd:string, "increased period"^^xsd:string, "increased time"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "chronic"^^xsd:string, "prolonged period"^^xsd:string, "slow time"^^xsd:string ;
    oboInOwl:id "PATO:0000498"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased duration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001309, obo:PATO_0002304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001309
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000499
    obo:IAO_0000115 "A duration quality of a process which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000498 ;
    oboInOwl:hasAlternativeId "PATO:0000716"^^xsd:string ;
    oboInOwl:hasExactSynonym "decreased period"^^xsd:string, "decreased time"^^xsd:string, "low period"^^xsd:string, "shortened period"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "fast time"^^xsd:string ;
    oboInOwl:id "PATO:0000499"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased duration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001309, obo:PATO_0002302 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001309
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000500
    obo:IAO_0000115 "A phase which occurs earlier than the natural start time."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000500"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "advanced phase"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000083 .

obo:PATO_0000501
    obo:IAO_0000115 "A phase which occurs during dark cycle."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000501"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark phase"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000083 .

obo:PATO_0000502
    obo:IAO_0000115 "A quality of a process which starts later than the natural start time or the reference process."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "late"^^xsd:string ;
    oboInOwl:id "PATO:0000502"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "delayed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002325 .

obo:PATO_0000503
    obo:IAO_0000115 "A phase which occurs during the light cycle."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000503"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "light phase"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000083 .

obo:PATO_0000504
    obo:IAO_0000115 "A rhythm quality inhering in a bearer by virtue of the bearer's lacking rhythm."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000505 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000504"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "arrhythmic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000078 .

obo:PATO_0000505
    obo:IAO_0000115 "A rhythm quality inhering in a bearer by virtue of the bearer's having rhythm."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000504 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000505"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "rhythmic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000078 .

obo:PATO_0000506
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000506"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000507
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000507"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete disease sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000508
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000508"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000509
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000509"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete stress sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000510
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000510"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete temperature sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000511
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000511"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute disease sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000512
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000512"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative disease sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000513
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's lacking sensitivity toward an external stimulus."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000516 ;
    oboInOwl:hasExactSynonym "insensitive"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "resistant"^^xsd:string ;
    oboInOwl:id "PATO:0000513"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "insensitive toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0000514
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000514"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete intolerant value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000515
    obo:IAO_0000115 "A resistance quality inhering in a bearer by virtue of its disposition to endure or being insensitive to a stimulus."^^xsd:string ;
    oboInOwl:hasExactSynonym "tolerant"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000515"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "tolerant to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001046 ;
    owl:disjointWith obo:PATO_0001178 .

obo:PATO_0000516
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having sensitivity toward an external stimulus."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000513 ;
    oboInOwl:hasExactSynonym "sensitive"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000516"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sensitive toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0000517
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000517"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete abiotic stress sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000518
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000518"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete chemical sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000519
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000519"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete humidity sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000520
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000520"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete radiation sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000521
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000521"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete drug sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000522
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000522"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete herbicide sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000523
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000523"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete insecticide sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000524
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000524"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete plant growth hormone sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000525
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000525"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete soil composition sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000526
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000526"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute drug sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000527
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000527"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative drug sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000528
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000528"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete drug insensitive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000529
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000529"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete drug sensitive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000530
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000530"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete soil nutrient sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000531
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000531"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete macronutrient sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000532
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000532"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete micronutrient sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000533
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000533"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete osmotic response sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000534
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000534"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete p h sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000535
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000535"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete salt sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000536
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000536"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete water sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000537
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000537"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete acid sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000538
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000538"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete alkali sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000539
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000539"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete drought sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000540
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000540"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete flooding sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000541
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000541"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete photosensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000542
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000542"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute photosensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000543
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000543"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete light intensivity sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000544
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000544"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete light_quality sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000545
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000545"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative photosensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000546
    obo:IAO_0000115 "A photosensitivity quality inhering in a bearer by virtue of the bearer's lacking photosensitivity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000547 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "photoresistant"^^xsd:string ;
    oboInOwl:id "PATO:0000546"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "photoinsensitive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000927 ;
    owl:disjointWith obo:PATO_0000547 .

obo:PATO_0000547
    obo:IAO_0000115 "A photosensitivity quality inhering in a bearer by virtue of the bearer's exhibiting photosensitivity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000546 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000547"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "photosensitive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000927 .

obo:PATO_0000548
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000548"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete blue light sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000549
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000549"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete far red light sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000550
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000550"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete red light sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000551
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000551"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete u v light sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000552
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000552"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute temperature sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000553
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000553"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative temperature sensitivity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000554
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000554"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete cold sensitive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000555
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000555"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete heat sensitive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000556
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "thermoresistant"^^xsd:string ;
    oboInOwl:id "PATO:0000556"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete thermoinsensitive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000557
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000557"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete thermosensitive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000558
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000558"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete size value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000559
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000559"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute size value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000560
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000560"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete height value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000561
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000561"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete length value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000562
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000562"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete mass value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000563
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000563"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative size value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000564
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000564"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete thickness value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000565
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000565"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete volume value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000566
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym ":breadth"^^xsd:string ;
    oboInOwl:id "PATO:0000566"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete width value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000567
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000567"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute height value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000568
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000568"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative height value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000569
    obo:IAO_0000115 "A height which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000570 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "short"^^xsd:string ;
    oboInOwl:id "PATO:0000569"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased height"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000119, obo:PATO_0000587 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000119
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000570
    obo:IAO_0000115 "A height which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000569 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "tall"^^xsd:string ;
    oboInOwl:id "PATO:0000570"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased height"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000119, obo:PATO_0000586 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000119
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000571
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000571"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute length value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000572
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000572"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative length value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000573
    obo:IAO_0000115 "A length quality which is relatively large."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000574 ;
    oboInOwl:hasExactSynonym "long"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000573"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased length"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000122, obo:PATO_0000586 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000122
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000574
    obo:IAO_0000115 "A length quality which is relatively small."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000573 ;
    oboInOwl:hasExactSynonym "short"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "shortened"^^xsd:string, "stubby"^^xsd:string ;
    oboInOwl:id "PATO:0000574"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased length"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000122, obo:PATO_0000587 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000122
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000575
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000575"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute mass value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000576
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000576"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative mass value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000577
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000577"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete weight value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000578
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001563 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000579
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001562 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000580
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000580"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute weight value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000581
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000581"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative weight value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000582
    obo:IAO_0000115 "A weight which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000583 ;
    oboInOwl:hasExactSynonym "heavy"^^xsd:string, "high weight"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000582"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased weight"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000128, obo:PATO_0002245 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000128
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000583
    obo:IAO_0000115 "A weight which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000582 ;
    oboInOwl:hasExactSynonym "light weight"^^xsd:string, "low weight"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000583"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased weight"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000128, obo:PATO_0002246 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000128
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000584
    obo:IAO_0000115 "An increased size quality inhering in a bearer by virtue of the bearer's exhibiting enlargement of a cell or constituent group of cells (for example, organ)."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000585 ;
    oboInOwl:hasNarrowSynonym "hypertrophy"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000584"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hypertrophic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000595 .

obo:PATO_0000585
    obo:IAO_0000115 "A decreased size quality inhering in a bearer by virtue of the bearer's exhibiting reduced size of a cell or constituent group of cells (for example, organ)."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000584 ;
    oboInOwl:hasAlternativeId "PATO:0000412"^^xsd:string ;
    oboInOwl:hasExactSynonym "shrunken"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000585"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hypotrophic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000596 .

obo:PATO_0000586
    obo:IAO_0000115 "A size quality which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000587 ;
    oboInOwl:hasAlternativeId "PATO:0001202"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "big"^^xsd:string, "enlarged"^^xsd:string, "expanded"^^xsd:string, "great"^^xsd:string, "large"^^xsd:string ;
    oboInOwl:id "PATO:0000586"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased size"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000117, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000117
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000587
    obo:IAO_0000115 "A size quality which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000586 ;
    oboInOwl:hasNarrowSynonym "hypoplasia"^^xsd:string, "underdeveloped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "reduced"^^xsd:string, "small"^^xsd:string, "tiny"^^xsd:string ;
    oboInOwl:id "PATO:0000587"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased size"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000117, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000117
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000588
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being a remnant structure from earlier development or evolution."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000588"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "May be part of an animal (such as an organ or bone) that is no longer used by the species and has therefore become smaller or less developed."^^xsd:string ;
    rdfs:label "vestigial"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000589
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000589"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute thickness value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000590
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000590"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative thickness value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000591
    obo:IAO_0000115 "A thickness which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000592 ;
    oboInOwl:hasExactSynonym "high thickness"^^xsd:string, "stout"^^xsd:string, "thickened"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "thick"^^xsd:string ;
    oboInOwl:id "PATO:0000591"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased thickness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000586, obo:PATO_0000915 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000915
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000592
    obo:IAO_0000115 "A thickness which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000591 ;
    oboInOwl:hasExactSynonym "low thickness"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "slender"^^xsd:string, "thin"^^xsd:string ;
    oboInOwl:id "PATO:0000592"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased thickness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000587, obo:PATO_0000915 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000915
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000593
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000593"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute volume value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000594
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000594"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative volume value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000595
    obo:IAO_0000115 "A volume which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000596 ;
    oboInOwl:hasExactSynonym "high volume"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "large volume"^^xsd:string ;
    oboInOwl:id "PATO:0000595"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased volume"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000586, obo:PATO_0000918 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000918
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000596
    obo:IAO_0000115 "A volume which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000595 ;
    oboInOwl:hasExactSynonym "low volume"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "small volume"^^xsd:string ;
    oboInOwl:id "PATO:0000596"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased volume"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000587, obo:PATO_0000918 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000918
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000597
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000597"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute width value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000598
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000598"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative width value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000599
    obo:IAO_0000115 "A width which is relatively small."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000600 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "narrow"^^xsd:string ;
    oboInOwl:id "PATO:0000599"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased width"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000587, obo:PATO_0000921 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000921
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000600
    obo:IAO_0000115 "A width which is relatively large."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000599 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "broad"^^xsd:string, "wide"^^xsd:string, "wide/broad"^^xsd:string ;
    oboInOwl:id "PATO:0000600"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased width"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000586, obo:PATO_0000921 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000921
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000601
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000601"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete spatial value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000602
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000602"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete angle value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000603
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000603"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete closure value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000604
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000604"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete orientation value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000605
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "location"^^xsd:string, "position"^^xsd:string ;
    oboInOwl:id "PATO:0000605"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete placement value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000606
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000606"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute angle value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000607
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000607"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative angle value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000608
    obo:IAO_0000115 "A morphological quality inhering in a bearer by virtue of the bearer's affording blocked passage or view."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000610 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "blocked"^^xsd:string ;
    oboInOwl:id "PATO:0000608"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "closed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000136 ;
    owl:disjointWith obo:PATO_0000610 .

obo:PATO_0000609
    obo:IAO_0000115 "A morphological quality inhering in a bearer by virtue of the bearer's affording not completed blocked passage or view."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000609"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "closure incomplete"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000610 .

obo:PATO_0000610
    obo:IAO_0000115 "A morphological quality inhering in a bearer by virtue of the bearer's affording unobstructed passage or view."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000608 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000610"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "open"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000136 .

obo:PATO_0000611
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000611"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute orientation value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000612
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000612"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative orientation value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000613
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's lacking orientation."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000614 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000613"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "disoriented"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000330 .

obo:PATO_0000614
    obo:IAO_0000115 "A pattern where all the repeated elements are oriented in the same direction."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000613 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000614"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "oriented"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000440 .

obo:PATO_0000615
    obo:IAO_0000115 "An anterioralized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally anterior structures."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "anterioralized"^^xsd:string ;
    oboInOwl:id "PATO:0000615"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "wholly anterioralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0030000 .

obo:PATO_0000616
    obo:IAO_0000115 "A symmetry quality inhering in a bearer by virtue of the bearer's lacking symmetry."^^xsd:string ;
    oboInOwl:hasExactSynonym "asymmetric"^^xsd:string, "asymmetry"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000616"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "asymmetrical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000965 .

obo:PATO_0000617
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having one or more angle(s) in its length."^^xsd:string ;
    oboInOwl:hasExactSynonym "angled"^^xsd:string, "flexed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000617"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0000618
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's having two sides; two-sided."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000618"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "bilateral"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0000619
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being overfilled."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000633 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000619"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "crowded"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0000620
    obo:IAO_0000115 "A dorsalized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally dorsal structures."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "dorsalized"^^xsd:string ;
    oboInOwl:id "PATO:0000620"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "wholly dorsalized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0030001 .

obo:PATO_0000621
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000628 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000622
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being upright in position or posture."^^xsd:string ;
    oboInOwl:hasExactSynonym "upright"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000622"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "erect"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0000623
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's protruding or projecting from the body."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "prolapse"^^xsd:string, "prolapsed"^^xsd:string ;
    oboInOwl:id "PATO:0000623"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "exserted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001598 .

obo:PATO_0000624
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's becoming joined together with an additional entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "inserted"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "introduced into"^^xsd:string ;
    oboInOwl:id "PATO:0000624"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inserted into"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0000625
    obo:IAO_0000115 "An oriented quality inhering in a bearer by virtue of the bearer's being reversed in position, order, or condition."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "backward"^^xsd:string, "reversed"^^xsd:string ;
    oboInOwl:id "PATO:0000625"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inverted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000614 .

obo:PATO_0000626
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being moved or displaced to one side so as to make lateral."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000626"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lateralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0000627
    obo:IAO_0000115 "A spatial pattern quality inhering in a bearer by virtue of the bearer's being confined or restricted to a particular location."^^xsd:string ;
    oboInOwl:hasExactSynonym "focal"^^xsd:string, "localised"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000627"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "localized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0000628
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue the bearer's being changed in abnormal position."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000621"^^xsd:string ;
    oboInOwl:hasExactSynonym "ectopic"^^xsd:string, "mislocalized"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000628"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002181 .

obo:PATO_0000629
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's having mistakenly taken course, way, or passage; ill-routed."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000629"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "misrouted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0000630
    obo:IAO_0000115 "A posterioralized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally posterior structures."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "posterioralized"^^xsd:string ;
    oboInOwl:id "PATO:0000630"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "wholly posterioralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0030002 .

obo:PATO_0000631
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being stretched out and lying at full length along the ground."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000631"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "prostrate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0000632
    obo:IAO_0000115 "A symmetry quality inhering in a bearer by virtue of the bearer's being capable of division by a longitudinal plane into similar halves."^^xsd:string ;
    oboInOwl:hasExactSynonym "symmetric"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000632"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "similar pattern in both halves"^^xsd:string ;
    rdfs:label "symmetrical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000440, obo:PATO_0000965 .

obo:PATO_0000633
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's being not overfilled."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000619 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000633"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "uncrowded"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0000634
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's involvement of only one part or side."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000634"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unilateral"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0000635
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's not being confined or restricted to a particular location."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000635"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unlocalised"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0000636
    obo:IAO_0000115 "A ventralized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally ventral structures."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "ventralized"^^xsd:string ;
    oboInOwl:id "PATO:0000636"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "wholly ventralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0030003 .

obo:PATO_0000637
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000637"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete structure value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000638
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's consisting of blebbing of the nucleus and DNA fragmentation due to the cell undergoing a specific form of programmed cell death termed apoptosis."^^xsd:string ;
    oboInOwl:hasDbXref "GO:0006915"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000638"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "apoptotic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000639
    obo:IAO_0000115 "A structural quality inhering in a bearer whose structure deteriorates or is lost over time due to an active pathological process."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002038 ;
    oboInOwl:hasNarrowSynonym "degeneration"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000639"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "degenerate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002037, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PATO_0000585
    ] ;
    owl:disjointWith obo:PATO_0001623, obo:PATO_0002038 .

obo:PATO_0000640
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's exhibiting an alteration in size, shape or organization of its constituent cells."^^xsd:string ;
    oboInOwl:hasNarrowSynonym "dysplasia"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000640"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dysplastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000641
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000641"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete deposition defective"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000642
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being merged with another entity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000651 ;
    oboInOwl:hasExactSynonym "fused"^^xsd:string, "fused to"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "coalesced"^^xsd:string, "joined with"^^xsd:string, "merged with"^^xsd:string ;
    oboInOwl:id "PATO:0000642"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fused with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000643
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's bodily structure that has protruded through an abnormal opening in the wall that contains it."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000643"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "herniated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001598 .

obo:PATO_0000644
    obo:IAO_0000115 "A increased size quality inhering in an organ or tissue by virtue of the bearer's exhibiting increased number of cells."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000645 ;
    oboInOwl:hasAlternativeId "PATO:0000943"^^xsd:string ;
    oboInOwl:hasExactSynonym "hyperplasia"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "overdeveloped"^^xsd:string ;
    oboInOwl:id "PATO:0000644"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hyperplastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000586 .

obo:PATO_0000645
    obo:IAO_0000115 "A decreased size quality inhering in a bearer by virtue of the bearer's exhibiting reduced number of cells within an organ or tissue."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000644 ;
    oboInOwl:hasAlternativeId "PATO:0000942"^^xsd:string ;
    oboInOwl:hasExactSynonym "hypoplasia"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "underdeveloped"^^xsd:string ;
    oboInOwl:id "PATO:0000645"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hypoplastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000587, obo:PATO_0002290 .

obo:PATO_0000646
    obo:IAO_0000115 "A morphological quality inhering in a bearer by virtue of the bearer's being distorted during formation."^^xsd:string ;
    oboInOwl:hasNarrowSynonym "malformation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000646"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "malformed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001617 .

obo:PATO_0000647
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's undergoing unprogrammed cell death."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000647"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "necrotic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000648
    obo:IAO_0000115 "A morphological quality inhering in a bearer by virtue of the bearer's being blocked or filled with obstacles or an obstacle."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000648"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "obstructed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000608 .

obo:PATO_0000649
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0002112 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000650
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000470 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000651
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being no longer merged with another entity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000642 ;
    oboInOwl:hasExactSynonym "unfused"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000651"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unfused from"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000652
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000652"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete substance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000653
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000653"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete addictive substance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000654
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000654"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete alcochol value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000655
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000655"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete amphetamine value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000656
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000656"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete time_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000657
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000657"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete length_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000658
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000658"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete metamphetamine value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000659
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000659"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete temparature_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000660
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000660"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete angle_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000661
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000661"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete solid substance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000662
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000662"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete volume_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000663
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000663"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete occurrent"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000664
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000664"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete substance_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000665
    obo:IAO_0000115 "A color brightness which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000327 ;
    oboInOwl:hasExactSynonym "light"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000665"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "high brightness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000016 .

obo:PATO_0000666
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000666"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete energy_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000667
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000667"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete liquid substance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000668
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000668"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete mass_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000669
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000669"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete concentration_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000670
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000670"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete saccharin versus water value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000671
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000671"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete water value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000672
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000672"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000673
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000673"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete temperature value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000674
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000674"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute temperature value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000675
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000675"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete body temperature value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000676
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000676"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative temperature value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000677
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001306 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000678
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001305 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000679
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000679"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete temporal value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000680
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000680"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute temporal value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000681
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000681"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete incidence value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000682
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000682"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete rate value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000683
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000683"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative temporal value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000684
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000684"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute incidence value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000685
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000685"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative incidence value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000686
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000686"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute rate value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000687
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000687"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative rate value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000688
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's not occurring or existing at the same time or having the same period or phase."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000695 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000688"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "asynchronous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0000689
    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 ;
    obo:RO_0002604 obo:PATO_0000690 ;
    oboInOwl:hasAlternativeId "PATO:0000429"^^xsd:string ;
    oboInOwl:hasExactSynonym "uninterrupted"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000689"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "continuous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0000690
    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 ;
    obo:RO_0002604 obo:PATO_0000689 ;
    oboInOwl:hasAlternativeId "PATO:0000426"^^xsd:string ;
    oboInOwl:hasExactSynonym "interrupted"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "intermittent"^^xsd:string ;
    oboInOwl:id "PATO:0000690"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "discontinuous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0000691
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000694 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000692
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's origin or development at an unusual time or out of the regular sequence."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000692"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "heterochronic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0000693
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000693"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete late"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000694
    obo:IAO_0000115 "A quality of a process which starts earlier than the natural start time or the reference process."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000691"^^xsd:string, "PATO:0002086"^^xsd:string ;
    oboInOwl:hasExactSynonym "advanced"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "early"^^xsd:string, "precocious"^^xsd:string ;
    oboInOwl:id "PATO:0000694"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "premature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002325 .

obo:PATO_0000695
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's occurring or existing at the same time or having the same period or phase."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000688 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000695"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "synchronous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0000696
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000696"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete texture value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000697
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000697"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative texture value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000698
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000698"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete floury"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000699
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000699"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete glutinous"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000700
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of the bearer's irregular surface."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000701 ;
    oboInOwl:hasAlternativeId "PATO:0001616"^^xsd:string ;
    oboInOwl:hasExactSynonym "coarse"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000700"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "rough"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0000701
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of the bearer's processing a surface free of roughness or irregularities."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000700 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000701"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "smooth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0000702
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000702"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete threshold value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000703
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000703"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute threshold value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000704
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000704"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete pain threshold value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000705
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000705"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative threshold value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000706
    obo:IAO_0000115 "A threshold which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000708 ;
    oboInOwl:hasAlternativeId "PATO:0000709"^^xsd:string ;
    oboInOwl:hasExactSynonym "high threshold"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000706"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased threshold"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000152, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000152
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000707
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000708 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000708
    obo:IAO_0000115 "A threshold which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000706 ;
    oboInOwl:hasAlternativeId "PATO:0000707"^^xsd:string ;
    oboInOwl:hasExactSynonym "low threshold"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000708"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased threshold"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000152, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000152
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000709
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000706 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000710
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000710"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete time value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000711
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000711"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute time value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000712
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000712"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete bouts value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000713
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000713"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative time value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000714
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000714"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete latency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000715
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000498 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000716
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000499 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000717
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000717"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete viability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000718
    obo:IAO_0000115 "A viability quality inhering in a population by virtue of the bearer's long term survival inability."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000718"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lethal (sensu genetics)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000169 .

obo:PATO_0000719
    obo:IAO_0000115 "A viability quality inhering in a bearer or a population by virtue of the bearer's ability to survive or the long term survival ability of a given population."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000719"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "viable"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000169 .

obo:PATO_0000720
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000720"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete yield value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000721
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000721"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute yield value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000722
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000722"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative yield value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000723
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000723"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete high yield"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000724
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000724"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete low yield"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000725
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000725"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000726
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000726"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete autonomic function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000727
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000727"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete behavioral function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000728
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000728"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete metabolic function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000729
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000729"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete physiological function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000730
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000730"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000731
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000731"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete body position value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000732
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000732"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete body tone value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000733
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000733"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete piloerection value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000734
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000734"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete abdominal tone value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000735
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000735"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete limb tone value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000736
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000736"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete dysfunctional value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000737
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000737"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete functional value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000738
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000738"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete enzyme function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000739
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000739"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute enzyme function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000740
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000740"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative enzyme function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000741
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000741"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete high enzyme function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000742
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000742"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete low enzyme function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000743
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000743"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete arousal value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000744
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000744"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete balance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000745
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000745"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete behavioral quality value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000746
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000746"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete consumption value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000747
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000747"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete coordination value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000748
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000748"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete discrimination value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000749
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000749"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gait value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000750
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000750"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete learning and memory value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000751
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000751"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete locomotor activity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000752
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000752"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete mating value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000753
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000753"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete spontaneous activity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000754
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000754"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete startle response"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000755
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000755"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete vocalization value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000756
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000756"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete transfer arousal value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000757
    obo:IAO_0000115 "A balance quality inhering in a bearer by virtue of the bearer's having balance."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000758 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000757"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "balanced"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000185 ;
    owl:disjointWith obo:PATO_0000758 .

obo:PATO_0000758
    obo:IAO_0000115 "A balance quality inhering in a bearer by virtue of the bearer's lacking balance."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000757 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000758"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unbalanced"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000185 .

obo:PATO_0000759
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of the bearer's exhibiting paralytic behaviour when subjected to mechanical shock."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000759"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "bang sensitive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000186, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PATO_0000763
    ] .

obo:PATO_0000760
    obo:IAO_0000115 "A behavioral quality of a process inhering in a bearer by virtue of the bearer's exhibiting increased activity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000761 ;
    oboInOwl:hasExactSynonym "hyperactive"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000760"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased behavioural activity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001707, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001707
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000761
    obo:IAO_0000115 "A behavioral quality of a process inhering in a bearer by virtue of the bearer's exhibiting reduced activity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000760 ;
    oboInOwl:hasExactSynonym "hypoactive"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000761"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased behavioural activity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001707, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001707
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000762
    obo:IAO_0000115 "Diminished, damaged, or weakened."^^xsd:string ;
    oboInOwl:consider "PATO:0001624"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000762"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete impaired"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000763
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of the bearer's being affected by loss of the ability to move a body part."^^xsd:string ;
    oboInOwl:hasNarrowSynonym "palsy"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000763"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "paralysed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002076 .

obo:PATO_0000764
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of the bearer's receiving or being subjected to an action without responding or initiating an action in return."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000764"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "passive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0000765
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000765"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute consumption value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000766
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000766"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative consumption value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000767
    obo:IAO_0000115 "A consumption which is relatively high."^^xsd:string ;
    oboInOwl:hasExactSynonym "high consumption"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "increased propensity to consume"^^xsd:string ;
    oboInOwl:id "PATO:0000767"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Use GO:0007631"^^xsd:string ;
    rdfs:label "obsolete increased consumption"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000768
    obo:IAO_0000115 "A consumption which is relatively low."^^xsd:string ;
    oboInOwl:hasExactSynonym "low consumption"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "decreased propensity to consume"^^xsd:string ;
    oboInOwl:id "PATO:0000768"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Use GO:0007631"^^xsd:string ;
    rdfs:label "obsolete decreased consumption"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000769
    obo:IAO_0000115 "A coordination quality of inhering in a bearer by virtue of the bearer's having skillful and effective interaction of movement."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000770 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000769"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "coordinated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000188 ;
    owl:disjointWith obo:PATO_0000770 .

obo:PATO_0000770
    obo:IAO_0000115 "A coordination quality of inhering in a bearer by virtue of the bearer's lacking skillful and effective interaction of movement."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000769 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000770"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "uncoordinated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000188 .

obo:PATO_0000771
    obo:IAO_0000115 "A preference quality in a bearer by virtue of the bearer's disliking a perceived stimulus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000771"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aversion"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000773 ;
    owl:disjointWith obo:PATO_0000772 .

obo:PATO_0000772
    obo:IAO_0000115 "A preference quality in a bearer by virtue of the bearer's having no preference to a perceived stimulus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000772"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "indifference"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000773 .

obo:PATO_0000773
    obo:IAO_0000115 "A discrimination quality in a bearer by virtue of the bearer's liking a perceived stimulus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000773"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "preference"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000189 .

obo:PATO_0000774
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000774"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete bizarre gate"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000775
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000775"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete learning value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000776
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000776"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete memory value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000777
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000777"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete long term memory value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000778
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000778"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete short term memory value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000779
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000779"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute locomotor activity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000780
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000780"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative locomotor activity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000781
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000781"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete circulatory function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000782
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000782"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete defensive function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000783
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000783"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete digestive function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000784
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000784"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete excretory function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000785
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000785"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete muscle function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000786
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000786"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete neural function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000787
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000787"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete neurobehavioral function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000788
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000788"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete reproductive function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000789
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000789"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete respiratory function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000790
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000790"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete heart rate value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000791
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000791"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete immune function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000792
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000792"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete repair function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000793
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000793"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete immubocompetent value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000794
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000794"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete immunodeficient value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000795
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000795"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete healing value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000796
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000796"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete regeneration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000797
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000797"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete urination value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000798
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000798"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete defecation value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000799
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000799"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete muscle elevation value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000800
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000800"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete muscle strength value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000801
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000801"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete motor function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000802
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000802"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete sensory function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000803
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000803"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete tactile response value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000804
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000804"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete motor performance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000805
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000805"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete auditory value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000806
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000806"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete olfactory value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000807
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000807"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete proprioreception value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000808
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000808"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000809
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000809"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete taste value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000810
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000810"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete touch value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000811
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000811"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete visual value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000812
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000812"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete odor acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000813
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000813"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete odor type value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000814
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000814"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete taste acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000815
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000815"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute odor acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000816
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000816"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative odor acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000817
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000817"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete anosmia"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000818
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000818"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete concentration_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000819
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000819"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000820
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000820"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute taste acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000821
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000821"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative taste acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000822
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000822"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete taste type value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000823
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000823"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete quinine taste"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000824
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000824"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete water taste"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000825
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000825"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete visual ability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000826
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000826"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete visual acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000827
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000827"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete visual threshold value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000828
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000828"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete visual placing value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000829
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000829"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute visual ability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000830
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000830"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative visual ability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000831
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000831"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute visual acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000832
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000832"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative visual acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000833
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000833"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute visual threshold value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000834
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000834"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative visual threshold value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000835
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000835"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete auditory acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000836
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000836"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete auditory ability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000837
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000837"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete auditory threshold value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000838
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000838"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory ability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000839
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000839"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory ability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000840
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000840"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000841
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000841"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory acuity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000842
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000842"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory threshold value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000843
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000843"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory threshold value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000844
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000844"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete auditory acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000845
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000845"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete auditory ability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000846
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000846"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete auditory threshold"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000847
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000847"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000848
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000848"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory acuity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000849
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000849"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory ability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000850
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000850"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory ability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000851
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000851"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute auditory threshold"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000852
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000852"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative auditory threshold"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000853
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000853"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete blinking reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000854
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000854"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete contact righting reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000855
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000855"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete corneal reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000856
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000856"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete flinch reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000857
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000857"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete lordosis reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000858
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000858"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ocular reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000859
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000859"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete pinna reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000860
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000860"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete postural reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000861
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000861"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete proboscis extension reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000862
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000862"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete pupillary reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000863
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000863"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete righting reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000864
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000864"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete spinal reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000865
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000865"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete startle reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000866
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000866"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete suckling reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000867
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000867"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete swallowing reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000868
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000868"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete vibrissae reflex value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000869
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000869"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete prepulse inhibition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000870
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000870"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative neurobehavioral function value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000871
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000871"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete aggressive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000872
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000872"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete anxious"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000873
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000873"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete cataleptic"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000874
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000874"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete fearful"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000875
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000875"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete irritable"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000876
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000876"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete respiratory rate value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000877
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000877"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute respiratory rate value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000878
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000878"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative respiratory rate value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000879
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000879"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete fecundity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000880
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000880"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete fertility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000881
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000881"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete gestational period value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000882
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000882"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete litter size value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000883
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000883"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete female fertility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000884
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000884"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete hybrid fertility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000885
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000885"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete male fertility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000886
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000886"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute litter size value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000887
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000887"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative litter size value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000888
    obo:IAO_0000115 "A female fertility quality inhering in a female by virtue of the bearer's disposition to initiate, sustain, or support reproduction."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000892 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000888"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "female fertile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000277 ;
    owl:disjointWith obo:PATO_0000892 .

obo:PATO_0000889
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000889"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete cytoplasmic male sterility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000890
    obo:IAO_0000115 "A male fertility quality inhering in a male by virtue of the bearer's being incapable of initiating, sustaining, or supporting reproduction."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000891 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "male infertile"^^xsd:string ;
    oboInOwl:id "PATO:0000890"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "male sterile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000956 ;
    owl:disjointWith obo:PATO_0000891 .

obo:PATO_0000891
    obo:IAO_0000115 "A male fertility quality inhering in a male by virtue of the bearer's being capable of initiating, sustaining, or supporting reproduction."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000890 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000891"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "male fertile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000279 .

obo:PATO_0000892
    obo:IAO_0000115 "A female fertility quality inhering in a female by virtue of the bearer's being incapable of initiating, sustaining, or supporting reproduction."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000888 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "female infertile"^^xsd:string ;
    oboInOwl:id "PATO:0000892"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "female sterile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000956 .

obo:PATO_0000893
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000893"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete backcross fertility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000894
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000894"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete cytoplasmic sterility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000895
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000895"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete f1 fertility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000896
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000896"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete f2 fertility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000897
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000897"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete germ line dependent fertility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000898
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000898"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete intercross fertility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000899
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000899"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete soma dependent fertility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000900
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000900"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete backcross fertile"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000901
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "backcross infertile"^^xsd:string ;
    oboInOwl:id "PATO:0000901"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete backcross sterile"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000902
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000902"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete chinsurah boro type value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000903
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000903"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete cms-hl type value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000904
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000904"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete wild abortive value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000905
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000905"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete f1 fertile"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000906
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "F1 infertile"^^xsd:string ;
    oboInOwl:id "PATO:0000906"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete f1 sterile"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000907
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000907"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete f2 fertile"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000908
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "F2 infertile"^^xsd:string ;
    oboInOwl:id "PATO:0000908"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete f2 sterile"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000909
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000909"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete intercross fertile"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000910
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "intercross infertile"^^xsd:string ;
    oboInOwl:id "PATO:0000910"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete intercross sterile"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000911
    obo:IAO_0000115 "A rate which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000912 ;
    oboInOwl:hasExactSynonym "slow rate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000911"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000161, obo:PATO_0002302 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000161
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000912
    obo:IAO_0000115 "A rate which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000911 ;
    oboInOwl:hasExactSynonym "fast rate"^^xsd:string, "high rate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000912"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000161, obo:PATO_0002304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000161
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0000913
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000913"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete qualitative value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000914
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000914"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete continuant"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000915
    obo:IAO_0000115 "A 1-D extent quality which is equal to the dimension through an object as opposed to its length or width."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000915"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "thickness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0000916
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000916"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute thickness"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000917
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000917"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative thickness"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000918
    obo:IAO_0000115 "A 3-D extent quality inhering in a bearer by virtue of the bearer's amount of 3-dimensional space it occupies."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000918"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "volume"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001710 .

obo:PATO_0000919
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000919"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute volume"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000920
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000920"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative volume"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000921
    obo:IAO_0000115 "A 1-D extent quality which is equal to the distance from one side of an object to another side which is opposite."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "breadth"^^xsd:string ;
    oboInOwl:id "PATO:0000921"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "width"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0000922
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000922"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute width"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000923
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000923"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative width"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000924
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000924"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative enzyme function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000925
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000925"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute enzyme function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000926
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000926"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete intercross fertility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000927
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's disposition to being sensitivity to the action of radiant energy."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000927"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "photosensitivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0000928
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000928"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute photosensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000929
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000929"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete light intensivity sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000930
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000930"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete light_quality sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000931
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000931"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete blue light sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000932
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000932"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete far red light sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000933
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000933"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete red light sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000934
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000934"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete u v light sensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000935
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000935"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative photosensitivity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000936
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's terminating abruptly by having or as if having an end or point cut off."^^xsd:string ;
    oboInOwl:hasExactSynonym "truncate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000936"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "truncated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0000937
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's lacking organisation."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000938 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000937"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "disorganized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002264 ;
    owl:disjointWith obo:PATO_0000938 .

obo:PATO_0000938
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's exhibiting organisation."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000937 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000938"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "organized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002264 .

obo:PATO_0000939
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000939"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "obsolete regular shape"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000940
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000940"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "obsolete irregular shape"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000941
    obo:IAO_0000115 "A structural quality inhering in a cytoplasm that contains fluid filled cavities."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000941"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "vacuolated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0000942
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000645 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000943
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000644 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0000944
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a sharp or tapered end or point."^^xsd:string ;
    oboInOwl:hasExactSynonym "apiculate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000944"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:cell_quality ;
    a owl:Class ;
    rdfs:label "sharpness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0000945
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's exhibiting a downward bending of its leaves or other plant parts."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000945"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "epinastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0000946
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a somewhat elongated form with approximately parallel sides."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000946"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "oblong"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0000947
    obo:IAO_0000115 "A spheroid quality inhering in a bearer by virtue of the bearer's being oval with two axes of symmetry, as produced by a conical section."^^xsd:string ;
    oboInOwl:hasExactSynonym "ellipse-shaped"^^xsd:string, "ellipsoid"^^xsd:string, "elliptical"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "oval"^^xsd:string, "ovoid"^^xsd:string ;
    oboInOwl:id "PATO:0000947"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "elliptic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002318 .

obo:PATO_0000948
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's having a sinus or rounded lobe at the base."^^xsd:string ;
    oboInOwl:hasExactSynonym "cordate"^^xsd:string, "cordiform"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000948"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Having the shape of heart."^^xsd:string ;
    rdfs:label "heart shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0000949
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being abnormally flattened or coalesced."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000949"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fasciated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0000950
    obo:IAO_0000115 "A color between white and black colors."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "plumbeous"^^xsd:string ;
    oboInOwl:id "PATO:0000950"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "grey"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000951
    obo:IAO_0000115 "A color that falls about midway between red and blue in hue."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000951"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "purple"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000952
    obo:IAO_0000115 "A color consisting of dark orange, red, of very low intensity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000952"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000953
    obo:IAO_0000115 "A color hue with high-medium wavelength that of that portion of the visible spectrum lying between red and yellow, evoked in the human observer by radiant energy with wavelengths of approximately 585 to 620 nanometers."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000953"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "orange"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0000954
    obo:IAO_0000115 "Red color having medium to high brightness and low to moderate saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000954"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pink"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000322 .

obo:PATO_0000955
    obo:IAO_0000115 "A fertility quality inhering in a bearer by virtue of the bearer's being capable of initiating, sustaining, or supporting reproduction."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000956 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000955"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fertile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000274 ;
    owl:disjointWith obo:PATO_0000956 .

obo:PATO_0000956
    obo:IAO_0000115 "A fertility quality inhering in a bearer by virtue of the bearer's being incapable of initiating, sustaining, or supporting reproduction."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000955 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000956"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sterile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000274 .

obo:PATO_0000957
    obo:IAO_0000115 "An optical quality which obtains by virtue of the ability of the bearer to absorb visible light."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000957"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "opacity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001300 .

obo:PATO_0000958
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000958"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete opacity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000959
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000959"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative opacity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000960
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000960"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute opacity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000961
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000961"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative opacity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000962
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000962"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute opacity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000963
    obo:IAO_0000115 "A optical quality inhering in a bearer by virtue of the bearer's not being clear; not transmitting or reflecting light or radiant energy."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000964 ;
    oboInOwl:hasExactSynonym "non-transparent"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "clouding"^^xsd:string, "cloudy"^^xsd:string ;
    oboInOwl:id "PATO:0000963"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "opaque"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000957 .

obo:PATO_0000964
    obo:IAO_0000115 "A optical quality inhering in a bearer by virtue of the bearer's lacking opacity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000963 ;
    oboInOwl:hasExactSynonym "clear"^^xsd:string, "hyaline"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000964"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "transparent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000957 .

obo:PATO_0000965
    obo:IAO_0000115 "A pattern quality of inhering in a bearer by virtue of the correspondence in size, shape, and relative position of the bearer's parts on opposite sides of a dividing line or median plane or about a center or axis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000965"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "symmetry"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0000966
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000966"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete symmetry value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000967
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a sinuate margin and rippled surface."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001610"^^xsd:string, "PATO:0001939"^^xsd:string ;
    oboInOwl:hasExactSynonym "undulated"^^xsd:string, "undulating"^^xsd:string, "waved"^^xsd:string, "wavy"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "rippled"^^xsd:string, "sinuate"^^xsd:string ;
    oboInOwl:id "PATO:0000967"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "undulate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0000968
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000968"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete albino value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000969
    obo:IAO_0000115 "A size quality inhering in a bearer by virtue of the bearer's being abnormally small."^^xsd:string ;
    oboInOwl:hasExactSynonym "dwarfed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000969"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dwarf-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000587 .

obo:PATO_0000970
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's disposition to being permeated or pervaded by a gas or liquid (as by osmosis or diffusion)."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000970"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "permeability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000971
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000971"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute permeability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000972
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000972"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative permeability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000973
    obo:IAO_0000115 "A structure quality inhering in a bearer by virtue of the bearer's disposition to admit the passage of gas or liquid through pores or interstices."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000973"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "porosity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0000974
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000974"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative porosity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000975
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000975"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute porosity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000976
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000976"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete permeability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000977
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000977"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute permeability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000978
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000978"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative permeability value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000979
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000979"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete porosity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000980
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000980"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute porosity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000981
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000981"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative porosity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000982
    obo:IAO_0000115 "A permeability quality inhering in a bearer by virtue of the bearer's being capable to be permeated or pervaded by a gas or liquid (as by osmosis or diffusion)."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000983 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "porous"^^xsd:string ;
    oboInOwl:id "PATO:0000982"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "permeable"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000970 ;
    owl:disjointWith obo:PATO_0000983 .

obo:PATO_0000983
    obo:IAO_0000115 "A permeability quality inhering in a bearer by virtue of the bearer's being incapable of being permeated or pervaded by a gas or liquid (as by osmosis or diffusion)."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000982 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000983"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "impermeable"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000970 .

obo:PATO_0000984
    obo:IAO_0000115 "A porosity quality inhering in a bearer by virtue of the bearer's being capable of admitting the passage of gas or liquid through pores or interstices."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000985 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000984"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "porous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000973 ;
    owl:disjointWith obo:PATO_0000985 .

obo:PATO_0000985
    obo:IAO_0000115 "A porosity quality inhering in a bearer by virtue of the bearer's being incapable of admitting the passage of gas or liquid through pores or interstices."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000984 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000985"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-porous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000973 .

obo:PATO_0000986
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000986"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute consistency"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000987
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000987"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative consistency"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000988
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000988"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative consistency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000989
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000989"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute consistency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000990
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000990"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete consistent"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000991
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000991"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete inconsistent"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000992
    obo:IAO_0000115 "A physical quality of a liquid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000992"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "viscosity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001548 .

obo:PATO_0000993
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000993"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative viscosity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000994
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000994"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute viscosity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000995
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000995"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete viscosity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000996
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000996"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute viscosity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000997
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000997"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative viscosity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0000998
    obo:IAO_0000115 "A viscosity quality inhering in a bearer by virtue of the bearer's having viscosity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000998"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "viscous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000992 .

obo:PATO_0000999
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's successive change from one thing or state to another and back again."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0000999"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alternation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0001000
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001000"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative alternation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001001
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute alternation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001002
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001002"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete alternation value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001003
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001003"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative alternation value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001004
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001004"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute alternation value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001005
    obo:IAO_0000115 "A time quality inhering in a bearer by virtue of the time it elapses for the bearer to respond to a stimulus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001005"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "This class is a candidate for obsoletion. The definition is not clear, and the placement under \"delayed\" is not consistent with the definition."^^xsd:string ;
    rdfs:label "latency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000502 .

obo:PATO_0001006
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001006"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute latency"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001007
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001007"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative latency"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001008
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001008"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute latency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001009
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001009"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative latency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001010
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001010"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative intensity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001011
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001011"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute intensity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001012
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001012"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative intensity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001013
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001013"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute intensity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001014
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001014"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute occurence"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001015
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001015"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative occurence"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001016
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001016"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute occurence value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001017
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001017"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative occurence value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001018
    obo:IAO_0000115 "A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0002079"^^xsd:string ;
    oboInOwl:hasDbXref "Wikipedia:Physical_property"^^xsd:string ;
    oboInOwl:hasExactSynonym "relational physical quality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001018"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "physical quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0001019
    obo:IAO_0000115 "A physical quality which inheres in a bearer by virtue of some influence is exerted by the bearer's mass per unit size."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "density"^^xsd:string ;
    oboInOwl:id "PATO:0001019"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "mass density"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001020
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of whether the bearer has been harmed or injured or spoiled."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001020"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "damage"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001021
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's capacity to do work."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001021"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "energy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001022
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the amount of momentum caused a certain force will produce over time."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001022"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "impulse"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001023
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's velocity multiplied by its mass."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001023"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "momentum"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001906 .

obo:PATO_0001024
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's rate of doing work."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001024"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "power"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001025
    obo:IAO_0000115 "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001025"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "pressure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001026
    obo:IAO_0000115 "A physical quality which is equal to the energy transferred by a force to a moving object."^^xsd:string ;
    oboInOwl:hasExactSynonym "W"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001026"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "work"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001027
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001027"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete physical quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001028
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the rate of change of the bearer's velocity in either speed or direction."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001028"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "acceleration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001906 .

obo:PATO_0001029
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of ratio of the bearer's output to the bearer's input."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001029"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "efficiency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001030
    obo:IAO_0000115 "A physical quality that exists by virtue of the rate of flow of the bearer across a given surface."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001030"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "flux"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001906 .

obo:PATO_0001031
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's disposition to recover its size and shape after deformation in any way."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001031"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "elasticity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001032
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000140 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001033
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001033"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete stiffness"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001034
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the relative change in the bearer's length or the bearer's volume when being stretched or squashed."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001034"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "strain"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001035
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's rate of change of momentum."^^xsd:string ;
    oboInOwl:hasExactSynonym "force amplitude"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001035"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "force"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001036
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001036"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative life span"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001037
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001037"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute life span"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001038
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001038"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ratio"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001039
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001039"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute ratio"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001040
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001040"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative ratio"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001041
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001041"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative amplitude"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001042
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001042"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute amplitude"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001043
    obo:IAO_0000115 "A quality inhering in an entity by virtue of the bearer's propensity to resist an external stimulus."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001046 ;
    oboInOwl:hasExactSynonym "susceptibility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001043"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "susceptibility toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0001044
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001044"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute power"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001045
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001045"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative power"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001046
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's disposition to resist to a stimulus."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001043 ;
    oboInOwl:hasExactSynonym "resistance"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001046"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "resistance to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0001047
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001047"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute resistance"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001048
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001048"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative resistance"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001049
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001049"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute susceptibility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001050
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001050"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative susceptibility"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001051
    obo:IAO_0000115 "An angle which is less than 90 degrees."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001051"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "acute angle to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001052
    obo:IAO_0000115 "An angle which is between 90 degrees and 180 degrees to another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001052"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "obtuse angle to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001053
    obo:IAO_0000115 "An angle which is less than 180 degrees to another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001053"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "convex angle to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001054
    obo:IAO_0000115 "A convex angle that is inside two adjacent sides of a polygon."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001054"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "internal angle"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001053 .

obo:PATO_0001055
    obo:IAO_0000115 "An angular placement quality inhering in a bearer by virtue of the bearer's placement at an angle that is greater than 180 degrees but less than 360 degrees to another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001055"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "reflex angle to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001056
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001056"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete number"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001057
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001057"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative acceleration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001058
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001058"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute acceleration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001059
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001059"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative efficiency"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001060
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001060"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute efficiency"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001061
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001061"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative elasticity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001062
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001062"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute elasticity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001063
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001063"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative flux"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001064
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001064"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute flux"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001065
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001065"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative stiffness"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001066
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001066"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute stiffness"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001067
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001067"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute strain"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001068
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001068"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative strain"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001069
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001069"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative density"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001070
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001070"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute density"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001071
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001071"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative energy"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001072
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001072"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute energy"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001073
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001073"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative impulse"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001074
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001074"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute impulse"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001075
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001075"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute momentum"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001076
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001076"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative momentum"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001077
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001077"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute pressure"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001078
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001078"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative pressure"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001079
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001079"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute work"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001080
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001080"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative work"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001081
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001081"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete physical measure value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001082
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001082"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete damage value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001083
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001083"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete acceleration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001084
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001084"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative acceleration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001085
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001085"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute acceleration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001086
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001086"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete efficiency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001087
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001087"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative efficiency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001088
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001088"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute efficiency value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001089
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001089"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete elasticity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001090
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001090"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute elasticity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001091
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001091"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative elasticity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001092
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001092"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete flux value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001093
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001093"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative flux value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001094
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001094"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute flux value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001095
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001095"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete force value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001096
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001096"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute force value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001097
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001097"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative force value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001098
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001098"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute force"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001099
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001099"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative force"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001100
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001100"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete position value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001101
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001101"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete stiffness value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001102
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001102"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute stiffness value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001103
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001103"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative stiffness value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001104
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001104"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete strain value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001105
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001105"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute strain value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001106
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001106"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative strain value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001107
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001107"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete density value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001108
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001108"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative amplitude value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001109
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001109"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute amplitude value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001110
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001110"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute density value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001111
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001111"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative density value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001112
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001112"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete energy value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001113
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001113"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute energy value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001114
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001114"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative energy value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001115
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001115"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete impulse value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001116
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001116"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative impulse value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001117
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001117"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute impulse value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001118
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001118"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete momentum value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001119
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001119"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute momentum value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001120
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001120"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative momentum value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001121
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001121"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete power value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001122
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001122"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute power value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001123
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001123"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative power value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001124
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001124"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete pressure value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001125
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001125"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute pressure value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001126
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001126"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative pressure value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001127
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001127"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete work value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001128
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001128"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute work value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001129
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001129"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative work value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001130
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001130"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ratio value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001131
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001131"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute ratio value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001132
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001132"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative ratio value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001133
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001133"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete immunoglobulin concentration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001134
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001134"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ig a concentration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001135
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001135"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ig d concentration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001136
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001136"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ig e concentration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001137
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001137"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ig g concentration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001138
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001138"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ig m concentration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001139
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001139"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete urine glucose composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001140
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001140"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete immunoglobulin concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001141
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001141"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ig a concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001142
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001142"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ig d concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001143
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001143"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ig e concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001144
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001144"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ig g concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001145
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001145"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ig m concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001146
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001146"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete resistance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001147
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001147"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute resistance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001148
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001148"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative resistance value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001149
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001149"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete susceptibility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001150
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001150"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute susceptibility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001151
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001151"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative susceptibility value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001152
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having susceptibilty toward an external stimulus."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001153 ;
    oboInOwl:hasExactSynonym "susceptible"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001152"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "susceptible toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001043 ;
    owl:disjointWith obo:PATO_0001153 .

obo:PATO_0001153
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's lacking susceptibilty toward an external stimulus."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001152 ;
    oboInOwl:hasExactSynonym "insusceptible"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001153"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "insusceptible toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001043 .

obo:PATO_0001154
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's length being notably higher than its width."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002364 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001154"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "elongated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001155
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001155"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute concentration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001156
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001156"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative concentration"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001157
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001157"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001158
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001158"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative concentration value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001159
    obo:IAO_0000115 "A concentration quality inhering in a bearer by virtue of the bearer's exhibiting concentration."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001159"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "concentrated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0001160
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001160"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete unconcentrated"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001161
    obo:IAO_0000115 "A concentration which relatively low."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001161"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "diluted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0001162
    obo:IAO_0000115 "A concentration which is higher relative to the normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001163 ;
    oboInOwl:hasExactSynonym "high concentration"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001162"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased concentration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001159, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001159
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001163
    obo:IAO_0000115 "A concentration which is lower relative to the normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001162 ;
    oboInOwl:hasExactSynonym "low concentration"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001163"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased concentration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001159, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001159
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001164
    obo:IAO_0000115 "A physical quality which inheres in a bearer by virtue of the bearer's exhibiting density."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001164"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dense"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001019 .

obo:PATO_0001165
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001165"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete urine enzyme composition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001166
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001166"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete urine enzyme composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001167
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer being harmed or injured or spoiled, such that its functionality is impaired."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001168 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001167"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "damaged"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001020 ;
    owl:disjointWith obo:PATO_0001168 .

obo:PATO_0001168
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of not being harmed or injured or spoiled."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001167 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001168"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "undamaged"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001020 .

obo:PATO_0001169
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000070 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001170
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001170"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete numerical value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001171
    obo:IAO_0000115 "An elasticity quality inhering in a bearer by virtue of the bearer's ability to recover its size and shape after deformation in any way."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001172 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001171"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "elastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001031 ;
    owl:disjointWith obo:PATO_0001172 .

obo:PATO_0001172
    obo:IAO_0000115 "An elasticity quality inhering in a bearer by virtue of the bearer's inability to recover its size and shape after deformation in any way."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001171 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001172"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inelastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001031 .

obo:PATO_0001173
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001173"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete urine glucose composition value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001174
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001174"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete urine composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001175
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001175"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete urine composition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001176
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001176"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete deaf"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001177
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001177"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete blind"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001178
    obo:IAO_0000115 "A resistance quality inhering in a bearer by virtue of the bearer's resistance to a stimulus."^^xsd:string ;
    oboInOwl:hasExactSynonym "resistant"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001178"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "resistant to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001046 .

obo:PATO_0001179
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001179"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete immune"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001180
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001180"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative response"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001181
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001181"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute response"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001182
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001182"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relative response"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001183
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001183"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute response value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001184
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001184"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete maturity value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001185
    obo:IAO_0000115 "A maturity quality inhering in a bearer by virtue of the bearer's indirect development, undergoing metamorphosis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001185"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "larval"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0001186
    obo:IAO_0000115 "A maturity quality inhering in a bearer by virtue of the bearer's being at the age immediately before puberty."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001186"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "prepubescent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0001187
    obo:IAO_0000115 "A maturity quality inhering in a insect by virtue of the bearer's being in the chrysalis (cocoon) or post larval stage."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001187"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pupal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0001188
    obo:IAO_0000115 "A maturity quality inhering in a bearer by virtue of the bearer's being in an inactive stage in the development of some insects, between the larval and the pupal stages."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001188"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "prepupal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0001189
    obo:IAO_0000115 "A maturity quality inhering in a bearer by virtue of the bearer's being between the onset of puberty and maturity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001189"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "adolescent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0001190
    obo:IAO_0000115 "A maturity quality inhering in a bearer by virtue the bearer's being not fully grown or developed."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001190"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "juvenile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0001191
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the middle relative to another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001191"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "medial to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001192
    obo:IAO_0000115 "A response quality inhering in a bearer by virtue of the bearer's excessive reaction to a stimulus or an agent."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001194 ;
    oboInOwl:hasExactSynonym "hyperresponsive"^^xsd:string, "increased responsivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001192"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hyperresponsive to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000487, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000487
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001193
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the side relative to another entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "lateral"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001193"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lateral to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001194
    obo:IAO_0000115 "A response quality inhering in a bearer by virtue of the bearer's limited reaction to a stimulus or an agent."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001192 ;
    oboInOwl:hasExactSynonym "decreased responsivity"^^xsd:string, "hyporesponsive"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001194"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hyporesponsive to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000487, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000487
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001195
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located more centrally than another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001195"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "proximal to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001196
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the abdomen of an organism relative to another entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "anterior_ to"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001196"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ventral to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001197
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001197"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete modified direction"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001198
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001198"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete unmodified direction"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001199
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being narrow, with the two opposite margins parallel."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001199"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "linear"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001200
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter T."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001200"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "T-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001890 .

obo:PATO_0001201
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter Y."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001201"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "Y-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001890 .

obo:PATO_0001202
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000586 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001203
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001873 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001204
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001204"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "obsolete not enlarged"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001205
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's having toothlike projections in the margin."^^xsd:string ;
    oboInOwl:hasExactSynonym "dentate"^^xsd:string, "toothed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001205"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dentated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001206 .

obo:PATO_0001206
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of having sharp straight-edged teeth pointing to the apex."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001975 ;
    oboInOwl:hasExactSynonym "serrate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001206"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "serrated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001976 .

obo:PATO_0001207
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001207"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute compatability"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001208
    obo:IAO_0000115 "An odor quality inhering in a bearer by virtue of the bearer's lacking odour."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001208"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "odorless"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000058 ;
    owl:disjointWith obo:PATO_0001331 .

obo:PATO_0001209
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001209"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete absolute function"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001210
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001210"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete plane_angle_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001211
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001211"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete solid_angle_quantity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001212
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001212"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete length_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001213
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001213"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete mass_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001214
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001214"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete temparature_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001215
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001215"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete time_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001216
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001216"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete volume_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001217
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001217"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete energy_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001218
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001218"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete substance_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001219
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001219"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete area_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001220
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001220"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete angle_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001221
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001221"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete plane_angle_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001222
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001222"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete solid_angle_unit"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001223
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001223"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete quantitative value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001224
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001224"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete real number"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001225
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001225"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete relational number"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001226
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000070 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001227
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of whether the bearer exhibits variation or change."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000438 ;
    oboInOwl:hasExactSynonym "variable"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001227"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "variant"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001303 .

obo:PATO_0001228
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001228"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete dull"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001229
    obo:IAO_0000115 "A color saturation which is of high purity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000328 ;
    oboInOwl:hasExactSynonym "bright"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "vivid"^^xsd:string ;
    oboInOwl:id "PATO:0001229"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "high saturation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000017 .

obo:PATO_0001230
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's power or force."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001230"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "strength"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001231
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001231"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete cold insensitive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001232
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001232"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete heat insentive"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001233
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the back or upper surface of an organism relative to another entity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001234 ;
    oboInOwl:hasExactSynonym "dorsal"^^xsd:string, "posterior_to (human torso)"^^xsd:string, "superior_to (human head)"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001233"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorsal to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001234
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located further from a more centrally located entity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001233 ;
    oboInOwl:hasExactSynonym "distal"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001234"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "distal to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001235
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001235"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete strength value"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001236
    obo:IAO_0000115 "A quality which inheres in an process."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001239"^^xsd:string, "PATO:0001240"^^xsd:string ;
    oboInOwl:hasExactSynonym "quality of a process"^^xsd:string, "quality of occurrent"^^xsd:string, "quality of process"^^xsd:string, "relational quality of occurrent"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001236"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "See comments of relational quality of a physical entity."^^xsd:string ;
    rdfs:label "process quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000001 ;
    owl:disjointWith obo:PATO_0001241 .

obo:PATO_0001237
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001241 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001238
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001241 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001239
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001236 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001240
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001236 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001241
    obo:IAO_0000115 "A quality which inheres in a continuant."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001237"^^xsd:string, "PATO:0001238"^^xsd:string ;
    oboInOwl:hasDbXref "snap:Quality"^^xsd:string ;
    oboInOwl:hasExactSynonym "monadic quality of a continuant"^^xsd:string, "multiply inhering quality of a physical entity"^^xsd:string, "quality of a continuant"^^xsd:string, "quality of a single physical entity"^^xsd:string, "quality of an object"^^xsd:string, "quality of continuant"^^xsd:string ;
    oboInOwl:hasNarrowSynonym "monadic quality of an object"^^xsd:string, "monadic quality of continuant"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001241"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "Relational qualities are qualities that hold between multiple entities. Normal (monadic) qualities such as the shape of a eyeball exist purely as a quality of that eyeball. A relational quality such as sensitivity to light is a quality of that eyeball (and connecting nervous system) as it relates to incoming light waves/particles."^^xsd:string ;
    rdfs:label "physical object quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000001 .

obo:PATO_0001242
    obo:IAO_0000115 "A physical quality which is equal to the distance between repeating units of a wave pattern."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001242"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "wavelength"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001243
    obo:IAO_0000115 "A color consisting of blue hue and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001243"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light blue"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000318 .

obo:PATO_0001244
    obo:IAO_0000115 "A color consisting of blue hue and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001244"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark blue"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000318 .

obo:PATO_0001245
    obo:IAO_0000115 "A color consisting of brown hue and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001245"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0001246
    obo:IAO_0000115 "A color consisting of brown hue and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001246"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0001247
    obo:IAO_0000115 "A color consisting of cyan hue and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001247"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "light cyan"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000319 .

obo:PATO_0001248
    obo:IAO_0000115 "A color consisting of cyan hue and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001248"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark cyan"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000319 .

obo:PATO_0001249
    obo:IAO_0000115 "A color consisting of green hue and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001249"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark green"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001250
    obo:IAO_0000115 "A color consisting of green hue and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001250"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light green"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001251
    obo:IAO_0000115 "A color consisting of grey color and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001251"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark grey"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000950 .

obo:PATO_0001252
    obo:IAO_0000115 "A color consisting of grey color and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001252"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light grey"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000950 .

obo:PATO_0001253
    obo:IAO_0000115 "A color consisting of magenta color and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001253"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light magenta"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000321 .

obo:PATO_0001254
    obo:IAO_0000115 "A color consisting of magenta with low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001254"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark magenta"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000321 .

obo:PATO_0001255
    obo:IAO_0000115 "A color consisting of orange hue and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001255"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light orange"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000953 .

obo:PATO_0001256
    obo:IAO_0000115 "A color consisting of orange color and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001256"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark orange"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000953 .

obo:PATO_0001257
    obo:IAO_0000115 "Pink color having high brightness and moderate saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001257"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light deep pink"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000954 .

obo:PATO_0001258
    obo:IAO_0000115 "Pink color having medium brightness and moderate saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001258"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "deep pink"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000954 .

obo:PATO_0001259
    obo:IAO_0000115 "A color consisting of purple color and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001259"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark purple"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000951 .

obo:PATO_0001260
    obo:IAO_0000115 "A color consisting of purple color and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001260"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light purple"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000951 .

obo:PATO_0001261
    obo:IAO_0000115 "A color consisting of red hue and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001261"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark red"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000322 .

obo:PATO_0001262
    obo:IAO_0000115 "A color consisting of red hue and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001262"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light red"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000322 .

obo:PATO_0001263
    obo:IAO_0000115 "A color consisting of yellow hue and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001263"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark yellow"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000324 .

obo:PATO_0001264
    obo:IAO_0000115 "A color consisting of yellow hue and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "blond"^^xsd:string ;
    oboInOwl:id "PATO:0001264"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light yellow"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000324 .

obo:PATO_0001265
    obo:IAO_0000115 "A color consisting of blue hue and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright blue"^^xsd:string ;
    oboInOwl:id "PATO:0001265"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated blue"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000318 .

obo:PATO_0001266
    obo:IAO_0000115 "A color consisting of blue hue and low saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "pale blue"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001266"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated blue"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000318 .

obo:PATO_0001267
    obo:IAO_0000115 "A color consisting of brown hue and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright brown"^^xsd:string ;
    oboInOwl:id "PATO:0001267"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0001268
    obo:IAO_0000115 "A color consisting of brown hue and low saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "pale brown"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001268"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0001269
    obo:IAO_0000115 "A color consisting of cyan colour and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright cyan"^^xsd:string ;
    oboInOwl:id "PATO:0001269"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated cyan"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000319 .

obo:PATO_0001270
    obo:IAO_0000115 "A color consisting of cyan colour and low saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "pale cyan"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001270"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated cyan"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000319 .

obo:PATO_0001271
    obo:IAO_0000115 "A color consisting of green hue and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright green"^^xsd:string ;
    oboInOwl:id "PATO:0001271"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated green"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001272
    obo:IAO_0000115 "A color consisting of green hue and low saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "pale green"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001272"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated green"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001273
    obo:IAO_0000115 "A color consisting of grey color and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001273"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete bright grey"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001274
    obo:IAO_0000115 "A color consisting of grey color and low saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001274"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete pale grey"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001275
    obo:IAO_0000115 "A color consisting of magenta color and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright magenta"^^xsd:string ;
    oboInOwl:id "PATO:0001275"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated magenta"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000321 .

obo:PATO_0001276
    obo:IAO_0000115 "A color consisting of magenta color and low saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "pale magenta"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001276"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated magenta"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000321 .

obo:PATO_0001277
    obo:IAO_0000115 "A color consisting of orange hue and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright orange"^^xsd:string ;
    oboInOwl:id "PATO:0001277"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated orange"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000953 .

obo:PATO_0001278
    obo:IAO_0000115 "A color consisting of orange hue and low saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "pale orange"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001278"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated orange"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000953 .

obo:PATO_0001279
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001280 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001280
    obo:IAO_0000115 "Pink color having medium brightness and low saturation."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001279"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright pink"^^xsd:string ;
    oboInOwl:id "PATO:0001280"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark pale pink"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000954 .

obo:PATO_0001281
    obo:IAO_0000115 "A color consisting of purple color and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright purple"^^xsd:string ;
    oboInOwl:id "PATO:0001281"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated purple"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000951 .

obo:PATO_0001282
    obo:IAO_0000115 "A color consisting of purple color and low saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "pale purple"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001282"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated purple"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000951 .

obo:PATO_0001283
    obo:IAO_0000115 "A color consisting of red hue and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright red"^^xsd:string ;
    oboInOwl:id "PATO:0001283"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated red"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000322 .

obo:PATO_0001284
    obo:IAO_0000115 "A color consisting of red hue and low saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "pale red"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001284"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated red"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000322 .

obo:PATO_0001285
    obo:IAO_0000115 "A color consisting of yellow hue and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright yellow"^^xsd:string ;
    oboInOwl:id "PATO:0001285"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated yellow"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000324 .

obo:PATO_0001286
    obo:IAO_0000115 "A color consisting of yellow hue and low saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "pale yellow"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001286"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated yellow"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000324 .

obo:PATO_0001287
    obo:IAO_0000115 "A color consisting of red and brown hue."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001287"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "red brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0001288
    obo:IAO_0000115 "A color consisting of red and brown hue and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001288"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark red brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001287 .

obo:PATO_0001289
    obo:IAO_0000115 "A color consisting of red and brown hue and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001289"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light red brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001287 .

obo:PATO_0001290
    obo:IAO_0000115 "A fluorescence quality inhering in a bearer by virtue of emitting light during exposure to radiation from an external source."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001290"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fluorescent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000018 .

obo:PATO_0001291
    obo:IAO_0000115 "A physical quality that inheres in an bearer by virtue of how that bearer interacts with electromagnetic radiation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001291"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "electromagnetic (EM) radiation quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001739 .

obo:PATO_0001292
    obo:IAO_0000115 "An EM radiation quality that is independent of the EM wavelength range."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001292"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "full-spectrum EM radiation quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001291 .

obo:PATO_0001293
    obo:IAO_0000115 "A scalar EM radiation quality which obtains by the capacity of the bearer to retain radiation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001293"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "absorption quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001292 .

obo:PATO_0001294
    obo:IAO_0000115 "A scalar EM radiation quality which obtains by the capacity of the bearer to scatter or reflect radiation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001294"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "radiation reflective quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001292 .

obo:PATO_0001295
    obo:IAO_0000115 "A reflective quality restricted to a particular wavelength."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001295"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "Typically used for light, but also applied to full EM spectrum."^^xsd:string ;
    rdfs:label "albedo"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001294 .

obo:PATO_0001296
    obo:IAO_0000115 "A scalar optical quality which obtains by the magnitude of the light emitted by the bearer."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001296"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "luminous flux"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001300 .

obo:PATO_0001297
    obo:IAO_0000115 "A radiation reflective quality inhering in a bearer by virtue of the ratio of the energy of a wave reflected from its surface to the energy possessed by the wave striking the bearer's surface."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001297"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "reflectivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001294 .

obo:PATO_0001298
    obo:IAO_0000115 "A fluorescence in which the emittence continues after the absorption has ceased."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001298"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "phosphorescence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000018 .

obo:PATO_0001299
    obo:IAO_0000115 "A scalar EM radiation quality which obtains by the capacity of the bearer to emit radiation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001299"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "radiation emitting quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001292 .

obo:PATO_0001300
    obo:IAO_0000115 "An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001300"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "optical quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001291 .

obo:PATO_0001301
    obo:IAO_0000115 "An optical quality that is the mixture, purity or pattern of wavelengths of light perceived by the observer."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001301"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "chromatic property"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001300 .

obo:PATO_0001302
    obo:IAO_0000115 "A color consisting of red and orange hue with a slight amount of gray."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001302"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "vermilion"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0001303
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's disposition to varying or changing."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "variability of a physical quality"^^xsd:string ;
    oboInOwl:id "PATO:0001303"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "variability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000001 .

obo:PATO_0001304
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of whether the bearer exhibits temperature variation or change."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001304"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "variability of temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty pato:towards ;
        owl:someValuesFrom obo:PATO_0000146
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001303
            [
                a owl:Restriction ;
                owl:onProperty pato:towards ;
                owl:someValuesFrom obo:PATO_0000146
            ]
        )
    ] .

obo:PATO_0001305
    obo:IAO_0000115 "A temperature which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001306 ;
    oboInOwl:hasAlternativeId "PATO:0000678"^^xsd:string ;
    oboInOwl:hasExactSynonym "high temperature"^^xsd:string, "hot"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001305"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000146, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000146
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001306
    obo:IAO_0000115 "A temperature which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001305 ;
    oboInOwl:hasAlternativeId "PATO:0000677"^^xsd:string ;
    oboInOwl:hasExactSynonym "cold"^^xsd:string, "low temperature"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001306"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000146, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000146
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001307
    obo:IAO_0000115 "A variability of temperature which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001308 ;
    oboInOwl:hasExactSynonym "low variability of temperature"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001307"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased variability of temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001314, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001314
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001308
    obo:IAO_0000115 "A variability of temperature which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001307 ;
    oboInOwl:hasExactSynonym "high variability of temperature"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001308"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased variability of temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001314, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001314
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001309
    obo:IAO_0000115 "A process quality inhering in a bearer by virtue of the bearer's magnitude of the temporal extent between the starting and ending point."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000081"^^xsd:string ;
    oboInOwl:hasExactSynonym "period"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "time"^^xsd:string ;
    oboInOwl:id "PATO:0001309"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "duration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002062 .

obo:PATO_0001310
    obo:IAO_0000115 "A duration quality of a process inhering in a bearer by virtue of the bearer's duration of exhibition of thermal energy."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001310"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "TODO: obsolete? I don't know what this means."^^xsd:string ;
    rdfs:label "duration of temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001309 .

obo:PATO_0001311
    obo:IAO_0000115 "A duration of temperature which is lesser relative to the normal or average enduring or continuing in time."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001312 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001311"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased duration of temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000499, obo:PATO_0001310 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001310
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001312
    obo:IAO_0000115 "A duration of temperature which is greater relative to the normal or average in respect to the quality of temperature of enduring or continuing in time."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001311 ;
    oboInOwl:hasExactSynonym "high duration of temperature"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001312"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased duration of temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000498, obo:PATO_0001310 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001310
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001313
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of the bearer's lacking or not exhibiting variation of temperature."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001314 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001313"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "invariant temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001304 .

obo:PATO_0001314
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of the bearer's having or exhibiting variation of temperature."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001313 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001314"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variant temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001304 .

obo:PATO_0001315
    obo:IAO_0000115 "A temperature which is increased by a low degree."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001315"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mild increased temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001305 .

obo:PATO_0001316
    obo:IAO_0000115 "A temperature which is increased by a medium degree."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001316"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "moderate increased temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001305 .

obo:PATO_0001317
    obo:IAO_0000115 "A temperature which is increased by a high degree."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001317"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "severe increased temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001305 .

obo:PATO_0001318
    obo:IAO_0000115 "A discrimination quality in a bearer by virtue of the bearer's being incapable perceiving differences between two or more stimuli."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001319 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001318"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "indiscriminate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000189 ;
    owl:disjointWith obo:PATO_0001319 .

obo:PATO_0001319
    obo:IAO_0000115 "A discrimination quality in a bearer by virtue of the bearer's being capable of perceiving differences between two or more stimuli."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001318 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001319"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "discriminate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000189 .

obo:PATO_0001320
    obo:IAO_0000115 "A pilosity quality of being covered with short hairs or soft down."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001320"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pubescent hair"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000454 .

obo:PATO_0001321
    obo:IAO_0000115 "An angle which is 90 degrees to another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001321"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "right angle to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001322
    obo:IAO_0000115 "An angle which is 180 degrees to another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001322"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "TODO: decide on correct parentage."^^xsd:string ;
    rdfs:label "straight angle to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002326 .

obo:PATO_0001323
    obo:IAO_0000115 "A 2-D extent quality inhering in a bearer by virtue of the bearer's two dimensional extent."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001323"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "area"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001709 .

obo:PATO_0001324
    obo:IAO_0000115 "A symmetry quality inhering in a bearer by virtue of the bearer's being symmetric about a plane running from its frontal end to its caudal end (head to tail), and has nearly identical right and left halves."^^xsd:string ;
    oboInOwl:hasExactSynonym "left-right symmetry"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "pennate"^^xsd:string ;
    oboInOwl:id "PATO:0001324"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "bilateral symmetry"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000965 .

obo:PATO_0001325
    obo:IAO_0000115 "A symmetry quality inhering in a bearer by virtue of the bearer's having equal proportion around a central point or axis."^^xsd:string ;
    oboInOwl:hasExactSynonym "centric"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001325"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:cell_quality ;
    a owl:Class ;
    rdfs:label "radial symmetry"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000965 .

obo:PATO_0001326
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001326"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete left-right symmetry"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001327
    obo:IAO_0000115 "A symmetry quality inhering in a bearer by virtue of the bearer's being capable of division into symmetrical halves by only one longitudinal plane passing through the axis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001327"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "zygomorphic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001324 .

obo:PATO_0001328
    obo:IAO_0000115 "A symmetry quality inhering in a bearer by virtue of the bearer's being capable of division into symmetrical halves by any longitudinal plane passing through the axis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001328"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "actinomorphic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001325 .

obo:PATO_0001329
    obo:IAO_0000115 "A flavor quality inhering in a bearer by virtue of the bearer's having flavour."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001329"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "flavourful"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000043 ;
    owl:disjointWith obo:PATO_0001330 .

obo:PATO_0001330
    obo:IAO_0000115 "A flavor quality inhering in a bearer by virtue of the bearer's lacking flavour."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001330"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "flavourless"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000043 .

obo:PATO_0001331
    obo:IAO_0000115 "An odor quality inhering in a bearer by virtue of the bearer's having odour."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001331"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "odorous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000058 .

obo:PATO_0001332
    obo:IAO_0000115 "A morphology quality inhering in a bearer by virtue of the bearer's lack of distinct morphology."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001332"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "amorphous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0001333
    obo:IAO_0000115 "A quality of a process which ends later than the natural end time."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001333"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "temporally extended"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002304, obo:PATO_0002324 .

obo:PATO_0001334
    obo:IAO_0000115 "A length quality which is equal to the length of any straight line segment that passes through the center of a circle and whose endpoints are on the circular boundary."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001334"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "diameter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0001335
    obo:IAO_0000115 "A mating type that indicates whether the F plasmid has integrated into the chromosome."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001335"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "bacterial mating type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001895 .

obo:PATO_0001336
    obo:IAO_0000115 "A biological sex quality inhering in an individual whose sex is unknown."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001336"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Unknown is not a type of sex."^^xsd:string ;
    rdfs:label "obsolete unknown sex"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001337
    obo:IAO_0000115 "A yeast mating type."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001337"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "yeast mating type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001895 .

obo:PATO_0001338
    obo:IAO_0000115 "A biological sex quality inhering in a population of multiple sexes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001338"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "For example a mixture of females and male or males and hermaphrodites."^^xsd:string ;
    rdfs:label "mixed sex"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002003 .

obo:PATO_0001339
    obo:IAO_0000115 "A composition quality inhering in an bearer by virtue of the bearer's homogeneity of a biomaterial."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001339"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "biomaterial purity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0001340
    obo:IAO_0000115 "A biological sex quality inhering in an organism or a population with both male and female sexual organs in one individual."^^xsd:string ;
    oboInOwl:hasExactSynonym "intersex"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001340"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hermaphrodite"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001894 .

obo:PATO_0001341
    obo:IAO_0000115 "A S. cerevisiae mating type cells that secrete a pheromone that in alpha haploids stimulates processes that lead to mating."^^xsd:string ;
    oboInOwl:hasBroadSynonym "a"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001341"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "a mating type (yeast)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001342 .

obo:PATO_0001342
    obo:IAO_0000115 "A S. cerevisiae mating type."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001342"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "Saccharomyces cerevisiae mating type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001337 .

obo:PATO_0001343
    obo:IAO_0000115 "A S. pombe mating type determined by the gene configuration on the mat1 locus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001343"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "Schizosaccharomyces pombe mating type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001337 .

obo:PATO_0001344
    obo:IAO_0000115 "A S. cerevisiae mating type cells that secrete a pheromone that stimulates a haploids."^^xsd:string ;
    oboInOwl:hasBroadSynonym "alpha"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001344"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alpha mating type (yeast)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001342 .

obo:PATO_0001345
    obo:IAO_0000115 "A S. pombe mating type determined by the mat1-Mc and mat1-Mi on the mat1 locus."^^xsd:string ;
    oboInOwl:hasExactSynonym "M"^^xsd:string, "h -"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001345"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "h minus"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001343 .

obo:PATO_0001346
    obo:IAO_0000115 "A S. pombe mating type determined by the mat1-Pc and mat1-Pi on the mat1 locus."^^xsd:string ;
    oboInOwl:hasExactSynonym "P"^^xsd:string, "h+"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001346"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "h plus"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001343 .

obo:PATO_0001347
    obo:IAO_0000115 "A bacterial mating type indicating the presence of F plasmid in a bacterial cell."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001347"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "F mating type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001335 .

obo:PATO_0001348
    obo:IAO_0000115 "A bacterial mating type indicating the absence of F plasmid in a bacterial cell."^^xsd:string ;
    oboInOwl:hasExactSynonym "F-"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001348"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "F minus mating type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001335 .

obo:PATO_0001349
    obo:IAO_0000115 "A mating type that indicates that the F plasmid has integrated into the chromosome."^^xsd:string ;
    oboInOwl:hasExactSynonym "Hfr"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001349"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "high frequency recombinant"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001348 .

obo:PATO_0001350
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the rate of change of the bearer's angular velocity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001350"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "angular acceleration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001028 .

obo:PATO_0001351
    obo:IAO_0000115 "A density quality which inheres in a bearer by virtue of some influence exerted by the bearer's mass on a given area."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001351"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "area density"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001019 .

obo:PATO_0001352
    obo:IAO_0000115 "A density quality which is equal to the mass exerting an influence on a one-dimensional object."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001352"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "linear density"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001019 .

obo:PATO_0001353
    obo:IAO_0000115 "A density quality which inheres in a bearer by virtue of some influence exerted by the bearer's mass on a given volume."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001353"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "volumetric density"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001019 .

obo:PATO_0001354
    obo:IAO_0000115 "A optical quality inhering in a bearer by virtue of the bearer's exhibiting low opacity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001354"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "translucent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000957 .

obo:PATO_0001355
    obo:IAO_0000115 "A shape quality that obtains by virtue of the bearer having inward facing edges; having a surface or boundary that curves or bulges outward, as the exterior of a sphere."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001857 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001355"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "convex"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002005 .

obo:PATO_0001356
    obo:IAO_0000115 "A shape quality inhering in a cell by virtue of the bearer's ability to take on two or more different shapes during its life cycle."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001356"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pleomorphic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001357
    obo:IAO_0000115 "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped like a cushion or has a marked convex cushion-like form."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001357"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pulvinate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0001358
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having a knob or knoblike protuberance."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001358"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "umbonate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001598 .

obo:PATO_0001359
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's having many wrinkles or creases on the surface."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001359"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "rugose"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0001360
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having thin filamentous extensions at its edge."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001360"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "filamentous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001361
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of the bearer's being covered with warts or projections that resemble warts resulting in a hard rough surface."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001361"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "warty"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000700 .

obo:PATO_0001362
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's disposition to being easily damaged or destroyed."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001716 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001362"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fragile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001662 ;
    owl:disjointWith obo:PATO_0001716 .

obo:PATO_0001363
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000404 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001364
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having root like extensions radiating from its center."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001364"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "rhizoidal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001598 .

obo:PATO_0001365
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's having spines, thorns or similar thin projections on its surface."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001365"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "spiny"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0001366
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being small and resembling a point."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001366"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "punctiform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001367
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's having deeply undulating edges forming lobes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001367"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lobate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0001368
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's having an irregularly toothed edge."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "jagged"^^xsd:string ;
    oboInOwl:id "PATO:0001368"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "erose"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001976 .

obo:PATO_0001369
    obo:IAO_0000115 "A shape quality inhering in a colony by virtue of the bearer's appearing above the medium surface with terraced edges."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001369"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "raised"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001370
    obo:IAO_0000115 "A coating quality which is sticky or clammy."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001370"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "viscid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002012 .

obo:PATO_0001371
    obo:IAO_0000115 "A composition quality inhering in an bearer by virtue of the bearer's consistency of mucus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "mucinous"^^xsd:string, "mucous"^^xsd:string ;
    oboInOwl:id "PATO:0001371"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mucoid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0001372
    obo:IAO_0000115 "A physical quality that inheres in propagating wave (light or sound) virtue of the bearer's change in direction when passing from one medium to another."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001372"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "refractivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001294 .

obo:PATO_0001373
    obo:IAO_0000115 "A reflectivity quality inhering in a bearer by virtue of the bearer's reflecting lots of light."^^xsd:string ;
    oboInOwl:hasExactSynonym "glossy"^^xsd:string, "shiny"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001373"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "glistening"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001297 .

obo:PATO_0001374
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of the bearer's number of homologous sets of chromosomes in the nucleus or primary chromosome-containing compartment of the cell, each set essentially coding for all the biological traits of the organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001374"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "ploidy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001396 .

obo:PATO_0001375
    obo:IAO_0000115 "A ploidy quality inhering in a bearer by virtue of the bearer's containing a single set of homologous chromosomes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001375"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "haploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001393 .

obo:PATO_0001376
    obo:IAO_0000115 "A ploidy quality inhering in a bearer by virtue of the bearer's containing a single set of unique homologous chromosomes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001376"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "monoploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001393 .

obo:PATO_0001377
    obo:IAO_0000115 "A ploidy quality inhering in a bearer by virtue of the bearer's containing more than two homologous sets of chromosomes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001377"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "polyploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001393 .

obo:PATO_0001378
    obo:IAO_0000115 "A polyploidy quality inhering in a bearer by virtue of the bearer's containing chromosomes derived from a single species."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001378"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "autopolyploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001377 .

obo:PATO_0001379
    obo:IAO_0000115 "A polyploidy quality inhering in a bearer by virtue of the bearer's containing chromosomes derived from different species."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001379"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "allopolyploidy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001377 .

obo:PATO_0001380
    obo:IAO_0000115 "A polyploidy quality inhering in a bearer by virtue of the bearer's having an ancient polyploid ancestor."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001380"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "paleopolyploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001377 .

obo:PATO_0001381
    obo:IAO_0000115 "A polyploidy quality inhering in a bearer by virtue of the bearer's containing three homologous sets of chromosomes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001381"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "triploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001377 .

obo:PATO_0001382
    obo:IAO_0000115 "A polyploidy quality inhering in a bearer by virtue of the bearer's containing four homologous sets of chromosomes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001382"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "tetraploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001377 .

obo:PATO_0001383
    obo:IAO_0000115 "A polyploidy quality inhering in a bearer by virtue of the bearer's containing five homologous sets of chromosomes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001383"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pentaploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001377 .

obo:PATO_0001384
    obo:IAO_0000115 "A polyploidy quality inhering in a bearer by virtue of the bearer's containing six homologous sets of chromosomes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001384"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hexaploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001377 .

obo:PATO_0001385
    obo:IAO_0000115 "A ploidy quality inhering in a bearer by virtue of the bearer's containing a non-integral multiple of the monoploid number, due to extra or missing chromosomes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001385"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aneuploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001374 .

obo:PATO_0001386
    obo:IAO_0000115 "An aneuploidy quality inhering in a bearer by virtue of the bearer's containing only one chromosome from a pair in a cell's nucleus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001386"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "monosomy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001385 .

obo:PATO_0001387
    obo:IAO_0000115 "An aneuploidy quality inhering in a bearer by virtue of the bearer's containing only two chromosome from a pair in a cell's nucleus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001387"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "For diploid organisms, such as humans, it is the normal condition, whilst for organisms that are normally triploid or above, disomy is an aneuploidy."^^xsd:string ;
    rdfs:label "disomy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001385 .

obo:PATO_0001388
    obo:IAO_0000115 "A disomy quality inhering in a bearer by virtue of the bearer's containing two copies of the chromosome from one of the parents (with no contribution from the other parent)."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001388"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "uniparental disomy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001387 .

obo:PATO_0001389
    obo:IAO_0000115 "An aneuploidy quality inhering in a bearer by virtue of the bearer's containing three, instead of two, chromosomes of a particular numbered type in an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001389"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "trisomy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001385 .

obo:PATO_0001390
    obo:IAO_0000115 "A trisomy quality inhering in a bearer when part of the bearer's extra chromosome is attached to one of the other chromosomes, or if one of the bearer's chromosomes has two copies of part of its chromosome."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001390"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "partial trisomy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001389 .

obo:PATO_0001391
    obo:IAO_0000115 "A trisomy quality inhering in a bearer by virtue of the bearer's having extra chromosomal material in only some of it's cells."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001391"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mosaic trisomy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001389 .

obo:PATO_0001392
    obo:IAO_0000115 "A polyploidy quality inhering in a bearer by virtue of the bearer's chromosome number being increased by endomitosis and for which the degree of ploidy is proportional to the number of times that endomitosis has taken place."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001392"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "endopolyploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001377 .

obo:PATO_0001393
    obo:IAO_0000115 "A ploidy quality inhering in a bearer by virtue of the bearer's containing an integral multiple of the monoploid number, possibly excluding the sex-determining chromosomes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001393"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "euploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001374 .

obo:PATO_0001394
    obo:IAO_0000115 "A ploidy quality inhering in a bearer by virtue of the bearer's having two copies (homologs) of each chromosome, usually one from the mother and one from the father."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001394"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "The exact number may be one or two different from the 2n number and still be classified as diploidy (although with aneuploidy). Nearly all mammals are diploid organisms, although all individuals have some small fracton of cells that are polyploidy."^^xsd:string ;
    rdfs:label "diploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001393 .

obo:PATO_0001395
    obo:IAO_0000115 "A diploidy quality inhering in a bearer in by virtue of belonging in a species whose one of the sexes has haploid cells and the other has diploid cells."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001395"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "haplodiploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001394 .

obo:PATO_0001396
    obo:IAO_0000115 "A monadic quality of continuant that exists at the cellular level of organisation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001396"^^xsd:string ;
    a owl:Class ;
    rdfs:label "cellular quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0001397
    obo:IAO_0000115 "A cellular quality that arises by virtue of whether the bearer's disposition to differentiate into one or more mature cell types."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001397"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "cellular potency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001396 .

obo:PATO_0001398
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of the bearer's having the ability to go through numerous cycles of cell division while maintaining the undifferentiated state."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001398"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "self-renewal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002102 .

obo:PATO_0001399
    obo:IAO_0000115 "A cellular potency that is the capacity to produce differentiated cell types of all three primary germ layers and extraembryonic cell types."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001399"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "totipotent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001397 .

obo:PATO_0001400
    obo:IAO_0000115 "A cellular potency that is the capacity to produce only one differentiated cell type."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001400"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Unipotent cells have the quality of self-renewal which distinguishes them from non-stem cells."^^xsd:string ;
    rdfs:label "unipotent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001397 .

obo:PATO_0001401
    obo:IAO_0000115 "A cellular potency that is the capacity to form multiple differentiated cell types of a specific lineage and lack self renewing capacity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001401"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Less potent than multipotent, often thought of as precursor or progenitor cell status."^^xsd:string ;
    rdfs:label "oligopotent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001397 .

obo:PATO_0001402
    obo:IAO_0000115 "A cellular potency that is the capacity to form multiple differentiated cell types."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001402"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "multipotent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001397 .

obo:PATO_0001403
    obo:IAO_0000115 "A cellular potency that is the capacity to produce differentiated cell types of all three primary germ layers but not extraembryonic cell types."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001403"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pluripotent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001397 .

obo:PATO_0001404
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of bearer's number of nuclei."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001404"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "nucleate quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001396 .

obo:PATO_0001405
    obo:IAO_0000115 "A nucleate quality inhering in a bearer by virtue of the bearer's having no nucleus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001405"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anucleate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001404 .

obo:PATO_0001406
    obo:IAO_0000115 "A nucleate quality inhering in a bearer by virtue of the bearer's having two nuclei."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001406"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "binucleate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001908 .

obo:PATO_0001407
    obo:IAO_0000115 "A nucleate quality inhering in a bearer by virtue of the bearer's having one nucleus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001407"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mononucleate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002505 .

obo:PATO_0001408
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of the bearer's having thin, tail-like projections extending outwards from the cell body."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001408"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ciliatedness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001396 .

obo:PATO_0001409
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's resembling a long tapered rod."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001409"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "spindle-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0001410
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being marked by narrow lines or grooves, usually parallel."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001410"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "striated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001411
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's having distinct structure."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001412 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001411"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "structured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001412
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's lacking distinct structure."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001411 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001412"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unstructured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001413
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the rate of the bearer's angular movement about an axis; the angle rotated in a given time."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001413"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "angular velocity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002242 .

obo:PATO_0001414
    obo:IAO_0000115 "A physical quality inhering in a catalyst by virtue of the amount of the catalyst's action."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001414"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "catalytic activity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001415
    obo:IAO_0000115 "A quality inhering in a population by virtue of the proportion of its members that are ill at a given time."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001415"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "morbidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002003 .

obo:PATO_0001416
    obo:IAO_0000115 "A duration which has regular start and/or end times."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001417 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001416"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "regular duration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001309 .

obo:PATO_0001417
    obo:IAO_0000115 "A duration quality of a process inhering in a bearer by virtue of the bearer's duration which has irregular start and/or end times."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001416 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001417"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregular duration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001309 .

obo:PATO_0001418
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of the bearer's being deficient in alertness or activity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001418"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lethargic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002265 .

obo:PATO_0001419
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's terminating in a point or edge."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001419"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sharp"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000944 .

obo:PATO_0001420
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's disposition to rise or float in a fluid medium such as water or air."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001420"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "buoyancy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001421
    obo:IAO_0000115 "A viability quality inhering in a bearer by virtue of the bearer's condition before death."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001421"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000169 .

obo:PATO_0001422
    obo:IAO_0000115 "A viability quality inhering in a bearer by virtue of the cessation of the bearer's life."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001422"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dead"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000169 .

obo:PATO_0001423
    obo:IAO_0000115 "A reflectivity quality inhering in the bearer by virtue of the bearer's ability to refract light."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001423"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "refractile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001372 .

obo:PATO_0001424
    obo:IAO_0000115 "A color hue with very low wavelength of that portion of the visible spectrum lying between reddish blue or bluish purple, evoked in the human observer by radiant energy with wavelengths of approximately 420 to 380 nanometers."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001424"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "violet"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0001425
    obo:IAO_0000115 "A color hue consisting of red hue and yellow hue and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001425"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "rosy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0001426
    obo:IAO_0000115 "A color consisting of purple and brown hue."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001426"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "maroon"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000014 .

obo:PATO_0001427
    obo:IAO_0000115 "A concentration quality inhering in compound by virtue of the bearer's tendency to act as a hydron donor."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001427"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "compound acidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001842 .

obo:PATO_0001428
    obo:IAO_0000115 "A concentration quality inhering in a medium by virtue of the bearer's tendency to hydronate a specific reference base."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001428"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "medium acidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001842 .

obo:PATO_0001429
    obo:IAO_0000115 "An medium acidity quality inhering in a solution by virtue of the bearer's a high concentration of H+ ions."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001429"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "acidic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001428 .

obo:PATO_0001430
    obo:IAO_0000115 "An medium acidity quality inhering in a solution by virtue of the bearer's a low concentration of H+ ions."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001430"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alkaline"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001428 .

obo:PATO_0001431
    obo:IAO_0000115 "An emergent molecular quality that arises by virtue of the bearer's disposition to exhibit molecular attraction to another entity in contact."^^xsd:string ;
    oboInOwl:hasExactSynonym "adhesiveness"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "stickiness"^^xsd:string ;
    oboInOwl:id "PATO:0001431"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "The definition is general enough to cover adhesion arising from different kinds of chemical bonding/forces, although for PATO this term will most commonly used for cellular adhesion. See also GO:0031589 \"cell-substrate adhesion\"."^^xsd:string ;
    rdfs:label "adhesivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001432
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's decomposition into component parts."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001432"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decayed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000169 .

obo:PATO_0001433
    obo:IAO_0000115 "A quality of a single process which describes the growth of an organism, structure, or group of organisms."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001489"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "growth quality of a process"^^xsd:string, "growth timing quality"^^xsd:string ;
    oboInOwl:id "PATO:0001433"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "growth quality of occurrent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0001434
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's ability to produce new life or offspring."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001434"^^xsd:string ;
    a owl:Class ;
    rdfs:label "reproductive quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0001435
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's having connection or association with another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001435"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "attachment quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001436
    obo:IAO_0000115 "An attachment quality inhering in a flower by virtue of the bearer's lacking a stalk, as in flowers or leaves that grow directly from the stem."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001436"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sessile (sensu botany)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001435 .

obo:PATO_0001437
    obo:IAO_0000115 "A attachment quality inhering in a bearer by virtue of the bearer's inability to move about."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001437"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sessile (sensu zoology)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001435 .

obo:PATO_0001438
    obo:IAO_0000115 "A attachment quality inhering in a bearer by virtue of the bearer's having or being supported by a pedicel or pedicle."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001438"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pedicellate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001435 .

obo:PATO_0001439
    obo:IAO_0000115 "A contractile quality inhering in a bearer by virtue of the bearer's elastic tension that facilitate response to stimuli."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001498"^^xsd:string ;
    oboInOwl:hasExactSynonym "tone"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001439"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "TODO: we need a clearer differentium between this and contractility - or merge?"^^xsd:string ;
    rdfs:label "tonicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001579 .

obo:PATO_0001440
    obo:IAO_0000115 "A cellular adhesivity quality inhering in a molecule in one cell by virtue of the bearer's attachment to an identical molecule in an adjacent cell."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001440"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "homophilic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001531 ;
    owl:disjointWith obo:PATO_0001441 .

obo:PATO_0001441
    obo:IAO_0000115 "A cellular adhesivity quality inhering in a molecule in one cell by virtue of the bearer's attachment to an nonidentical molecule in an adjacent cell."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001441"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "heterophilic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001531 .

obo:PATO_0001442
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of whether the bearer includes all its components."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001442"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "wholeness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001443
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001444 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001444
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's components no longer being in a single contiguous unit."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001443"^^xsd:string, "PATO:0001820"^^xsd:string ;
    oboInOwl:hasExactSynonym "fragmented"^^xsd:string ;
    oboInOwl:hasNarrowSynonym "fractured"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "cracked"^^xsd:string, "hemorrhaged"^^xsd:string, "split"^^xsd:string, "torn"^^xsd:string ;
    oboInOwl:id "PATO:0001444"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "broken"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001442 ;
    owl:disjointWith obo:PATO_0001446 .

obo:PATO_0001445
    obo:IAO_0000115 "A wholeness quality inhering in a bearer by virtue of the bearer's being taken apart into its constituent parts."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001445"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "disassembled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001444 .

obo:PATO_0001446
    obo:IAO_0000115 "A wholeness quality inhering in a bearer by virtue of the bearer's including all its components."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001446"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "whole"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001442 .

obo:PATO_0001447
    obo:IAO_0000115 "A composition quality inhering in an bearer by virtue of the bearer's being encrusted or impregnated with calcium carbonate (CHEBI:3311)."^^xsd:string ;
    oboInOwl:hasExactSynonym "calcareous"^^xsd:string ;
    oboInOwl:hasNarrowSynonym "calcification"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001447"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "calcified"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0001448
    obo:IAO_0000115 "A composition quality inhering in an bearer by virtue of the bearer's being hardened by the deposition of calcium into bone."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001448"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ossified"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001447 .

obo:PATO_0001449
    obo:IAO_0000115 "A composition quality inhering in an bearer by virtue of the bearer's cartilage quantities."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001449"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Cartilage is a type of dense connective tissue. It is composed of specialized cells called chondrocytes (CL:0000138) that produce a large amount of extracellular matrix composed of collagen fibers, abundant ground substance rich in proteoglycan, and elastin fibers."^^xsd:string ;
    rdfs:label "cartilaginous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0001450
    obo:IAO_0000115 "A structural quality which is held by a bearer when the latter exhibits an excessive accumulation of extracellular fluid."^^xsd:string ;
    oboInOwl:hasExactSynonym "edemic"^^xsd:string, "oedematous"^^xsd:string, "oedemic"^^xsd:string ;
    oboInOwl:hasNarrowSynonym "edema"^^xsd:string, "oedema"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001450"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "edematous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0001451
    obo:IAO_0000115 "An extended swelling in plant organs caused primarily by an excessive accumulation of water."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "edemic"^^xsd:string, "oedematous"^^xsd:string, "oedemic"^^xsd:string ;
    oboInOwl:id "PATO:0001451"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete edematous (sensu botany)"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001452
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000141 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001453
    obo:IAO_0000115 "An attachment quality inhering in a bearer by virtue of the bearer's lacking connection or association with another entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "detached"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001453"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "detached from"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001435 .

obo:PATO_0001454
    obo:IAO_0000115 "A sensitivity quality inhering in a bearer by virtue of the bearer's dependence on oxygen."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001454"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "sensitivity to oxygen"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0001455
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's dependence on oxygen."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001456 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001455"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aerobic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001454 ;
    owl:disjointWith obo:PATO_0001456 .

obo:PATO_0001456
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's independence on oxygen."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001455 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001456"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anaerobic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001454 .

obo:PATO_0001457
    obo:IAO_0000115 "A quality of a process inhering in bearer by virtue of the bearer's disposition to respond to stimulation."^^xsd:string ;
    oboInOwl:hasExactSynonym "sensitivity of occurrent"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001457"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "sensitivity of a process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002062 .

obo:PATO_0001458
    obo:IAO_0000115 "A sensitivity of a process quality inhering in a bearer by virtue of the bearer's unfolding in a location with or without oxygen."^^xsd:string ;
    oboInOwl:hasExactSynonym "sensitivity of occurrent to oxygen"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001458"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "sensitivity of a process to oxygen"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001457 .

obo:PATO_0001459
    obo:IAO_0000115 "A sensitivity of a process inhering in a biological process by virtue of the process unfolding in a location with oxygen."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001460 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001459"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aerobic (for occurrence)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001458 .

obo:PATO_0001460
    obo:IAO_0000115 "A sensitivity of a process inhering in a biological process by virtue of the process unfolding in a location without oxygen."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001459 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001460"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anaerobic (for occurrence)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001458 .

obo:PATO_0001461
    obo:IAO_0000115 "A physical quality inhering in a liquid by virtue of the bearer's ability to attraction of molecules at its surface as a result of unbalanced molecular cohesive forces."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001461"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "surface tension"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001462
    obo:IAO_0000115 "A quality inhering in a cell's plasma membrane by virtue of the electrical potential difference across it."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001462"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "membrane potential"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001464 .

obo:PATO_0001463
    obo:IAO_0000115 "A quality inhering in a cell's plasma membrane by virtue of a brief fluctuation in the bearer's potential caused by the rapid opening and closing of voltage-gated ion channels."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001463"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "action potential"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001464 .

obo:PATO_0001464
    obo:IAO_0000115 "A quality that is equal to the potential energy per unit charge associated with a static (time-invariant) electric field, also called the electrostatic potential."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001464"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "electric potential"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001465
    obo:IAO_0000115 "A malformed quality inhering in a bearer by virtue of the bearer's all-encompassing, grotesque morphological defects."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001465"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "monstrous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000646 .

obo:PATO_0001466
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the front of an organism."^^xsd:string ;
    oboInOwl:hasExactSynonym "curved anterior"^^xsd:string, "curved superior (human torso)"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001466"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved rostral"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0001467
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the part of the body from which the tail arises."^^xsd:string ;
    oboInOwl:hasExactSynonym "curved inferior (human torso)"^^xsd:string, "curved posterior"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001467"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved caudal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0001468
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the back or upper surface of an organism."^^xsd:string ;
    oboInOwl:hasExactSynonym "curved posterior (human torso)"^^xsd:string, "curved superior (human head)"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001468"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved dorsal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0001469
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the abdomen of an organism."^^xsd:string ;
    oboInOwl:hasExactSynonym "curved anterior (human torso)"^^xsd:string, "curved inferior (human head)"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001469"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved ventral"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0001470
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's magnitude in respect to a related entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "proportion"^^xsd:string, "proportionality"^^xsd:string, "quotient"^^xsd:string, "ratio"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "rate"^^xsd:string ;
    oboInOwl:id "PATO:0001470"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Examples: height to weight; brain size to body size. These could all be children of proportionality. Proportions can be measured as ratios. Some measures may be dimensionless. Not all ratios measure proportionality, eg m/s measures velocity which is not a proportion in the sense defined above, it is a quality in its own right."^^xsd:string ;
    rdfs:label "proportionality to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001471
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001665 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001472
    obo:IAO_0000115 "A depth which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001596 ;
    oboInOwl:hasAlternativeId "PATO:0001692"^^xsd:string ;
    oboInOwl:hasExactSynonym "low depth"^^xsd:string, "shallow"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001472"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased depth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000587, obo:PATO_0001595 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001595
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001473
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being present in two copies."^^xsd:string ;
    oboInOwl:hasExactSynonym "doubled"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001473"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "duplicated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000470 .

obo:PATO_0001474
    obo:IAO_0000115 "An oriented quality inhering in a bearer by virtue of the bearer's axis being positioned forward."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001474"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteverted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000614 .

obo:PATO_0001475
    obo:IAO_0000115 "A position which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001476 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "high position"^^xsd:string ;
    oboInOwl:id "PATO:0001475"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased position"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000140
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001476
    obo:IAO_0000115 "A positional which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001475 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "low position"^^xsd:string ;
    oboInOwl:id "PATO:0001476"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased position"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000140
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001477
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being drawn in or pulled back from any given point."^^xsd:string ;
    oboInOwl:hasBroadSynonym "moved"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "retruded"^^xsd:string ;
    oboInOwl:id "PATO:0001477"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "retracted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001478
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being broken down; caved in."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001478"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "collapsed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001479
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001852 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001480
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's resembling a sponge in elasticity, absorbency, or porousness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001480"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "spongy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PATO_0000982
    ] .

obo:PATO_0001481
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having an oblique or slanted direction."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001481"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sloped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001482
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's standing out or projecting beyond a surface or line."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001482"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "prominent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001598, obo:PATO_0015007 .

obo:PATO_0001483
    obo:IAO_0000115 "Absence of an organ, tissue or cell due to failure to develop from a primordium or precursor cell."^^xsd:string ;
    oboInOwl:hasExactSynonym "aplasia"^^xsd:string, "undeveloped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001483"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "With aplasia, the primordium or precursor develops, but does not proceed in its development to a mature structure"^^xsd:string ;
    rdfs:label "aplastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002290, obo:PATO_0002291 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002290
            obo:PATO_0002291
        )
    ] .

obo:PATO_0001484
    obo:IAO_0000115 "A quality of a process which occurs near to or not long before the present."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001484"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "recent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002325 .

obo:PATO_0001485
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being thicker or more closely packed together; pressed tightly together."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002452 ;
    oboInOwl:hasAlternativeId "PATO:0001840"^^xsd:string ;
    oboInOwl:hasBroadSynonym "compact"^^xsd:string ;
    oboInOwl:hasExactSynonym "compressed"^^xsd:string, "squashed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "dense"^^xsd:string ;
    oboInOwl:id "PATO:0001485"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "condensed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001486
    obo:IAO_0000115 "An age quality that exists by virtue of the time (years and months) that the bearer has existed."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001486"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "chronological age"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000011 .

obo:PATO_0001487
    obo:IAO_0000115 "A time quality inhering in a bearer by virtue of the bearer's growing old; aging."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001487"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "senescent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000011 .

obo:PATO_0001488
    obo:IAO_0000115 "A cellular quality inhering in a cell by virtue of whether the bearer exhibits the ability to move spontaneously."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001488"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "Term should be obsoleted and the GO term cellular motility should be used instead."^^xsd:string ;
    rdfs:label "cellular motility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001396 .

obo:PATO_0001489
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001433 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001490
    obo:IAO_0000115 "A growth quality of a process inhering in an organism, structure, or group of organisms by virtue of the bearer's reduced or increased growth."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001490"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "heterochronic growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001433 .

obo:PATO_0001491
    obo:IAO_0000115 "A paedomorphic growth quality which is due to a reduced rate."^^xsd:string ;
    oboInOwl:hasExactSynonym "neotenic growth"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001491"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "neotenous growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001749 .

obo:PATO_0001492
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001492"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "This term will be obsoleted; Use GO:growth and PATO:rate."^^xsd:string ;
    rdfs:label "growth rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0050001 .

obo:PATO_0001493
    obo:RO_0002604 obo:PATO_0001494 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001493"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "This term will be obsoleted; Use GO:growth and PATO:rate."^^xsd:string ;
    rdfs:label "hypertrophic growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001492 .

obo:PATO_0001494
    obo:RO_0002604 obo:PATO_0001493 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001494"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "This term will be obsoleted; Use GO:growth and PATO:rate."^^xsd:string ;
    rdfs:label "hypotrophic growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001492 .

obo:PATO_0001495
    obo:IAO_0000115 "A concave quality inhering in a bearer by virtue of the bearer's shape being a V-shaped cut."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "indented"^^xsd:string ;
    oboInOwl:id "PATO:0001495"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "notched"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001857 .

obo:PATO_0001496
    obo:IAO_0000115 "A reproductive quality inhering in the young of an animal by virtue of the bearer's being cared for at one time."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001496"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "brood quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001434 .

obo:PATO_0001497
    obo:IAO_0000115 "A reproductive quality inhering in the young of an animal by virtue of the bearer's disposition to survive and develop normally."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001497"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "brood viability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000169 .

obo:PATO_0001498
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001439 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001499
    obo:IAO_0000115 "A spheroid quality inhering in a bearer by virtue of the bearer's resembling a ball (a sphere whose equatorial diameter is equal to the polar diameter)."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000408"^^xsd:string ;
    oboInOwl:hasExactSynonym "globular"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "rotund"^^xsd:string ;
    oboInOwl:id "PATO:0001499"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "spherical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001865, [
        a owl:Restriction ;
        owl:onProperty pato:has_cross_section ;
        owl:someValuesFrom obo:PATO_0000411
    ] .

obo:PATO_0001500
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being gradually narrower or thinner toward one end."^^xsd:string ;
    oboInOwl:hasExactSynonym "taper"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001500"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "tapered"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001419 .

obo:PATO_0001501
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's lacking complete growth, differentiation, or development."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001701 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "underdeveloped"^^xsd:string ;
    oboInOwl:id "PATO:0001501"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "immature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0001502
    obo:IAO_0000115 "A monadic quality of continuant inhering in a bearer by virtue of the bearer's being intricate and compounded."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001502"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "TODO: obsolete this."^^xsd:string ;
    rdfs:label "complexity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001503
    obo:IAO_0000115 "A complexity quality in a bearer by virtue of the bearer's having few parts or being complicated or compound."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001503"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "simple"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001502 ;
    owl:disjointWith obo:PATO_0001504 .

obo:PATO_0001504
    obo:IAO_0000115 "A complexity quality inhering in a bearer by virtue of the bearer's being intricate and compounded."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001504"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "complex"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001502 .

obo:PATO_0001505
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's not being in contact with another entity, or of no longer being connected or joined with another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "discontiguous"^^xsd:string, "divided_from"^^xsd:string, "splitted from"^^xsd:string ;
    oboInOwl:id "PATO:0001505"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "separated from"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001506
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's separation of normally joined parts, such as the separation of adjacent bones without fracture or of certain abdominal muscles during pregnancy."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001506"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "diastatic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001505 .

obo:PATO_0001507
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's being interrupted of its normal course."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001507"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "disrupted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0001508
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000297 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001509
    obo:IAO_0000115 "A quality of a single physical entity that arises by virtue of whether the bearer exhibits the ability to perform a regular function(s)."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001509"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "functionality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0001510
    obo:IAO_0000115 "A functionality quality held by the bearer when the latter is able to perform a regular function(s)."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001511 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001510"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "functional"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001509 .

obo:PATO_0001511
    obo:IAO_0000115 "A disfunctional quality held by the bearer when the latter is unable to perform a regular function(s)."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001510 ;
    oboInOwl:hasAlternativeId "PATO:0001640"^^xsd:string ;
    oboInOwl:hasExactSynonym "disfunctional"^^xsd:string, "functional failure"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "defective"^^xsd:string, "failure"^^xsd:string ;
    oboInOwl:id "PATO:0001511"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-functional"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001509 .

obo:PATO_0001512
    obo:IAO_0000115 "A pattern inhering in a surface by virtue of the bearer's being marked by the presence of dots, punctures, points or pits."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "dotted"^^xsd:string, "spotted"^^xsd:string, "stippled"^^xsd:string ;
    oboInOwl:id "PATO:0001512"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "punctate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000330 .

obo:PATO_0001513
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001566 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001514
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's lacking some outer layer."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001514"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "delaminated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001515
    obo:IAO_0000115 "A color quality inhering in a bearer by virtue of the bearer's being uneven in color."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "murky"^^xsd:string ;
    oboInOwl:id "PATO:0001515"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variable color"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000019 .

obo:PATO_0001516
    obo:IAO_0000115 "An optical quality where light rays originating from a point on the object converge."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001516"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "focus"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001300 .

obo:PATO_0001517
    obo:IAO_0000115 "An optical quality inhering in a bearer by virtue of the bearer's having focus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001517"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "focused"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001516 .

obo:PATO_0001518
    obo:IAO_0000115 "An optical quality inhering in a bearer by virtue of the bearer's lacking focus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001518"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "blurry"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001516 .

obo:PATO_0001519
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of vibration, as perceived by the sense of hearing."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001519"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "sound quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001520
    obo:IAO_0000115 "The frequency of transmitted vibrations."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001520"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "sound frequency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000044 .

obo:PATO_0001521
    obo:IAO_0000115 "A physical quality inhering in a sound wave by virtue of the maximum magnitude (value without regard to sign) of its disturbance."^^xsd:string ;
    oboInOwl:hasBroadSynonym "loudness"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001521"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "sound amplitude"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000080 .

obo:PATO_0001522
    obo:IAO_0000115 "A physical quality inhering in sound by virtue of the bearer's travelling speed in a given medium under specified conditions."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001522"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "sound speed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000008 .

obo:PATO_0001523
    obo:IAO_0000115 "A physical quality which is equal to the quotient of the speed of a sound wave divided by its wavelength."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001523"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "sound wavelength"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001242 .

obo:PATO_0001524
    obo:IAO_0000115 "A sound frequency in the range of 0-20 Hz."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001524"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "intrasonic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001520 .

obo:PATO_0001525
    obo:IAO_0000115 "A sound frequency in the range of 20 to 20.000 Hz."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001525"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sonic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001520 .

obo:PATO_0001526
    obo:IAO_0000115 "A sound frequency in the range of 20 000 + Hz."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001526"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ultrasonic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001520 .

obo:PATO_0001527
    obo:IAO_0000115 "A sound amplitude which is relatively low."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001527"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "quiet"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001519 .

obo:PATO_0001528
    obo:IAO_0000115 "A sound amplitude which is relatively high."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001528"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "loud"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001519 .

obo:PATO_0001529
    obo:IAO_0000115 "A spatiotemporal quality inhering in a cell."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001529"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "cellular spatiotemporal quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0001530
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's behavior."^^xsd:string ;
    oboInOwl:hasExactSynonym "behavioral quality of occurrent"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001530"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "behavioral quality of a process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0001531
    obo:IAO_0000115 "A cellular quality that exists by virtue of the disposition of the cell to adhere to other cells and molecules, through the emergent action of the molecular parts of the cell surface."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001531"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "cellular adhesivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001396, obo:PATO_0001431 .

obo:PATO_0001532
    obo:IAO_0000115 "A color pattern inhering in a bearer by virtue of the bearer's having one hue."^^xsd:string ;
    oboInOwl:hasExactSynonym "evenly colored"^^xsd:string, "homogeneously colored"^^xsd:string, "uniformly colored"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "homogenously pigmented"^^xsd:string ;
    oboInOwl:id "PATO:0001532"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mono-colored"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000019 .

obo:PATO_0001533
    obo:IAO_0000115 "A color pattern inhering in a bearer by virtue of bearer's having two or more hues or degrees of saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "variegated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001533"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multi-colored"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000019 .

obo:PATO_0001534
    obo:IAO_0000115 "A color pattern inhering in a bearer by virtue of bearer's having 3 or more hues or degrees of saturations."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001534"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "motley"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001533 .

obo:PATO_0001535
    obo:IAO_0000115 "A color pattern inhering in a bearer by virtue of bearer's being marked with small spots, patches, or specks of hue or degree of saturation differing from that of the background."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "speckled"^^xsd:string ;
    oboInOwl:id "PATO:0001535"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dappled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001533 .

obo:PATO_0001536
    obo:IAO_0000115 "A molecular quality that inheres in a molecular entity by virtue of the bearer's disposition to dissolve in a liquid."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001536"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "solubility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0001537
    obo:IAO_0000115 "A solubility quality inhering in a substance by virtue of the bearer's disposition to dissolve in a liquid."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001538 ;
    oboInOwl:hasExactSynonym "soluble"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001537"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "soluble in"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001536 ;
    owl:disjointWith obo:PATO_0001538 .

obo:PATO_0001538
    obo:IAO_0000115 "A solubility quality inhering in a substance by virtue of the bearer's inability of a substance to dissolve in a liquid."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001537 ;
    oboInOwl:hasExactSynonym "insoluble"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001538"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "insoluble in"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001536 .

obo:PATO_0001539
    obo:IAO_0000115 "A compositional quality inhering in an bearer by virtue of the bearer's quantities or relative ratios of amylose of the inhering entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "amylose compositionality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001539"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "amylose composition"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0001540
    obo:IAO_0000115 "An amylose composition quality inhering in an bearer by virtue of the bearer's having negligible or no amylose content."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001540"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "glutinous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001539 .

obo:PATO_0001541
    obo:IAO_0000115 "An amylose composition quality inhering in an bearer by virtue of the bearer's having high amount of amylose content."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001541"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-glutinous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001539 .

obo:PATO_0001542
    obo:IAO_0000115 "A phase which starts later than natural start point."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001542"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "delayed phase"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000083 .

obo:PATO_0001543
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's disposition to being turned, bowed, or twisted without breaking."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001543"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "flexibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001546 .

obo:PATO_0001544
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's ability of being turned, bowed, or twisted without breaking."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001545 ;
    oboInOwl:hasExactSynonym "bendy"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001544"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "flexible"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001543 .

obo:PATO_0001545
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's inability of being turned, bowed, or twisted without breaking."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001544 ;
    oboInOwl:hasExactSynonym "stiff"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "stiffness"^^xsd:string ;
    oboInOwl:id "PATO:0001545"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inflexible"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001543 .

obo:PATO_0001546
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable."^^xsd:string ;
    oboInOwl:hasExactSynonym "solidity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001546"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a solid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0001547
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity consisting of particles that have neither a defined volume nor defined shape."^^xsd:string ;
    oboInOwl:hasExactSynonym "gaseous"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001547"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a gas"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0001548
    obo:IAO_0000115 "A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape."^^xsd:string ;
    oboInOwl:hasExactSynonym "liquidity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001548"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a liquid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0001549
    obo:IAO_0000115 "A sensitivity toward an external stimulus which is higher than normal/average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001550 ;
    oboInOwl:hasExactSynonym "high sensitivity toward"^^xsd:string, "increased sensitivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001549"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased sensitivity toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000516, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000516
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001550
    obo:IAO_0000115 "A sensitivity toward an external stimulus which is lower than normal/average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001549 ;
    oboInOwl:hasExactSynonym "decreased sensitivity"^^xsd:string, "low sensitivity toward"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001550"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased sensitivity toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000516, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000516
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001551
    obo:IAO_0000115 "A sensitivity of a process which is higher than normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001552 ;
    oboInOwl:hasExactSynonym "high sensitivity of occurrent"^^xsd:string, "increased sensitivity of occurrent"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001551"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased sensitivity of a process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001457, obo:PATO_0002304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001457
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001552
    obo:IAO_0000115 "A sensitivity of a process which is lower than normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001551 ;
    oboInOwl:hasExactSynonym "decreased sensitivity of occurrent"^^xsd:string, "low sensitivity of occurrent"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001552"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased sensitivity of a process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001457, obo:PATO_0002302 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001457
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001553
    obo:IAO_0000115 "A sensitivity of occurrent to oxygen which is higher than normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001554 ;
    oboInOwl:hasExactSynonym "high sensitivity of occurrent to oxygen"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001553"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased sensitivity of a process to oxygen"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001459, obo:PATO_0001551 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001459
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001554
    obo:IAO_0000115 "A sensitivity of a process to oxygen which is lower than normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001553 ;
    oboInOwl:hasExactSynonym "low sensitivity of occurrent to oxygen"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001554"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased sensitivity of a process to oxygen"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001459, obo:PATO_0001552 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001459
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001555
    obo:IAO_0000115 "The number of parts of a particular type that the bearer entity has. This is a relational quality, and thus holds between two entities: the bearer of the quality, and the type of parts."^^xsd:string ;
    oboInOwl:hasDbXref "OBO_REL:has_part"^^xsd:string ;
    oboInOwl:hasExactSynonym "extra or missing physical or functional parts"^^xsd:string, "has or lacks parts of type"^^xsd:string, "mereological quality"^^xsd:string, "number of"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "cardinality"^^xsd:string, "number"^^xsd:string ;
    oboInOwl:id "PATO:0001555"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "has number of"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241, [
        a owl:Restriction ;
        owl:onProperty pato:reciprocal_of ;
        owl:someValuesFrom obo:PATO_0000070
    ] .

obo:PATO_0001556
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001624 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001557
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0002000 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001558
    obo:IAO_0000115 "A quality of a process inhering in a bearer by virtue of the bearer's lacking a processual part as specified by the additional entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001558"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lacking processual parts"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001564, [
        a owl:Restriction ;
        owl:onProperty pato:reciprocal_of ;
        owl:someValuesFrom obo:PATO_0000462
    ] .

obo:PATO_0001559
    obo:IAO_0000115 "A functionality quality which is held by the bearer when the latter is able to perform additional or different function(s)."^^xsd:string ;
    oboInOwl:hasExactSynonym "having supernumerary functions"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001559"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "having extra function"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001509, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001509
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001560
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0002002 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001561
    obo:IAO_0000115 "A quality of a process inhering in a bearer by virtue of the bearer's having additional processual parts."^^xsd:string ;
    oboInOwl:hasExactSynonym "having supernumerary processual parts"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001561"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "having extra processual parts"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001564 .

obo:PATO_0001562
    obo:IAO_0000115 "A mass which is lower than normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001563 ;
    oboInOwl:hasAlternativeId "PATO:0000579"^^xsd:string ;
    oboInOwl:hasExactSynonym "low mass"^^xsd:string, "small mass"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001562"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased mass"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000125, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000125
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001563
    obo:IAO_0000115 "A mass which is higher than normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001562 ;
    oboInOwl:hasAlternativeId "PATO:0000578"^^xsd:string ;
    oboInOwl:hasExactSynonym "high mass"^^xsd:string, "large mass"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001563"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased mass"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000125, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000125
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001564
    obo:IAO_0000115 "A quality of a process inhering in a bearer by virtue of the bearer's processual parts."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001564"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "extra or missing processual parts"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0001565
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000060 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001566
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's being spread out or scattered about or divided up."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001567 ;
    oboInOwl:hasAlternativeId "PATO:0001513"^^xsd:string ;
    oboInOwl:hasExactSynonym "diffuse"^^xsd:string, "scattered"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001566"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "distributed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 ;
    owl:disjointWith obo:PATO_0001629 .

obo:PATO_0001567
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's not being spread out or scattered about or divided up."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001566 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001567"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "undistributed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0001568
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001624 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001569
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0002001 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001570
    obo:IAO_0000115 "A quality of a process inhering in a bearer by virtue of the bearer's having fewer processual parts."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001570"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "having decreased processual parts"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001564 .

obo:PATO_0001571
    obo:IAO_0000115 "A size quality inhering in a bearer by virtue of the bearer's being made wider or larger in all dimensions."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001571"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dilated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000586 .

obo:PATO_0001572
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001784 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001573
    obo:IAO_0000115 "A symmetry quality inhering in a bearer by virtue of the bearer's having equal dimensions or measurements."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001573"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "isometrical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000965 .

obo:PATO_0001574
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's motion characteristic."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001574"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "flow rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001906 .

obo:PATO_0001575
    obo:IAO_0000115 "A pressure which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001576 ;
    oboInOwl:hasExactSynonym "low pressure"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001575"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased pressure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001025, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001025
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001576
    obo:IAO_0000115 "A pressure which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001575 ;
    oboInOwl:hasExactSynonym "high pressure"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001576"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased pressure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001025, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001025
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001577
    obo:IAO_0000115 "A permeability which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001578 ;
    oboInOwl:hasExactSynonym "high permeability"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001577"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased permeability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000982, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000982
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001578
    obo:IAO_0000115 "A permeability which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001577 ;
    oboInOwl:hasExactSynonym "low permeability"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001578"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased permeability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000982, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000982
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001579
    obo:IAO_0000115 "A physical quality that is the ability to contract or shrink."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001579"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "contractility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001580
    obo:IAO_0000115 "A contractility which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001581 ;
    oboInOwl:hasExactSynonym "high contractility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001580"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased contractility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001690, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001690
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001581
    obo:IAO_0000115 "A contractility which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001580 ;
    oboInOwl:hasExactSynonym "low contractility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001581"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased contractility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001690, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001690
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001582
    obo:IAO_0000115 "A spatial quality inhering in an inactive muscle or muscle fibers by virtue of the bearer's exhibiting gradual lengthening."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001582"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "GO has now relevant relation terms which should be used instead."^^xsd:string ;
    rdfs:label "obsolete relaxational quality"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001583
    obo:IAO_0000115 "A variability which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001584 ;
    oboInOwl:hasExactSynonym "low variability"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001583"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased variability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001227, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001227
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001584
    obo:IAO_0000115 "A variability which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001583 ;
    oboInOwl:hasExactSynonym "high variability"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001584"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased variability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001227, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001227
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001585
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's disposition to transmit of an entity through a medium."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001585"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "Examples could be heat or electricity or sound."^^xsd:string ;
    rdfs:label "conductivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001586
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of whether the bearer exhibits rate variation or change."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001586"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variability of rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty pato:towards ;
        owl:someValuesFrom obo:PATO_0000161
    ] .

obo:PATO_0001587
    obo:IAO_0000115 "A variability of rate which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001588 ;
    oboInOwl:hasExactSynonym "high variability of rate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001587"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased variability of rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001586, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001586
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001588
    obo:IAO_0000115 "A variability of rate which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001587 ;
    oboInOwl:hasExactSynonym "low variability of rate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001588"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased variability of rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001586, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001586
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001589
    obo:IAO_0000115 "Increased, intensified."^^xsd:string ;
    oboInOwl:consider "PATO:0002017"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001589"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "Obsoleted because it used to be a child of behavioral quality, which really meant increased magnitude of a given behavior. Now this can be done by using increased magnitude with another quality."^^xsd:string ;
    rdfs:label "obsolete enhanced"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001590
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's coinciding spatially, partially or wholly with another entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "overlap"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001590"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "overlap with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001591
    obo:IAO_0000115 "A surface shape quality inhering in a bearer by virtue of the bearer's exhibiting a degree of bending."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001591"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "curvature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001592
    obo:IAO_0000115 "A curvature which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001593 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001592"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased curvature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000406
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001593
    obo:IAO_0000115 "A curvature which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001592 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001593"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased curvature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000406
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001594
    obo:IAO_0000115 "A concave quality inhering in a bearer by virtue of the bearer's forming or resembling an arch."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001594"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality ;
    a owl:Class ;
    rdfs:label "arched"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001857 .

obo:PATO_0001595
    obo:IAO_0000115 "A 1-D extent quality inhering in a bearer by virtue of the bearer's downward or backward or inward dimenision."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001595"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "depth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0001596
    obo:IAO_0000115 "A depth quality which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001472 ;
    oboInOwl:hasAlternativeId "PATO:0001666"^^xsd:string ;
    oboInOwl:hasExactSynonym "deep"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001596"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased depth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000586, obo:PATO_0001595 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001595
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001597
    obo:IAO_0000115 "An oriented quality inhering in a bearer by virtue of the bearer's being turned outward in placement."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001597"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "everted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000614 .

obo:PATO_0001598
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's extending out above or beyond a surface or boundary."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001644"^^xsd:string ;
    oboInOwl:hasExactSynonym "protruding"^^xsd:string, "relational protruding quality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001598"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "protruding"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001599
    obo:IAO_0000115 "An oriented quality inhering in a bearer by virtue of the bearer's being relocated around an axis."^^xsd:string ;
    oboInOwl:hasExactSynonym "rotation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001599"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "rotated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000614 .

obo:PATO_0001600
    obo:IAO_0000115 "A rotation quality inhering in a bearer by virtue of being rotated towards the rear of organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001600"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "posteriorly rotated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001599 .

obo:PATO_0001601
    obo:IAO_0000115 "A rotation quality inhering in a bearer by virtue of being rotated towards the front of an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001601"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteriorly rotated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001599 .

obo:PATO_0001602
    obo:IAO_0000115 "A size quality inhering in a bearer by virtue of the bearer's being abnormally expanded or increased in size."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "expanded"^^xsd:string ;
    oboInOwl:id "PATO:0001602"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "distended"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000586 .

obo:PATO_0001603
    obo:IAO_0000115 "A life span which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001604 ;
    oboInOwl:hasExactSynonym "high life span"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001603"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased life span"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000050, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000050
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001604
    obo:IAO_0000115 "A life span which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001603 ;
    oboInOwl:hasExactSynonym "low life span"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001604"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased life span"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000050, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000050
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001605
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's being in disarray; extremely disorderly."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001605"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "disheveled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000330 .

obo:PATO_0001606
    obo:IAO_0000115 "A coating which is oily and slippery."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001606"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "greasy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002012 .

obo:PATO_0001607
    obo:IAO_0000115 "A tangled quality inhering in a bearer by virtue of the bearer's being not possible to unravel."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001607"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "matted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001846 .

obo:PATO_0001608
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's being marked by, consisting of, or diversified with patches."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001608"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "patchy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000330 .

obo:PATO_0001609
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's being scattered; spread irregularly, and at a distance from each other."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001609"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sparse"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0001610
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000967 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001611
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of whether the bearer exhibits color variation or change."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001611"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "variability of color"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty pato:towards ;
        owl:someValuesFrom obo:PATO_0000014
    ] .

obo:PATO_0001612
    obo:IAO_0000115 "A variability of color which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001613 ;
    oboInOwl:hasExactSynonym "high variability of color"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001612"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased variability of color"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001615, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001615
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001613
    obo:IAO_0000115 "A variability of color which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001612 ;
    oboInOwl:hasExactSynonym "low variability of color"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001613"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased variability of color"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001615, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001615
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001614
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of the bearer's lacking or not exhibiting variation of color."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001615 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001614"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "invariant color"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001611 .

obo:PATO_0001615
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of the bearer's having or exhibiting variation of colour."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001614 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001615"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variant color"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001611 .

obo:PATO_0001616
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000700 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001617
    obo:IAO_0000115 "A morphological quality inhering in a bearer by virtue of the bearer's being distorted in form."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "disfigured"^^xsd:string, "distorted"^^xsd:string ;
    oboInOwl:id "PATO:0001617"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "deformed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0001618
    obo:IAO_0000115 "A tonicity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001619 ;
    oboInOwl:hasExactSynonym "high tonicity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001618"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased tonicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001439, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001439
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001619
    obo:IAO_0000115 "A tonicity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001618 ;
    oboInOwl:hasExactSynonym "low tonicity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001619"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased tonicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001439, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001439
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001620
    obo:IAO_0000115 "A structural quality inhering in a cell or blood vessel or capillary by virtue of the bearer's being in a rigid state of fullness resulting from pressure of the contents against the wall or membrane."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001620"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "turgor"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001621
    obo:IAO_0000115 "A turgor which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001622 ;
    oboInOwl:hasExactSynonym "low turgor"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001621"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased turgor"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001620, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001620
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001622
    obo:IAO_0000115 "A turgor which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001621 ;
    oboInOwl:hasExactSynonym "high turgor"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001622"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased turgor"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001620, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001620
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001623
    obo:IAO_0000115 "A size quality inhering in a bearer by virtue of a part or parts of the bearer's being decreased in size due to reduction in tissue mass through wasting."^^xsd:string ;
    oboInOwl:hasExactSynonym "atrophic"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001623"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "atrophied"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000587 .

obo:PATO_0001624
    obo:IAO_0000115 "A functionality quality held by the bearer when the latter exhibits decreased ability to perform a regular function(s)."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001625 ;
    oboInOwl:hasAlternativeId "PATO:0001556"^^xsd:string, "PATO:0001568"^^xsd:string, "PATO:0001641"^^xsd:string, "PATO:0001642"^^xsd:string ;
    oboInOwl:hasBroadSynonym "dysfunction"^^xsd:string, "dysfunctional"^^xsd:string ;
    oboInOwl:hasExactSynonym "having decreased function"^^xsd:string, "lacks function of type"^^xsd:string, "low functionality"^^xsd:string, "partial functionality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "impaired"^^xsd:string ;
    oboInOwl:id "PATO:0001624"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased functionality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001510, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001510
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001625
    obo:IAO_0000115 "A functional quality held by the bearer when the latter exhibits increased ability to perform a regular function(s)."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001624 ;
    oboInOwl:hasExactSynonym "high functionality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001625"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased functionality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001510, obo:PATO_0001559 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001510
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001626
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of whether the bearer has enough functionality."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "adequacy"^^xsd:string ;
    oboInOwl:id "PATO:0001626"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "This term and children should probably be obsoleted."^^xsd:string ;
    rdfs:label "sufficiency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001509 .

obo:PATO_0001627
    obo:IAO_0000115 "A wholeness quality inhering in a bearer by virtue of the bearer's has enough functionality."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001628 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "adequate"^^xsd:string ;
    oboInOwl:id "PATO:0001627"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sufficient"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001626 .

obo:PATO_0001628
    obo:IAO_0000115 "A wholeness quality inhering in a bearer by virtue of the bearer's lacks enough functionality."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001627 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "inadequate"^^xsd:string ;
    oboInOwl:id "PATO:0001628"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "insufficient"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001626 .

obo:PATO_0001629
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's being gathered or tending to gather into a mass or whole."^^xsd:string ;
    oboInOwl:hasExactSynonym "clumped"^^xsd:string, "clustered"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001629"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aggregated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000330 .

obo:PATO_0001630
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being distributed or spread over a considerable extent."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001630"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dispersed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001631
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000140 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001632
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the front of an organism relative to another entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "preceding"^^xsd:string, "ventral_to"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001632"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterior to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001633
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the rear of an organism relative to another entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "posterior (human torso)"^^xsd:string, "superior (human head)"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001633"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "posterior to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001634
    obo:IAO_0000115 "A quality of a single physical entity inhering in a bearer by virtue of whether the bearer is essential or indispensable."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001634"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "necessity (continuant)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001509 .

obo:PATO_0001635
    obo:IAO_0000115 "A necessity quality (continuant) inhering in a bearer by virtue of the bearer's being essential or indispensable."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001636 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001635"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "necessary (continuant)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001634 ;
    owl:disjointWith obo:PATO_0001636 .

obo:PATO_0001636
    obo:IAO_0000115 "A necessity quality (continuant) inhering in a bearer by virtue of the bearer's being non-essential or dispensable."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001635 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001636"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unnecessary (continuant)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001634 .

obo:PATO_0001637
    obo:IAO_0000115 "A quality of single process inhering in a bearer by virtue of whether the bearer is essential or indispensable."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001637"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "necessity of occurrent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0001638
    obo:IAO_0000115 "A necessity quality inhering in a process by virtue of the bearer's being essential or indispensable."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001639 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001638"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "necessary (occurrent)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001637 .

obo:PATO_0001639
    obo:IAO_0000115 "A necessity quality inhering in a process by virtue of the bearer's being non-essential or dispensable."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001638 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001639"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unnecessary (occurrent)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001637 .

obo:PATO_0001640
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001511 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001641
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001624 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001642
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001624 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001643
    obo:IAO_0000115 "A size quality inhering in a bearer by virtue of the bearer's having a short, stocky build."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001643"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "stubby"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001644
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001598 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001645
    obo:IAO_0000115 "A quality inhering into a bearer by virtue of the bearer's extending out above or beyond its surface or boundary into the surface or boundary of another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001645"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "protruding into"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001598 .

obo:PATO_0001646
    obo:IAO_0000115 "A quality inhering into a bearer by virtue of the bearer's extending out above or beyond its surface or boundary and outwards in relation to the physical space occupied by another entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "extruding from"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "exits through"^^xsd:string, "exposed"^^xsd:string ;
    oboInOwl:id "PATO:0001646"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "protruding out of"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001598 .

obo:PATO_0001647
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000052 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001648
    obo:IAO_0000115 "An 1-D extent quality which is equal to the length of the closed curve of a circle."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001648"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "circumference"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001711 .

obo:PATO_0001649
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the side."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001649"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved lateral"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0001650
    obo:IAO_0000115 "A resistance to a stimulus which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001651 ;
    oboInOwl:hasExactSynonym "high resistance to"^^xsd:string, "increased resistance"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001650"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased resistance to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001178, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001178
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001651
    obo:IAO_0000115 "A resistance to a stimulus which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001650 ;
    oboInOwl:hasExactSynonym "decreased resistance"^^xsd:string, "low resistance to"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001651"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased resistance to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001178, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001178
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001652
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's spatial positioning with respect to an additional entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001652"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "alignment"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PATO_0000133
    ] .

obo:PATO_0001653
    obo:IAO_0000115 "An alignment quality inhering in a bearer by virtue of the bearer's being in a proper spatial positioning with respect to an additional entity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001654 ;
    oboInOwl:hasExactSynonym "aligned"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "aligned to"^^xsd:string ;
    oboInOwl:id "PATO:0001653"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "aligned with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001652 .

obo:PATO_0001654
    obo:IAO_0000115 "An alignment quality inhering in a bearer by virtue of the bearer's being in a improper spatial positioning with respect to an additional entity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001653 ;
    oboInOwl:hasExactSynonym "misaligned"^^xsd:string, "unaligned with"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001654"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "misaligned with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001652 .

obo:PATO_0001655
    obo:IAO_0000115 "A concentration quality inhering in a bearer by virtue of the bearer's amount of osmoles of solute per liter of solution."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001655"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "osmolarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0001656
    obo:IAO_0000115 "A osmolarity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001657 ;
    oboInOwl:hasExactSynonym "low osmolarity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001656"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased osmolarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001655, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001655
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001657
    obo:IAO_0000115 "A osmolarity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001656 ;
    oboInOwl:hasExactSynonym "high osmolarity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001657"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased osmolarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001655, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001655
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001658
    obo:IAO_0000115 "A rotatiotion quality inhering in a bearer by virtue of being rotated towards the back or upper surface of an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001658"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorsally rotated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001599 .

obo:PATO_0001659
    obo:IAO_0000115 "A rotation quality inhering in a bearer by virtue of being rotated towards the abdomen of an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001659"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ventrally rotated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001599 .

obo:PATO_0001660
    obo:IAO_0000115 "An action potential which is relatively low."^^xsd:string ;
    oboInOwl:hasExactSynonym "low action potential"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001660"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete decreased action potential"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001661
    obo:IAO_0000115 "An action potential which is relatively high."^^xsd:string ;
    oboInOwl:hasExactSynonym "high action potential"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001661"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obsolete increased action potential"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001662
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's disposition to being damaged or destroyed."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001662"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "fragility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001663
    obo:IAO_0000115 "A solubility which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001664 ;
    oboInOwl:hasExactSynonym "high solubility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001663"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased solubility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001537, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001537
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001664
    obo:IAO_0000115 "A solubility which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001663 ;
    oboInOwl:hasExactSynonym "low solubility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001664"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased solubility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001537, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001537
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001665
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's being located near a surface."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001471"^^xsd:string ;
    oboInOwl:hasExactSynonym "superficial to"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001665"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "superficial"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001666
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001596 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001667
    obo:IAO_0000115 "An attachment quality inhering in a bearer by virtue of the bearer's connection or association with another entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "attached"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "affixed to"^^xsd:string ;
    oboInOwl:id "PATO:0001667"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "attached to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001435 .

obo:PATO_0001668
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being in close proximity and physically interacting with another entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "associated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001668"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "associated with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001669
    obo:IAO_0000115 "A susceptibility toward an external stimulus which is higher than normal/average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001670 ;
    oboInOwl:hasExactSynonym "high susceptibility toward"^^xsd:string, "increased susceptibility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001669"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased susceptibility toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001152, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001152
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001670
    obo:IAO_0000115 "A susceptibility toward an external stimulus which is lower than normal/average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001669 ;
    oboInOwl:hasExactSynonym "decreased susceptibility"^^xsd:string, "low susceptibility toward"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001670"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased susceptibility toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001152, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001152
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001671
    obo:IAO_0000115 "A distribution which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001672 ;
    oboInOwl:hasExactSynonym "high distribution"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001671"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased distribution"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001475, obo:PATO_0001566 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001566
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001672
    obo:IAO_0000115 "A distribution which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001671 ;
    oboInOwl:hasExactSynonym "low distribution"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001672"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased distribution"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001476, obo:PATO_0001566 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001566
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001673
    obo:IAO_0000115 "Structure quality that is the presence of closed epithelium bounded capsules containing one or more liquid or solid organism substances."^^xsd:string ;
    oboInOwl:hasNarrowSynonym "cysts"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001673"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Cystic is an abnormal condition."^^xsd:string ;
    rdfs:label "cystic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0001674
    obo:IAO_0000115 "A concentration quality inhering in a bearer by virtue of the bearer's catalytic activity divided by the volume of the system."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001674"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "catalytic (activity) concentration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0001675
    obo:IAO_0000115 "An efficiency which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001676 ;
    oboInOwl:hasExactSynonym "low efficiency"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001675"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased efficiency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001678, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001678
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001676
    obo:IAO_0000115 "An efficiency which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001675 ;
    oboInOwl:hasExactSynonym "high efficiency"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001676"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased efficiency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001678, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001678
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001677
    obo:IAO_0000115 "An efficiency quality inhering in a bearer by virtue of the bearer's lacking efficiency."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001678 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001677"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "inefficient"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001029 ;
    owl:disjointWith obo:PATO_0001678 .

obo:PATO_0001678
    obo:IAO_0000115 "An efficiency quality inhering in a bearer by virtue of the bearer's having efficiency."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001677 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001678"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "efficient"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001029 .

obo:PATO_0001679
    obo:IAO_0000115 "A volume quality inhering in a mass of substance by virtue of the amount of 3-dimensional space it occupies."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001679"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "The reciprocal of density."^^xsd:string ;
    rdfs:label "specific volume"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000918 .

obo:PATO_0001680
    obo:IAO_0000115 "A volume quality inhering in a homogeneous substance containing 6.02 x 1023 atoms or molecules by virtue of the amount of 3-dimensional space it occupies."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001680"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "molar volume"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000918 .

obo:PATO_0001681
    obo:IAO_0000115 "A physical quality that inheres in a homogeneous substance containing 6.02 x 1023 atoms or molecules."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001681"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "molar mass"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000125 .

obo:PATO_0001682
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's disposition to exert an attractive or repulsive force on other entities."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001682"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "magnetism"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001683
    obo:IAO_0000115 "A magnetism which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001684 ;
    oboInOwl:hasExactSynonym "high magnetism"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001683"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased magnetism"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001685, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001685
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001684
    obo:IAO_0000115 "A magnetism which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001683 ;
    oboInOwl:hasExactSynonym "low magnetism"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001684"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased magnetism"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001685, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001685
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001685
    obo:IAO_0000115 "A magnetic quality inhering in a bearer by virtue of the bearer's ability to exert magnitism."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001686 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001685"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "magnetic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001682 ;
    owl:disjointWith obo:PATO_0001686 .

obo:PATO_0001686
    obo:IAO_0000115 "A magnetic quality inhering in a bearer by virtue of the bearer's inability to exert magnitism."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001685 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001686"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-magnetic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001682 .

obo:PATO_0001687
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's vertical distance of a point above or below a reference surface."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001687"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "elevation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001688
    obo:IAO_0000115 "An elevation which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001689 ;
    oboInOwl:hasExactSynonym "high elevation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "elevated"^^xsd:string ;
    oboInOwl:id "PATO:0001688"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased elevation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001475, obo:PATO_0001687 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001687
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001689
    obo:IAO_0000115 "An elevation which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001688 ;
    oboInOwl:hasExactSynonym "low elevation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001689"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased elevation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001476, obo:PATO_0001687 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001687
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001690
    obo:IAO_0000115 "A contractility quality inhering in a bearer by virtue of the bearer's ability of contracting or being contracted."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001691 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001690"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "This refers to the disposition of the bearer."^^xsd:string ;
    rdfs:label "contractile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001579 ;
    owl:disjointWith obo:PATO_0001691 .

obo:PATO_0001691
    obo:IAO_0000115 "A contractility quality inhering in a bearer by virtue of the bearer's inability of contracting or being contracted."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001690 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001691"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "This refers to the disposition of the bearer."^^xsd:string ;
    rdfs:label "non-contractile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001579 .

obo:PATO_0001692
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001472 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001693
    obo:IAO_0000115 "A viscosity which relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001694 ;
    oboInOwl:hasExactSynonym "high viscosity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001693"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased viscosity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000998, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000998
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001694
    obo:IAO_0000115 "A viscosity which relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001693 ;
    oboInOwl:hasExactSynonym "low viscosity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001694"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased viscosity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000998, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000998
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001695
    obo:IAO_0000115 "A fecundity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001696 ;
    oboInOwl:hasExactSynonym "high fecundity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001695"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fecundity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000273, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000273
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001696
    obo:IAO_0000115 "A fecundity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001695 ;
    oboInOwl:hasExactSynonym "low fecundity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001696"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fecundity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000273, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000273
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001697
    obo:IAO_0000115 "A photosensitivity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001698 ;
    oboInOwl:hasExactSynonym "low photosensitivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001697"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased photosensitivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000547, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000547
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001698
    obo:IAO_0000115 "A photosensitivity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001697 ;
    oboInOwl:hasExactSynonym "high photosensitivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001698"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased photosensitivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000547, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000547
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001699
    obo:IAO_0000115 "A sleep pattern which has regular start and/or end times."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001700 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001699"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "regular sleep pattern"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000062 .

obo:PATO_0001700
    obo:IAO_0000115 "A sleep pattern which has irregular start and/or end times."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001699 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001700"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregular sleep pattern"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000062 .

obo:PATO_0001701
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's exhibiting complete growth, differentiation, or development."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001501 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001701"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0001702
    obo:IAO_0000115 "A color consisting of violet hue and high saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bright violet"^^xsd:string ;
    oboInOwl:id "PATO:0001702"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saturated violet"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001424 .

obo:PATO_0001703
    obo:IAO_0000115 "A color consisting of violet hue and low saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "pale violet"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001703"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "desaturated violet"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001424 .

obo:PATO_0001704
    obo:IAO_0000115 "A color consisting of violet hue and high brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001704"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "light violet"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001424 .

obo:PATO_0001705
    obo:IAO_0000115 "A color consisting of violet hue and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001705"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark violet"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001424 .

obo:PATO_0001706
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of the bearer's disposition to lack activity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001707 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001706"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "behavioural inactive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002265 ;
    owl:disjointWith obo:PATO_0001707 .

obo:PATO_0001707
    obo:IAO_0000115 "A behavioral quality of a process inhering in a bearer by virtue of the bearer's exhibiting marked activity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001706 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001707"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "behavioural active"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002265 .

obo:PATO_0001708
    obo:IAO_0000115 "A size quality inhering in an bearer by virtue of the bearer's extension in one dimension."^^xsd:string ;
    oboInOwl:hasExactSynonym "1-D size"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001708"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "1-D extent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000117 .

obo:PATO_0001709
    obo:IAO_0000115 "A size quality inhering in an bearer by virtue of the bearer's extension in two dimensions."^^xsd:string ;
    oboInOwl:hasExactSynonym "2-D size"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001709"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "2-D extent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000117 .

obo:PATO_0001710
    obo:IAO_0000115 "A size quality inhering in an bearer by virtue of the bearer's extension in three dimensions."^^xsd:string ;
    oboInOwl:hasExactSynonym "3D size"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001710"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "3-D extent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000117 .

obo:PATO_0001711
    obo:IAO_0000115 "An 1-D extent quality inhering in two-dimensional bearer by virtue of being equal to the distance around it."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001711"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "perimeter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001708 .

obo:PATO_0001712
    obo:IAO_0000115 "A perimeter which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001713 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001712"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased perimeter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000573, obo:PATO_0001711 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001711
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001713
    obo:IAO_0000115 "A perimeter which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001712 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001713"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased perimeter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000574, obo:PATO_0001711 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001711
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001714
    obo:IAO_0000115 "A diameter which is relatively large."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001715 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001714"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased diameter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000573, obo:PATO_0001334 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001334
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001715
    obo:IAO_0000115 "A diameter which is relatively small."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001714 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001715"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased diameter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000574, obo:PATO_0001334 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001334
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001716
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's ability to withstand great strain without tearing or breaking."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001362 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "resilient"^^xsd:string, "strong"^^xsd:string, "tough"^^xsd:string ;
    oboInOwl:id "PATO:0001716"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "non-fragile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001662 .

obo:PATO_0001717
    obo:IAO_0000115 "A radiation emitting quality which obtains by the intensity of the bearer emitted radiation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001717"^^xsd:string ;
    a owl:Class ;
    rdfs:label "radiation emitting intensity quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001299 .

obo:PATO_0001718
    obo:IAO_0000115 "A quality that exists by virtue of the luminous intensity per unit area projected in a given direction."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001718"^^xsd:string ;
    a owl:Class ;
    rdfs:label "luminance"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001296 .

obo:PATO_0001719
    obo:IAO_0000115 "A behavioral quality which holds by virtue of whether the bearer exhibits the ability to receive another agentitive entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001719"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "receptivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0001720
    obo:IAO_0000115 "A behavioral quality which holds by virtue of extent of the receptiveness of a female to male advances."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001720"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "female receptivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001719 .

obo:PATO_0001721
    obo:IAO_0000115 "A behavioral quality which holds by virtue of extent of the receptiveness of a male to female advances."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001721"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "male receptivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001719 .

obo:PATO_0001722
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000186 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001723
    obo:IAO_0000115 "A female receptivity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001724 ;
    oboInOwl:hasExactSynonym "high female receptivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001723"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased female receptivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001720, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001720
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001724
    obo:IAO_0000115 "A female receptivity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001723 ;
    oboInOwl:hasExactSynonym "low female receptivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001724"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased female receptivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001720, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001720
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001725
    obo:IAO_0000115 "A male receptivity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001726 ;
    oboInOwl:hasExactSynonym "high male receptivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001725"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased male receptivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001721, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001721
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001726
    obo:IAO_0000115 "A male receptivity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001725 ;
    oboInOwl:hasExactSynonym "low male receptivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001726"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased male receptivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001721, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001721
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001727
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's prevailing tendency, mood, or inclination."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "tendency"^^xsd:string ;
    oboInOwl:id "PATO:0001727"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "disposition"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0001728
    obo:IAO_0000115 "A disposition inhering in a multi-cellular organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001728"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "multi-cellular organismal disposition"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001727 .

obo:PATO_0001729
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's disposition to lose an entitity by natural process."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001729"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "shedability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0001730
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's disposition to shed body parts."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001730"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "deciduous (generic)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001729 .

obo:PATO_0001731
    obo:IAO_0000115 "A quality inhering in a plant by virtue of the bearer's disposition to shed foliage."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001731"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "deciduous (plant)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001729 .

obo:PATO_0001732
    obo:IAO_0000115 "A quality inhering in a plant by virtue of the bearer's disposition to not shed any body part."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001732"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-deciduous (any body part)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001729 .

obo:PATO_0001733
    obo:IAO_0000115 "A quality inhering in a plant by virtue of the bearer's disposition to retain foliage."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001733"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "evergreen (plant)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001729 .

obo:PATO_0001734
    obo:IAO_0000115 "A quality inhering in a plant by virtue of the bearer's disposition to being between evergeen and deciduous."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001734"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "semi-deciduous(plant)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001729 .

obo:PATO_0001735
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's parts having the arrangement which exhibits characteristics of liquids."^^xsd:string ;
    oboInOwl:hasExactSynonym "liquid"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001735"^^xsd:string ;
    a owl:Class ;
    rdfs:label "liquid configuration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001548 .

obo:PATO_0001736
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's parts having the arrangement which exhibits characteristics of solids."^^xsd:string ;
    oboInOwl:hasExactSynonym "solid"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001736"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "solid configuration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001546 .

obo:PATO_0001737
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's parts having the arrangement which exhibits characteristics of gases."^^xsd:string ;
    oboInOwl:hasExactSynonym "gas"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001737"^^xsd:string ;
    a owl:Class ;
    rdfs:label "gaseus configuration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001547 .

obo:PATO_0001738
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's lacking physically interaction with another entity."^^xsd:string ;
    oboInOwl:hasExactSynonym "dissociated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001738"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dissociated from"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001739
    obo:IAO_0000115 "A quality that inheres in an bearer by virtue of how that bearer interacts with radiation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001739"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "radiation quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001740
    obo:IAO_0000115 "A radiation quality inhering in a radioactive substance by virtue of its transformation (disintegration) rate."^^xsd:string ;
    oboInOwl:hasExactSynonym "radioactivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001740"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "activity (of a radionuclide)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001739 .

obo:PATO_0001741
    obo:IAO_0000115 "A radiation quality inhering in bearer by virtue of the bearer's exhibiting or being caused by radioactivity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001741"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "radioactive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001740 .

obo:PATO_0001742
    obo:IAO_0000115 "A radioactivity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001743 ;
    oboInOwl:hasExactSynonym "high radioactivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001742"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased radioactivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001741, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001741
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001743
    obo:IAO_0000115 "A radioactivity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001742 ;
    oboInOwl:hasExactSynonym "low radioactivity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001743"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased radioactivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001741, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001741
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001744
    obo:IAO_0000115 "A radiation quality inhering in a bearer by virtue of what the bearer receives as a result of being exposed to ionizing radiation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001744"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "radiation exposure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001739 .

obo:PATO_0001745
    obo:IAO_0000115 "A radiation exposure quality inhering in a substance by virtue of the radiation energy \"deposited\" in a kilogram of a substance."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001745"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "radiation absorbed dose"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001744 .

obo:PATO_0001746
    obo:IAO_0000115 "A radiation exposure quality inhering in a tissue by virtue of the relation between the absorbed dose to the effective biological damage of the radiation to that tissue."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001746"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "radiation equivalent dose"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001744 .

obo:PATO_0001747
    obo:IAO_0000115 "A radiation exposure quality inhering in an organ by virtue of the multiplication of an equivalent dose to that organ multiplied by the tissue weighting factor for that organ."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001747"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "radiation effective dose"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001744 .

obo:PATO_0001748
    obo:IAO_0000115 "A shape quality in which a portion of the outermost boundary of an entity folds in space such that a portion that was originally convex is now concave."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001748"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "invaginated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001857 .

obo:PATO_0001749
    obo:IAO_0000115 "A heterochronic growth quality inhering in an organism, structure, or group of organisms by virtue of the bearer's reduced growth."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001752 ;
    oboInOwl:hasExactSynonym "hypoplastic growth"^^xsd:string, "pedomorphic growth"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001749"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "paedomorphic growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001490 .

obo:PATO_0001750
    obo:IAO_0000115 "A paedomorphic growth quality which is due to a delayed onset."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001750"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "postdisplaced growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001749 .

obo:PATO_0001751
    obo:IAO_0000115 "A paedomorphic growth quality which is due to an ealier offset."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001751"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "progenetic growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001749 .

obo:PATO_0001752
    obo:IAO_0000115 "A heterochronic growth quality inhering in an organism, structure, or group of organisms by virtue of the bearer's increased growth."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001749 ;
    oboInOwl:hasExactSynonym "hyperplastic growth"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001752"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "peramorphic growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001490 .

obo:PATO_0001753
    obo:IAO_0000115 "A peramorphic growth quality which is due to an increased rate."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001753"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "accelerated growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001752 .

obo:PATO_0001754
    obo:IAO_0000115 "A peramorphic growth quality which is due to an earlier onset."^^xsd:string ;
    oboInOwl:hasExactSynonym "precocious growth"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001754"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "predisplaced growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001752 .

obo:PATO_0001755
    obo:IAO_0000115 "A peramorphic growth quality which is due to a delayed offset."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001755"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hypermorphic growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001752 .

obo:PATO_0001756
    obo:IAO_0000115 "A conductivity quality inhering in a bearer by virtue of the bearer's disposition to spontaneous transfer of thermal energy from a region of higher temperature to a region of lower temperature."^^xsd:string ;
    oboInOwl:hasExactSynonym "thermal conduction"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001756"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "heat conductivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001585 .

obo:PATO_0001757
    obo:IAO_0000115 "A conductivity quality inhering in a bearer by virtue of the bearer's ability to convey electricity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001757"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "electrical conductivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001585 .

obo:PATO_0001758
    obo:IAO_0000115 "A conductivity quality inhering in motor and sensory nerves by virtue of the bearer's ability to convey electricity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001758"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "nerve conductivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001757 .

obo:PATO_0001759
    obo:IAO_0000115 "A composition quality inhering in a bearer by virtue of the bearer's containing granules."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001759"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "granular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0001760
    obo:RO_0002604 obo:PATO_0001763 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001760"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "female semi-fertile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001767 .

obo:PATO_0001761
    obo:RO_0002604 obo:PATO_0001762 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001761"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "male semi-fertile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001767 .

obo:PATO_0001762
    obo:RO_0002604 obo:PATO_0001761 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001762"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "male semi-sterile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000279 .

obo:PATO_0001763
    obo:RO_0002604 obo:PATO_0001760 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001763"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "female semi-sterile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000277 .

obo:PATO_0001764
    obo:IAO_0000115 "An age which is high relative to the normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001765 ;
    oboInOwl:hasExactSynonym "high age"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001764"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased age"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000011, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000011
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001765
    obo:IAO_0000115 "An age which is low relative to the normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001764 ;
    oboInOwl:hasExactSynonym "low age"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001765"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased age"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000011, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000011
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001766
    obo:IAO_0000115 "A cellular quality inhering in a cell by virtue of its anisotropic intracellular organization."^^xsd:string ;
    oboInOwl:consider "PATO:0001769"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001766"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:cell_quality ;
    a owl:Class ;
    rdfs:label "obsolete cellular polarity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001767
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001767"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "semi-fertile"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000274 .

obo:PATO_0001768
    obo:IAO_0000115 "A viability quality inhering in a bearer or a population by virtue of some of it's members' inability to survive to reproduce."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001768"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "semi-lethal (sensu genetics)"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000169 .

obo:PATO_0001769
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's location of features or characteristics along an axis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "cellular polarity"^^xsd:string ;
    oboInOwl:id "PATO:0001769"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "positional polarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001770
    obo:IAO_0000115 "A viability quality inhering in a population by virtue of some of it's members' ability to survive."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001770"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "semi-viable"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000169 .

obo:PATO_0001771
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0002259 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001772
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being extended on all sides of another entity simultaneously."^^xsd:string ;
    oboInOwl:hasExactSynonym "encircling"^^xsd:string, "enclosing"^^xsd:string, "wrapping"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001772"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Nedd to add reciprocal of relationship to 'surrounded by' PATO:0005016."^^xsd:string ;
    rdfs:label "surrounding"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001773
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having only one phase or stage."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001773"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "monophasic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000083 .

obo:PATO_0001774
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having or existing in many phases."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001774"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "polyphasic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000083 .

obo:PATO_0001775
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's location of features or characteristics along the dorsal-ventral axis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001775"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorsal-ventral polarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001769 .

obo:PATO_0001776
    obo:IAO_0000115 "A flexibility which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001777 ;
    oboInOwl:hasExactSynonym "high flexibility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001776"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased flexibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001544, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001544
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001777
    obo:IAO_0000115 "A flexibility which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001776 ;
    oboInOwl:hasExactSynonym "low flexibility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001777"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased flexibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001544, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001544
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001778
    obo:IAO_0000115 "A strength which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001779 ;
    oboInOwl:hasExactSynonym "high strength"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001778"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased strength"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001230, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001230
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001779
    obo:IAO_0000115 "A strength which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001778 ;
    oboInOwl:hasExactSynonym "weak"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001779"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased strength"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001230, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001230
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001780
    obo:IAO_0000115 "A size quality inhering in a bearer by virtue of the bearer's being abnormally developed, usually due to malnutrition."^^xsd:string ;
    oboInOwl:hasExactSynonym "dystrophied"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "dystrophy"^^xsd:string ;
    oboInOwl:id "PATO:0001780"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dystrophic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000587 .

obo:PATO_0001781
    obo:IAO_0000115 "A thickness quality which lacks pattern."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001781"^^xsd:string ;
    a owl:Class ;
    rdfs:label "irregular thickness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000915 .

obo:PATO_0001782
    obo:IAO_0000115 "An intensity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001783 ;
    oboInOwl:hasExactSynonym "high intensity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001782"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased intensity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000049, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000049
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001783
    obo:IAO_0000115 "An intensity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001782 ;
    oboInOwl:hasExactSynonym "low intensity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001783"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased intensity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000049, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000049
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001784
    obo:IAO_0000115 "A branched quality inhering in a bearer by virtue of the bearer's being divided into two branches."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001572"^^xsd:string ;
    oboInOwl:hasExactSynonym "bifid"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "forked"^^xsd:string ;
    oboInOwl:id "PATO:0001784"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "bifurcated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402, obo:PATO_0001786 .

obo:PATO_0001785
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved outward."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001785"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "TODO: obsolete, definition too ambiguous."^^xsd:string ;
    rdfs:label "splayed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0001786
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being divided or broken up into parts or divisions."^^xsd:string ;
    oboInOwl:hasExactSynonym "clefted"^^xsd:string ;
    oboInOwl:hasNarrowSynonym "septate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "divided"^^xsd:string, "forked"^^xsd:string, "subdivided"^^xsd:string ;
    oboInOwl:id "PATO:0001786"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "split"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 ;
    owl:disjointWith obo:PATO_0002034 .

obo:PATO_0001787
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved around an axis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001787"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "rotational curvature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001591 .

obo:PATO_0001788
    obo:IAO_0000115 "A density which is higher relative to the normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001790 ;
    oboInOwl:hasExactSynonym "high density"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001788"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased mass density"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001164, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001164
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001789
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's having a shape resembling a dome."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001789"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "domed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0001790
    obo:IAO_0000115 "A density which is lower relative to the normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001788 ;
    oboInOwl:hasExactSynonym "low density"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001790"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased mass density"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001164, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001164
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001791
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's being confined or restricted to multiple locations."^^xsd:string ;
    oboInOwl:hasExactSynonym "multi-focal"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001791"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "multi-localised"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0001792
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located on left side of from the a another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001792"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "left side of"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001793
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located on right side of a another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001793"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "right side of"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001794
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being wound in a continuous series of loops."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001794"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "coiling"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001795
    obo:IAO_0000115 "A coiling which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001796 ;
    oboInOwl:hasExactSynonym "high coiling"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001795"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased coiling"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000404, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000404
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001796
    obo:IAO_0000115 "A coiling which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001795 ;
    oboInOwl:hasExactSynonym "low coiling"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001796"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased coiling"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000404, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000404
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001797
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001883 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001798
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having multiple angles in its length."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "tightly curled"^^xsd:string, "twisted"^^xsd:string ;
    oboInOwl:id "PATO:0001798"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "kinked"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000617 .

obo:PATO_0001799
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's exhibiting disturbance of its smoothness or regularity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001799"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ruffled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001800
    obo:IAO_0000115 "A composition quality inhering in an bearer by virtue of the quantities or relative ratios of water of the inhering entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001800"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "water composition"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0001801
    obo:IAO_0000115 "A composition quality inhering in an bearer by virtue of the reduction in amount of water the bearer contains."^^xsd:string ;
    oboInOwl:hasExactSynonym "dehydrated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "dry"^^xsd:string ;
    oboInOwl:id "PATO:0001801"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased water composition"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001800, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001800
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001802
    obo:IAO_0000115 "A pattern quality inhering in a bearer by virtue of the bearer's not being compact or dense in arrangement."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001802"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "loose"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000330 .

obo:PATO_0001803
    obo:IAO_0000115 "A photosensitivity quality inhering in a bearer by virtue of the bearer's disposition to being susceptible to damage by light."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001803"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "phototoxic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000927 .

obo:PATO_0001804
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of the bearer's being covered or partially covered with scales."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "squamous"^^xsd:string ;
    oboInOwl:id "PATO:0001804"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "scaly"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0001805
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of the bearer's formed or tending to form flakes or thin, crisp fragments."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001805"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "flaky"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0001806
    obo:IAO_0000115 "A sensitivity quality inhering in a bearer by virtue of the bearer's exposure to radiation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001806"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "sensitivity to irradiation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000085 .

obo:PATO_0001807
    obo:IAO_0000115 "A sensitivity to irradiation which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001808 ;
    oboInOwl:hasExactSynonym "low sensitivity to irradiation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001807"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased sensitivity to irradiation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001806, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001806
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001808
    obo:IAO_0000115 "A sensitivity to irradiation which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001807 ;
    oboInOwl:hasExactSynonym "high sensitivity to irradiation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001808"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased sensitivity to irradiation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001806, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001806
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001809
    obo:IAO_0000115 "A pattern quality inhering in a bearer by virtue of the bearer's being compact or dense in arrangement."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001809"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tight"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000440 .

obo:PATO_0001810
    obo:IAO_0000115 "A grooved texture quality inhering in a bearer by virtue of the bearer's being marked by one or more creases in a normally smooth surface."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001810"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "wrinkled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002255 .

obo:PATO_0001811
    obo:IAO_0000115 "A relaxation which is relatively high."^^xsd:string ;
    oboInOwl:hasExactSynonym "high relaxation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001811"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "GO has now relevant relation terms which should be used instead."^^xsd:string ;
    rdfs:label "obsolete increased relaxation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001812
    obo:IAO_0000115 "A relaxation which is relatively low."^^xsd:string ;
    oboInOwl:hasExactSynonym "low relaxation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001812"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "GO has now relevant relation terms which should be used instead."^^xsd:string ;
    rdfs:label "obsolete decreased relaxation"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0001813
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's lack elastic tension that facilitate response to stimuli."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001813"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "atonicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001439 .

obo:PATO_0001814
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's impaired elastic tension that facilitate response to stimuli."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001814"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dystonicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001439 .

obo:PATO_0001815
    obo:IAO_0000115 "A strength quality inhering in a bearer by virtue of the bearer's disposition to lose strength."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001815"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "fatigability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001230 .

obo:PATO_0001816
    obo:IAO_0000115 "A fatigability which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001817 ;
    oboInOwl:hasExactSynonym "high fatigability"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001816"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fatigability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001779, obo:PATO_0001815 .

obo:PATO_0001817
    obo:IAO_0000115 "A fatigability which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001816 ;
    oboInOwl:hasExactSynonym "low fatigability"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001817"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fatigability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001778, obo:PATO_0001815 .

obo:PATO_0001818
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's increasing over time."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002026 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001818"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "progressive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0001819
    obo:IAO_0000115 "A morphological quality inhering in a bearer by virtue of the bearer's absence or closure of a normal body orifice or tubular passage."^^xsd:string ;
    oboInOwl:hasExactSynonym "atresia"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001819"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "atretic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000608 .

obo:PATO_0001820
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001444 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001821
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's having no opening."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002112 ;
    oboInOwl:hasExactSynonym "unperforated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001821"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "imperforate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0001822
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of whether the bearer's being covered by a liquid."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001822"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:mpath_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "wetness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001823
    obo:IAO_0000115 "A wetness quality inhering in a bearer by virtue of the bearer's being covered by a liquid."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001824 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001823"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "wet"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001822 ;
    owl:disjointWith obo:PATO_0001824 .

obo:PATO_0001824
    obo:IAO_0000115 "A wetness quality inhering in a bearer by virtue of the bearer's not being covered by a liquid."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001823 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001824"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dry"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001822 .

obo:PATO_0001825
    obo:IAO_0000115 "A wetness quality that is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001826 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001825"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased wetness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001823, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001823
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001826
    obo:IAO_0000115 "A wetness quality that is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001825 ;
    oboInOwl:hasExactSynonym "low wetness"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001826"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased wetness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001823, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001823
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001827
    obo:IAO_0000115 "A biological sex quality inhering in an individual or a population by virtue of having internal reproductive organs of one sex and external sexual characteristics of the other sex."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001827"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pseudohermaphrodite"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001894 .

obo:PATO_0001828
    obo:IAO_0000115 "A biological sex quality inhering in an individual or a population by virtue of having internal reproductive organs of male and external sexual characteristics of female."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001828"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "male pseudohermaphrodite"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001827 .

obo:PATO_0001829
    obo:IAO_0000115 "A biological sex quality inhering in an individual or a population by virtue of having internal reproductive organs of female and external sexual characteristics of male."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001829"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "female pseudohermaphrodite"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001827 .

obo:PATO_0001830
    obo:IAO_0000115 "A female fertility which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001831 ;
    oboInOwl:hasExactSynonym "low female fertility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001830"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased female fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000888, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000888
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001831
    obo:IAO_0000115 "A female fertility which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001830 ;
    oboInOwl:hasExactSynonym "high female fertility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001831"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased female fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000888, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000888
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001832
    obo:IAO_0000115 "A male fertility which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001833 ;
    oboInOwl:hasExactSynonym "high male fertility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001832"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased male fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000891, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000891
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001833
    obo:IAO_0000115 "A male fertility which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001832 ;
    oboInOwl:hasExactSynonym "low male fertility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001833"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased male fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000891, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000891
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001834
    obo:IAO_0000115 "A fertility which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001835 ;
    oboInOwl:hasExactSynonym "low fertility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001834"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000955, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000955
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001835
    obo:IAO_0000115 "A fertility which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001834 ;
    oboInOwl:hasExactSynonym "high fertility"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001835"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000955, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000955
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001836
    obo:IAO_0000115 "A structural quality inhering in a bearer with some kind of aperture or opening that is blocked or clogged."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001836"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "congested"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001837
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001847 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001838
    obo:IAO_0000115 "A flow that is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001839 ;
    oboInOwl:hasExactSynonym "low flow"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001838"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fluid flow"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002243, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002243
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001839
    obo:IAO_0000115 "A fluid flow that is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001838 ;
    oboInOwl:hasExactSynonym "high flow"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001839"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fluid flow"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002243, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002243
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001840
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001485 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001841
    obo:IAO_0000115 "An intensity which is characterized by temporary abatement in severity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001841"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "remittent intensity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000049 .

obo:PATO_0001842
    obo:IAO_0000115 "A concentration quality inhering in a bearer by virtue of the bearer's containing acid (hydrogen ions)."^^xsd:string ;
    oboInOwl:hasExactSynonym "pH"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001842"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "acidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0001843
    obo:IAO_0000115 "An acidity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001844 ;
    oboInOwl:hasExactSynonym "low acidity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001843"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased acidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001842, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001842
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001844
    obo:IAO_0000115 "An acidity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001843 ;
    oboInOwl:hasExactSynonym "high acidity"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001844"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased acidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001842, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001842
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001845
    obo:IAO_0000115 "A rhythm quality inhering in a bearer by virtue of the bearer's lacking rhythm lacking pattern."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001845"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregular rhythm"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000078 .

obo:PATO_0001846
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being entwined and difficult to unravel."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001846"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "tangled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001847
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being drawn together, compressed or squeezed physically."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001837"^^xsd:string ;
    oboInOwl:hasExactSynonym "stenosis"^^xsd:string, "stenotic"^^xsd:string, "stricture"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001847"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "constricted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001848
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved asymmetrically."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001848"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "asymmetrically curved"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0001849
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of a portion of the bearer's surface being scraped away."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001849"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "abrased"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0001850
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being fibrous tissue that replaces normal tissue destroyed by injury or disease."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001850"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "scarred"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001851
    obo:IAO_0000115 "A structure quality inhering in a bearer by virtue of the bearer's exhibiting transient abnormal enlargement, not due to cell proliferation."^^xsd:string ;
    oboInOwl:hasNarrowSynonym "swelling"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001851"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "swollen"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PATO_0000586
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PATO_0001598
    ] .

obo:PATO_0001852
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being out of its usual or proper place, or position."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001479"^^xsd:string, "PATO:0002158"^^xsd:string, "PATO:0002159"^^xsd:string ;
    oboInOwl:hasExactSynonym "dislocation"^^xsd:string, "luxated"^^xsd:string, "luxation"^^xsd:string, "relational dislocated quality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001852"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dislocated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002181 .

obo:PATO_0001853
    obo:IAO_0000115 "A structural quality which is held by a bearer when the latter exhibits an excessive accumulation of cerebral spinal fluid."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001853"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hydrocephalic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001450 .

obo:PATO_0001854
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's being situated at right angles to the horizon."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001854"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "vertical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0001855
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being in the plane of the horizon."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001855"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "horizontal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001856
    obo:IAO_0000115 "An oriented quality inhering in a bearer by virtue of the bearer's being turned inward upon itself."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001856"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "For example, a tubular organ or part."^^xsd:string ;
    rdfs:label "introverted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000614 .

obo:PATO_0001857
    obo:IAO_0000115 "A shape quality in a bearer by virtue of the bearer's curving inward."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001355 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001857"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "concave"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002005 .

obo:PATO_0001858
    obo:IAO_0000115 "A functionality quality inhering in a bearer by virtue of being not completely paralysed."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001858"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "partially paralysed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002076 .

obo:PATO_0001859
    obo:IAO_0000115 "A coordination which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001860 ;
    oboInOwl:hasExactSynonym "high coordination"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001859"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased coordination"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000769, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000769
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001860
    obo:IAO_0000115 "A coordination which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001859 ;
    oboInOwl:hasExactSynonym "low coordination"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001860"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased coordination"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000769, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000769
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001861
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's forming a bundle of aligned anatomical fibers, as of muscle or nerve."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001959 ;
    oboInOwl:hasExactSynonym "fascicled"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001861"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fasciculated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002013 ;
    owl:disjointWith obo:PATO_0001959 .

obo:PATO_0001862
    obo:IAO_0000115 "A fertility quality inhering in a bearer by virtue of the bearer's disposition to make its offspring sterile."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "grandchildless"^^xsd:string ;
    oboInOwl:id "PATO:0001862"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lack of fertility in offspring"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000274 .

obo:PATO_0001863
    obo:IAO_0000115 "A duration quality of a process inhering in a bearer by virtue of the bearer's having slow progressive course of indefinite duration."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000389 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001863"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "chronic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001309 .

obo:PATO_0001864
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001865 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001865
    obo:IAO_0000115 "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's having a quadric surface in three dimensions obtained by rotating an ellipse about one of its principal axes. Includes spheres and oblate/prolate spheroids."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001864"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "sphericality"^^xsd:string ;
    oboInOwl:id "PATO:0001865"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "spheroid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0001866
    obo:IAO_0000115 "A spheroid quality inhering in a bearer by virtue of the bearer's exhibiting a polar diameter longer than its equatorial diameter."^^xsd:string ;
    oboInOwl:hasDbXref "Image:http://upload.wikimedia.org/wikipedia/commons/8/88/ProlateSpheroid.png"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "prolate spheroid"^^xsd:string ;
    oboInOwl:id "PATO:0001866"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "prolate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001865 .

obo:PATO_0001867
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of it being a quadrilateral polygon in which all four angles are right angles."^^xsd:string ;
    oboInOwl:hasDbXref "Image:http://upload.wikimedia.org/wikipedia/en/e/ee/Shaperec.svg"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001867"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "rectangular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002317 .

obo:PATO_0001868
    obo:IAO_0000115 "A fluorescence quality inhering in a bearer by virtue of the bearer's exhibiting fluorescence which is self-induced."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001868"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "autofluorescence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000018 .

obo:PATO_0001869
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being abnormal and having a destructive effect on living tissue."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001869"^^xsd:string ;
    oboInOwl:inSubset pato:abnormal_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pathological"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000460 .

obo:PATO_0001870
    obo:IAO_0000115 "A shape quality inhering in a circular disk by virtue of the bearer's having a segment of another circle removed from its edge, so that what remains is a shape enclosed by two circular arcs of different diameters which intersect at two points (usually in such a manner that the enclosed shape does not include the center of the original circle)."^^xsd:string ;
    oboInOwl:hasDbXref "Image:http://upload.wikimedia.org/wikipedia/commons/7/74/Crescent.svg"^^xsd:string ;
    oboInOwl:hasExactSynonym "crescentic"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bow-shaped"^^xsd:string, "lunate"^^xsd:string ;
    oboInOwl:id "PATO:0001870"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "crescent-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0001871
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's having the shape of a kidney."^^xsd:string ;
    oboInOwl:hasExactSynonym "kidney-shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "bean shaped"^^xsd:string ;
    oboInOwl:id "PATO:0001871"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "reniform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0001872
    obo:IAO_0000115 "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's resemblance to a cube (a 3-D shape with a square cross section)."^^xsd:string ;
    oboInOwl:hasExactSynonym "cuboidal"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "block-like"^^xsd:string ;
    oboInOwl:id "PATO:0001872"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "cuboid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007, [
        a owl:Restriction ;
        owl:onProperty pato:has_cross_section ;
        owl:someValuesFrom obo:PATO_0000413
    ] .

obo:PATO_0001873
    obo:IAO_0000115 "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's exhibiting a consistently-sized round cross section."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001203"^^xsd:string ;
    oboInOwl:hasExactSynonym "rod-like"^^xsd:string, "rod-shaped"^^xsd:string ;
    oboInOwl:hasNarrowSynonym "tubulate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001873"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "cylindrical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007, [
        a owl:Restriction ;
        owl:onProperty pato:has_cross_section ;
        owl:someValuesFrom obo:PATO_0000411
    ] .

obo:PATO_0001874
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being cylindrical, in which the height is less than the diameter."^^xsd:string ;
    oboInOwl:hasExactSynonym "disc-shaped"^^xsd:string, "disk-shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001874"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "discoid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001873 .

obo:PATO_0001875
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having three angles."^^xsd:string ;
    oboInOwl:hasExactSynonym "deltoid"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "delta shaped"^^xsd:string, "triangle"^^xsd:string, "triangle-shaped"^^xsd:string ;
    oboInOwl:id "PATO:0001875"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "triangular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0001876
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's having two parts, roughly spherical and of equal size, connected by a bar."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001876"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dumbbell-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0001877
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being shaped like a lance-head, considerably longer than wide, tapering towards the tip from below the middle; attached at the broad end."^^xsd:string ;
    oboInOwl:hasExactSynonym "spear-shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001877"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lanceolate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001419 .

obo:PATO_0001878
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's consisting of two curves, in opposite directions. S-shaped."^^xsd:string ;
    oboInOwl:hasExactSynonym "S-shaped"^^xsd:string, "sigmoidal"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001878"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sigmoid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001879
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter U."^^xsd:string ;
    oboInOwl:hasExactSynonym "horseshoe shaped"^^xsd:string ;
    oboInOwl:hasNarrowSynonym "horseshoe"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001879"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "U-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0001880
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having a tail or tail-like projection."^^xsd:string ;
    oboInOwl:hasExactSynonym "caudal"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "tailed"^^xsd:string ;
    oboInOwl:id "PATO:0001880"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "caudate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000623 .

obo:PATO_0001881
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's forming two equal obtuse triangles with a short side in common."^^xsd:string ;
    oboInOwl:hasExactSynonym "sagittate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001881"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Gradually enlarged at the base, like the head of an arrow."^^xsd:string ;
    rdfs:label "arrow-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001882
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's resembling a slug."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001882"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "limaciform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0001883
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's gradually becoming thicker towards the end."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001797"^^xsd:string ;
    oboInOwl:hasExactSynonym "club-like"^^xsd:string, "club-shaped"^^xsd:string, "clubbed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001883"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "clavate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0001884
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue the bearer's disposition to being water-repellent; tending to repel and not absorb water."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001886 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001884"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "hydrophobicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 ;
    owl:disjointWith obo:PATO_0001886 .

obo:PATO_0001885
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's lacking affinity for water; tending to repel and not absorb water; tending not to dissolve in or mix with or be wetted by water."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001887 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001885"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hydrophobic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001884 .

obo:PATO_0001886
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue the bearer's disposition to having an affinity for water; it is readily absorbing or dissolving in water."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001884 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001886"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "hydrophilicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001887
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's disposition to having a strong affinity for water; tending to dissolve in, mix with, or be wetted by water."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001885 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001887"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hydrophilic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001886 .

obo:PATO_0001888
    obo:IAO_0000115 "A quality of a liquid inhering in a bearer by virtue of the bearer's ability to mix with (dissolve in) another liquid."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001888"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "miscibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001548 .

obo:PATO_0001889
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's having the border, edge, or outline cut into a series of segments of circles resembling a scallop-shell."^^xsd:string ;
    oboInOwl:hasExactSynonym "crenate"^^xsd:string, "crenulate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001889"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "scalloped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001976 .

obo:PATO_0001890
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being divided into three branches."^^xsd:string ;
    oboInOwl:hasExactSynonym "trifurcate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001890"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "tripartite"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402, obo:PATO_0002008 .

obo:PATO_0001891
    obo:IAO_0000115 "A spheroid quality inhering in a bearer by virtue of the bearer's exhibiting a continuous convex surface with an axis of symmetry and one axis longer than the other; egg-shaped."^^xsd:string ;
    oboInOwl:hasExactSynonym "egg-shaped"^^xsd:string, "oval"^^xsd:string, "ovoid"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "eccentric"^^xsd:string ;
    oboInOwl:id "PATO:0001891"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ovate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001865, [
        a owl:Restriction ;
        owl:onProperty pato:has_cross_section ;
        owl:someValuesFrom obo:PATO_0000946
    ] .

obo:PATO_0001892
    obo:IAO_0000115 "An odor quality of having decreased odor."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001893 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001892"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased odor"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001331, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001331
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001893
    obo:IAO_0000115 "An odor quality of having increased odor."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001892 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001893"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased odor"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001331, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001331
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001894
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's physical expression of sexual characteristics."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001894"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "phenotypic sex"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000047 .

obo:PATO_0001895
    obo:IAO_0000115 "A biological sex quality inhering in an individual or a population that undergo sexual reproduction."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001895"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "mating type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000047 .

obo:PATO_0001896
    obo:IAO_0000115 "A structure quality inhering in a bearer by virtue of the bearer's lacking of a three dimensional space surrounded by one or more anatomical structures and containing one or more anatomical substances."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001897 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001896"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unlumenized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0001897
    obo:IAO_0000115 "A structure quality inhering in a bearer by virtue of the bearer's having a three dimensional space surrounded by one or more anatomical structures and containing one or more anatomical substances."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001896 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001897"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "See GO term: GO:0031974 membrane-enclosed lumen [DEF:\"The enclosed volume within a sealed membrane or between two sealed membranes\"]."^^xsd:string ;
    rdfs:label "lumenized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0001898
    obo:IAO_0000115 "A circumference which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001899 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001898"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased circumference"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001648, obo:PATO_0001712 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001648
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001899
    obo:IAO_0000115 "A circumference which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001898 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001899"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased circumference"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001648, obo:PATO_0001713 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001648
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001900
    obo:IAO_0000115 "A directional quality inhering in a bearer by virtue of the bearer's direction that is similar to the direction of an object to the south when it faces north."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001901 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001900"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "front"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000039 .

obo:PATO_0001901
    obo:IAO_0000115 "A directional quality inhering in a bearer by virtue of the bearer's direction that is similar to the direction of an object to the north when it faces south."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001900 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001901"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "back"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000039 .

obo:PATO_0001902
    obo:IAO_0000115 "A directional quality inhering in a bearer by virtue of the bearer's having one direction only."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001902"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unidirectional"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000039 .

obo:PATO_0001903
    obo:IAO_0000115 "A directional quality inhering in a bearer by virtue of the bearer's having two directions."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001903"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bi-directional"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000039 .

obo:PATO_0001904
    obo:IAO_0000115 "A directional quality inhering in a bearer by virtue of the bearer's direction approximating the shape of a circle."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001904"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "circling direction"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000039 .

obo:PATO_0001905
    obo:IAO_0000115 "The bearer of this quality has_part = n, where n is the normal amount for a comparable organism. Note that the bearer of the quality is the whole, not the part."^^xsd:string ;
    oboInOwl:hasExactSynonym "having physical part"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001905"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "has normal numbers of parts of type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001555, [
        a owl:Restriction ;
        owl:onProperty pato:reciprocal_of ;
        owl:someValuesFrom obo:PATO_0002050
    ] .

obo:PATO_0001906
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's participation in movement."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001906"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "movement quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0001907
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's being like the surface of a compact mass of grapes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001907"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "botryoidal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0001908
    obo:IAO_0000115 "A nucleate quality inhering in a bearer by virtue of the bearer's having more than one nucleus."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001908"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "multinucleate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002505 .

obo:PATO_0001909
    obo:IAO_0000115 "A nucleate quality inhering in a bearer by virtue of the bearer's having three nuclei."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001909"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "trinucleate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001908 .

obo:PATO_0001910
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's one part being layered over another connected part."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001910"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "folded"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0001911
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of the bearer's exhibiting movement in a circular course."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001911"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "circling"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002076 .

obo:PATO_0001912
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the state of bearer's mechanical, physical, and biochemical processes."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001912"^^xsd:string ;
    a owl:Class ;
    rdfs:label "physiological state"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0001913
    obo:IAO_0000115 "A physiological state which is characterized by periods of high-frequency high amplitude electrical activity in neuronal tissue."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001913"^^xsd:string ;
    a owl:Class ;
    rdfs:label "ictal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001912 .

obo:PATO_0001914
    obo:IAO_0000115 "A physiological state which is characterized by normal electrical activity in neuronal tissue."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001914"^^xsd:string ;
    a owl:Class ;
    rdfs:label "non-ictal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001912 .

obo:PATO_0001915
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the front and upper surface of an organism relative to another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001915"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterodorsal to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001632 .

obo:PATO_0001916
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the rear and upper surface of an organism relative to another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001916"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "posterodorsal to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001633 .

obo:PATO_0001917
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the front and abdomen of an organism relative to another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001917"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteroventral to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001632 .

obo:PATO_0001918
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the rear and abdomen of an organism relative to another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001918"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "posteroventral to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001633 .

obo:PATO_0001919
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the back or upper surface of an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001919"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised dorsally"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000628 .

obo:PATO_0001920
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the abdomen of an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001920"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised ventrally"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000628 .

obo:PATO_0001921
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the front of an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001921"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised anteriorly"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000628 .

obo:PATO_0001922
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the rear of an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001922"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised posteriorly"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000628 .

obo:PATO_0001923
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the side of an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001923"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised laterally"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000628 .

obo:PATO_0001924
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the middle of an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001924"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised medially"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000628 .

obo:PATO_0001925
    obo:IAO_0000115 "A surface shape quality inhering in a bearer by virtue of the bearer's shape of features present on its surface or outer shell."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001925"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "This quality either inheres directly in the surface, or in the entity that has the surface. For example, to say that a particular fly wing is curved is shorthand for saying the wing has a surface which is curved."^^xsd:string ;
    rdfs:label "surface feature shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001926
    obo:IAO_0000115 "A fluorescence which is higher than normal."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001927 ;
    oboInOwl:hasExactSynonym "high fluorescence"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001926"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fluorescence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001290, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001290
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001927
    obo:IAO_0000115 "A fluorescence which is lower than normal."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001926 ;
    oboInOwl:hasExactSynonym "low fluorescence"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001927"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fluorescence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001290, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001290
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001928
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of a local accumulation of fluid underneath the surface of the bearer."^^xsd:string ;
    oboInOwl:hasNarrowSynonym "blistering"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001928"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "blistered"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0001929
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of whether the bearer exhibits shape variation or change."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001929"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "variability of shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty pato:towards ;
        owl:someValuesFrom obo:PATO_0000052
    ] .

obo:PATO_0001930
    obo:IAO_0000115 "A quality inhering in a bearer by virtue the bearer's having or exhibiting variation its shape."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001931 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001930"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variant shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001929 .

obo:PATO_0001931
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's lacking or not exhibiting variation of shape."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001930 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001931"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "invariant shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001929 .

obo:PATO_0001932
    obo:IAO_0000115 "A pattern quality inhering in a bearer by virtue of the bearer's being placed alternately one above the other."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001932"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alternate placement"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000440 .

obo:PATO_0001933
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being positioned on opposite sides on the same plane."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001933"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "opposite"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001934
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being perfectly circular."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001934"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "orbicular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000411 .

obo:PATO_0001935
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being roundish, a little inclining to be oblong."^^xsd:string ;
    oboInOwl:hasExactSynonym "roundish"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001935"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obtuse"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000411 .

obo:PATO_0001936
    obo:IAO_0000115 "A spheroid quality inhering in a bearer by virtue of the bearer's being egg-shaped and flat, with the narrow end attached to the base."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "obovoid"^^xsd:string ;
    oboInOwl:id "PATO:0001936"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obovate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001891 .

obo:PATO_0001937
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being oblong, with the lower end very much attenuated."^^xsd:string ;
    oboInOwl:hasExactSynonym "spathulate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001937"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "spatulate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000946 .

obo:PATO_0001938
    obo:IAO_0000115 "A spheroid quality inhering in a bearer by virtue of the bearer's being oval and a little angular in the middle."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001938"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "rhomboid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002317 .

obo:PATO_0001939
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000967 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001940
    obo:IAO_0000115 "A size quality inhering in a bearer by virtue of the bearer's being many folds greater relative to the normal average."^^xsd:string ;
    oboInOwl:hasExactSynonym "giant"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001940"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "gigantic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000586 .

obo:PATO_0001941
    obo:IAO_0000115 "A color consisting of yellow and green hues."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001941"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "yellow green"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001942
    obo:IAO_0000115 "A color consisting of brown and green hues."^^xsd:string ;
    oboInOwl:hasExactSynonym "olive green"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001942"^^xsd:string ;
    a owl:Class ;
    rdfs:label "brown green"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000320 .

obo:PATO_0001943
    obo:IAO_0000115 "A purple color which has low saturation and low brightness."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001943"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lilac"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000951 .

obo:PATO_0001944
    obo:IAO_0000115 "A color consisting of yellow and orange hue."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001944"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "yellow orange"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000953 .

obo:PATO_0001945
    obo:IAO_0000115 "A moderate yellow-orange to orange color."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001945"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ochre"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001944 .

obo:PATO_0001946
    obo:IAO_0000115 "A color pattern inhering in a bearer by virtue of bearer's exhibiting transverse stripes of one hue or degree of saturation crossing another."^^xsd:string ;
    oboInOwl:hasExactSynonym "striped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001946"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "banded"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001533 .

obo:PATO_0001947
    obo:IAO_0000115 "A color pattern inhering in a bearer by virtue of bearer's being covered with reticulated lines of a different hue or degree of saturation."^^xsd:string ;
    oboInOwl:hasExactSynonym "net-like"^^xsd:string, "reticulated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001947"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "netted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001533 .

obo:PATO_0001948
    obo:IAO_0000115 "A grooved texture quality inhering in a bearer by virtue of the bearer's being marked by two or more parallel channels."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "fluted"^^xsd:string ;
    oboInOwl:id "PATO:0001948"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "furrowed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002255 .

obo:PATO_0001949
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's terminating abruptly in a little point."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001949"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pointleted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001419 .

obo:PATO_0001950
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's terminating gradually in a rounded end."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001950"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "blunt"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000944 .

obo:PATO_0001951
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's being in opposition round a common axis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001951"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "whorled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0001952
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being arranged in two opposite rows (and hence in the same plane)."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001952"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "distichous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0001953
    obo:IAO_0000115 "A pattern quality inhering in a bearer by virtue of the bearer's consisting of paired parts that alternately cross each other."^^xsd:string ;
    oboInOwl:hasExactSynonym "crosscutting"^^xsd:string, "intercrossing"^^xsd:string, "intersecting"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001953"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decussate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000440 .

obo:PATO_0001954
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being linear, very narrow, tapering to a very fine point from a narrow base."^^xsd:string ;
    oboInOwl:hasExactSynonym "awl-shaped"^^xsd:string, "needle-like"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001954"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subulate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001199 .

obo:PATO_0001955
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being narrowly triangular, wider at the apex and tapering toward the base."^^xsd:string ;
    oboInOwl:hasExactSynonym "wedge-shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001955"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cuneate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001875 .

obo:PATO_0001956
    obo:IAO_0000115 "A variability quality inhering in a bearer by virtue of whether the bearer exhibits size variation or change."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001956"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "variability of size"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty pato:towards ;
        owl:someValuesFrom obo:PATO_0000117
    ] .

obo:PATO_0001957
    obo:IAO_0000115 "A variability of size which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001958 ;
    oboInOwl:hasExactSynonym "low variability of size"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001957"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased variability of size"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001956, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001956
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001958
    obo:IAO_0000115 "A variability of size which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001957 ;
    oboInOwl:hasExactSynonym "high variability of size"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001958"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased variability of size"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001956, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001956
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001959
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's in which bundles of aligned anatomical fibers have become separated."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001861 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001959"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "defasciculated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002013 .

obo:PATO_0001960
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's parts or projections being interlocked; for example, the fingers of two hands that are clasped."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001960"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "interdigitated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001961
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's touching another entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "contiguous"^^xsd:string ;
    oboInOwl:id "PATO:0001961"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "in contact with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001962
    obo:IAO_0000115 "A curled quality inhering in a bearer by virtue of the bearer's edges of its surface being rolled inwards spirally on each side."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001962"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "involute"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000405 .

obo:PATO_0001963
    obo:IAO_0000115 "A curled quality inhering in a bearer by virtue of the bearer's edges of its surface being rolled backwards spirally on each side."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001963"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "revolute"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000405 .

obo:PATO_0001964
    obo:IAO_0000115 "A curled quality inhering in a bearer by virtue of the bearer's edges of its surface being rolled spirally downwards."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001964"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "circinate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000405 .

obo:PATO_0001965
    obo:IAO_0000115 "A curled quality inhering in a bearer by virtue of the bearer's edges of its surface being bent down upon their stalk."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001965"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "reclinate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000405 .

obo:PATO_0001966
    obo:IAO_0000115 "A curled quality inhering in a bearer by virtue of the bearer's one edge of its surface being wholly rolled up in another."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001966"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "convolute"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000405 .

obo:PATO_0001967
    obo:IAO_0000115 "A branched quality inhering in a bearer by virtue of the bearer's having three or more primary branches diverging radially from a single point."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001967"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "actinodromous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0001968
    obo:IAO_0000115 "A branched quality inhering in a bearer by virtue of the bearer's having two or more parallel primary branches originate beside each other and converge apically."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001968"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "parallelodromous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0001969
    obo:IAO_0000115 "A branched quality inhering in a bearer by virtue of the bearer's having secondary branches terminating at the margin."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001969"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "craspedodromous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0001970
    obo:IAO_0000115 "A branched quality inhering in a bearer by virtue of the bearer's having secondary branches joined together in a series of prominent arches."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001970"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "brochidodromous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0001971
    obo:IAO_0000115 "A branched quality inhering in a bearer by virtue of the bearer's having secondary branches freely branching toward the margin."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001971"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cladodromous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0001972
    obo:IAO_0000115 "A branched quality inhering in a bearer by virtue of the bearer's having secondary branches branching into a reticulum toward the margin."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001972"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "reticulodromous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0001973
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being tapering gradually into a rigid point."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001973"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cuspidate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001500 .

obo:PATO_0001974
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's terminating in a round end, the centre of which is depressed."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001974"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "retuse"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001950 .

obo:PATO_0001975
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's lacking sharp straight-edged teeth pointing to the apex."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001206 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "smooth"^^xsd:string ;
    oboInOwl:id "PATO:0001975"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unserrated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001976 .

obo:PATO_0001976
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's having or lacking sharp straight-edged teeth pointing to the apex."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001976"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "serration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002267 .

obo:PATO_0001977
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having at least one salient angle on the margin."^^xsd:string ;
    oboInOwl:hasExactSynonym "angulate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001977"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "angular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001978
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being regularly divided by deep incisions."^^xsd:string ;
    oboInOwl:hasExactSynonym "incised"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001978"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cut"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001979
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being partly divided into a determinate number of regions."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001979"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "lobed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001980
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having distinct parts arising from a common point or center."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001980"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "digitate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001981
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a shape resembling an ear."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001981"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "auriculate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001982
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's gradually tapering to a slender point."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001982"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "attenuate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001500 .

obo:PATO_0001983
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's two basal lobes being united together."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001983"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "perfoliate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0001984
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being prolonged below the point of insertion."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001984"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decurrent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0001985
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being kept below its freezing point."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001985"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "frozen"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000146 .

obo:PATO_0001986
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's passing into solution."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001986"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "dissolved"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001536 .

obo:PATO_0001987
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's having a three dimensional cavity with a narrow or no opening, and often containing an anatomical substance."^^xsd:string ;
    oboInOwl:hasExactSynonym "sacular"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001987"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saccular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0001988
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having four angles and four sides."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001988"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "quadrangular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0001989
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's having many curves and turns."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "twisted"^^xsd:string ;
    oboInOwl:id "PATO:0001989"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sinuous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001591 .

obo:PATO_0001990
    obo:IAO_0000115 "A duration quality of a process inhering in a disease by virtue of the bearer's duration of an impairment of health or of a condition of abnormal functioning."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001990"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "MAH: I think this term should be obsoleted. Is it used?"^^xsd:string ;
    rdfs:label "duration of disease"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001309 .

obo:PATO_0001991
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's disposition to being capable of indefinite growth or division."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001991"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "immortal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000169 .

obo:PATO_0001992
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's consisting cells."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001992"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "cellularity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0001993
    obo:IAO_0000115 "A cellularity quality inhering in a bearer by virtue of the bearer's consisting of more than one cell."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001993"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multicellular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001992 ;
    owl:disjointWith obo:PATO_0001994 .

obo:PATO_0001994
    obo:IAO_0000115 "A cellularity quality inhering in a bearer by virtue of the bearer's consisting of exactly one cell."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001994"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unicellular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001992 .

obo:PATO_0001995
    obo:IAO_0000115 "A quality that inheres in an entire organism or part of an organism."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001995"^^xsd:string ;
    a owl:Class ;
    rdfs:label "organismal quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241 ;
    owl:disjointWith obo:PATO_0002003 .

obo:PATO_0001996
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000462 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0001997
    obo:IAO_0000115 "An amount which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000470 ;
    oboInOwl:hasAlternativeId "PATO:0000419"^^xsd:string, "PATO:0000468"^^xsd:string ;
    oboInOwl:hasExactSynonym "decreased number"^^xsd:string, "present in fewer numbers in organism"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "decreased"^^xsd:string, "reduced"^^xsd:string, "subnumerary"^^xsd:string ;
    oboInOwl:id "PATO:0001997"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased amount"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000467, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000070
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0001998
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of its visibility."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001998"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "This term was created as a grouping term for the 2 terms \"conspicuous\" and \"inconspicuous\". However, it is not clear if these terms should even remain in PATO."^^xsd:string ;
    rdfs:label "conspicuousness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000068 .

obo:PATO_0001999
    obo:IAO_0000115 "The bearer of this quality has_part < n of the indicated entity type, where n is the normal amount for a comparable organism. Note that the bearer of the quality is the whole, not the part. Formally: If a bearer entity e has fewer parts of type X at time t, then the number of instances x of X at t such that x part_of e is < n, where n is either the normal number for comparable entities, or n is stated explicitly. This case includes the limit case, where the bearer lacks all parts of the specified type."^^xsd:string ;
    oboInOwl:hasExactSynonym "loss of"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0001999"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "lacks parts or has fewer parts of type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002083 .

obo:PATO_0002000
    obo:IAO_0000115 "A quality of physical entities inhering in a bearer by virtue of the bearer's lacking a physical part as specified by the additional entity."^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001557"^^xsd:string ;
    oboInOwl:hasDbXref "OBO_REL:lacks_part"^^xsd:string ;
    oboInOwl:hasExactSynonym "lacks all physical parts of type"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002000"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Example: [E=organism Q=lacks_all_parts_of_type E2=Wing] - applies to an organism. A relational quality in which the bearer entity has no parts of the specified type. The bearer of this quality has_part = 0 of the indicated entity type, where a comparable organism usually has at least 1 part of the same type. Note that the bearer of the quality is the whole, not the part. Formally: If a bearer entity e lacks all parts of type X at time t, then there exists no instances x of X at t such that x part_of e that has no wings, where wings are normally present in that organism type. In OWL this is equivalent to a restriction on the OBO_REL:has_part relation with cardinality=0, i.e has_part 0 E2."^^xsd:string ;
    rdfs:label "lacks all parts of type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001999, [
        a owl:Restriction ;
        owl:onProperty pato:reciprocal_of ;
        owl:someValuesFrom obo:PATO_0000462
    ] .

obo:PATO_0002001
    obo:IAO_0000115 "The bearer of this quality has_part < n AND has_part > 0 of the indicated entity type, where n is the normal amount for a comparable organism. Note that the bearer of the quality is the whole, not the part. Formally: If a bearer entity e has fewer parts of type X at time t, then the number of instances x of X at t such that x part_of e is < n, where n is either the normal number for comparable entities, or n is stated explicitly."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002002 ;
    oboInOwl:hasAlternativeId "PATO:0001569"^^xsd:string ;
    oboInOwl:hasExactSynonym "decreased number of"^^xsd:string, "has decreased number of"^^xsd:string, "has fewer physical parts of type"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002001"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Example: [E=hand Q=has_fewer_parts_of_type E2=digit] - applies to an organism that has no less fingers than is normal for organisms of that type."^^xsd:string ;
    rdfs:label "has fewer parts of type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001999, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001999
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002002
    obo:IAO_0000115 "The bearer of this quality has_part > n of the indicated entity type, where n is the normal amount for a comparable organism. Note that the bearer of the quality is the whole, not the part."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002001 ;
    oboInOwl:hasAlternativeId "PATO:0001560"^^xsd:string ;
    oboInOwl:hasExactSynonym "has extra parts of"^^xsd:string, "has increased number of"^^xsd:string, "having extra physical parts"^^xsd:string, "having supernumerary physical parts"^^xsd:string, "increased number of"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002002"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "In polydactyly, the bearer of the quality is the hand, and the entity type being counted is 'finger'. In EQ syntax, E=hand, Q=<this> E2=finger."^^xsd:string ;
    rdfs:label "has extra parts of type"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002083, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002083
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002003
    obo:IAO_0000115 "A quality that inheres in an entire population or part of a population."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002003"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "population quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0002004
    obo:IAO_0000115 "A shape that inheres in a part of a surface. An object can have different surface shapes on different parts of its surface."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002004"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "Consider PATO:0001925"^^xsd:string ;
    rdfs:label "obsolete surface shape"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0002005
    obo:IAO_0000115 "Surface shape that refers to the inward or outward curvature of the surface."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002005"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "concavity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002006
    obo:IAO_0000115 "A shape that inheres in a 2 dimensional entity, such as a cross section or projection of a 3 dimensional entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "2-D projection"^^xsd:string, "cross-sectional"^^xsd:string ;
    oboInOwl:id "PATO:0002006"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "2-D shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002007
    obo:IAO_0000115 "A complete three dimensional shape in which for every line connecting pair of points on the object is within the object. Or: a shape lacking cavities. Contrast: concave."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002008 ;
    oboInOwl:hasDbXref "Image:http://upload.wikimedia.org/wikipedia/commons/0/06/Convex_polygon_illustration1.png"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002007"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:comment "Use this term or an is_a child of this term when the entire shape of the object is known."^^xsd:string ;
    rdfs:label "convex 3-D shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002266, [
        a owl:Restriction ;
        owl:onProperty pato:has_cross_section ;
        owl:someValuesFrom obo:PATO_0002006
    ] .

obo:PATO_0002008
    obo:IAO_0000115 "A complete three dimensional shape in which there is a line connecting pair of points on the object that lies outside the object. Or: a shape with cavities. Contrast: concave."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002007 ;
    oboInOwl:hasDbXref "Image:http://en.wikipedia.org/wiki/Image:Convex_polygon_illustration2.png"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002008"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "concave 3-D shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002266, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PATO_0001857
    ] .

obo:PATO_0002009
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the degree to which there are subdivisions or offshoots in a bearer entity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002009"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:cell_quality ;
    a owl:Class ;
    rdfs:label "branchiness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002010
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of the bearer's bing full of small openings or gaps."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002010"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "looseness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0002011
    obo:IAO_0000115 "A structural quality which is held by a bearer when the latter's disposition the presence of abnormally proliferating masses of cells."^^xsd:string ;
    oboInOwl:hasExactSynonym "tumorous"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002011"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002012
    obo:IAO_0000115 "A texture quality that exists through a liquid cover on the surface of the bearer."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002012"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "coating"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0002013
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of whether the bearer forms a bundle of anatomical fibers, as of muscle or nerve."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002013"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "fasciculation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002014
    obo:IAO_0000115 "A structural quality that inheres in a bearer by virtue of the bearer's containing hollow areas."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002014"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "structure, cavities"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002015
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000025 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0002016
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002016"^^xsd:string ;
    a owl:Class ;
    rdfs:label "magnitude"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000068 .

obo:PATO_0002017
    obo:RO_0002604 obo:PATO_0002018 ;
    oboInOwl:hasExactSynonym "high magnitude"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002017"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased magnitude"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002016 .

obo:PATO_0002018
    obo:RO_0002604 obo:PATO_0002017 ;
    oboInOwl:hasExactSynonym "low magnitude"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002018"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased magnitude"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002016 .

obo:PATO_0002019
    obo:IAO_0000115 "A growth quality of occurrent in which the growth of an organism, structure or group of organisms does not occur."^^xsd:string ;
    oboInOwl:hasNarrowSynonym "agenesis"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002019"^^xsd:string ;
    a owl:Class ;
    rdfs:label "aplastic growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001433 .

obo:PATO_0002020
    obo:IAO_0000115 "Pink color having high brightness and low saturation."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002020"^^xsd:string ;
    a owl:Class ;
    rdfs:label "pale pink"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000954 .

obo:PATO_0002021
    obo:IAO_0000115 "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's resembling a cone (a 3-D shape with a round cross section that tapers)."^^xsd:string ;
    oboInOwl:hasDbXref "Image:http://upload.wikimedia.org/wikipedia/commons/d/d2/Cone_3d.png"^^xsd:string ;
    oboInOwl:hasExactSynonym "cone-shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002021"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "conical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0002022
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's resembling a minute projection (villus)."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002022"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "villiform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002023
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's location of features or characteristics along an apical-basal axis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002023"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "apical-basal polarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001769 .

obo:PATO_0002024
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's location of features or characteristics along the anterior-posterior axis."^^xsd:string ;
    oboInOwl:hasExactSynonym "rostral-caudal polarity"^^xsd:string, "superior-caudal polarity (human torso)"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002024"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterior-posterior polarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001769 .

obo:PATO_0002025
    obo:IAO_0000115 "A convex angle that is formed by one side of a polygon and a line extended from an adjacent side."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002025"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "external angle"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001053 .

obo:PATO_0002026
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's not increasing over time."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001818 ;
    oboInOwl:created_by "george gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2008-12-18T12:49:19Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002026"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-progressive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0002027
    obo:IAO_0000115 "A concentration quality inhering in a bearer by virtue of the bearer's amount of osmoles of solute per kilogram of solvent."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-01-27T10:53:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002027"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "osmolality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000033 .

obo:PATO_0002028
    obo:IAO_0000115 "An osmolality which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002029 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-01-27T10:55:33Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "low osmolality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002028"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased osmolality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002027, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002027
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002029
    obo:IAO_0000115 "An osmolality which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002028 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-01-27T10:56:19Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "high osmolality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002029"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased osmolality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002027, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002027
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002030
    obo:IAO_0000115 "A molecular quality that inheres in a molecular entity by virtue of whether the bearer exhibits the ability of a probe to react precisely with a specific target molecule."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-01-27T11:13:52Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002030"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "specificity to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002031
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved or tilted such that the tip points upwards."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-01-27T11:23:45Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002031"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "upturned"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0002032
    obo:IAO_0000115 "A reflectivity quality inhering in light by virtue of the bearer's scattering occurring at small angle to the incident beam."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-01-27T11:38:49Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002032"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "forward scatter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001294 .

obo:PATO_0002033
    obo:IAO_0000115 "A reflective quality that is the light scattering occurring at wide angle (around 90 degrees) to the incident beam."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-01-27T11:39:36Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002033"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "side scatter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001294 .

obo:PATO_0002034
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being unseparated into parts or divisions."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-01-27T11:53:46Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "unseparated"^^xsd:string ;
    oboInOwl:id "PATO:0002034"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "undivided"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002035
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being on the same side in relation to another structure."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-02-01T02:04:11Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "ipsilateral"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002035"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ipsilateral to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002036
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located towards the central axis of the organism or an extremity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-02-01T02:06:20Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002036"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "axial to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002037
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer exhibiting deterioration of its structure."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-02-03T11:13:19Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002037"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "degeneration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002038
    obo:IAO_0000115 "A structural quality inhering in a bearer whose structure which does not deteriorate."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0000639 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-02-03T11:14:54Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "not degenerate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002038"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-degenerate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002037 .

obo:PATO_0002039
    obo:IAO_0000115 "A concave quality inhering in a bearer by virtue of the bearer's curving inward on both sides or surfaces."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002040 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002039"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "biconcave"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001857 .

obo:PATO_0002040
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being convex on both sides or surface."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002039 ;
    oboInOwl:hasDbXref "Image:http://www.thefreedictionary.com/_/viewer.aspx?path=hm&name=A4bicovx"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002040"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "biconvex"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001355 .

obo:PATO_0002041
    obo:IAO_0000115 "A diameter that is along the anterior-posterior axis."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002041"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "anterior-posterior diameter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001334 .

obo:PATO_0002042
    obo:IAO_0000115 "An anterior-posterior diameter quality which is relatively small."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002043 ;
    oboInOwl:hasExactSynonym "low anterior-posterior diameter"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002042"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased anterior-posterior diameter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001715, obo:PATO_0002041 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002041
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002043
    obo:IAO_0000115 "An anterior-posterior diameter quality which is relatively large."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002042 ;
    oboInOwl:hasExactSynonym "high anterior-posterior diameter"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002043"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased anterior-posterior diameter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001714, obo:PATO_0002041 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002041
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002044
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being a quadrilateral with two parallel sides."^^xsd:string ;
    oboInOwl:hasExactSynonym "trapezoidal"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002044"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "trapezoid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001988 .

obo:PATO_0002045
    obo:IAO_0000115 "A branched quality inhering in a bearer by virtue of the bearer's having smaller branches arising from larger branches. Resembling a tree in branching structure."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-02-15T08:11:41Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "dendriform"^^xsd:string, "dendroid"^^xsd:string, "dendroidal"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002045"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dendritic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0002046
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being away from or on the opposite side of the central axis."^^xsd:string ;
    oboInOwl:created_by "george gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-03T04:16:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002046"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "abaxial to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002047
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located on the side nearest to the axis of an organ or organism."^^xsd:string ;
    oboInOwl:created_by "george gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-03T04:22:28Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002047"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "adaxial to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002048
    obo:IAO_0000115 "An organismal quality inhering in a bearer by virtue of the bearer's having two or more cell populations that differ in genetic makeup. This situation can affect any type of cell, including blood cells, gametes (egg and sperm cells), and skin."^^xsd:string ;
    oboInOwl:created_by "george gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-03T04:30:52Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "heterogeneity"^^xsd:string ;
    oboInOwl:id "PATO:0002048"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "mosaicism"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0002049
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved around an axis and towards the side."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-13T12:36:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002049"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lateral and rotional curvature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001787 .

obo:PATO_0002050
    obo:IAO_0000115 "An amount which normal."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-03-20T11:16:22Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "present in normal numbers in organism"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002050"^^xsd:string ;
    a owl:Class ;
    rdfs:label "normal amount"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000467, [
        a owl:Restriction ;
        owl:onProperty pato:reciprocal_of ;
        owl:someValuesFrom obo:PATO_0001905
    ] .

obo:PATO_0002051
    obo:IAO_0000115 "An occurrence which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002052 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-26T11:10:11Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "increased incidence"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002051"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased occurrence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057, obo:PATO_0002304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000057
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002052
    obo:IAO_0000115 "An occurrence which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002051 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-26T11:12:35Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "decreased incidence"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002052"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased occurrence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057, obo:PATO_0002302 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000057
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002053
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being flattened along dorso-ventral axis."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-26T03:02:38Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002053"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorso-ventrally flattened"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002254 .

obo:PATO_0002054
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being flattened along transverse axis."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-26T03:03:37Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "laterally flattened"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "transversely flattened"^^xsd:string ;
    oboInOwl:id "PATO:0002054"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "laterally compressed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002254 .

obo:PATO_0002055
    obo:IAO_0000115 "A fragility which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002056 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-26T04:01:37Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002055"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased fragility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001362, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001362
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002056
    obo:IAO_0000115 "A fragility which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002055 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-26T04:02:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002056"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased fragility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001362, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001362
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002057
    obo:IAO_0000115 "An area which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002058 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-30T04:11:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002057"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased area"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000586, obo:PATO_0001323 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001323
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002058
    obo:IAO_0000115 "An area which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002057 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-03-30T04:12:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002058"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased area"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000587, obo:PATO_0001323 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001323
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002059
    obo:IAO_0000115 "The specific wavelength of light emitted by a fluorescent molecule, such as a labelled probe, upon absorption of light at the (higher) excitation wavelength."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-05-27T02:25:33Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002059"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "emmision wavelength"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001299 .

obo:PATO_0002060
    obo:IAO_0000115 "The specific wavelength of radiation that can be retained by a bearer."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-05-27T02:33:32Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002060"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "absorption wavelength"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001293 .

obo:PATO_0002061
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0002182 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0002062
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-06-05T09:16:46Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002062"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "physical quality of a process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0002063
    obo:IAO_0000115 "A shape inhering in a bearer by virtue of the bearer's being elongated and cylindrical."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-07-01T01:44:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002063"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "columnar"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002064
    obo:IAO_0000115 "A structure quality inhering in a bearer by virtue of the bearer's delimited by a surface with holes."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-07-01T01:46:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002064"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fenestrated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002065
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being arranged like rays or radii; radiating from a common center."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-07-01T01:48:19Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "stellate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002065"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "star shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002066
    obo:IAO_0000115 "A solid configuration inhering in a material entity by virtue of its constituent atoms, molecules, or ions being arranged in an orderly repeating pattern extending in all three spatial dimensions."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-07-01T01:50:40Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002066"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "crystal configuration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001736 .

obo:PATO_0002067
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's layered configuration."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-07-01T02:30:45Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002067"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "stratification"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0002068
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's exhibiting a layered configuration."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002069 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-07-01T02:31:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002068"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "stratified"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002067 .

obo:PATO_0002069
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's lacking a layered configuration."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002068 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-07-01T02:33:41Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002069"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unstratified"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002067 .

obo:PATO_0002070
    obo:IAO_0000115 "A molecular quality that arises from the molecular attraction exerted between two atoms or compounds."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-18T01:16:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002070"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "affinity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002071
    obo:IAO_0000115 "An affinity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002072 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-18T01:29:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002071"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased affinity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002070, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002070
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002072
    obo:IAO_0000115 "An affinity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002071 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-18T01:30:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002072"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased affinity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002070, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002070
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002073
    obo:IAO_0000115 "A molecular quality that arises from the synergistic strength of bond affinities between multiple bond interactions."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-18T01:41:44Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002073"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "avidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002074
    obo:IAO_0000115 "An avidity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002075 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-18T01:45:56Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002074"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased avidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002073, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002073
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002075
    obo:IAO_0000115 "An avidity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002074 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-18T01:45:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002075"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased avidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002073, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002073
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002076
    obo:IAO_0000115 "A behavioral quality inhering in a bearer by virtue of the bearer's movement."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-18T02:04:48Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "movement behavioural quality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002076"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "movement behavioral quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0002077
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being positioned with multiple entities of the same type above and below."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-18T02:11:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002077"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "stacked"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002078
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having an empty space or cavity within."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-18T02:19:20Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002078"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hollow"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0002079
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001018 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0002080
    obo:IAO_0000115 "A broken quality inhering in a bearer by virtue of the bearer's being seperated into two contiguous wholes."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-21T10:18:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002080"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "broken into two pieces"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001444 .

obo:PATO_0002081
    obo:IAO_0000115 "A broken quality inhering in a bearer by virtue of the bearer's being broken into multiple contiguous wholes."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-21T10:18:51Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002081"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "shattered"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001444 .

obo:PATO_0002082
    obo:IAO_0000115 "A broken quality inhering in a bearer by virtue of the bearer's being still one contiguous whole but structurally damaged such that in danger of become two or more."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-21T10:20:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002082"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "partially broken"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001444 .

obo:PATO_0002083
    obo:IAO_0000115 "Having extra or fewer parts."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-21T10:41:58Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002083"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "altered number of"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001555 .

obo:PATO_0002084
    obo:IAO_0000115 "The period after death of the organism."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-25T11:29:21Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002084"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Terms were requested by the OBI consortium but it was later decided that the term was not reflecting a quality rather what it might be refered to as a \"conferred quality\"."^^xsd:string ;
    rdfs:label "obsolete post-mortem"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0002085
    obo:IAO_0000115 "The period before death of the organism."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-25T11:31:13Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002085"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Terms were requested by the OBI consortium but it was later decided that the term was not reflecting a quality rather what it might be refered to as a \"conferred quality\"."^^xsd:string ;
    rdfs:label "obsolete pre-mortem"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0002086
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0000694 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0002087
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being short and wide and tapered distally."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-09-30T09:53:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002087"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bullet-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0002088
    obo:IAO_0000115 "A structure quality inhering in a bearer by virtue of the bearer's body consisting of one sac."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-10-01T03:00:20Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002088"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "monocystic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001673 .

obo:PATO_0002089
    obo:IAO_0000115 "A structure quality inhering in a bearer by virtue of the bearer's body containing more than one cyst - formations of an epithelium bounded cavity not associated with neoplasia."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2009-10-01T03:02:54Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "multicystic"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002089"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "polycystic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001673 .

obo:PATO_0002090
    obo:IAO_0000115 "A morphology quality inhering in a tumour by virtue of the bearer's exhbiting the morphological characteristics of a glandular epithelial cell."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T11:25:52Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002090"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "adenomatous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0002091
    obo:IAO_0000115 "A quality of a single process inhering in a bearer by virtue of the bearer's having an onset and time course between acute and chronic."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T11:31:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002091"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "subacute"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001309 .

obo:PATO_0002092
    obo:IAO_0000115 "A morphology quality inhering in a neoplastic cell by virtue of the bearer's exhibiting breakdown of cell-cell interaction maintaining tissue architecture, proliferative dysregulation and bizarre modification to nucleus size and shape."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T11:45:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002092"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anaplastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0002093
    obo:IAO_0000115 "A volume quality inhering in a degenerating cell by virtue of the bearer's exhibiting an increase in volume associated with cytoplasmic abnormalities."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T12:01:13Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002093"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ballooning"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000595 .

obo:PATO_0002094
    obo:IAO_0000115 "An affinity inhering in a tissue constituent by virtue of the bearer exhibiting a molecular interaction for basic dyes under specific ph conditions."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T12:05:23Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002094"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "basophilic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002070 .

obo:PATO_0002095
    obo:IAO_0000115 "A disposition inhering in a tumour to progress or fail to progress during it's life time."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T12:15:02Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002095"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "obsolete neoplasm disposition"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0002096
    obo:IAO_0000115 "A disposition inhering in a tumour by virtue of the bearer's disposition not to progress, invade surrounding tissues or metastasize."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T12:47:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "benign"^^xsd:string ;
    oboInOwl:id "PATO:0002096"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, non-malignant"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002011 ;
    owl:disjointWith obo:PATO_0002097, obo:PATO_0002098, obo:PATO_0002129 .

obo:PATO_0002097
    obo:IAO_0000115 "A disposition inhering in a tumour by virtue of the bearer's disposition to progress, invade surrounding tissues or metastasize."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T12:50:22Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002097"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, malignant"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002011 ;
    owl:disjointWith obo:PATO_0002132 .

obo:PATO_0002098
    obo:IAO_0000115 "A disposition inhering in a tumour by virtue of the bearer's disposition to spread and invade distant tissues."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T12:54:48Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002098"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, metastatic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002011 ;
    owl:disjointWith obo:PATO_0002132 .

obo:PATO_0002099
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of its stable specialization to a particular cell type."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002100 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T12:58:54Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002099"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "differentiated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001397 .

obo:PATO_0002100
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of having not yet acquired a special structure of function."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002099 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T12:59:21Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002100"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "undifferentiated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001397 .

obo:PATO_0002101
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of having changed from one fully differentiated state into another."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T01:09:09Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "trans-differentiated"^^xsd:string ;
    oboInOwl:id "PATO:0002101"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "metaplastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001397 .

obo:PATO_0002102
    obo:IAO_0000115 "A cellular quality inhering in a cell that arises by virtue of whether the bearer exhibits the ability to grow and proliferate in number through cell division."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T01:16:31Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002102"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "proliferative"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001396 .

obo:PATO_0002103
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's penetrating or permeating another substance or area."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T01:27:56Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "infiltrating"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002103"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "infiltrative"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002104
    obo:IAO_0000115 "A compositional quality inhering in an bearer by virtue of the bearer's infiltration by leukocytes, local edema and accumulation of plasma proteins."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T01:37:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002104"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inflamed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002105
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's exhibiting excessive discharge of blood from the blood vessels."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T01:55:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002105"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hemorrhagic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002106
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of its lacking most of the cellular characteristics which would allow it to be fully differentiated."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T02:53:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002106"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "poorly differentiated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002099 .

obo:PATO_0002107
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being at the edge or boundary of a related entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T02:58:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002107"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "peripheral"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002108
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's resembling small nipple like projection."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T03:04:52Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002108"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "papillary"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000623 .

obo:PATO_0002109
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's resembling cheese."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T03:09:27Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "cheese-like"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002109"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "caseous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002110
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of its having most of the cellular characteristics of the tissue of origin."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T03:26:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002110"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "well differentiated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002099 .

obo:PATO_0002111
    obo:IAO_0000115 "A cellular quality inhering in a bearer by virtue of its lacking few of the cellular characteristics which would allow it to be fully differentiated."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T03:29:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002111"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim ;
    a owl:Class ;
    rdfs:label "moderately well differentiated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002099 .

obo:PATO_0002112
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's having a hole or holes, especially a row or array of small holes."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001821 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T03:37:05Z"^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0000649"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "permeable"^^xsd:string, "pierced"^^xsd:string ;
    oboInOwl:id "PATO:0002112"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "perforate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0002113
    obo:IAO_0000115 "Perforated like a sieve."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T03:38:22Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002113"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "cribriform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002112 .

obo:PATO_0002114
    obo:IAO_0000115 "A composition quality inhering in a bearer by virtue of the bearer's containing excess lipid."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T03:47:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002114"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fatty"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002115
    obo:IAO_0000115 "A composition quality inhering in a bearer by virtue of the bearer's containing fibrin."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T04:01:01Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002115"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fibrinoid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002116
    obo:IAO_0000115 "A composition quality inhering in exudate by virtue of the bearer's containing fibrin."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T04:03:03Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002116"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fibrinopurulent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002117
    obo:IAO_0000115 "A morphology quality inhering in a bearer by virtue of the bearer's exhbiting the morphological characteristics of a gland."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-05T04:11:30Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002117"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "glandular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0002118
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being present in more than two copies."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T03:28:38Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002118"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "multiple"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000470 .

obo:PATO_0002119
    obo:IAO_0000115 "A structural quality which is held by a bearer when the latter exhibits an excessive accumulation of intracellular fluid."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T03:45:58Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002119"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "hydropic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002120
    obo:IAO_0000115 "A quality inhering a bearer by virtue of the bearer's ability to generate pus."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T03:56:00Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "purulent"^^xsd:string ;
    oboInOwl:id "PATO:0002120"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "suppurative"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002121
    obo:IAO_0000115 "A spatial pattern inhering in a bearer by virtue of the bearer's structureresembling an irregular meshwork with cross-linking struts."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T03:57:55Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002121"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "trabecular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000330 .

obo:PATO_0002122
    obo:IAO_0000115 "A composition quality inhering in a bearer by virtue of the bearer's being composed of more than one identifiable entities."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T04:29:17Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002122"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "mixed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002123
    obo:IAO_0000115 "Being smallest in amount, extent or degree."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T04:33:48Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002123"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "minimal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000467 .

obo:PATO_0002124
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's processing the form of a thin plate sheet or layer."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T04:37:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002124"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "laminar"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002125
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's consisting a knot-like mass."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T04:40:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002125"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "nodular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002126
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's containing bone."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T04:42:11Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "bony"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002126"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "osseous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002127
    obo:IAO_0000115 "A hardness quality of being rigid and resistant to pressure and fibrous."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T04:49:30Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002127"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "scirrhous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000386 .

obo:PATO_0002128
    obo:IAO_0000115 "A quality inhering a bearer by virtue of the bearer's containing or resembling serum."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T04:51:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002128"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "serous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002129
    obo:IAO_0000115 "A disposition inhering in a tumour by virtue of the bearer's disposition to invade surrounding tissues."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T05:02:45Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002129"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, invasive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002011 ;
    owl:disjointWith obo:PATO_0002132 .

obo:PATO_0002130
    obo:IAO_0000115 "A disposition inhering in a tumour by virtue of the bearer's disposition to invade surrounding tissues to a large extend."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T05:03:13Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002130"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, deeply invasive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002129 .

obo:PATO_0002131
    obo:IAO_0000115 "A displaced angular placement quality inhering in a body part by virtue of the bearer's movement away from the medial plane of the body."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-13T06:38:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002131"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "abduction"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002168 .

obo:PATO_0002132
    obo:IAO_0000115 "A disposition inhering in a tumour by virtue of the bearer's disposition not to invade surrounding tissues."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-06T05:04:18Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002132"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, non-invasive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002011 .

obo:PATO_0002133
    obo:IAO_0000115 "A displaced angular placement quality inhering in a body part by virtue of the bearer's movement closer the medial plane of the body."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-13T06:41:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002133"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "This term is also used in reference to the operation of the muscle in anatomy or musculature."^^xsd:string ;
    rdfs:label "adduction"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002168 .

obo:PATO_0002134
    obo:IAO_0000115 "A composition quaity inhering in a bearer by virtue of the bearer's containing of or pertaining to fibrils, or nanoscale fibers."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-26T12:53:47Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "fibrillate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002134"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fibrillary"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002135
    obo:IAO_0000115 "A duration quality of a process inhering in a bearer by virtue of the bearer's delay to complete the closure of the opening of an anatomical entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-26T01:03:17Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002135"^^xsd:string ;
    a owl:Class ;
    rdfs:label "delayed closure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000502 .

obo:PATO_0002136
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's relative inability of electromagnetism to pass through a particular material, particularly X-rays."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-26T01:14:38Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002136"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "radiopacity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001291 .

obo:PATO_0002137
    obo:IAO_0000115 "A readiopacity quality inhering in a bearer by virtue of the bearer's prevention of the passage of electromagnetic radiation."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-26T01:16:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002137"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "radiopaque"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002136 .

obo:PATO_0002138
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's disposition to being fit to be eaten."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-26T01:20:24Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "edibleness"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002138"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "edibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0002139
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer being suitable for use as food."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002140 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-26T01:21:34Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002139"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "edible"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002138 ;
    owl:disjointWith obo:PATO_0002140 .

obo:PATO_0002140
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer not being suitable for use as food."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002139 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-26T01:22:27Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002140"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "inedible"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002138 .

obo:PATO_0002141
    obo:IAO_0000115 "A density quality which lacks pattern."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-28T01:57:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002141"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregular density"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001019 .

obo:PATO_0002142
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-28T03:14:54Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002142"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bracket"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002143
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-30T02:18:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002143"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sloped downward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001481 .

obo:PATO_0002144
    obo:IAO_0000115 "A radiopacity that is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002145 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-30T03:30:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002144"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased radiopacity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002136, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002136
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002145
    obo:IAO_0000115 "A radiopacity that is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002144 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-30T03:31:31Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002145"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased radiopacity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002136, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002136
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002146
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the severity of infectious disease caused by the bearer in a target organism."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-30T05:04:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002146"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "virulence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0002147
    obo:IAO_0000115 "A virulence that is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002148 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-30T05:05:02Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "attenuated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002147"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "reduced virulence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002146, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002146
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002148
    obo:IAO_0000115 "A virulence that is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002147 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-10-30T05:13:10Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002148"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased virulence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002146, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002146
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002149
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer exhibiting increased density resulting in exhibiting increased degree of radiopacity (in X-rays)."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-03T02:59:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002149"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ivory"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001788 .

obo:PATO_0002150
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved outwards from the part of the body from which the tail arises."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-06T01:13:10Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "splayed inferior (human torso)"^^xsd:string, "splayed posterior"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002150"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "splayed caudal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001785 .

obo:PATO_0002151
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved outwards from the back or upper surface of an organism."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-06T01:14:09Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "splayed posterior (human torso)"^^xsd:string ;
    oboInOwl:id "PATO:0002151"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "splayed dorsal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001785 .

obo:PATO_0002152
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved outwards from the side."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-06T01:14:22Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002152"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "splayed lateral"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001785 .

obo:PATO_0002153
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved outwards the front of an organism."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-06T01:14:31Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "splayed anterior"^^xsd:string, "splayed superior (human torso)"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002153"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "splayed rostral"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001785 .

obo:PATO_0002154
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved outwards the abdomen of an organism."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-06T01:14:42Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "splayed anterior (human torso)"^^xsd:string, "splayed inferior (human head)"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002154"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "splayed ventral"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001785 .

obo:PATO_0002155
    obo:IAO_0000115 "A rotation quality inhering in a bearer by virtue of being rotated towards the middle of an organism."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-06T02:23:28Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "internally rotated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002155"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "medially rotated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001599 .

obo:PATO_0002156
    obo:IAO_0000115 "A rotation quality inhering in a bearer by virtue of being rotated towards the side of an organism."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-06T02:25:10Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "externally rotated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002156"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "laterally rotated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001599 .

obo:PATO_0002157
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being slightly out of its usual or proper place, or position."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-06T03:34:15Z"^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0002160"^^xsd:string ;
    oboInOwl:hasExactSynonym "partial dislocated towards"^^xsd:string, "subluxation"^^xsd:string, "suluxated towards"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002157"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "partially dislocated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001852 .

obo:PATO_0002158
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001852 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0002159
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0001852 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0002160
    obo:IAO_0000231 obo:IAO_0000227 ;
    obo:IAO_0100001 obo:PATO_0002157 ;
    a owl:Class ;
    owl:deprecated true .

obo:PATO_0002161
    obo:IAO_0000115 "Having two horns or horn-shaped branches."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-11T02:37:52Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002161"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bicornuate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002162
    obo:IAO_0000115 "A concave quality inhering in a bearer by virtue of the bearer's forming or resembling an arch of an increased apical height."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-26T02:34:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002162"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "high-arched"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001594, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001594
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002163
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's bodily structure that has protruded through an abnormal opening in the wall that contains it into the surface or boundary of another entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-11-26T04:50:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002163"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "herniated into"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001645 .

obo:PATO_0002164
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the middle."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-12-02T10:06:21Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002164"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved medial"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0002165
    obo:IAO_0000115 "To bent or hang downwards."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-12-02T03:32:55Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "sagging"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002165"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "drooping"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002166
    obo:IAO_0000115 "A duration quality of a process inhering in a bearer by virtue of the bearer's premature completion of the closure of the opening of an anatomical entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-12-02T04:10:10Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002166"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "premature closure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000694 .

obo:PATO_0002167
    obo:IAO_0000115 "A protruding quality inhering in a bearer by virtue of the bearer's bodily structure that has protruded out of the surface or boundary of another entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2009-12-02T05:19:32Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002167"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "herniated out of"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001646 .

obo:PATO_0002168
    obo:IAO_0000115 "An angular placement quality inhering in a bearer by virtue of the bearer being changed in position in relation to another entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-01-14T04:45:18Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "mislocalised to"^^xsd:string ;
    oboInOwl:id "PATO:0002168"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "displaced to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002169
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being split along the median axis."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-02-03T04:37:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002169"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "split medially"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001786 .

obo:PATO_0002170
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being split asymmetrically on one side."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-02-03T04:37:40Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002170"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "split laterally"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001786 .

obo:PATO_0002171
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being split on two side."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-02-03T04:37:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002171"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "split bilaterally"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001786 .

obo:PATO_0002172
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being split along the radial axis."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-02-03T04:42:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002172"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "split radially"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001786 .

obo:PATO_0002173
    obo:IAO_0000115 "An alignment quality inhering in a bearer by virtue of the bearer's being in a improper spatial positioning towards an additional entity."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-02-22T03:18:17Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002173"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "misaligned towards"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001654 .

obo:PATO_0002174
    obo:IAO_0000115 "An alignment quality inhering in a bearer by virtue of the bearer's being in a improper spatial positioning away from an additional entity."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-02-22T03:18:48Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002174"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "misaligned away from"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001654 .

obo:PATO_0002175
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's changed direction of position towards another entity."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-02-25T09:14:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002175"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "deviation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0002176
    obo:IAO_0000115 "A deviation quality inhering in a bearer by virtue of the bearer's changed direction of position towards the side."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-02-25T09:16:04Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002176"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "deviation towards the lateral side"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002175 .

obo:PATO_0002177
    obo:IAO_0000115 "A deviation quality inhering in a bearer by virtue of the bearer's changed direction of position towards the middle."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-02-25T09:16:56Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002177"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "deviation towards the medial side"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002175 .

obo:PATO_0002178
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being out of its usual or proper place, or position around a central point or axis."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-02-25T11:24:58Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002178"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised radially"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000628 .

obo:PATO_0002179
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards to point of attachment or origin."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-02-25T12:34:48Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002179"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalised proximally"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000628 .

obo:PATO_0002180
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being free of curves, bends, or angles."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-02-28T08:54:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002180"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "straight"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002181
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue the bearer's being changed in position."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-01T02:56:33Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002181"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "displaced"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002182
    obo:IAO_0000115 "A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:18:15Z"^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0002061"^^xsd:string ;
    oboInOwl:hasExactSynonym "relational molecular quality"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002182"^^xsd:string ;
    a owl:Class ;
    rdfs:label "molecular quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0002183
    obo:IAO_0000115 "A molecular quality that inheres in a molecular entity by virtue of whether that there is a presence of cycles in the connection of the atoms within the molecular entity."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:19:46Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002183"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cyclicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002184
    obo:IAO_0000115 "Cyclic cyclicity inheres in a molecule when the atoms of the molecule do contain at least one cycle in the atom-atom connection paths (through bonds)."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:20:54Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002184"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cyclic cyclicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002183 .

obo:PATO_0002185
    obo:IAO_0000115 "Acyclic cyclicity inheres in a molecule when the atoms within the molecule do not contain at least one cycle in the atom-atom connection paths (through the bonds)."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:21:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002185"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "acyclic cyclicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002183 .

obo:PATO_0002186
    obo:IAO_0000115 "A molecular quality that inheres in a molecular entity by virtue of whether or not the molecular entity has a separation of electric charge which leads to the molecule having an electric dipole."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:22:04Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002186"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "polarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002187
    obo:IAO_0000115 "Polar polarity is a quality that inheres in a molecular entity when the molecular entity is polar, i.e. does possess an electric dipole."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:22:49Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002187"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "polar polarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002186 ;
    owl:disjointWith obo:PATO_0002188 .

obo:PATO_0002188
    obo:IAO_0000115 "A molecular quality which inheres in a molecular entity when the molecular entity does not possess an electrical dipole."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:24:01Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002188"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "nonpolar polarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002186 .

obo:PATO_0002189
    obo:IAO_0000115 "The ease of distortion of the electron cloud of a molecular entity by an electric field."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:24:47Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002189"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "electric polarizability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002190
    obo:IAO_0000115 "A molecular quality that inheres in a molecular entity by virtue of the presence of a conjugated ring of unsaturated bonds, lone pairs, or empty orbitals that exhibit a stabilization stronger than would be expected by the stabilization of conjugation alone."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:25:27Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002190"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "aromaticity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002191
    obo:IAO_0000115 "A molecular quality that inheres in a molecular entity when it possesses at least one ring that is aromatic, i.e. A conjugated ring of unsaturated bonds, lone pairs, or empty orbitals that exhibit a stabilization stronger than would be expected by the stabilization of conjugation alone."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002192 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:25:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002191"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "aromatic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002190 ;
    owl:disjointWith obo:PATO_0002192 .

obo:PATO_0002192
    obo:IAO_0000115 "A quality that inheres in a molecular entity by virtue of the molecule possessing no rings that are aromatic."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002191 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:26:41Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002192"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-aromatic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002190 .

obo:PATO_0002193
    obo:IAO_0000115 "A molecular quality that inheres in a molecular entity by virtue of the overall electric charge of the molecule, which is due to a comparison between the total number of electrons and the total number of protons."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:28:54Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002193"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "electric charge"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002194
    obo:IAO_0000115 "A quality which inheres in a molecular entity by virtue of the molecular entity possessing the same amount of electrons overall as protons, thus having an overall neutral charge."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:29:37Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002194"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "neutral charge"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002193 ;
    owl:disjointWith obo:PATO_0002195, obo:PATO_0002196 .

obo:PATO_0002195
    obo:IAO_0000115 "A quality which inheres in a molecular entity by virtue of the molecular entity possessing more protons overall than electrons, thus having an overall positive charge."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002196 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:30:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002195"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "positive charge"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002193 ;
    owl:disjointWith obo:PATO_0002196 .

obo:PATO_0002196
    obo:IAO_0000115 "A quality which inheres in a molecular entity by virtue of the molecular entity possessing more electrons overall than protons, thus having an overall negative charge."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002195 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:30:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002196"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "negative charge"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002193 .

obo:PATO_0002197
    obo:IAO_0000115 "A quality that describes the power of an atom to attract electrons to itself ."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-10T03:31:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002197"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "electronegativity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002198
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of its constitution."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-15T04:35:27Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002198"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a substance"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0002199
    obo:IAO_0000115 "A quality which inheres in a substance by virtue of the ease with which the substance can be changed from a solid to a liquid state especially by the application of heat."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-15T04:36:57Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002199"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "meltability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0002200
    obo:IAO_0000115 "A quality which inheres in a substance by virtue of the ease with which the substance can be changed into a gaseous state."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-15T04:38:02Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002200"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "vaporizability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0002201
    obo:IAO_0000115 "A behavioral quality inhering ina bearer by virtue of the bearer's unequal distribution of fine motor skill between its left and right hands or feet."^^xsd:string ;
    oboInOwl:created_by "haendel"^^xsd:string ;
    oboInOwl:creation_date "2010-03-22T05:48:33Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002201"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:comment "Adapted from Wikipedia and the birnlex term that is dbxref'd. Added on behalf of OBI at March 2010 workshop."^^xsd:string ;
    rdfs:label "handedness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0002202
    obo:IAO_0000115 "Handedness where the organism preferentially uses the left hand or foot for tasks requiring the use of a single hand or foot or a dominant hand or foot."^^xsd:string ;
    oboInOwl:created_by "haendel"^^xsd:string ;
    oboInOwl:creation_date "2010-03-22T05:49:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002202"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "left handedness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002201 .

obo:PATO_0002203
    obo:IAO_0000115 "Handedness where the organism preferentially uses the right hand or foot for tasks requiring the use of a single hand or foot or a dominant hand or foot."^^xsd:string ;
    oboInOwl:created_by "haendel"^^xsd:string ;
    oboInOwl:creation_date "2010-03-22T05:49:19Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002203"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "right handedness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002201 .

obo:PATO_0002204
    obo:IAO_0000115 "Handedness where the organism exhibits no overall dominance in the use of right or left hand or foot in the performance of tasks that require one hand or foot or a dominant hand or foot."^^xsd:string ;
    oboInOwl:created_by "haendel"^^xsd:string ;
    oboInOwl:creation_date "2010-03-22T05:49:30Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002204"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "ambidextrous handedness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002201 .

obo:PATO_0002205
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's ability to hold an electrical charge."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-03-25T09:42:51Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002205"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:comment "Capacitance is also a measure of the amount of electrical energy stored (or separated) for a given electric potential."^^xsd:string ;
    rdfs:label "capacitance"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002206
    obo:IAO_0000115 "A maturity quality inhering to a bearer by virtue of the bearer's being at the point or short after birth."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-05-07T12:11:47Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002206"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "neonatal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000261 .

obo:PATO_0002207
    obo:IAO_0000115 "A quality that is the distance between the end of the inserted object and the surface of the object into which it penetrates."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2010-05-14T11:40:24Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002207"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "insertion depth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000040 .

obo:PATO_0002208
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of a spoon."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T12:13:12Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002208"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "spoon-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002209
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having the shape of an incisor tooth."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T12:16:04Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002209"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "incisiform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001419 .

obo:PATO_0002210
    obo:IAO_0000115 "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's resembling a teardrop."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T12:19:08Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "bulb-shaped"^^xsd:string, "bulblike"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "swollen"^^xsd:string ;
    oboInOwl:id "PATO:0002210"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bulbous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001865 .

obo:PATO_0002211
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved backward or inward."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T12:26:45Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002211"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "recurved"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0002212
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being small or narrow in circumference or width in proportion to length or height."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T01:32:26Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "gracile"^^xsd:string ;
    oboInOwl:id "PATO:0002212"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "slender"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002213
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's shape being inversely clavate."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T01:47:09Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002213"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "obclavate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002214
    obo:IAO_0000115 "A lobed quality inhering in a bearer by virtue of the bearer's being divided into or having two lobes."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T01:54:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002214"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "bilobed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001979 .

obo:PATO_0002215
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having the shape of a scythe or sickle."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T01:57:46Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "falcate"^^xsd:string, "hooked"^^xsd:string, "scythe-shaped"^^xsd:string, "sickle-shaped"^^xsd:string, "unciform"^^xsd:string, "uncinate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002215"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "falciform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002216
    obo:IAO_0000115 "A molecular quality that pertains to the post-translational modification of a protein by the covalent attachment of one or more ubiquitin monomer."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T02:00:37Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "Ubiquitylation"^^xsd:string ;
    oboInOwl:id "PATO:0002216"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ubiquinated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002217
    obo:IAO_0000115 "A molecular quality inhering in a bearer by virtue of the bearer's being combined, or impregnated, with nitric acid, or some of its compounds."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T02:04:03Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002217"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "nitrated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002218
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's loss of myelin sheath."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-08T02:08:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002218"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "For example loss of myelin sheath from a normally myelinated axon or dendrite."^^xsd:string ;
    rdfs:label "demyelinated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002219
    obo:IAO_0000115 "A quality inhering in a bearer that is shaped in the form of a fan."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-09T01:43:42Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "fan-like"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002219"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fan-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0002220
    obo:IAO_0000115 "A quality inhering in a protein or a molecule by virtue of the bearer's having a phosphate (PO4) group."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002263 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-09T01:50:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002220"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "phosphorylated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002262 ;
    owl:disjointWith obo:PATO_0002263 .

obo:PATO_0002221
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being phosphorylated to a more than normal extent, or fully saturated with phosphate groups."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002222 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-09T01:51:52Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "hyperphosphorylated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002221"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased phosphorylation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002220, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002220
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002222
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being phosphorylated to a lesser than normal extent, or less than fully."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002221 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-09T01:54:22Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "hypophosporylated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002222"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased phosphorylation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002220, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002220
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002223
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having reacted with oxygen, or been modified by oxidation (the reaction in which the atoms of an element lose electrons and the valence of the element increases)."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-09T01:59:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002223"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "oxidized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002224
    obo:IAO_0000115 "An angular shape quality inhering in a bearer by virtue of the bearer's having a single angle in its length giving the bearer the form of the letter V."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-13T04:12:13Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002224"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "V-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001977 .

obo:PATO_0002225
    obo:IAO_0000115 "An angular shape quality inhering in a bearer by virtue of the bearer's having a single angle in its length giving the bearer the form of the letter L."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-13T04:14:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002225"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "L-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001977 .

obo:PATO_0002226
    obo:IAO_0000115 "A cylindrical shape quality inhering in a bearer by virtue of the bearer's being imperfectly cylindrical or approximately cylindrical."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-13T04:22:30Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002226"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subcylindrical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001873 .

obo:PATO_0002227
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's shape form resembling the shape of a cup."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-13T04:29:32Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "cup-like"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002227"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cup-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002228
    obo:IAO_0000115 "A tapered shape quality inhering in a bearer by virtue of the bearer's tapering gradually to a sharp point."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-15T09:03:18Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002228"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "acuminate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001500 .

obo:PATO_0002229
    obo:IAO_0000115 "A quadrangular shape quality inhering in a bearer by virtue of the bearer's being approximately rectangular."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-19T12:18:57Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002229"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subrectangular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001988 .

obo:PATO_0002230
    obo:IAO_0000115 "A triangular shape quality inhering in a bearer by virtue of the bearer's being nearly, but not perfectly, triangular."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-19T12:20:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002230"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subtriangular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001875 .

obo:PATO_0002231
    obo:IAO_0000115 "A split shape quality inhering in a bearer by virtue of the bearer's having or being divided into many lobes or similar segments."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-19T12:23:02Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002231"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multifid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001786 .

obo:PATO_0002232
    obo:IAO_0000115 "A 2-D shape quality inhering in a bearer by virtue of the bearer's having shape or form of half a circle."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-19T01:02:27Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "half circle"^^xsd:string, "semicircle"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002232"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "semicircular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0002233
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located far (not close to) in space in relation to another entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-19T02:43:53Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "distant from"^^xsd:string, "remote from"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002233"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "far from"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002234
    obo:IAO_0000115 "A notched shape quality inhering in a bearer by virtue of the bearer's having a notched tip or edge."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-19T04:25:58Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002234"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "emarginate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001495 .

obo:PATO_0002235
    obo:IAO_0000115 "A tapered shape quality inhering in a bearer by virtue of the bearer's being flat, slender, and tapering to a point."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-19T04:29:05Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "blade-shaped"^^xsd:string, "ensiform"^^xsd:string, "sword-like"^^xsd:string, "sword-shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002235"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "blade-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001500 .

obo:PATO_0002236
    obo:IAO_0000115 "Shape quality inhering in a bearer by virtue of the bearer's being shaped like a wing."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-23T02:19:14Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "wing-shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002236"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "aliform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0002237
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved backward or downward."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-23T02:22:09Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002237"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "retrorse"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0002238
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved forward or upward."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-23T02:22:56Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002238"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "antrorse"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0002239
    obo:IAO_0000115 "A concave 3-D shape that inheres in the bearer by virtue of the bearer's nearly) symmetric shape wide at its ends and narrow in the middle, resembling the figure of number 8."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-23T02:25:24Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "figure 8 shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002239"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hourglass-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002240
    obo:IAO_0000115 "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's shape resembling falling drop."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-23T02:31:11Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "drop shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002240"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "teardrop-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0002241
    obo:IAO_0000115 "A lobed quality inhering in a bearer by virtue of the bearer's being divided into or having three lobes."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-28T12:57:46Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002241"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "trilobed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001979 .

obo:PATO_0002242
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's rate of change of the position."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-28T02:52:48Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002242"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "velocity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001906 .

obo:PATO_0002243
    obo:IAO_0000115 "A physical quality inhering in a fluid (liquid or gas) by virtue of the amount of fluid which passes through a given surface per unit time."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-28T03:00:20Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "volume flow rate"^^xsd:string, "volumetric flow rate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002243"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "fluid flow rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001574 .

obo:PATO_0002244
    obo:IAO_0000115 "A flow rate quality inhering in a substance by virtue of the mass of substance which passes through a given surface per unit time."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-07-28T03:02:03Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002244"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "mass flow rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001574 .

obo:PATO_0002245
    obo:IAO_0000115 "A force which relative high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002246 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-08-04T11:12:20Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "increased force amplitude"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002245"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased force"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001035, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001035
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002246
    obo:IAO_0000115 "A force which is relative low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002245 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-08-04T11:13:13Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "decreased force amplitude"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002246"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased force"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001035, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001035
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002247
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's having or lacking of substances produced by living organisms that have a color resulting from selective color absorption."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-08-09T04:14:00Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002247"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "degree of pigmentation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141, [
        a owl:Restriction ;
        owl:onProperty pato:correlates_with ;
        owl:someValuesFrom obo:PATO_0000014
    ] .

obo:PATO_0002248
    obo:IAO_0000115 "A degree of pigmentation quality inhering in a bearer by virtue of the bearer's having substances produced by living organisms that have a color resulting from selective color absorption."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002249 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-08-09T04:16:49Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002248"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pigmented"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002247 ;
    owl:disjointWith obo:PATO_0002249 .

obo:PATO_0002249
    obo:IAO_0000115 "A degree of pigmentation quality inhering in a bearer by virtue of the bearer's lacking substances produced by living organisms that have a color resulting from selective color absorption."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002248 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-08-09T04:17:04Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "depigmented"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002249"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "unpigmented"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002247 .

obo:PATO_0002250
    obo:IAO_0000115 "A degree of pigmentation quality that is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002251 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-08-09T04:17:19Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "hyperpigmented"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002250"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased pigmentation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002248, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002248
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002251
    obo:IAO_0000115 "A degree of pigmentation quality that is relative low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002250 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-08-09T04:17:37Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "hypopigmented"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002251"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased pigmentation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002248, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002248
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002252
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being flattened along the antero-posterior axis."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-08-16T03:57:42Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "antero-posteriorly compressed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002252"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "antero-posteriorly flattened"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002254 .

obo:PATO_0002253
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being roundish, flattish shape, possibly with a slightly angled edge."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-08-16T03:57:48Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "plate-like"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002253"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "platelike"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000407 .

obo:PATO_0002254
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's surface becoming more extended in a plane."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-08-16T03:59:34Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "compressed"^^xsd:string ;
    oboInOwl:id "PATO:0002254"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Becoming flat but not necessarily completely flat."^^xsd:string ;
    rdfs:label "flattened"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001591 .

obo:PATO_0002255
    obo:IAO_0000115 "Texture quality inhering in a bearer by virtue of the bearer's being marked with one or more channels."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-01T10:27:48Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "channeled"^^xsd:string, "creased"^^xsd:string ;
    oboInOwl:id "PATO:0002255"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "grooved"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0002256
    obo:IAO_0000115 "A cuscpidate quality inhering in a bearer by virtue of the bearer possessing three cusps."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-08T02:21:50Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "tricuspid"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002256"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tricuspidate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002257 .

obo:PATO_0002257
    obo:IAO_0000115 "A cuscpidate quality inhering in a bearer by virtue of the bearer possessing more than one cusp."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-08T02:23:22Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002257"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multicuspidate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001973 .

obo:PATO_0002258
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a point."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-08T03:15:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002258"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pointed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001419 .

obo:PATO_0002259
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located near in space in relation to another entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-08T03:20:06Z"^^xsd:string ;
    oboInOwl:hasAlternativeId "PATO:0001771"^^xsd:string ;
    oboInOwl:hasExactSynonym "approaches"^^xsd:string, "close to"^^xsd:string, "near to"^^xsd:string, "vicinity of"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002259"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "adjacent to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002260
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being partially upright in position or posture."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-08T03:27:21Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "semi upright"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002260"^^xsd:string ;
    a owl:Class ;
    rdfs:label "semi erect"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000622 .

obo:PATO_0002261
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's location within another entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-09T09:36:56Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002261"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "located in"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002262
    obo:IAO_0000115 "A quality inhering in a protein or a molecule by virtue of the addition of a phosphate (PO4) group to the bearer."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-16T08:57:56Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002262"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "phosphorylation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002182 .

obo:PATO_0002263
    obo:IAO_0000115 "A quality inhering in a protein or a molecule by virtue of the bearer's lacking a phosphate (PO4) group."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002220 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-16T09:04:21Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002263"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dephosphorylated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002262 .

obo:PATO_0002264
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being arranged in a systematic fashion."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-16T10:22:52Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002264"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "organization quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002265
    obo:IAO_0000115 "A behavioral quality of a process inhering in a bearer by virtue of the bearer's disposition to exhibit marked activity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-09-21T06:56:58Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002265"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "behavioural activity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000186 .

obo:PATO_0002266
    obo:IAO_0000115 "A shape that inheres in a 3 dimensional entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-10-05T12:31:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002266"^^xsd:string ;
    a owl:Class ;
    rdfs:label "3-D shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002267
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-10-05T12:34:31Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002267"^^xsd:string ;
    a owl:Class ;
    rdfs:label "edge shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002268
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being located in a position equidistant from edges."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-10-05T01:09:32Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002268"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "centered"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002269
    obo:IAO_0000115 "A structural quality of the collection or massing of one physical object within another physical object."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-10-26T01:57:02Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "pooled"^^xsd:string ;
    oboInOwl:id "PATO:0002269"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "accumulation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002270
    obo:IAO_0000115 "An increased number of physical objects that are accumulated within another physical object usually as a result of a failure to break down or remove objects in a timely manner."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002271 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-10-26T02:00:20Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "accumulated"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002270"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased accumulation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002269 .

obo:PATO_0002271
    obo:IAO_0000115 "An accumulation which is relative low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002270 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-10-26T02:04:45Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002271"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased accumulation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002269 .

obo:PATO_0002272
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located at the same continuous distance relative to another object."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-10-26T02:07:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002272"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "parallel to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002273
    obo:IAO_0000115 "Multicolored quality inhering in a bearer by virtue of the bearer's being colored with a variegated pattern resembling marble,."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-11-16T11:17:32Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002273"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "marbled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001533 .

obo:PATO_0002274
    obo:IAO_0000115 "Multicolored quality inhering in a bearer by virtue of the bearer's being dappled with spots, patches, or blotches of different colors."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-11-16T11:22:57Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002274"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mottled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001533 .

obo:PATO_0002275
    obo:IAO_0000115 "A color pattern quality inhering in a bearer by virtue of the bearer's color pattern in which light and dark colors (for example white and black) are codistributed to create a visual impression."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-11-16T11:24:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002275"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "high contrast color pattern"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000019 .

obo:PATO_0002276
    obo:IAO_0000115 "A color pattern inhering in a bearer by virtue of bearer's exhibiting vertical bars of one hue or degree of saturation crossing another."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-11-16T11:30:40Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002276"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "barred"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001533 .

obo:PATO_0002277
    obo:IAO_0000115 "A quality of certain surfaces which appear to change colour as the angle of view changes."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2010-12-12T12:37:41Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002277"^^xsd:string ;
    a owl:Class ;
    rdfs:label "iridescent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001615 .

obo:PATO_0002278
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's participating in a joint with another entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2011-01-20T05:39:18Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002278"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "articulated with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001961 .

obo:PATO_0002279
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being strongly articulated with another entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2011-01-20T05:39:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002279"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "tightly articulated with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002278 .

obo:PATO_0002280
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's possessing a broad surface in articulation with another entity."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2011-01-20T05:40:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002280"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "broadly articulated with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002278 .

obo:PATO_0002281
    obo:IAO_0000115 "A cuscpidate quality inhering in a bearer by virtue of the bearer possessing two cusps."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2011-02-07T03:13:18Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "bicuspid"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002281"^^xsd:string ;
    a owl:Class ;
    rdfs:label "biscupidate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002257 .

obo:PATO_0002282
    obo:IAO_0000115 "A mobility which is relative high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002283 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2011-03-09T09:16:03Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002282"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased mobility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000299, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000299
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002283
    obo:IAO_0000115 "A mobility which is relative low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002282 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2011-03-09T09:16:47Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002283"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased mobility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000299, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000299
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002284
    obo:IAO_0000115 "A physical quality that pertains by virtue of a pulling force that is directed away from the bearer and attempts to stretch or elongate the bearer."^^xsd:string ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2011-03-10T08:41:21Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002284"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "tension"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0002285
    obo:IAO_0000115 "Branchiness quality inhering in a bearer by virtue of increasing the degree to which there are subdivisions or offshoots in a bearer entity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002286 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2011-03-10T09:07:57Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002285"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased branchiness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0002286
    obo:IAO_0000115 "Branchiness quality inhering in a bearer by virtue of decreasing the degree to which there are subdivisions or offshoots in a bearer entity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002285 ;
    oboInOwl:created_by "george"^^xsd:string ;
    oboInOwl:creation_date "2011-03-10T09:08:37Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002286"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased branchiness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0002287
    obo:IAO_0000115 "An elasticity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002288 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-03-30T11:50:21Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002287"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased elasticity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001171, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001171
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002288
    obo:IAO_0000115 "An elasticity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002287 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-03-30T11:50:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002288"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased elasticity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001171, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001171
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002289
    obo:IAO_0000115 "A hairy quality inhering in a bearer by virtue of the bearer's being covered with setae."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-04-04T08:44:10Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002289"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Setose as a label is used extensively to describe insect phenotypes that have hairy-like appearances (i.e., they are covered in setae, not the hairs of mammals). A bristle is a type of seta."^^xsd:string ;
    rdfs:label "setose"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000454 .

obo:PATO_0002290
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-04-18T05:11:33Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002290"^^xsd:string ;
    a owl:Class ;
    rdfs:label "aplastic/hypoplastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0002291
    obo:IAO_0000115 "Absence of a tissue or organ due to failure to develop."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-04-18T05:17:34Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002291"^^xsd:string ;
    a owl:Class ;
    rdfs:label "agenesis"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000462 .

obo:PATO_0002292
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's underlying structure being capable of change."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-05-03T03:01:59Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "transient structure"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002292"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "For example, structures undergoing endochondral ossification change in composition from cartilaginous to ossified."^^xsd:string ;
    rdfs:label "transient"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 ;
    owl:disjointWith obo:PATO_0002293 .

obo:PATO_0002293
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's underlying structure not changing over time."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-05-03T03:03:50Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "permanent structure"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002293"^^xsd:string ;
    a owl:Class ;
    rdfs:label "permanent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002294
    obo:IAO_0000115 "A texture that is uniformly covered in short, oblong, or trench-like depressions."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-05-03T03:12:47Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002294"^^xsd:string ;
    a owl:Class ;
    rdfs:label "scrobiculate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0002295
    obo:IAO_0000115 "A surface feature shape inhering in a surface by virtue of the bearer's being divided by ridge-like structures into a number of small, irregular spaces."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-05-17T07:57:45Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002295"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "areolate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0002296
    obo:IAO_0000115 "A texture quality inhering in a surface by virtue of the bearer's being marked by the presence of small, shallow, regular depressions called fovae."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-05-17T07:59:30Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "foveolate"^^xsd:string, "pitted"^^xsd:string ;
    oboInOwl:id "PATO:0002296"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "foveate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0002297
    obo:IAO_0000115 "A cellular motility which is lower relative to the normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002298 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002297"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased cellular motility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001488, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001488
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002298
    obo:IAO_0000115 "A cellular motility which is higher relative to the normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002297 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002298"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased cellular motility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001488, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001488
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002299
    obo:IAO_0000115 "A cylindrical shape that is hollow."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-06-08T06:33:50Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "tube like"^^xsd:string, "tube-shaped"^^xsd:string, "tubulate"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002299"^^xsd:string ;
    a owl:Class ;
    rdfs:label "tubular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001873, obo:PATO_0002078 .

obo:PATO_0002300
    obo:IAO_0000115 "A quality that has a value that is increased compared to normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002301 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-06-16T06:39:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002300"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000069, [
        a owl:Restriction ;
        owl:onProperty pato:increased_in_magnitude_relative_to ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000001
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002301
    obo:IAO_0000115 "A quality that has a value that is decreased compared to normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002300 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-06-16T06:40:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002301"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000069, [
        a owl:Restriction ;
        owl:onProperty pato:decreased_in_magnitude_relative_to ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000001
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002302
    obo:IAO_0000115 "A quality of a process that has a value that is decreased compared to normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002304 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-06-16T06:50:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002302"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased process quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001236
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002303
    obo:IAO_0000115 "A quality of an object that has a value that is decreased compared to normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002305 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-06-16T06:51:54Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002303"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased object quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241, obo:PATO_0002301 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001241
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002304
    obo:IAO_0000115 "A quality of a process that has a value that is increased compared to normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002302 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-06-16T06:53:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002304"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased process quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001236
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002305
    obo:IAO_0000115 "A quality of an object that has a value that is increased compared to normal or average."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002303 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-06-16T06:54:01Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002305"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased object quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241, obo:PATO_0002300 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001241
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002306
    obo:IAO_0000115 "A triangular quality inhering in a bearer by virtue of the bearer's having all sides of the same length."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-06-27T11:22:50Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002306"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "equilateral triangular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001875 ;
    owl:disjointWith obo:PATO_0002307, obo:PATO_0002308 .

obo:PATO_0002307
    obo:IAO_0000115 "A triangular quality inhering in a bearer by virtue of the bearer's having two sides have the same length."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-06-27T11:23:52Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002307"^^xsd:string ;
    oboInOwl:inSubset pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "isosceles triangular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001875 ;
    owl:disjointWith obo:PATO_0002308 .

obo:PATO_0002308
    obo:IAO_0000115 "A triangular quality inhering in a bearer by virtue of the bearer's having all sides of unequal length."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-06-27T11:24:24Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002308"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "scalene triangular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001875 .

obo:PATO_0002309
    obo:IAO_0000115 "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's exhibiting a by virtue of the bearer's exhibiting a consistently sized and approximately round cross-section along its length, which is many times larger than its diameter."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-09-09T04:50:10Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002309"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Note that a fiber shaped object may take any circuitous or straight path through space (think of a length of string or rope)."^^xsd:string ;
    rdfs:label "fiber shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002226 .

obo:PATO_0002310
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being strong, thick or sturdy."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-09-20T06:23:31Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002310"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "robust"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002311
    obo:IAO_0000115 "Having a fringe or border of hairlike or fingerlike projections."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-09-22T03:52:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002311"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fimbriated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002312
    obo:IAO_0000115 "Consisting of segments or similar parts arranged in a longitudinal series."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-03T03:42:23Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002312"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "segmented"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002313
    obo:IAO_0000115 "Having or resembling the shape of a telescope."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-03T03:49:26Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002313"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "telescopic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002314
    obo:IAO_0000115 "Having the nature or characteristic of, a ligament; composed of the tissue proper to ligaments."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-03T03:57:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002314"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ligamentous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002315
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's resembling the end of a brush with a multitude of bristles."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-03T03:59:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002315"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "brush-like shape"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002316
    obo:IAO_0000115 "Being separate or discrete from other skeletal elements."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-03T04:17:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "free"^^xsd:string ;
    oboInOwl:id "PATO:0002316"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "autogenous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002317
    obo:IAO_0000115 """A convex quadrilateral is a parallelogram if and only if any one of the following statements are true:
1. Each diagonal divides the quadrilateral into two congruent triangles with the same orientation.
2. The opposite sides are congruent in pairs.
3. The diagonals bisect each other.
4. The opposite angles are congruent in pairs.
5. The sum of the squares of the sides equals the sum of the squares of the diagonals. (This is the parallelogram law)
6.It possesses rotational symmetry.
7.One pair of opposite sides are parallel and congruent.
8.Two pairs of adjacent angles are supplementary."""^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-12T12:33:07Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002317"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "parallelogram"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001988 .

obo:PATO_0002318
    obo:IAO_0000115 "A shape constituting a transition between a rectangle and a circle; a closed curve, of which the circle and ellipse are special cases, whose parametric equation is x = a.cos2/rt, y = b.cos2/rt"^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-12T12:45:16Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "Lamé curve"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002318"^^xsd:string ;
    a owl:Class ;
    rdfs:label "superelliptic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0002319
    obo:IAO_0000115 "A shape with properties between those of a square and those of a circle."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-12T12:47:48Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002319"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "squircle"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002318 .

obo:PATO_0002320
    obo:IAO_0000115 "A superelptic shape inhering in a bearer by virtue of the bearer's shape resembling a diamond."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-12T12:49:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002320"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "diamond shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002318 .

obo:PATO_0002321
    obo:RO_0002604 obo:PATO_0002322 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-12T12:50:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002321"^^xsd:string ;
    a owl:Class ;
    rdfs:label "hypoelliptic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002318 .

obo:PATO_0002322
    obo:RO_0002604 obo:PATO_0002321 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-10-12T12:51:19Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002322"^^xsd:string ;
    a owl:Class ;
    rdfs:label "hyperelliptic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002318 .

obo:PATO_0002323
    obo:IAO_0000115 "A temporal distribution pattern of process occurrences within a regulation/reference process."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-11-22T01:12:28Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002323"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "temporal distribution quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002062 .

obo:PATO_0002324
    obo:IAO_0000115 "The temporal relation between the end of the process with respect to a reference process."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-11-23T11:46:00Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "completeness"^^xsd:string, "extent"^^xsd:string ;
    oboInOwl:id "PATO:0002324"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "offset quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002323 .

obo:PATO_0002325
    obo:IAO_0000115 "The temporal relation between the start of the process with respect to a reference process."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-11-23T11:47:34Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "initiation"^^xsd:string ;
    oboInOwl:id "PATO:0002325"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "onset quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002323 .

obo:PATO_0002326
    obo:IAO_0000115 "An orientation inhering in a bearer by virtue of the bearer's placement at an angle."^^xsd:string ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-11-23T12:06:09Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002326"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "angle"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002327
    obo:IAO_0000115 "An angle which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002328 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-11-23T12:06:38Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002327"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased angle to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001475, obo:PATO_0002326 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002326
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002328
    obo:IAO_0000115 "An angle which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002327 ;
    oboInOwl:created_by "George Gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2011-11-23T12:06:54Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002328"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased angle to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001476, obo:PATO_0002326 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002326
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002329
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's exhibiting a upward bending of its leaves or other plant parts."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T11:40:23Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002329"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hyponastic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002330
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being extended along a straight line, and is shaped like a reversed lance-point, with the tapering point attached to the leafstalk."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T11:57:54Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002330"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "oblanceolate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001199 .

obo:PATO_0002331
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer exhibiting molecular attraction to another entity in contact."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002332 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T12:28:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "resinous"^^xsd:string ;
    oboInOwl:id "PATO:0002331"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "adhesive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001431 .

obo:PATO_0002332
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer not exhibiting molecular attraction to another entity in contact."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002331 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T12:28:57Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "non-resinous"^^xsd:string ;
    oboInOwl:id "PATO:0002332"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "non-adhesive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001431 .

obo:PATO_0002333
    obo:IAO_0000115 "A adhesivity which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002334 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T12:32:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002333"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased adhesivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0002331 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002331
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002334
    obo:IAO_0000115 "A adhesivity which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002333 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T12:42:22Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002334"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased adhesivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0002331 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002331
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002335
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being dome-shaped."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T02:32:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002335"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tholiform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002336
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having triangular faces that meet at a common point and containing a polygonal shaped base."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T02:35:02Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002336"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pyramidal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002337
    obo:IAO_0000115 "A spheroid quality inhering in a bearer by virtue of the bearer's exhibiting a continuous convex surface with an axis of symmetry and one axis longer than the other; characterized with an egg-shaped form crossed with a lance-head shaped form."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T02:43:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002337"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lance-ovate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001877 .

obo:PATO_0002338
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being shaped like a lance-head, considerably longer than wide, tapering towards the tip from below the middle together forming three angles; attached at the broad end."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T02:46:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002338"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lanceolate-triangular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001877 .

obo:PATO_0002339
    obo:IAO_0000115 "A quality of being covered with stiff or rough hairs."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T02:51:37Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002339"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hispid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000454 .

obo:PATO_0002340
    obo:IAO_0000115 "A quality of being minutely hispid."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T02:53:21Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002340"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hispidulous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002339 .

obo:PATO_0002341
    obo:IAO_0000115 "A quality of being covered with short, dense, matted hairs."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T02:55:56Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002341"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tomentose"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000454 .

obo:PATO_0002342
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being a cupule, with a structure similar to a cup that also encloses the ovule in partiality."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T02:59:07Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002342"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cupulate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002227 .

obo:PATO_0002343
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's lying or growing on the ground but with erect or rising tips."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T03:13:12Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002343"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decumbent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000631 .

obo:PATO_0002344
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being characterized by fine, entangled hairs giving the appearance of cobweb."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T03:49:00Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002344"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "arachnose"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000454 .

obo:PATO_0002345
    obo:IAO_0000115 "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's having a quadric surface in three dimensions obtained by rotating less than half of a circular arc about an axis passing through the endpoints of the arc"^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T03:55:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002345"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lemon-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0002346
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's having two connected parts, roughly spherical, of different sizes."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T03:58:10Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002346"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "snowman-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002347
    obo:IAO_0000115 "A conical quality inhering in a bearer by virtue of the bearer's resembling a cone, with the pointed end attached to an organism."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T04:05:28Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002347"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "obconical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002021 .

obo:PATO_0002348
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer resembling wood."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T04:06:50Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002348"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ligneous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002349
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the base of an organism relative to another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T04:12:25Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002349"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "basal to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002350
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the stalk of an organism relative to another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T04:13:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002350"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cauline to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002351
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer resembling or containing flesh."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T04:15:30Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002351"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fleshy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002352
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's upper parts die back to the rootstock at the end of the growing season."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T04:29:36Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002352"^^xsd:string ;
    oboInOwl:inSubset pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "herbaceous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001729 .

obo:PATO_0002353
    obo:IAO_0000115 "A quality that inheres in a bearer in virtue of its realizing one of its functions."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T04:51:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002353"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "activation quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001509 .

obo:PATO_0002354
    obo:IAO_0000115 "A quality of an physical object that is currently realizing one of its functions."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002355 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T04:52:04Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002354"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "active"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002353 .

obo:PATO_0002355
    obo:IAO_0000115 "A quality of a physical object that is currently realizing none of its functions."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002354 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T04:52:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002355"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "inactive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002353 .

obo:PATO_0002356
    obo:IAO_0000115 "A quality of a physical object that has been constantly realizing some of its functions."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-01-31T04:52:24Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002356"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "constitutively active"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002354 .

obo:PATO_0002357
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a strait side and an arched side giving the bearer the form of the letter D."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-02-21T11:46:51Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002357"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "D-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0002358
    obo:IAO_0000115 "An elongated raised margin or border."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-02-21T12:27:39Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "ridge-like"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002358"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ridged"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002359
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's width being notably higher than its length."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-03-13T06:04:00Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002359"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "broad"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002360
    obo:IAO_0000115 "A disposition that can be compared on a linear scale - that is that it can be increased or decreased."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-03-16T06:31:50Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002360"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "tendency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001727 .

obo:PATO_0002361
    obo:IAO_0000115 "A tendency which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002362 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-03-16T06:31:57Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002361"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased tendency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0002360 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002360
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002362
    obo:IAO_0000115 "A tendency which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002361 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-03-16T06:32:57Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002362"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased tendency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0002360 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002360
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002363
    obo:IAO_0000115 "A medium brown color with a metallic sheen, resembles the actual alloy bronze."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-05-03T11:08:18Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002363"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bronze"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0002364
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's length being notably lower than its width."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001154 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-04-18T06:31:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002364"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "shortened"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002365
    obo:IAO_0000115 "Female quality of having complete, unaltered reproductive organs"^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-05-03T11:18:41Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002365"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "intact female"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000383 .

obo:PATO_0002366
    obo:IAO_0000115 "Male quality of having complete, unaltered reproductive organs."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-05-03T11:19:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002366"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "intact male"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000384 .

obo:PATO_0002367
    obo:IAO_0000115 "Male quality of being incapable to reproduce because of functional loss of the testicles from surgical removal or chemical means."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-05-03T11:22:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002367"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "castrated male"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000384 .

obo:PATO_0002368
    obo:IAO_0000115 "A viviparous organism having never given birth."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-05-03T11:25:25Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002368"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "nulliparous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002370 .

obo:PATO_0002369
    obo:IAO_0000115 "A viviparous organism that has given birth two or more times."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-05-03T11:26:34Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002369"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multiparous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002370, obo:PATO_0040028 .

obo:PATO_0002370
    obo:IAO_0000115 "The number of time that a viviparous organism has given birth."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-05-03T11:27:56Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002370"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "parity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001434 .

obo:PATO_0002371
    obo:IAO_0000115 "A viviparous organism having given birth one time."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-05-03T11:29:38Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002371"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "primiparous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002370, obo:PATO_0040028 .

obo:PATO_0002372
    obo:IAO_0000115 "A viviparous organism that has given birth five or more times."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-05-03T11:30:28Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002372"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "grand multiparous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002369 .

obo:PATO_0002373
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's location of features or characteristics along the mediolateral axis."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T01:49:04Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002373"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mediolateral polarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001769 .

obo:PATO_0002374
    obo:IAO_0000115 "Recurrent and often more or less cyclic alteration."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T01:52:36Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002374"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "fluctuating"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001227 .

obo:PATO_0002375
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's shape form resembling the shape of a trumpet."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T02:45:17Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002375"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "trumpet-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002376
    obo:IAO_0000115 "A structure quality inhering in a bearer by virtue of the bearer's being filled with air."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002377 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T02:55:10Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "air-filled"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002376"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "inflated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0002377
    obo:IAO_0000115 "A structure quality inhering in a bearer by virtue of the bearer's being not filed with air."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002376 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T02:56:07Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002377"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "uninflated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0002378
    obo:IAO_0000115 "Having a shape that resembles a many-lobed \"berry,\" such as a raspberry."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T02:58:05Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002378"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "acinus"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001979 .

obo:PATO_0002379
    obo:IAO_0000115 "A female fertility quality inhering in a female by virtue of the bearer's not being capable of reproducing because of surgical removal of ovaries and uterus."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T03:04:28Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002379"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ovariohysterectomized female"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000892 .

obo:PATO_0002380
    obo:IAO_0000115 "A female fertility quality inhering in a female by virtue of the bearer's not being capable of reproducing because of surgical removal of ovaries."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T03:06:12Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002380"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ovariectomized female"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000892 .

obo:PATO_0002381
    obo:IAO_0000115 "A composition quality inhering in an bearer by virtue of the presence of long chain aliphatic lipids on the surface of an organism."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T03:17:00Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002381"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "waxiness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002382
    obo:IAO_0000115 "A waxiness which is relatively high."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002383 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T03:18:03Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002382"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased waxiness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0002381 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002381
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002383
    obo:IAO_0000115 "A waxiness which is relatively low."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002382 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T03:18:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002383"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased waxiness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0002381 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002381
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002384
    obo:IAO_0000115 "Presence of long chain aliphatic lipids on the surface of an organism."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T03:18:21Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002384"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "waxy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002381 .

obo:PATO_0002385
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being marked by narrow lines, usually parallel, with at least one salient angle on the margin"^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-05T05:17:07Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002385"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "striate-angular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001410 .

obo:PATO_0002386
    obo:IAO_0000115 "A concave 3-D shape that inheres in the bearer by virtue of the bearer's shape that is wider at one end and narrow in the middle."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-07-23T03:13:41Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "anvil shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002386"^^xsd:string ;
    a owl:Class ;
    rdfs:label "anvil"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002387
    obo:IAO_0000115 "Extremely acute and aggressive onset of a pathological process."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-09-15T02:57:46Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "per-acute"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002387"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "peracute"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000389 .

obo:PATO_0002388
    obo:IAO_0000115 "Being supported by a peduncle or stalk."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-10-12T01:10:41Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002388"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "pedunculate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002389
    obo:IAO_0000115 "Growing horizontal to the ground without setting roots."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-10-12T01:33:50Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002389"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "procumbent"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000631 .

obo:PATO_0002390
    obo:IAO_0000115 "A length quality which is equal to the length of any straight line segment that passes from the center of a circle to any endpoint on the circular boundary. The radius is half of the diameter."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-11-15T05:17:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002390"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:scalar_slim ;
    a owl:Class ;
    rdfs:label "radius"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000122 .

obo:PATO_0002391
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having three rays or radiating branches."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-11-15T05:19:32Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002391"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "triradiate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002392
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located on a sloping line joining two nonconsecutive points of an entity relative to another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-11-15T05:21:51Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002392"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "diagonal to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002393
    obo:IAO_0000115 "A tolerance quality inhering in a bearer by virtue of the bearer's increased ability to endure a stimulus."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002394 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-11-15T05:32:07Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002393"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased tolerance to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000515, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000515
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002394
    obo:IAO_0000115 "A tolerance quality inhering in a bearer by virtue of the bearer's decreased ability to endure a stimulus."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002393 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-11-15T05:33:05Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002394"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased tolerance to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000515, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000515
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002395
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being positioned away from the axis of an organism."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-11-20T04:13:32Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002395"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalized abaxially"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000628 .

obo:PATO_0002396
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the axis of an organism."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-11-20T04:15:12Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002396"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mislocalized adaxially"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000628 .

obo:PATO_0002397
    obo:IAO_0000115 "A circular shape quality inhering in a bearer by virtue of the bearer's being nearly, but not perfectly, circular."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-07T05:32:18Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "round"^^xsd:string, "rounded"^^xsd:string ;
    oboInOwl:id "PATO:0002397"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subcircular"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0002398
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-07T05:34:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002398"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete <new term>"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0002399
    obo:IAO_0000115 "A rotation quality inhering in a bearer by virtue of being rotated towards the front and the middle of an organism."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-07T05:41:01Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002399"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteromedially rotated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001599 .

obo:PATO_0002400
    obo:IAO_0000115 "Having a spindle-like shape that is wide in the middle and tapers at both ends."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-07T05:43:25Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002400"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fusiform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001409 .

obo:PATO_0002401
    obo:IAO_0000115 "characterised by an unidentifiable pattern."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:37:55Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002401"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "random pattern"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0002402
    obo:IAO_0000115 "Multiple lesions some interconnecting with each other."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:40:18Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002402"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "multifocal to coalescing"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001791 .

obo:PATO_0002403
    obo:IAO_0000115 "Affecting all regions without specificity of distribution."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:41:37Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "generalised"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002403"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "generalized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0002404
    obo:IAO_0000115 "Affecting a segment or segments."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:43:13Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002404"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "segmental"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000060 .

obo:PATO_0002405
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's disposition to be reduced to smaller pieces with little effort."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:47:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002405"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "friability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002406
    obo:IAO_0000115 "Easily reduced to powder or easily fragmentable or crumbly."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:48:30Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002406"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "friable"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002405 .

obo:PATO_0002407
    obo:IAO_0000115 "Having become firm or hard especially by increase of fibrous elements."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:49:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002407"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "indurated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002405 .

obo:PATO_0002408
    obo:IAO_0000115 "Having the consistency of water."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:51:32Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002408"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "watery"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002409
    obo:IAO_0000115 "Bounded structure filled with fluid."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:53:18Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002409"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "fluid-filled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002014 .

obo:PATO_0002410
    obo:IAO_0000115 "A colour that is very pale yellowish brown."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:54:55Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002410"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "beige"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002413 .

obo:PATO_0002411
    obo:IAO_0000115 "A color consisting of yellow and brown hue."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:55:51Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002411"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "yellow brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000952 .

obo:PATO_0002412
    obo:IAO_0000115 "A color consisting of yellow and brown hue and low brightness."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:56:22Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002412"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dark yellow brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002411 .

obo:PATO_0002413
    obo:IAO_0000115 "A color consisting of yellow and brown hue and high brightness."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:57:27Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002413"^^xsd:string ;
    a owl:Class ;
    rdfs:label "light yellow brown"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002411 .

obo:PATO_0002414
    obo:IAO_0000115 "A quality of duration having progressive course of indefinite duration with active, acute-like elements."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T10:59:58Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002414"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "chronic-active"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001863 .

obo:PATO_0002415
    obo:IAO_0000115 "Single lesion with expansion into surrounding tissue."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T11:01:31Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002415"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "focally extensive"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000627 .

obo:PATO_0002416
    obo:IAO_0000115 "Flattened from above downward; below the normal level or the level of the surrounding parts."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T12:06:55Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002416"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sunken"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001687 .

obo:PATO_0002417
    obo:IAO_0000115 "Extending through or affecting the entire thickness of the wall of an organ or cavity or boundary."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T02:16:18Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002417"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "transmural"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002418
    obo:IAO_0000115 "An affinity inhering in a tissue constituent by virtue of the bearer exhibiting a molecular interaction for acidic dyes under specific ph conditions."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T03:01:19Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002418"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "acidophilic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002070 .

obo:PATO_0002419
    obo:IAO_0000115 "An affinity inhering in a tissue constituent by virtue of the bearer exhibiting a molecular interaction for eosin dye."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T03:02:09Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002419"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "eosinophilic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002070 .

obo:PATO_0002420
    obo:IAO_0000115 "Having both hydrophilic and hydrophobic (or lipophilic) groups."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T03:04:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002420"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "amphiphilic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002070 .

obo:PATO_0002421
    obo:IAO_0000115 "Having or resembling the characteristic of a cicatrix - a scar resulting from formation and contraction of fibrous tissue."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T03:08:09Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002421"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "cicatricial"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002422
    obo:IAO_0000115 "Pertaining to the individual parts making up an aggregate fruit like a many-lobed \"berry,\" such as a raspberry."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T03:11:10Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002422"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:comment "Acinus is Latin for berry."^^xsd:string ;
    rdfs:label "acinar"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002423
    obo:IAO_0000115 "A round or lobulated protruding form resembling a nipple."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-17T03:13:44Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002423"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "papillomatous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002424
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's having two or more entities that extend from a common point in different directions."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-20T11:43:47Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002424"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:relational_slim ;
    a owl:Class ;
    rdfs:label "divergent from"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002425
    obo:IAO_0000115 "Open to view or not covered by another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2012-12-20T11:47:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002425"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "exposed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002426
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being shaped like a boat."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:12:03Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002426"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "scaphoid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002427
    obo:IAO_0000115 "A surface feature shape having numerous very small circular rounded projections or protuberances."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:15:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002427"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "knobbled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0002428
    obo:IAO_0000115 "A 3-D shape with three supports or legs."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:18:44Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002428"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tripodal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002429
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter X."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:19:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002429"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "x-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002430
    obo:IAO_0000115 "A shape quality in which the bearer is shaped like a narrow band; ligulate."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:21:17Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002430"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "strap-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002431
    obo:IAO_0000115 "A shape quality in which the bearer possesses a gradual, yet distinct, thinning from a wide starting point."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:24:46Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002431"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "waisted"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002432
    obo:IAO_0000115 "A shape that is in the form of a spade."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:26:49Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002432"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "spade-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002433
    obo:IAO_0000115 "A surface feature shape marked by large amounts of relief, often with multiple ridges and grooves in close association. Topographically complex."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:27:55Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002433"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sculpted surface"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0002434
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located at a right angle relative to another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:29:55Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002434"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "perpendicular to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002435
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer touching another entity along a border or with a projecting part."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:31:12Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "abut"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002435"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:scalar_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "abutting"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002436
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's position being displaced from a reference point."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:32:22Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002436"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "offset"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002437
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being locked together or interconnected to another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:37:13Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002437"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "interlocked with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002438
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being located or placed beneath the skin."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:41:50Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "subcutaneous"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002438"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subdermal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002439
    obo:IAO_0000115 "An angular shape quality inhering in a bearer by virtue of the bearer's having two angles in its length giving the bearer the form of the letter W."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T09:45:54Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002439"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "w-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001977 .

obo:PATO_0002440
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the degree of the bearer's highly topographical with ridges, pits, rugosity or other surface structures."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T10:57:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002440"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "ornamentation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0002441
    obo:IAO_0000115 "A surface feature shape in which the bearer's surface is highly topographical with ridges, pits, rugosity or other surface structures."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002442 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T10:59:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002441"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ornamented"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002440 .

obo:PATO_0002442
    obo:IAO_0000115 "A surface feature shape in which the bearer's surface is lacking ridges, pits, rugosity or other surface structures."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002441 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T11:00:20Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002442"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unornamented"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002440 .

obo:PATO_0002443
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being located at the same level as another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T11:01:46Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002443"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "level with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002444
    obo:IAO_0000115 "A composition quality inhering in a bearer by virtue of the bearer's being composed of or possessing inorganic material."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T11:03:49Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002444"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mineralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002445
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being twisted or turned."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T11:05:26Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "twisted"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002445"^^xsd:string ;
    a owl:Class ;
    rdfs:comment """The word \"torsion\" has multiple different meanings in different context (e.g. the act of twisting or the morphology of the digestive tract in gastropods). This term refers purely to the resulting shape and is not to be used in the engineering and mechanics sense of torsion. 
Note: kinked PATO:0001798(synonym twisted) is similar to 'torsioned', but it is different in that something that is kinked has sharp twists or turns."""^^xsd:string ;
    rdfs:label "torsioned"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002446
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a shape resembling an anchor."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T11:07:17Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002446"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anchor-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002447
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer being divided into four parts."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-01-29T11:08:28Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002447"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "quadripartite"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002448
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being aligned or positioned towards another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-02-16T02:57:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002448"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "oriented towards"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002449
    obo:IAO_0000115 "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the rear and mid-line surface of an organism relative to another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-02-16T03:00:46Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002449"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "posteromedial to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001633 .

obo:PATO_0002450
    obo:IAO_0000115 "A hardness quality of giving significant resistance to pressure."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-02-26T02:02:38Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002450"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "firm"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000048 .

obo:PATO_0002451
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's exhibiting a phenotypic difference between males and females of the same species."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-03-11T09:22:04Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002451"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sexually dimorphic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0002452
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer being thinner or more losely packed."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0001485 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-04-08T08:43:31Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002452"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decondensed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002453
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer bring gradually worn away."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-04-08T08:45:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002453"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "eroding"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002454
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a carpel."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-04-09T06:00:28Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002454"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "carpel-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002455
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's architecture bearing resemblence to a corymb type of inflorescence."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-04-09T06:01:02Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002455"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "corymb-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002456
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's similarity to the appearance of an inflorescence."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-04-09T06:02:05Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002456"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "inflorescence-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002457
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a leaf."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-04-09T06:02:58Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002457"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "leaf-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002458
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer being thin and lacking outgrowths."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-04-09T06:03:56Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002458"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pin-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002459
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a sepal,"^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-04-09T06:04:36Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002459"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "sepal-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002460
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer being smaller and contracted, expecially due to loss of moisture."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-04-09T06:05:18Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002460"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "shriveled"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002461
    obo:IAO_0000115 "To bend or hang downwards due to loss of water"^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-04-09T06:06:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002461"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "wilty"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002165 .

obo:PATO_0002462
    obo:IAO_0000115 "A composition quality inhering in an bearer by virtue of the bearer's consisting of collagen."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T11:34:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002462"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "collagenous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002463
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of some aspect of the bearer extending to the position of another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T11:41:00Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002463"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "extends to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002464
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of some aspect of the bearer extending past the position of another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T11:42:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002464"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "extends beyond"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002465
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's resembling a prism."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T11:44:03Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "tent shaped"^^xsd:string ;
    oboInOwl:id "PATO:0002465"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "prism shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002466
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer resembling a keyhole."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T11:45:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002466"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "keyhole shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002467
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer resembling a thin narrow strip."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T11:47:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002467"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lathlike"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002468
    obo:IAO_0000115 "A structure quality inhering in a bearer by virtue of the bearer's being capable of swelling or stretching."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T11:48:26Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002468"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "distensible"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0015008 .

obo:PATO_0002469
    obo:IAO_0000115 "Structural quality inhereing in a bearer in which a joint has apposed bony surfaces united by fibrous tissue, permitting no movement; found only between bones."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T11:55:50Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002469"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "sutured to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002470
    obo:IAO_0000115 "A morphological quality between two bearers inhering that one bearer is subject to change the nature, function, or condition of itself to become the other."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T12:01:57Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002470"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "transformed to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0002471
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's increased rate of change of the position."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002472 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T12:03:45Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002471"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased velocity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002242, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002242
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002472
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's decreased rate of change of the position."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002471 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T12:05:06Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002472"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased velocity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002242, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002242
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0002473
    obo:IAO_0000115 "A disposition inhering in a tumour by virtue of the bearer's disposition to spontaneously arise."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T12:07:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002473"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "neoplastic, spontaneous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002011 .

obo:PATO_0002474
    obo:IAO_0000115 "A flavor quality inhering in a bearer by virtue of the bearer's having an acrid, sharp, or disagreeable flavor."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T12:09:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002474"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bitter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001329 .

obo:PATO_0002475
    obo:IAO_0000115 "A position quality inhering in a bearer by virtue of the bearer's existing near the end of another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T12:17:41Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002475"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "subterminal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002476
    obo:IAO_0000115 "A position quality inhering in a bearer by virtue of the bearer's forming the end of another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T12:18:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002476"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "terminal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002477
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's disposition to breaks without significant deformation (strain) when subjected to stress."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T12:25:03Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002477"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "brittle"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002478
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being marked by narrow lines or grooves, usually parallel, that are oriented transversely relative to the long axis of the bearer."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T12:29:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002478"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "transversely striated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001410 .

obo:PATO_0002479
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being marked by narrow lines or grooves, usually parallel, that are oriented obliquely relative to the long axis of the bearer."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-15T12:29:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002479"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "obliquely striated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001410 .

obo:PATO_0002480
    obo:IAO_0000115 "A quality inhering in an bearer by virtue of the bearer's possessing only minor levels of ossification."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-30T05:47:07Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002480"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "poorly ossified"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001448 .

obo:PATO_0002481
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a slanting direction or position : neither perpendicular nor parallel."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-30T05:49:50Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002481"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "oblique orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002482
    obo:IAO_0000115 "Shape quality inhering in a bearer by virtue of the bearer exhibiting a narrow and elongate opening."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-30T05:51:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002482"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "slit-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002483
    obo:IAO_0000115 "Positional quality in which an entity is located outside of another entity."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-09-30T06:06:27Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002483"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "external to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002484
    obo:IAO_0000115 "An angular shape quality inhering in a bearer by virtue of the bearer's having a single angle in its length giving the bearer the form of an inverted letter V."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T03:55:44Z"^^xsd:string ;
    oboInOwl:hasBroadSynonym "chevron shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002484"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "inverted-V shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001977 .

obo:PATO_0002485
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's possessing two sides that are at the same continuous distance relative to each other."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T03:58:37Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002485"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "parallel-sided"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002486
    obo:IAO_0000115 "A quality inhering in a process by virtue of that process having two or more organisms as participants."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T04:08:44Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002486"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "multi-organismal process quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0002487
    obo:IAO_0000115 "A quality inhering in a process by virtue of that process having exactly one organism as a participant."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T04:09:51Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002487"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "single organismal process quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0002488
    obo:IAO_0000115 "Overlap with quality inhering in a bearer by virtue of the bearer's being positioned over another entity so as to cover some portion of it."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T04:12:22Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002488"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "overlapping"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001590 .

obo:PATO_0002489
    obo:IAO_0000115 "Overlap with quality inhering in a bearer by virtue of the bearer's being positioned under another entity so as to be covered by some portion of it."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T04:13:04Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002489"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "overlapped by"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001590 .

obo:PATO_0002490
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anteriorly."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:11:26Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "anteriorly directly"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002490"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterior orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002491
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anterodorsally."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002526 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:12:15Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "anterodorsally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002491"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterodorsal orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002492
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anterolaterally."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:13:17Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "anterolaterally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002492"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anterolateral orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002493
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anteroventrally."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:13:55Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "anteroventrally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002493"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteroventral orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002494
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed distally."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002495 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:14:37Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "distally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002494"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "distal orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002495
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed dorsally."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002494 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:15:24Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "dorsally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002495"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorsal orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002496
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed dorsolaterally."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:16:04Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "dorsolaterally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002496"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "dorsolateral orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002497
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed laterally."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:16:45Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "laterally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002497"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "lateral orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002498
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed medially."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:17:30Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "medially directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002498"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "medial orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002499
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed posteriorly."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:18:21Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "posteriorly directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002499"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "posterior orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002500
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed ventrolaterally."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:19:16Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "ventrolaterally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002500"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ventrolaterally orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002501
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed ventrally."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:19:22Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "ventrally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002501"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ventral orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002502
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed transversely."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:19:25Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "transversely oriented"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002502"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "transverse orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002503
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed posterolaterally."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:19:28Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "posterolaterally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002503"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "posterolateral orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002504
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed posterodorsally."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002527 ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-10T05:19:36Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "posterodorsally directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002504"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "posterodorsal orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002505
    obo:IAO_0000115 "A nucleate quality inhering in a bearer by virtue of the bearer's having one or more nucleus."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-21T05:44:34Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002505"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "nucleated"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001404 .

obo:PATO_0002506
    obo:IAO_0000115 "A surface feature shape quality inhering in a bearer by virtue of the bearer's not having undulating edges forming lobes."^^xsd:string ;
    oboInOwl:created_by "gkoutos"^^xsd:string ;
    oboInOwl:creation_date "2013-10-25T04:42:40Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002506"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "alobate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001925 .

obo:PATO_0002507
    obo:IAO_0000115 "A composition quality inhering in a bearer by virtue of the bearer's consisting of keratin."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-04T12:38:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002507"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "keratinous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0002508
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer being hidden from view."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-04T01:30:21Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002508"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "concealed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002509
    obo:IAO_0000115 "A 2-D shape quality inhering in a bearer by virtue of the bearer's having six angles and six sides."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-04T01:50:05Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002509"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hexagonal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0002510
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer being divided into multiple parts."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-06T01:15:28Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002510"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "multipartite"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0002511
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a cane."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-06T02:04:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "cane-shaped"^^xsd:string ;
    oboInOwl:id "PATO:0002511"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cane-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002512
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer flowing or coming together with another entity."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-06T02:28:39Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002512"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "confluent with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002513
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's having a slanting direction (neither perpendicular nor parallel) relative to another entity."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-06T02:54:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002513"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "oblique to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002514
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anteromedially."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-07T12:59:10Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "medioanterior orientation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002514"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "anteromedial orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002515
    obo:IAO_0000115 "An elevation quality inhering in a bearer by virtue the bearer's being in a high position relative to another entity."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-07T01:12:48Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002515"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased elevation relative to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001687 .

obo:PATO_0002516
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer being hidden from view or covered by another entity."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-10T01:13:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002516"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "concealed by"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002517
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a saddle."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-10T01:23:13Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002517"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "saddle-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002518
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer being level or even with another surface."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-10T01:26:50Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002518"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "flush"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002519
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's having an open, latticed, or porous structure; used especially of bone."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-10T01:33:14Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002519"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cancellous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002520
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer being shaped like a scute or an osteoderm."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-10T01:37:47Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002520"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "scute-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002521
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a funnel."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-10T01:40:05Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002521"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "funnel-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002522
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer having an elongate structure, similar to a ridge, that extends longitudinally along an anatomical entity."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-10T01:46:38Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002522"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "keel-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002523
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being located at a right angle relative to another entity and to the horizon."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-10T02:25:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002523"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "vertical to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0002524
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed mesiolaterally."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-10T02:37:42Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002524"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mesiolateral orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002525
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer being in a position that produces a separation in, or acting to separate, another entity."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-02-10T02:48:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002525"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "separating"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0002526
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anterodistally."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002491 ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-03-11T11:28:39Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "antero-distal orientation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002526"^^xsd:string ;
    a owl:Class ;
    rdfs:label "anterodistal orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002527
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed posterodistally."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0002504 ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:creation_date "2014-03-11T11:29:22Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "postero-distal orientation"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002527"^^xsd:string ;
    a owl:Class ;
    rdfs:label "posterodistal orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0002528
    obo:IAO_0100001 "PATO:0002628"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002528"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "obsoleted because the ID was accidentally reused"^^xsd:string ;
    rdfs:label "obsolete borderline intensity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0002529
    obo:IAO_0100001 "PATO:0002629"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002529"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "obsoleted because the ID was accidentally reused"^^xsd:string ;
    rdfs:label "obsolete profound intensity"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0002530
    obo:IAO_0100001 "PATO:0002630"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002530"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "obsoleted because the ID was accidentally reused"^^xsd:string ;
    rdfs:label "obsolete episodic"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0002531
    obo:IAO_0100001 "PATO:0002631"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002531"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "obsoleted because the ID was accidentally reused"^^xsd:string ;
    rdfs:label "obsolete refractory"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0002532
    obo:IAO_0100001 "PATO:0002632"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002532"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "obsoleted because the ID was accidentally reused"^^xsd:string ;
    rdfs:label "obsolete secondary"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0002533
    obo:IAO_0000115 "A multipartite quality inhering in a bearer by virtue of the bearer being divided into two parts."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-08-12T11:12:13Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002533"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "bipartite"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002510 .

obo:PATO_0002534
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's being shaped like a plowshare."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-08-12T11:23:12Z"^^xsd:string ;
    oboInOwl:hasDbXref "Image:http://2.bp.blogspot.com/_TbkIC-eqFNM/S66IJ3omNWI/AAAAAAAAFSk/pzThLJPvYZw/s1600/ard-detail.gif"^^xsd:string ;
    oboInOwl:hasExactSynonym "plow-share shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002534"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "plowshare shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002535
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a short and stout cylindrical shape."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-08-12T11:30:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002535"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "peg-like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002536
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a shape like a boomerang, with two arms connected at an angle."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-08-12T11:32:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002536"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "boomerang shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002537
    obo:IAO_0000115 "A spheroid quality inhering in a bearer by virtue of the bearer's exhibiting a shape not quite ovoid. approximately ovoid."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-08-12T11:51:38Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002537"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subovoid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001865 .

obo:PATO_0002538
    obo:IAO_0000115 "A shape quality that obtains by virtue of the bearer being concave on one side and convex on the other."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-08-12T11:56:13Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "concavoconvex"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002538"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "concavo-convex"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002005 .

obo:PATO_0002539
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a shape like a ring (a circular shape enclosing a space)."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-08-12T12:01:56Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "annular"^^xsd:string, "ring-shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002539"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "ring shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000947 .

obo:PATO_0002540
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's possessing a small, spike-like shape."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-08-12T12:07:44Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002540"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "spur shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0002541
    obo:IAO_0000115 "Pertaining to the ability or tendency of an organism or cell to maintain internal equilibrium by adjusting its physiological processes."^^xsd:string ;
    oboInOwl:created_by "haendel"^^xsd:string ;
    oboInOwl:creation_date "2014-12-01T16:07:28Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002541"^^xsd:string ;
    a owl:Class ;
    rdfs:label "homeostatic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0002628
    obo:IAO_0000115 "An intensity which is borderline in it its effect or force as compared to baseline or normal."^^xsd:string ;
    oboInOwl:created_by "haendel"^^xsd:string ;
    oboInOwl:creation_date "2014-05-26T06:42:21Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002628"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "borderline intensity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000049 .

obo:PATO_0002629
    obo:IAO_0000115 "An intensity which is characterized by being very severe."^^xsd:string ;
    oboInOwl:created_by "haendel"^^xsd:string ;
    oboInOwl:creation_date "2014-05-26T06:44:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002629"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "profound intensity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000049 .

obo:PATO_0002630
    obo:IAO_0000115 "An occurrence quality inhering in a bearer by virtue of the bearer's having a course that occurs occasionally."^^xsd:string ;
    oboInOwl:created_by "haendel"^^xsd:string ;
    oboInOwl:creation_date "2014-05-26T06:50:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002630"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "episodic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0002631
    obo:IAO_0000115 "An occurrence of a process during which time there is an inability to change the course, extent, or repetition of the process."^^xsd:string ;
    oboInOwl:created_by "haendel"^^xsd:string ;
    oboInOwl:creation_date "2014-05-26T13:09:29Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002631"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "refractory"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057 .

obo:PATO_0002632
    obo:IAO_0000115 "A quality in which the effect or outcome is not primary or the focus of the observation."^^xsd:string ;
    oboInOwl:created_by "haendel"^^xsd:string ;
    oboInOwl:creation_date "2014-05-26T13:17:45Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0002632"^^xsd:string ;
    oboInOwl:inSubset pato:hpo_slim ;
    a owl:Class ;
    rdfs:label "secondary"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000068 .

obo:PATO_0005000
    obo:IAO_0000115 "A 3-D shape that is half of a sphere."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-09T12:25:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005000"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "hemispheroid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0005001
    obo:IAO_0000115 "A variability quality inhering in the bearer by virtue of the bearer having a variable number or count of an entity."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-09T12:27:33Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "variable number"^^xsd:string ;
    oboInOwl:id "PATO:0005001"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "variability of count"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001303, [
        a owl:Restriction ;
        owl:onProperty pato:towards ;
        owl:someValuesFrom obo:PATO_0000070
    ] .

obo:PATO_0005002
    obo:IAO_0000115 "Having the shape of a pear; tapering near the top and bulging toward the base or bottom. From thefreedictionary.com"^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-09T12:30:02Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005002"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "pear shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002007 .

obo:PATO_0005003
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's resembling the form of a paddle."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-09T12:34:45Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005003"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "paddle shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0005004
    obo:IAO_0000115 "A shape that is almost an ellipse."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-09T12:36:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005004"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subelliptical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002318 .

obo:PATO_0005005
    obo:IAO_0000115 "Shape quality inhering in a bearer expanding outward, or having parts expanding outward, from a center point."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-09T12:37:27Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005005"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "radiating"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0005006
    obo:IAO_0000115 "A morphology quality inhering in a bearer by virtue of the bearer's being morphologically distinguishable from another entity."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-09T12:40:57Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "distinct from"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005006"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "differentiated from"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0005007
    obo:IAO_0000115 "A 3-D shape inhering in a bearer by virtue of the bearer's having dentition characterized by high-crowned teeth and enamel which extends far past the gum line, which provides extra material for wear and tear."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-09T12:58:01Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005007"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment """Need to include axiom: hypsodont inheres_in some ('tooth crown' and bearer_of 'increased 
height')."""^^xsd:string ;
    rdfs:label "hypsodont"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002266 .

obo:PATO_0005008
    obo:IAO_0000115 "A 3-D shape inhering in a bearer by virtue of the bearer's having dentition characterized by low-crowned teeth. Human teeth are brachydont."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-09T12:59:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005008"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment """Need to include axiom: brachydont inheres_in some ('tooth crown' and bearer_of 'decreased 
height')."""^^xsd:string ;
    rdfs:label "brachydont"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002266 .

obo:PATO_0005009
    obo:IAO_0000115 "A 3-D shape inhering in a bearer by virtue of the bearer's having an entity in the form of a molar tooth."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-09T13:03:00Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005009"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "molariform"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002266 .

obo:PATO_0005010
    obo:IAO_0000115 "A branched quality inhering in a bearer by virtue of the bearer's having many fine filaments or branches that give a feathery appearance: for example, resembling a feather."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-25T15:03:17Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005010"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "plumose"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000402 .

obo:PATO_0005011
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer possessing an uninterrupted or unbroken connection or spatial distribution relative to the position of another entity."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-25T15:07:34Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005011"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "continuous with"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0005012
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer being fully formed compared to entities lacking parts."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0005013 ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-25T15:11:47Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005012"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "complete structure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0005013
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's lacking parts or having a reduced form compared to fully formed entities."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0005012 ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-25T15:12:35Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005013"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "incomplete structure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0005014
    obo:IAO_0000115 "A spheroid shape quality inhering in a bearer by virtue of the bearer's being nearly, but not perfectly, spherical."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-25T15:16:25Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005014"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "subspherical"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001865 .

obo:PATO_0005015
    obo:IAO_0000115 "A size quality inhering in an entity or set of entities in which size increases or decreases along the extent of the entity or set."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-25T15:17:51Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "gradient of size"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005015"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tapered size"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000117 .

obo:PATO_0005016
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of the bearer's being enclosed on all sides by another entity."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-09-25T15:20:55Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "enclosed by"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005016"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "surrounded by"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0005017
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being compressed from the side facing the lips to the side facing the tongue."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-10-02T11:52:09Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005017"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "labiolingually compressed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002254 .

obo:PATO_0005018
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being compressed from the side facing the midline of the jaw to the side opposite the midline."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-10-02T11:53:52Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005018"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "mesiodistally compressed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002254 .

obo:PATO_0005019
    obo:IAO_0000115 "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the tongue."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-10-02T12:01:16Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005019"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "curved lingually"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406 .

obo:PATO_0005020
    obo:IAO_0000115 "A shape quality inhering on a bearer by virtue of a bearer's shape lacking in pattern or uniformity; for example, it may have sides of different lengths, different curvatures, or unequal angles."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-10-03T10:23:17Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005020"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "irregularly shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0005021
    obo:IAO_0000115 "Cuspidate quality inhering in a bearer by virtue of the bearer's possessing a single cusp."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-10-17T14:14:04Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005021"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "unicuspidate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001973 .

obo:PATO_0005022
    obo:IAO_0000115 "A diameter that remains constant throughout the extent of an entity."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-10-17T14:15:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005022"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "uniform diameter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001334 .

obo:PATO_0005023
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is in the parasagittal plane."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-10-17T14:21:30Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005023"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "parasagittal orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0005024
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed along the longitudinal or anterior-posterior axis."^^xsd:string ;
    oboInOwl:created_by "wasila.dahdul"^^xsd:string ;
    oboInOwl:creation_date "2014-10-17T14:24:19Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0005024"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "longitudinal orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0010000
    obo:IAO_0000115 "A structural quality inhering in the bearer by virtue of the bearer consisting of a single, maximally connected structure."^^xsd:string ;
    oboInOwl:created_by "davidos"^^xsd:string ;
    oboInOwl:creation_date "2014-12-12T08:41:11Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0010000"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "What counts as maximally connected may be relative to some specification of granularity."^^xsd:string ;
    rdfs:label "maximally connected"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0010001
    obo:IAO_0000115 "A structural quality inhering in the bearer by virtue of the bearer consisting of multiple structures lacking any physical connection to each other."^^xsd:string ;
    oboInOwl:created_by "davidos"^^xsd:string ;
    oboInOwl:creation_date "2014-12-12T08:43:17Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0010001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "disconnected"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0010002
    obo:IAO_0000115 "The velocity of spatial propagation of a process. Examples include the velocity of propagation of an action potential along an axon."^^xsd:string ;
    oboInOwl:created_by "dos"^^xsd:string ;
    oboInOwl:creation_date "2019-07-18T18:24:15Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0010002"^^xsd:string ;
    a owl:Class ;
    rdfs:label "propagation velocity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002062 .

obo:PATO_0010003
    obo:IAO_0000115 "A propagation velocity that is higher than normal."^^xsd:string ;
    oboInOwl:created_by "dos"^^xsd:string ;
    oboInOwl:creation_date "2019-07-18T18:24:25Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0010003"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased propagation velocity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002304, obo:PATO_0010002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0010002
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0010004
    obo:IAO_0000115 "A propagation velocity that is lower than normal."^^xsd:string ;
    oboInOwl:created_by "dos"^^xsd:string ;
    oboInOwl:creation_date "2019-07-18T18:24:36Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0010004"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased propagation velocity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002302, obo:PATO_0010002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0010002
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0010005
    obo:IAO_0000115 "A physical quality of a process that is its spatial distribution.  For example, bone mineralization follows stereotypical spatial distribution patterns during development, which may be altered in some phenotypes."^^xsd:string ;
    oboInOwl:created_by "dos"^^xsd:string ;
    oboInOwl:creation_date "2019-07-18T18:49:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0010005"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "spatial distribution of a process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002062 .

obo:PATO_0010006
    obo:IAO_0000115 "A quality of a single cell inhering in the bearer by virtue of the bearer's size or shape or structure."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0002-7073-9172"^^xsd:string ;
    oboInOwl:creation_date "2021-01-23T11:31:53Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0010006"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "Use this term for morphologies that can *only* inhere in a cell, e.g. morphological qualities inhering in a cell by virtue of the presence, location or shape of one or more cell parts."^^xsd:string ;
    rdfs:label "cell morphology"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0015001
    obo:IAO_0000115 "Absence due to a degenerative process."^^xsd:string ;
    oboInOwl:created_by "cjm"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015001"^^xsd:string ;
    oboInOwl:inSubset pato:absent_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "absence due to degeneration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000462, obo:PATO_0000639 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000462
            obo:PATO_0000639
        )
    ] .

obo:PATO_0015002
    obo:IAO_0000115 "The ability of a process to produce its output."^^xsd:string ;
    oboInOwl:created_by "cjm"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015002"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "process efficacy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236 .

obo:PATO_0015003
    obo:IAO_0000115 "A decrease in the ability of a process to produce its output."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0015004 ;
    oboInOwl:created_by "cjm"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015003"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased efficacy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002302, obo:PATO_0015002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015002
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015004
    obo:IAO_0000115 "A increase in the ability of a process to produce its output."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0015003 ;
    oboInOwl:created_by "cjm"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015004"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased efficacy"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002304, obo:PATO_0015002 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015002
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015005
    obo:IAO_0000115 "Slender and spirally coiled."^^xsd:string ;
    oboInOwl:hasBroadSynonym "tendrilled"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "tendril-like"^^xsd:string, "tendril-shaped"^^xsd:string ;
    oboInOwl:id "PATO:0015005"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "tendrilous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PATO_0000404
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:PATO_0002212
    ] .

obo:PATO_0015006
    obo:IAO_0000115 "A quality inhering in a structure by virtue of it consisting of many of repeated, similar or identical subunits, arranged in some orderly array."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015006"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:comment "A complete coverage of this domain would subclasses homopolymeric, copolymeric, crystalline."^^xsd:string ;
    rdfs:label "polymeric"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0015007
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the degree to which the bearers stands out or projects beyond a surface or line."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015007"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "prominence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0015008
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the extent to which the bearer is capable of being stretched or swollen."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015008"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "distensibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0015009
    obo:IAO_0000115 "A quality inhering in air by virtue of the partial pressure exerted by the bearer's water vapour content."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015009"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "humidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001547 .

obo:PATO_0015010
    obo:IAO_0000115 "An increase in humidity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0015011 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "humid"^^xsd:string ;
    oboInOwl:id "PATO:0015010"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased humidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0015009 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015009
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015011
    obo:IAO_0000115 "An decrease in humidity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0015010 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015011"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased humidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0015009 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015009
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015012
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity consisting of roughly equal proportions of positively and negatively charged particles, having neither a defined volume nor defined shape, having internal magnetic fields, and being electrically conductive."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015012"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a plasma"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001547 .

obo:PATO_0015013
    obo:IAO_0000115 "The degree to which the bearer is exposed to visible light."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015013"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "degree of illumination"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001291 .

obo:PATO_0015014
    obo:IAO_0000115 "An increase in illumination."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0015015 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "illuminated"^^xsd:string ;
    oboInOwl:id "PATO:0015014"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased degree of illumination"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0015013 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015013
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015015
    obo:IAO_0000115 "An decrease in illumination."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0015014 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015015"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased degree of illumination"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0015013 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015013
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015016
    obo:IAO_0000115 "Having a shape or form that resembles a step of a stairway (e.g., a ledge or offset margin)."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015016"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "stepped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0015017
    obo:IAO_0000115 "A physical quality inhering in an entity by virtue of a portion of the bearer's molecular or polymolecular constituents present in one phase being dispersed in a portion of the bearer's constituents present in another phase."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015017"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a colloid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0015018
    obo:IAO_0000115 "A physical quality inhering in an entity by virtue of the bearer's solid or liquid constituents being suspended in a gas."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015018"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of an aerosol"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0015017 .

obo:PATO_0015019
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter C."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015019"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "C-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0015020
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter J."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015020"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "J-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0015021
    obo:IAO_0000115 "The propensity of a material to undergo combustion. Combustion encompasses smouldering and flaming combustion. Combustibility is usually applied to solids."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015021"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "combustibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0015022
    obo:IAO_0000115 "An increase in combustibility."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0015023 ;
    oboInOwl:hasExactSynonym "combustible"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015022"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased combustibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0015021 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015021
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015023
    obo:IAO_0000115 "An decrease in combustibility."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0015022 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:hasRelatedSynonym "noncombustible"^^xsd:string ;
    oboInOwl:id "PATO:0015023"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased combustibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0015021 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015021
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015024
    obo:IAO_0000115 "An increase in porosity."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015024"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased porosity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000973, obo:PATO_0002305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000973
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015025
    obo:IAO_0000115 "An decrease in porosity."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0015024 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015025"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased porosity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000973, obo:PATO_0002303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000973
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015026
    obo:IAO_0000115 "quality, state, or degree of being stable."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015026"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim, pato:disposition_slim ;
    a owl:Class ;
    rdfs:label "stability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0015027
    obo:IAO_0000115 "An increase in stability."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015027"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased stability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002305, obo:PATO_0015026 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015026
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015028
    obo:IAO_0000115 "A decrease in stability."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0015027 ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015028"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased stability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002303, obo:PATO_0015026 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0015026
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0015029
    obo:IAO_0000115 "A physical quality inhering in an entity by virtue of the bearer's solid or liquid constituents being transiently dispersed in a solid, liquid, or gas before settling due to gravity or centrifugal forces."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015029"^^xsd:string ;
    oboInOwl:inSubset pato:attribute_slim ;
    a owl:Class ;
    rdfs:label "quality of a suspension"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002198 .

obo:PATO_0015030
    obo:IAO_0000115 "A shape that ineres in a bearer by virtue of the bearer's mass being distributed in a feather-like fashion."^^xsd:string ;
    oboInOwl:hasExactSynonym "feather-shaped"^^xsd:string, "plumed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0015030"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "plume-shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0020000
    obo:IAO_0000115 "A biological sex quality inhering in an individual based upon genotypic composition of sex chromosomes."^^xsd:string ;
    oboInOwl:created_by "mah"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0020000"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "Note that the chromosomal constitution of genotypic sex varies in different organisms. In human, we have XY, XX, though abnormal XXY, X0, XYY, and other combinations are possible."^^xsd:string ;
    rdfs:label "genotypic sex"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000047 .

obo:PATO_0020001
    obo:IAO_0000115 "A biological sex quality inhering in an individual based upon genotypic composition that confers the capability for an organism to differentiate male gonads."^^xsd:string ;
    oboInOwl:created_by "mah"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0020001"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "Note that the chromosomal constitution of genotypic sex varies in different organisms. In human, this would be XY, though abnormal XXY and XYY would also result in a male phenotypic outcome."^^xsd:string ;
    rdfs:label "male genotypic sex"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0020000 .

obo:PATO_0020002
    obo:IAO_0000115 "A biological sex quality inhering in an individual or a population based upon genotypic composition that confers the capability for an organism to differentiate female gonads."^^xsd:string ;
    oboInOwl:created_by "mah"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0020002"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "Note that the chromosomal constitution of genotypic sex varies in different organisms. In human, this would be XX, though abnormal X0 and XXX would also result in a female phenotypic outcome."^^xsd:string ;
    rdfs:label "female genotypic sex"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0020000 .

obo:PATO_0025000
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer's disposition to being fit to be used as a safe means of hydration."^^xsd:string ;
    oboInOwl:created_by "pbuttigieg"^^xsd:string ;
    oboInOwl:creation_date "2015-09-01T16:16:44Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "drinkability"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0025000"^^xsd:string ;
    a owl:Class ;
    rdfs:label "potability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0025001
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer not being suitable for use as a safe means of hydration."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0025002 ;
    oboInOwl:created_by "pbuttigieg"^^xsd:string ;
    oboInOwl:creation_date "2015-09-01T16:18:57Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "undrinkable"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0025001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "non-potable"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0025000 ;
    owl:disjointWith obo:PATO_0025002 .

obo:PATO_0025002
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of the bearer being suitable for use as a safe means of hydration."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0025001 ;
    oboInOwl:created_by "pbuttigieg"^^xsd:string ;
    oboInOwl:creation_date "2015-09-01T16:19:02Z"^^xsd:string ;
    oboInOwl:hasExactSynonym "drinkable"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0025002"^^xsd:string ;
    a owl:Class ;
    rdfs:label "potable"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0025000 .

obo:PATO_0030000
    obo:IAO_0000115 "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally anterior structures and missing some or all of what are normally posterior structures."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0030000"^^xsd:string ;
    a owl:Class ;
    rdfs:label "anterioralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000646 .

obo:PATO_0030001
    obo:IAO_0000115 "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally dorsal structures and missing some or all of what are normally ventral structures."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0030001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "dorsalized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000646 .

obo:PATO_0030002
    obo:IAO_0000115 "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally posterior structures and missing some or all of what are normally anterior structures."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0030002"^^xsd:string ;
    a owl:Class ;
    rdfs:label "posterioralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000646 .

obo:PATO_0030003
    obo:IAO_0000115 "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally ventral structures and missing some or all of what are normally dorsal structures."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0030003"^^xsd:string ;
    a owl:Class ;
    rdfs:label "ventralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000646 .

obo:PATO_0030004
    obo:IAO_0000115 "An anterioralized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally anterior structures and missing some but not all of what are normally posterior structures."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0030004"^^xsd:string ;
    a owl:Class ;
    rdfs:label "partially anterioralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0030000 .

obo:PATO_0030005
    obo:IAO_0000115 "A dorsalized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally dorsal structures and missing some but not all of what are normally ventral structures."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0030005"^^xsd:string ;
    a owl:Class ;
    rdfs:label "partially dorsalized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0030001 .

obo:PATO_0030006
    obo:IAO_0000115 "A posterioralized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally posterior structures and missing some but not all of what are normally anterior structures."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0030006"^^xsd:string ;
    a owl:Class ;
    rdfs:label "partially posterioralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0030002 .

obo:PATO_0030007
    obo:IAO_0000115 "A ventralized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally ventral structures and missing some but not all of what are normally dorsal structures."^^xsd:string ;
    oboInOwl:created_by "segerdel"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0030007"^^xsd:string ;
    a owl:Class ;
    rdfs:label "partially ventralized"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0030003 .

obo:PATO_0040000
    obo:IAO_0000115 "An oriented quality inhering in a bearer by virtue of the bearer's being abnormally placed or arranged."^^xsd:string ;
    dc:date "2018-05-21T22:44:38Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040000"^^xsd:string ;
    a owl:Class ;
    rdfs:label "heterotaxic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000625 .

obo:PATO_0040001
    obo:IAO_0100001 "PATO:0002539"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obsolete ring-shaped"^^xsd:string ;
    owl:deprecated true .

obo:PATO_0040002
    obo:IAO_0000115 "A positional quality inhering in a bearer by virtue of some aspect of that bearer beginning from a position on another entity."^^xsd:string ;
    dc:date "2018-05-24T04:10:53Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040002"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:label "originates from"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140 .

obo:PATO_0040003
    obo:IAO_0000115 "The ability of a pathogen to produce an infectious disease or disorder in an another organism."^^xsd:string ;
    dc:date "2018-08-02T04:24:52Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040003"^^xsd:string ;
    a owl:Class ;
    rdfs:label "pathogenicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001995 .

obo:PATO_0040004
    obo:IAO_0000115 "A texture quality inhering in a bearer by virtue of the bearer's being covered or partially covered with hair that has increased thickness and softness."^^xsd:string ;
    dc:date "2018-08-02T04:39:30Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040004"^^xsd:string ;
    a owl:Class ;
    rdfs:label "plush"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000150 .

obo:PATO_0040005
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed posteroventrally."^^xsd:string ;
    dc:date "2018-11-12T22:54:16Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "posteroventrally oriented"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040005"^^xsd:string ;
    a owl:Class ;
    rdfs:label "posteroventral orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0040006
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a shape like a crown."^^xsd:string ;
    dc:date "2018-11-12T18:09:59Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040006"^^xsd:string ;
    a owl:Class ;
    rdfs:label "crown like"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0040007
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having a shape like a shell."^^xsd:string ;
    dc:date "2018-11-12T18:12:47Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040007"^^xsd:string ;
    a owl:Class ;
    rdfs:label "shell shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0040008
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having an ornamental border consisting of short straight or twisted threads or strips hanging from cut or raveled edges or from a separate band."^^xsd:string ;
    dc:date "2018-11-12T18:15:10Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040008"^^xsd:string ;
    a owl:Class ;
    rdfs:label "fringed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002267 .

obo:PATO_0040009
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of a bowl."^^xsd:string ;
    dc:date "2018-11-12T18:17:01Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040009"^^xsd:string ;
    a owl:Class ;
    rdfs:label "bowl shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0040010
    obo:IAO_0000115 "Mobility relative to a second entity."^^xsd:string ;
    dc:date "2018-11-12T18:20:08Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040010"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "For example, distinct anteroposterior mobility of palatine relative to mesethmoid."^^xsd:string ;
    rdfs:label "mobile relative to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000004 .

obo:PATO_0040011
    obo:IAO_0000115 "Immobility relative to a second entity."^^xsd:string ;
    dc:date "2018-11-12T18:21:07Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040011"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "For example: distinct anteroposterior immobility of palatine relative to mesethmoid."^^xsd:string ;
    rdfs:label "immobile relative to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000004 .

obo:PATO_0040012
    obo:IAO_0000115 "A shape that is in the form of a plug, being tube-like and expanded on one end."^^xsd:string ;
    dc:date "2018-11-12T18:24:41Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "plug like"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040012"^^xsd:string ;
    a owl:Class ;
    rdfs:label "plug shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0040013
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed dorsomedially."^^xsd:string ;
    dc:date "2018-11-12T18:27:57Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "dorsomedially directed"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040013"^^xsd:string ;
    a owl:Class ;
    rdfs:label "dorsomedial orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0040014
    obo:IAO_0000115 "A shape that is in the form of a narrow strip encircling an object."^^xsd:string ;
    dc:date "2018-11-12T18:31:51Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "band like"^^xsd:string, "band-like"^^xsd:string, "strip like"^^xsd:string, "strip-like"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040014"^^xsd:string ;
    a owl:Class ;
    rdfs:label "band shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0040015
    obo:IAO_0000115 "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's shape resembling that of a trough, being narrow, long, and boxlike in shape."^^xsd:string ;
    dc:date "2018-11-12T18:35:51Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "trough like"^^xsd:string, "trough-like"^^xsd:string, "trough-shaped"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040015"^^xsd:string ;
    a owl:Class ;
    rdfs:label "trough shaped"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002008 .

obo:PATO_0040016
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer's having five angles and five sides."^^xsd:string ;
    dc:date "2018-11-12T18:39:48Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040016"^^xsd:string ;
    a owl:Class ;
    rdfs:label "pentagonal"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002006 .

obo:PATO_0040017
    obo:IAO_0000115 "A growth quality of occurrent in which the growth of an organism, structure or group of organisms is abnormal."^^xsd:string ;
    dc:date "2018-11-12T19:01:51Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasNarrowSynonym "dysgenesis"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040017"^^xsd:string ;
    a owl:Class ;
    rdfs:label "dysplastic growth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001433 .

obo:PATO_0040019
    obo:IAO_0000115 "Fibrosis is the formation of excess fibrous connective tissue in an organ or tissue in a reparative or reactive process."^^xsd:string ;
    dc:date "2018-11-12T23:16:17Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040019"^^xsd:string ;
    a owl:Class ;
    rdfs:label "fibrotic"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000025 .

obo:PATO_0040020
    obo:IAO_0000115 "Female quality of being incapable to reproduce because of functional loss of the ovaries and/or uterus from surgical removal."^^xsd:string ;
    dc:date "2018-11-16T22:52:49Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040020"^^xsd:string ;
    a owl:Class ;
    rdfs:label "spayed female"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000383 .

obo:PATO_0040021
    obo:IAO_0000115 "The bearer of this quality has_part n=1 of the indicated entity type, where n is bilaterally paired for a comparable organism.."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040021"^^xsd:string ;
    a owl:Class ;
    rdfs:label "unpaired"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000467 .

obo:PATO_0040022
    obo:IAO_0000115 "A shape quality inhering in a bearer by virtue of the bearer being expanded laterally and or opened outward in shape."^^xsd:string ;
    dc:date "2018-11-19T21:49:07Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040022"^^xsd:string ;
    a owl:Class ;
    rdfs:label "flared"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000052 .

obo:PATO_0040023
    obo:IAO_0000115 "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed distomedially, ie, pertaining to an inside aspect, but also farther away from the center of the body."^^xsd:string ;
    dc:date "2018-11-19T21:54:33Z"^^xsd:dateTime ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "disto-medial orientation"^^xsd:string, "distomedial"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040023"^^xsd:string ;
    a owl:Class ;
    rdfs:label "distomedial orientation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000133 .

obo:PATO_0040024
    obo:IAO_0000115 "The bearer of this quality has_part n=2 of the indicated entity type, where n is unpaired for a comparable organism."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasBroadSynonym "paired"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040024"^^xsd:string ;
    a owl:Class ;
    rdfs:label "bilaterally paired"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000467 .

obo:PATO_0040025
    obo:IAO_0000115 "A structural quality which is held by a bearer where a localized pathological or traumatic structural change, damage, deformity, or discontinuity of tissue, organ, or body part is present."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040025"^^xsd:string ;
    a owl:Class ;
    rdfs:label "lesioned"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0040026
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's being marked by interruptions or gaps."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "structurally interrupted"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040026"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "This term is intended for use for terms such as MP:0010461 discontinuous pulmonary artery and MP:0004157 interrupted aortic arch."^^xsd:string ;
    rdfs:label "structurally discontinuous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241 .

obo:PATO_0040027
    obo:IAO_0000115 "A ploidy quality inhering in a bearer by virtue of the bearer's haploid cells undergo chromosome doubling."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "double haploid"^^xsd:string, "double-haploid"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040027"^^xsd:string ;
    a owl:Class ;
    rdfs:label "doubled haploid"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001393 .

obo:PATO_0040028
    obo:IAO_0000115 "An organismal quality of having successfully reproduced."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040028"^^xsd:string ;
    a owl:Class ;
    rdfs:label "parous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001434 .

obo:PATO_0040029
    obo:IAO_0000115 "A physical quality inhering in a bearer by virtue of that bearer being shielded from visible light."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040029"^^xsd:string ;
    a owl:Class ;
    rdfs:comment "Shaded does not refer to radiation more generally, as this would be more shielded than shaded."^^xsd:string ;
    rdfs:label "shaded"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001018 .

obo:PATO_0040030
    obo:IAO_0000115 "A width and length quality which is relatively small, where both width and length are decreased."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0040031 ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040030"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "decreased width and length"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000574, obo:PATO_0000599 .

obo:PATO_0040031
    obo:IAO_0000115 "A width and length quality that is relatively large, where both width and length are increased."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0040030 ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040031"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "increased width and length"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000573, obo:PATO_0000600 .

obo:PATO_0040032
    obo:IAO_0000115 "A distance traveled in a specific time that is relatively high."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040032"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased linear velocity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002304 .

obo:PATO_0040033
    obo:IAO_0000115 "A distance traveled in a specific time that is relatively low."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040033"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased linear velocity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002302 .

obo:PATO_0040034
    obo:IAO_0000115 "A broken quality where an entity is cracked or broken, usually a bone."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040034"^^xsd:string ;
    a owl:Class ;
    rdfs:label "fractured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001444 .

obo:PATO_0040035
    obo:IAO_0000115 "A fractured quality where the fracture traverses the bone perpendicular to the axis of the bone."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "fractured, transverse"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040035"^^xsd:string ;
    a owl:Class ;
    rdfs:label "transversely fractured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0040034 .

obo:PATO_0040036
    obo:IAO_0000115 "A fractured quality in which one of the fragments is driven into another fragment."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "fractured, impacted"^^xsd:string, "impact fractured"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040036"^^xsd:string ;
    a owl:Class ;
    rdfs:label "impact-fractured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0040034 .

obo:PATO_0040037
    obo:IAO_0000115 "A fractured quality where the fracture runs parallel to the long axis of a bone."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "fractured, linear"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040037"^^xsd:string ;
    a owl:Class ;
    rdfs:label "linearly fractured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0040034 .

obo:PATO_0040038
    obo:IAO_0000115 "A fractured quality where the fracture occurs at a plane oblique to the long axis of the bone."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "fractured, oblique"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040038"^^xsd:string ;
    a owl:Class ;
    rdfs:label "obliquely fractured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0040034 .

obo:PATO_0040039
    obo:IAO_0000115 "A fractured quality that occurs when torque (a rotating force) is applied along the axis of a bone."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "fractured, spiral"^^xsd:string, "fractured, torsion"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040039"^^xsd:string ;
    a owl:Class ;
    rdfs:label "spirally fractured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0040034 .

obo:PATO_0040040
    obo:IAO_0000115 "A fractured quality that is caused by a loss of bone mass (osteoporosis) that occurs as part of aging."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "compression fractured"^^xsd:string, "fractured, compression"^^xsd:string, "fractured, wedge"^^xsd:string, "wedge fractured"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040040"^^xsd:string ;
    a owl:Class ;
    rdfs:label "compression-fractured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0040034 .

obo:PATO_0040041
    obo:IAO_0000115 "A fractured quality in which the fragment of bone tears away from the main mass of bone as a result of physical trauma."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "fractured, avulsion"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040041"^^xsd:string ;
    a owl:Class ;
    rdfs:label "avulsion fractured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0040034 .

obo:PATO_0040042
    obo:IAO_0000115 "A proportionality quality inhering in a bearer by virtue of the bearer's decreased magnitude in respect to a related entity."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "decreased proportion"^^xsd:string, "decreased proportionality"^^xsd:string, "decreased quotient"^^xsd:string, "decreased ratio"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040042"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Example: decreased proportion of CD4 T cells relative to total T cells."^^xsd:string ;
    rdfs:label "decreased proportionality to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001470 .

obo:PATO_0040043
    obo:IAO_0000115 "A proportionality quality inhering in a bearer by virtue of the bearer's increased magnitude in respect to a related entity."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "increased proportion"^^xsd:string, "increased proportionality"^^xsd:string, "increased quotient"^^xsd:string, "increased ratio"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040043"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim ;
    a owl:Class ;
    rdfs:comment "Example: increased proportion of CD4 T cells relative to total T cells."^^xsd:string ;
    rdfs:label "increased proportionality to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001470 .

obo:PATO_0040044
    obo:IAO_0000115 "A structural quality inhering in a bearer by virtue of the bearer's components being torn, typically used for soft tissues or membranes."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "burst"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040044"^^xsd:string ;
    a owl:Class ;
    rdfs:label "ruptured"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001444 .

obo:PATO_0040047
    obo:IAO_0000115 "Existing or functioning as though broken into separate parts; disorganized; disunified."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040047"^^xsd:string ;
    a owl:Class ;
    rdfs:label "fragmented"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001444 .

obo:PATO_0040048
    obo:IAO_0000115 "Red due to increase blood circulation in a defined area."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    oboInOwl:hasExactSynonym "erythema"^^xsd:string, "skin redness"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0040048"^^xsd:string ;
    a owl:Class ;
    rdfs:label "erythematous"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000051 .

obo:PATO_0045000
    obo:IAO_0000115 "A rate which is relatively normal."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045000"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000161, obo:PATO_0045073 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000161
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045001
    obo:IAO_0000115 "A quality of an object that has a value that is normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-21T14:11:01Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "normal object quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001241, [
        a owl:Restriction ;
        owl:onProperty pato:has_relative_magnitude ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001241
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045002
    obo:IAO_0000115 "An acidity which is relatively normal."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045002"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal acidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001842, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001842
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045003
    obo:IAO_0000115 "A adhesivity which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045003"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal adhesivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002331, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002331
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045004
    obo:IAO_0000115 "An affinity which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045004"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal affinity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002070, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002070
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045005
    obo:IAO_0000115 "An age which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045005"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal age"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000011, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000011
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045006
    obo:IAO_0000115 "An avidity which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045006"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal avidity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002073, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002073
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045007
    obo:IAO_0000115 "A behavioural quality of a process inhering in a bearer by virtue of the bearer's exhibiting normal or average activity."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045007"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal behavioural activity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001707, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001707
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045008
    obo:IAO_0000115 "A cellular motility which is normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045008"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal cellular motility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001488, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001488
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045009
    obo:IAO_0000115 "A coiling which is normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045009"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal coiling"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000404, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000404
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045010
    obo:IAO_0000115 "A concentration which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045010"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal concentration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001159, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001159
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045011
    obo:IAO_0000115 "A contractility which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045011"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal contractility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001690, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001690
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045012
    obo:IAO_0000115 "A coordination which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045012"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal coordination"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000769, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000769
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045013
    obo:IAO_0000115 "A curvature which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045013"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal curvature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000406, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000406
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045014
    obo:IAO_0000115 "A distance which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045014"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal distance"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000040, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000040
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045015
    obo:IAO_0000115 "An efficiency which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045015"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal efficiency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001678, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001678
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045016
    obo:IAO_0000115 "An elasticity which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045016"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal elasticity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001171, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001171
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045017
    obo:IAO_0000115 "A fecundity which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045017"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fecundity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000273, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000273
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045018
    obo:IAO_0000115 "A female fertility which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045018"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal female fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000888, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000888
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045019
    obo:IAO_0000115 "A female receptivity which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045019"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal female receptivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001720, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001720
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045020
    obo:IAO_0000115 "A fertility which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045020"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000955, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000955
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045021
    obo:IAO_0000115 "A flexibility which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045021"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal flexibility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001544, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001544
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045022
    obo:IAO_0000115 "A fluid flow which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045022"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fluid flow"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002243, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002243
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045023
    obo:IAO_0000115 "A fluorescence which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045023"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fluorescence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001290, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001290
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045024
    obo:IAO_0000115 "A force which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045024"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal force"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001035, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001035
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045025
    obo:IAO_0000115 "A fragility which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045025"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fragility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001362, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001362
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045026
    obo:IAO_0000115 "A life span which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045026"^^xsd:string ;
    a owl:Class ;
    rdfs:label "normal life span"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000050, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000050
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045027
    obo:IAO_0000115 "A magnetism which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045027"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal magnetism"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001685, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001685
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045028
    obo:IAO_0000115 "A male fertility which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045028"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal male fertility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000891, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000891
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045029
    obo:IAO_0000115 "A male receptivity which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045029"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal male receptivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001721, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001721
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045030
    obo:IAO_0000115 "A mass which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045030"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal mass"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000125, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000125
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045031
    obo:IAO_0000115 "A density which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045031"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal mass density"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001164, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001164
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045032
    obo:IAO_0000115 "A mobility which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045032"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal mobility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000299, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000299
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045033
    obo:IAO_0000115 "An odor quality of having relatively normal or average odor."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045033"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal odor"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001331, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001331
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045034
    obo:IAO_0000115 "An osmolality which is relatively normal or average odor."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045034"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal osmolality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002027, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002027
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045035
    obo:IAO_0000115 "An osmolarity which is relatively normal or average odor."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045035"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal osmolarity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001655, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001655
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045036
    obo:IAO_0000115 "A permeability which is relatively normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045036"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal permeability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000982, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000982
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045037
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being phosphorylated to a normal or average extent."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045037"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal phosphorylation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002220, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002220
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045038
    obo:IAO_0000115 "A photosensitivity which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045038"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal photosensitivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000547, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000547
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045039
    obo:IAO_0000115 "A degree of pigmentation quality which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045039"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal pigmentation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002248, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002248
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045040
    obo:IAO_0000115 "A position which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045040"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal position"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000140, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000140
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045041
    obo:IAO_0000115 "An angle which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045041"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal angle to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002326, obo:PATO_0045040 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002326
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045042
    obo:IAO_0000115 "A distribution which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045042"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal distribution"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001566, obo:PATO_0045040 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001566
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045043
    obo:IAO_0000115 "An elevation which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045043"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal elevation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001687, obo:PATO_0045040 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001687
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045044
    obo:IAO_0000115 "A pressure which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045044"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal pressure"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001025, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001025
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045045
    obo:IAO_0000115 "A radioactivity which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045045"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal radioactivity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001741, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001741
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045046
    obo:IAO_0000115 "A radiopacity which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045046"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal radiopacity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002136, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002136
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045047
    obo:IAO_0000115 "A resistance to a stimulus which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045047"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal resistance to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001178, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001178
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045048
    obo:IAO_0000115 "A sensitivity to irradiation which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045048"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal sensitivity to irradiation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001806, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001806
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045049
    obo:IAO_0000115 "A sensitivity toward an external stimulus which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045049"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal sensitivity toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000516, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000516
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045050
    obo:IAO_0000115 "A size quality which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045050"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal size"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000117, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000117
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045051
    obo:IAO_0000115 "An area which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045051"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal area"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001323, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001323
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045052
    obo:IAO_0000115 "A depth quality which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045052"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal depth"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001595, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001595
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045053
    obo:IAO_0000115 "A height which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045053"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal height"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000119, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000119
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045054
    obo:IAO_0000115 "A length quality which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045054"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal length"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000122, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000122
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045055
    obo:IAO_0000115 "A diameter which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045055"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal diameter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001334, obo:PATO_0045054 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001334
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045056
    obo:IAO_0000115 "An anterior-posterior diameter which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045056"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal anterior-posterior diameter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002041, obo:PATO_0045055 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002041
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045057
    obo:IAO_0000115 "A perimeter which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045057"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal perimeter"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001711, obo:PATO_0045054 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001711
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045058
    obo:IAO_0000115 "A circumference which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045058"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal circumference"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001648, obo:PATO_0045057 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001648
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045059
    obo:IAO_0000115 "A thickness which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045059"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal thickness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000915, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000915
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045060
    obo:IAO_0000115 "A volume which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045060"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal volume"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000918, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000918
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045061
    obo:IAO_0000115 "A width which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045061"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal width"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000921, obo:PATO_0045050 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000921
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045062
    obo:IAO_0000115 "A solubility which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045062"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal solubility"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001537, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001537
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045063
    obo:IAO_0000115 "A speed which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045063"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal speed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000008, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000008
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045064
    obo:IAO_0000115 "A strength which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045064"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal strength"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001230, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001230
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045065
    obo:IAO_0000115 "A fatigability which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045065"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal fatigability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001815, obo:PATO_0045064 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001815
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045066
    obo:IAO_0000115 "A susceptibility toward an external stimulus which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045066"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal susceptibility toward"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001152, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001152
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045067
    obo:IAO_0000115 "A temperature which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045067"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000146, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000146
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045068
    obo:IAO_0000115 "A tendency which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045068"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal tendency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002360, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002360
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045069
    obo:IAO_0000115 "A threshold which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045069"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal threshold"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000152, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000152
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045070
    obo:IAO_0000115 "A tolerance to an external stimulus which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045070"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal tolerance to"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000515, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000515
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045071
    obo:IAO_0000115 "A tonicity which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045071"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal tonicity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001439, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001439
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045072
    obo:IAO_0000115 "A turgor which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045072"^^xsd:string ;
    oboInOwl:inSubset pato:cell_quality, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal turgor"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001620, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001620
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045073
    obo:IAO_0000115 "A quality of aprocess that has a value that is normal or average."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-21T14:11:01Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045073"^^xsd:string ;
    a owl:Class ;
    rdfs:label "normal process quality"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001236, [
        a owl:Restriction ;
        owl:onProperty pato:has_relative_magnitude ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001236
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045074
    obo:IAO_0000115 "A variability which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045074"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal variability"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001227, [
        a owl:Restriction ;
        owl:onProperty pato:has_relative_magnitude ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001227
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045075
    obo:IAO_0000115 "A variability of color which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045075"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal variability of color"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001615, [
        a owl:Restriction ;
        owl:onProperty pato:has_relative_magnitude ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001615
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045076
    obo:IAO_0000115 "A variability of rate which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045076"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal variability of rate"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001586, [
        a owl:Restriction ;
        owl:onProperty pato:has_relative_magnitude ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001586
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045077
    obo:IAO_0000115 "A variability of size which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045077"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal variability of size"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001956, [
        a owl:Restriction ;
        owl:onProperty pato:has_relative_magnitude ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001956
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045078
    obo:IAO_0000115 "A variability of temperature which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045078"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal variability of temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001314, [
        a owl:Restriction ;
        owl:onProperty pato:has_relative_magnitude ;
        owl:someValuesFrom obo:PATO_0000461
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001314
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045079
    obo:IAO_0000115 "A velocity which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045079"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal velocity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002242, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002242
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045080
    obo:IAO_0000115 "A virulence which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045080"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal virulence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002146, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002146
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045081
    obo:IAO_0000115 "A viscosity which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045081"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal viscosity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000998, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000998
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045082
    obo:IAO_0000115 "A waxiness which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045082"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal waxiness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002381, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0002381
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045083
    obo:IAO_0000115 "A wetness which is relatively normal or average"^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045083"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal wetness"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001823, obo:PATO_0045001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001823
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045084
    obo:IAO_0000115 "A duration quality of a process which is relatively normal."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045084"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal duration"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001309, obo:PATO_0045073 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001309
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045085
    obo:IAO_0000115 "A duration quality of temperature quality of a process which is relatively normal."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045085"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal duration of temperature"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001310, obo:PATO_0045084 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001310
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045086
    obo:IAO_0000115 "An occurrence which is relatively normal."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045086"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal occurrence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000057, obo:PATO_0045073 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000057
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045087
    obo:IAO_0000115 "A frequency which is relatively normal."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045087"^^xsd:string ;
    oboInOwl:inSubset pato:mpath_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal frequency"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000044, obo:PATO_0045000 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0000044
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045088
    obo:IAO_0000115 "A sensitivity of a process which is relatively normal."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045088"^^xsd:string ;
    oboInOwl:inSubset pato:relational_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal sensitivity of a process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001457, obo:PATO_0045073 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001457
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045089
    obo:IAO_0000115 "A sensitivity of occurrent to oxygen which is relatively normal."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045089"^^xsd:string ;
    oboInOwl:inSubset pato:disposition_slim, pato:value_slim ;
    a owl:Class ;
    rdfs:label "normal sensitivity of a process to oxygen"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001459, obo:PATO_0045088 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0001459
            [
                a owl:Restriction ;
                owl:onProperty pato:has_relative_magnitude ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0045090
    obo:IAO_0000115 "The four cardinal directions or cardinal points are the directions north, east, south, and west, commonly denoted by their initials, N, E, S, W. East and west are at right angles to north and south, with east being in the clockwise direction of rotation from north and west being directly opposite east."^^xsd:string ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045090"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "cardinal direction"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000039 .

obo:PATO_0045091
    obo:IAO_0000115 "North is one of the four compass points or cardinal directions. It is the opposite of south and is perpendicular to east and west."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0045093 ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045091"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "north"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0045090 .

obo:PATO_0045092
    obo:IAO_0000115 "East is one of the four cardinal directions or points of the compass. It is the opposite direction from west."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0045094 ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045092"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "east"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0045090 .

obo:PATO_0045093
    obo:IAO_0000115 "South is one of the four cardinal directions or compass points. South is the polar opposite of north and is perpendicular to east and west."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0045091 ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045093"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "south"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0045090 .

obo:PATO_0045094
    obo:IAO_0000115 "West is one of the four cardinal directions or points of the compass. It is the opposite direction from east."^^xsd:string ;
    obo:RO_0002604 obo:PATO_0045092 ;
    oboInOwl:created_by "Luke Slater"^^xsd:string ;
    oboInOwl:creation_date "2017-12-22T14:16:43Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0045094"^^xsd:string ;
    oboInOwl:inSubset pato:value_slim ;
    a owl:Class ;
    rdfs:label "west"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0045090 .

obo:PATO_0050000
    obo:IAO_0000115 "The number of repeated events per unit time, occurring in a repeating series. (e.g. the number of heart beats occurring over 1 minute)"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0050000"^^xsd:string ;
    a owl:Class ;
    rdfs:label "rate of occurence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000161 .

obo:PATO_0050001
    obo:IAO_0000115 "The rate of output of a continuous process. Example include: growth rate, cell migration rate, enzyme reaction rate."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0050001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "rate of continuous process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000161 .

obo:PATO_0055001
    obo:IAO_0000115 "A spatial distribution of a process in which the process occupies a smaller length, area, or volume than the reference process. For example, heterochromatin may form over a shorter length of a chromosome in a mutant than in wild type."^^xsd:string ;
    oboInOwl:created_by "midori"^^xsd:string ;
    oboInOwl:creation_date "2019-07-29T14:22:24Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0055001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased spatial extent of a process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002302, obo:PATO_0010005 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0010005
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0055002
    obo:IAO_0000115 "A spatial distribution of a process in which the process occupies a greater length, area, or volume than the reference process. For example, heterochromatin may form over a shorter length of a chromosome in a mutant than in wild type."^^xsd:string ;
    oboInOwl:created_by "midori"^^xsd:string ;
    oboInOwl:creation_date "2019-07-29T14:23:31Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0055002"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased spatial extent of a process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002304, obo:PATO_0010005 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0010005
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0055003
    obo:IAO_0000115 "A rate of occurrence that is relatively high."^^xsd:string ;
    dc:creator "https://orcid.org/0000-0003-4148-4606"^^xsd:string ;
    dc:date "2020-08-19T09:23:19Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0055003"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased rate of occurrence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000912, obo:PATO_0050000 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0050000
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0055004
    obo:IAO_0000115 "A rate of occurrence that is relatively low."^^xsd:string ;
    dc:creator "https://orcid.org/0000-0003-4148-4606"^^xsd:string ;
    dc:date "2020-08-19T09:24:35Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0055004"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased rate of occurrence"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000911, obo:PATO_0050000 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0050000
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0055005
    obo:IAO_0000115 "A rate of output of a continuous process that is relatively high."^^xsd:string ;
    dc:creator "https://orcid.org/0000-0003-4148-4606"^^xsd:string ;
    dc:date "2020-08-19T09:24:56Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0055005"^^xsd:string ;
    a owl:Class ;
    rdfs:label "increased rate of continuous process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000912, obo:PATO_0050001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0050001
            [
                a owl:Restriction ;
                owl:onProperty pato:increased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0055006
    obo:IAO_0000115 "A rate of output of a continuous process that is relatively low."^^xsd:string ;
    dc:creator "https://orcid.org/0000-0003-4148-4606"^^xsd:string ;
    dc:date "2020-08-19T09:25:07Z"^^xsd:dateTime ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0055006"^^xsd:string ;
    a owl:Class ;
    rdfs:label "decreased rate of continuous process"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000911, obo:PATO_0050001 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:PATO_0050001
            [
                a owl:Restriction ;
                owl:onProperty pato:decreased_in_magnitude_relative_to ;
                owl:someValuesFrom obo:PATO_0000461
            ]
        )
    ] .

obo:PATO_0060001
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being present in one sex and absent from the other in members of the same species."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0002-1373-1705"^^xsd:string ;
    oboInOwl:creation_date "2019-08-23T08:46:30Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0060001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "sex-specific"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002451 .

obo:PATO_0060002
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being present in males and absent from females in members of the same species."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0002-1373-1705"^^xsd:string ;
    oboInOwl:creation_date "2019-08-23T08:49:59Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0060002"^^xsd:string ;
    a owl:Class ;
    rdfs:label "male-specific"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0060001 .

obo:PATO_0060003
    obo:IAO_0000115 "A quality inhering in a bearer by virtue of the bearer's being present in females and absent from males in members of the same species."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0002-1373-1705"^^xsd:string ;
    oboInOwl:creation_date "2019-08-23T08:51:22Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0060003"^^xsd:string ;
    a owl:Class ;
    rdfs:label "female-specific"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0060001 .

obo:PATO_0065001
    obo:IAO_0000115 "The breakdown, disintegration, destruction of an entity due to the breaking of cell membranes by any means."^^xsd:string ;
    oboInOwl:created_by "https://orcid.org/0000-0002-3528-5267"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0065001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "lysed"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0000141 .

obo:PATO_0065002
    obo:IAO_0000115 "A degree of pigmentation quality that is diversified with patches, or irregularity."^^xsd:string ;
    oboInOwl:created_by "https://orcid.org/0000-0002-3528-5267"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0065002"^^xsd:string ;
    a owl:Class ;
    rdfs:label "patchy pigmentation"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0002248 .

obo:PATO_0070010
    obo:IAO_0000115 "A cell morphology that inheres in neurons that have dendritic processes radiating from the cell body forming a star-like shape."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596"^^xsd:string ;
    oboInOwl:hasDbXref "ILX:0111036"^^xsd:string, "SAO:9271919883"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0070010"^^xsd:string ;
    a owl:Class ;
    rdfs:label "stellate morphology"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0010006 .

obo:PATO_0070015
    obo:IAO_0000115 "A cell morphology that inheres in neurons which have a pyramidal shaped soma, a single axon, a large apical dendrite and multiple basal dendrites."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596"^^xsd:string ;
    oboInOwl:hasDbXref "ILX:0109553"^^xsd:string, "SAO:1465673360"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0070015"^^xsd:string ;
    a owl:Class ;
    rdfs:label "pyramidal family morphology"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0010006 .

obo:PATO_0070016
    obo:IAO_0000115 "A pyramidal family morphology that inheres in neurons which have an apical tree which is oriented parallel to the pia."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596"^^xsd:string ;
    oboInOwl:hasDbXref "ilxtr:HorizontalPyramidalPhenotype"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0070016"^^xsd:string ;
    a owl:Class ;
    rdfs:label "horizontal pyramidal morphology"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0070015 ;
    owl:disjointWith obo:PATO_0070017 .

obo:PATO_0070017
    obo:IAO_0000115 "A pyramidal family morphology that inheres in neurons which have a standard pyramidal shape with its apical dendrite aligned vertically."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596"^^xsd:string ;
    oboInOwl:hasDbXref "ilxtr:PyramidalPhenotype"^^xsd:string ;
    oboInOwl:hasExactSynonym "pyramidal cell morphology"^^xsd:string, "vertical pyramidal morphology"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0070017"^^xsd:string ;
    a owl:Class ;
    rdfs:label "standard pyramidal morphology"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0070015 .

obo:PATO_0070018
    obo:IAO_0000115 "A pyramidal cell morphology that inheres in neurons which have a distinct tuft formation, distal from the soma."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596"^^xsd:string ;
    oboInOwl:hasDbXref "ilxtr:TuftedPyramidalPhenotype"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0070018"^^xsd:string ;
    a owl:Class ;
    rdfs:label "tufted pyramidal morphology"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0070017 .

obo:PATO_0070019
    obo:IAO_0000115 "A pyramidal cell morphology that inheres in neurons which lack a clear tuft formation but extend to large radial distances."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596"^^xsd:string ;
    oboInOwl:hasDbXref "ilxtr:UntuftedPyramidalPhenotype"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0070019"^^xsd:string ;
    a owl:Class ;
    rdfs:label "untufted pyramidal morphology"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0070017 .

obo:PATO_0070020
    obo:IAO_0000115 "A pyramidal cell morphology that inheres in neurons which lack a tuft formation but extend to small radial distances forming a star-like shape."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596"^^xsd:string ;
    oboInOwl:hasDbXref "ilxtr:StarPyramidalPhenotype"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0070020"^^xsd:string ;
    a owl:Class ;
    rdfs:label "stellate pyramidal morphology"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0070017 .

obo:PATO_0070021
    obo:IAO_0000115 "A pyramidal cell morphology that inheres in neurons which have an apical tree which is oriented towards the white matter."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0001-7258-9596"^^xsd:string ;
    oboInOwl:hasDbXref "ilxtr:InvertedPyramidalPhenotype"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0070021"^^xsd:string ;
    a owl:Class ;
    rdfs:label "inverted pyramidal morphology"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0070017 .

obo:PATO_0085001
    obo:IAO_0000115 "An osmolarity quality inhering in a bearer by virtue of the total amount of ionic salts dissolved in the bearer."^^xsd:string ;
    oboInOwl:created_by "http://orcid.org/0000-0002-3410-4655"^^xsd:string ;
    oboInOwl:creation_date "2020-10-30T08:08:48Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "PATO:0085001"^^xsd:string ;
    a owl:Class ;
    rdfs:label "salinity"^^xsd:string ;
    rdfs:subClassOf obo:PATO_0001655 .

obo:RO_0000052
    obo:IAO_0000111 "inheres in"@en ;
    obo:IAO_0000112 "this fragility inheres in this vase"@en, "this red color inheres in this apple"@en ;
    obo:IAO_0000115 "a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence"@en ;
    obo:IAO_0000116 "A dependent inheres in its bearer at all times for which the dependent exists."@en ;
    obo:IAO_0000118 "inheres_in"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    a owl:ObjectProperty ;
    rdfs:label "inheres in"@en ;
    rdfs:subPropertyOf obo:RO_0002314 ;
    owl:inverseOf obo:RO_0000053 .

obo:RO_0000053
    obo:IAO_0000111 "bearer of"@en ;
    obo:IAO_0000112 "this apple is bearer of this red color"@en, "this vase is bearer of this fragility"@en ;
    obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence"@en ;
    obo:IAO_0000116 "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."@en ;
    obo:IAO_0000118 "bearer_of"@en, "is bearer of"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    a owl:ObjectProperty ;
    rdfs:label "bearer of"@en ;
    rdfs:range obo:BFO_0000020 .

obo:RO_0000056
    obo:IAO_0000111 "participates in"@en ;
    obo:IAO_0000112 "this blood clot participates in this blood coagulation"@en, "this input material (or this output material) participates in this process"@en, "this investigator participates in this investigation"@en ;
    obo:IAO_0000115 "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ;
    obo:IAO_0000118 "participates_in"@en ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000002 ;
    rdfs:label "participates in"@en ;
    rdfs:range obo:BFO_0000003 ;
    owl:inverseOf obo:RO_0000057 .

obo:RO_0000057
    obo:IAO_0000111 "has participant"@en ;
    obo:IAO_0000112 "this blood coagulation has participant this blood clot"@en, "this investigation has participant this investigator"@en, "this process has participant this input material (or this output material)"@en ;
    obo:IAO_0000115 "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ;
    obo:IAO_0000116 "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."@en ;
    obo:IAO_0000118 "has_participant"@en ;
    dc:source "http://www.obofoundry.org/ro/#OBO_REL:has_participant" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000003 ;
    rdfs:label "has participant"@en ;
    rdfs:range obo:BFO_0000002 ;
    owl:propertyChainAxiom (obo:BFO_0000051
        obo:RO_0000057
    ) .

obo:RO_0001900
    a owl:AnnotationProperty .

obo:RO_0002013
    obo:IAO_0000115 "A 'has regulatory component activity' B if A and B are GO molecular functions (GO_0003674), A has_component B and A is regulated by B." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-05-24T09:30:46Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "has regulatory component activity" ;
    rdfs:subPropertyOf obo:RO_0002017, obo:RO_0002334 .

obo:RO_0002014
    obo:IAO_0000115 "A relationship that holds between a GO molecular function and a component of that molecular function that negatively regulates the activity of the whole.  More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is negatively regulated by B." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-05-24T09:31:01Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:comment "By convention GO molecular functions are classified by their effector function.  Internal regulatory functions are treated as components.  For example, NMDA glutmate receptor activity is a cation channel activity with positive regulatory component 'glutamate binding' and negative regulatory components including 'zinc binding' and 'magnesium binding'." ;
    rdfs:label "has negative regulatory component activity" ;
    rdfs:subPropertyOf obo:RO_0002013, obo:RO_0002335 .

obo:RO_0002015
    obo:IAO_0000115 "A relationship that holds between a GO molecular function and a component of that molecular function that positively regulates the activity of the whole.  More formally, A 'has regulatory component activity' B iff :A and B are GO molecular functions (GO_0003674), A has_component B and A is positively regulated by B." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-05-24T09:31:17Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:comment "By convention GO molecular functions are classified by their effector function and internal regulatory functions are treated as components.  So, for example calmodulin has a protein binding activity that has positive regulatory component activity calcium binding activity. Receptor tyrosine kinase activity is a tyrosine kinase activity that has positive regulatory component 'ligand binding'." ;
    rdfs:label "has positive regulatory component activity" ;
    rdfs:subPropertyOf obo:RO_0002013, obo:RO_0002336 .

obo:RO_0002017
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-05-24T09:44:33Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:comment "A 'has component activity' B if A is A and B are molecular functions (GO_0003674) and A has_component B." ;
    rdfs:label "has component activity" ;
    rdfs:subPropertyOf obo:RO_0002018 .

obo:RO_0002018
    obo:IAO_0000115 "w 'has process component' p if p and w are processes,  w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-05-24T09:49:21Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "has component process" ;
    rdfs:range obo:BFO_0000015 ;
    rdfs:subPropertyOf obo:RO_0002180 .

obo:RO_0002022
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-09-17T13:52:24Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:comment "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2).  For example, if protein A has protein binding activity(P1) that targets protein B and this binding  regulates the kinase activity (P2) of protein B then P1 directly regulates P2." ;
    rdfs:label "directly regulated by" ;
    rdfs:subPropertyOf obo:RO_0002334 ;
    owl:inverseOf obo:RO_0002578 .

obo:RO_0002023
    obo:IAO_0000115 "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2).  For example, if protein A has protein binding activity(P1) that targets protein B and this binding  negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-09-17T13:52:38Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "directly negatively regulated by" ;
    rdfs:subPropertyOf obo:RO_0002022 ;
    owl:inverseOf obo:RO_0002630 .

obo:RO_0002024
    obo:IAO_0000115 "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2).  For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-09-17T13:52:47Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "directly positively regulated by" ;
    rdfs:subPropertyOf obo:RO_0002022 ;
    owl:inverseOf obo:RO_0002629 .

obo:RO_0002025
    obo:IAO_0000115 "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674),  A 'has component activity' B and B is the effector (output function) of B.  Each compound function has only one effector activity." ;
    oboInOwl:created_by "dos" ;
    oboInOwl:creation_date "2017-09-22T14:14:36Z"^^xsd:dateTime ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:comment "This relation is designed for constructing compound molecular functions, typically in combination with one or more regulatory component activity relations." ;
    rdfs:label "has effector activity" ;
    rdfs:subPropertyOf obo:RO_0002017, obo:RO_0002211 .

obo:RO_0002086
    obo:IAO_0000117 "David Osumi-Sutherland" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:comment "X ends_after Y iff: end(Y) before_or_simultaneous_with end(X)"@en ;
    rdfs:label "ends after"@en ;
    rdfs:subPropertyOf obo:RO_0002222 .

obo:RO_0002087
    obo:IAO_0000117 "David Osumi-Sutherland" ;
    obo:IAO_0000118 "starts_at_end_of" ;
    a owl:ObjectProperty ;
    rdfs:comment "X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y)"@en ;
    rdfs:label "immediately preceded by"@en ;
    rdfs:subPropertyOf obo:BFO_0000062 ;
    owl:inverseOf obo:RO_0002090 .

obo:RO_0002090
    obo:IAO_0000117 "David Osumi-Sutherland" ;
    obo:IAO_0000118 "ends_at_start_of", "meets" ;
    obo:RO_0002575 obo:BFO_0000063 ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:comment "X immediately_precedes_Y iff: end(X) simultaneous_with start(Y)"@en ;
    rdfs:label "immediately precedes"@en ;
    rdfs:subPropertyOf obo:BFO_0000063 .

obo:RO_0002131
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "x overlaps y if and only if there exists some z such that x has part z and z part of y" ;
    obo:IAO_0000424 "http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/BFO_0000050 some ?Y)" ;
    obo:RO_0001900 obo:RO_0001901 ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "overlaps"@en ;
    rdfs:subPropertyOf obo:RO_0002323 ;
    owl:propertyChainAxiom (obo:BFO_0000050
        obo:BFO_0000050
    ), (obo:BFO_0000051
        obo:BFO_0000050
    ), (obo:BFO_0000051
        obo:RO_0002131
    ), (obo:RO_0002131
        obo:BFO_0000050
    ) .

obo:RO_0002161
    a owl:AnnotationProperty .

obo:RO_0002180
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "w 'has component' p if w 'has part' p and w is such that it can be directly disassembled into into n parts p, p2, p3, ..., pn, where these parts are of similar type." ;
    obo:IAO_0000116 "The definition of 'has component' is still under discussion. The challenge is in providing a definition that does not imply transitivity." ;
    obo:IAO_0000232 "For use in recording has_part with a cardinality constraint, because OWL does not permit cardinality constraints to be used in combination with transitive object properties. In situations where you would want to say something like 'has part exactly 5 digit, you would instead use has_component exactly 5 digit."@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "has component"@en ;
    rdfs:seeAlso <http://ontologydesignpatterns.org/wiki/Submissions:Componency> ;
    rdfs:subPropertyOf obo:BFO_0000051 .

obo:RO_0002202
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "x develops from y if and only if either (a) x directly develops from y or (b) there exists some z such that x directly develops from z and z develops from y" ;
    obo:IAO_0000117 "Chris Mungall"@en, "David Osumi-Sutherland"@en, "Melissa Haendel", "Terry Meehan"@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:comment "This is the transitive form of the develops from relation" ;
    rdfs:domain obo:BFO_0000004 ;
    rdfs:label "develops from"@en ;
    rdfs:range obo:BFO_0000004 ;
    rdfs:subPropertyOf obo:RO_0002258 ;
    owl:inverseOf obo:RO_0002203 .

obo:RO_0002203
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "inverse of develops from" ;
    obo:IAO_0000117 "Chris Mungall"@en, "David Osumi-Sutherland"@en, "Terry Meehan"@en ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "develops into"@en ;
    rdfs:subPropertyOf obo:RO_0002286, obo:RO_0002387, obo:RO_0002388 .

obo:RO_0002211
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "process(P1) regulates process(P2) iff: P1 results in the initiation or termination of P2 OR affects the frequency of its initiation or termination OR affects the magnitude or rate of output of P2." ;
    obo:IAO_0000116 "We use 'regulates' here to specifically imply control. However, many colloquial usages of the term correctly correspond to the weaker relation of 'causally upstream of or within' (aka influences). Consider relabeling to make things more explicit" ;
    obo:IAO_0000117 "Chris Mungall", "David Hill", "Tanya Berardini" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations>, "GO" ;
    obo:IAO_0000232 "Regulation precludes parthood; the regulatory process may not be within the regulated process." ;
    obo:IAO_0000589 "regulates (processual)" ;
    obo:IAO_0000600 false ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "regulates"@en ;
    rdfs:range obo:BFO_0000015 ;
    rdfs:subPropertyOf obo:RO_0002411 ;
    owl:inverseOf obo:RO_0002334 ;
    owl:propertyChainAxiom (obo:RO_0002578
        obo:RO_0002578
    ) .

obo:RO_0002212
    obo:IAO_0000115 "Process(P1) negatively regulates process(P2) iff: P1 terminates P2, or P1 descreases the the frequency of initiation of P2 or the magnitude or rate of output of P2." ;
    obo:IAO_0000117 "Chris Mungall"@en ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    obo:IAO_0000589 "negatively regulates (process to process)" ;
    obo:RO_0004050 obo:RO_0002211 ;
    a owl:ObjectProperty ;
    rdfs:label "negatively regulates"@en ;
    rdfs:subPropertyOf obo:RO_0002211, obo:RO_0002305 ;
    owl:inverseOf obo:RO_0002335 .

obo:RO_0002213
    obo:IAO_0000115 "Process(P1) postively regulates process(P2) iff: P1 initiates P2, or P1 increases the the frequency of initiation of P2 or the magnitude or rate of output of P2." ;
    obo:IAO_0000117 "Chris Mungall"@en ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    obo:IAO_0000589 "positively regulates (process to process)" ;
    obo:RO_0004049 obo:RO_0002211 ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "positively regulates"@en ;
    rdfs:subPropertyOf obo:RO_0002211, obo:RO_0002304 ;
    owl:inverseOf obo:RO_0002336 ;
    owl:propertyChainAxiom (obo:RO_0002212
        obo:RO_0002212
    ) .

obo:RO_0002215
    obo:IAO_0000112 "mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)", "osteoclast SubClassOf 'capable of' some 'bone resorption'" ;
    obo:IAO_0000115 "A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. " ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 "has function realized in" ;
    obo:IAO_0000119 <http://www.ncbi.nlm.nih.gov/pubmed/20123131>, <http://www.ncbi.nlm.nih.gov/pubmed/21208450> ;
    obo:IAO_0000232 "For compatibility with BFO, this relation has a shortcut definition in which the expression \"capable of some P\" expands to \"bearer_of (some realized_by only P)\"." ;
    obo:IAO_0000424 "RO_0000053 some (RO_0000054 only ?Y)" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000004 ;
    rdfs:label "capable of"@en ;
    rdfs:range obo:BFO_0000015 ;
    rdfs:subPropertyOf obo:RO_0002216 .

obo:RO_0002216
    obo:IAO_0000115 "c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 "has function in" ;
    obo:IAO_0000424 "RO_0000053 some (RO_0000054 only (BFO_0000050 some ?Y))" ;
    a owl:ObjectProperty ;
    rdfs:label "capable of part of"@en ;
    rdfs:seeAlso <https://github.com/oborel/obo-relations/wiki/ROGuide#defining-property-chains-involving-reflexivity> ;
    rdfs:subPropertyOf obo:RO_0002328, obo:RO_0002500 ;
    owl:propertyChainAxiom (obo:RO_0002215
        obo:BFO_0000050
    ) .

obo:RO_0002222
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000119 <https://en.wikipedia.org/wiki/Allen%27s_interval_algebra> ;
    obo:IAO_0000232 "Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends." ;
    terms:source "https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1"^^xsd:anyURI ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:comment "A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations." ;
    rdfs:domain obo:BFO_0000003 ;
    rdfs:label "temporally related to"@en ;
    rdfs:range obo:BFO_0000003 .

obo:RO_0002233
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 "consumes" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "has input"@en ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:RO_0000057 ;
    owl:inverseOf obo:RO_0002352 .

obo:RO_0002254
    obo:IAO_0000112 "Mammalian thymus has developmental contribution from some pharyngeal pouch 3; Mammalian thymus has developmental contribution from some pharyngeal pouch 4 [Kardong]" ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "x has developmental contribution from y iff x has some part z such that z develops from y"@en ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:CARO_0000000 ;
    rdfs:label "has developmental contribution from"@en ;
    rdfs:range obo:CARO_0000000 ;
    rdfs:subPropertyOf obo:RO_0002258 ;
    owl:inverseOf obo:RO_0002255 ;
    owl:propertyChainAxiom (obo:BFO_0000051
        obo:RO_0002202
    ) .

obo:RO_0002255
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "inverse of has developmental contribution from" ;
    obo:IAO_0000117 "Chris Mungall" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty ;
    rdfs:label "developmentally contributes to"@en ;
    rdfs:subPropertyOf obo:RO_0002286, obo:RO_0002385 ;
    owl:propertyChainAxiom (obo:RO_0002203
        obo:BFO_0000050
    ) .

obo:RO_0002258
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "Candidate definition: x developmentally related to y if and only if there exists some developmental process (GO:0032502) p such that x and y both participates in p, and x is the output of p and y is the input of p" ;
    obo:IAO_0000116 false ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000232 "In general you should not use this relation to make assertions - use one of the more specific relations below this one" ;
    a owl:ObjectProperty ;
    rdfs:comment "This relation groups together various other developmental relations. It is fairly generic, encompassing induction, developmental contribution and direct and transitive develops from" ;
    rdfs:domain obo:BFO_0000002 ;
    rdfs:label "developmentally preceded by"@en ;
    rdfs:range obo:BFO_0000002 ;
    rdfs:subPropertyOf obo:RO_0002324 ;
    owl:inverseOf obo:RO_0002286 .

obo:RO_0002259
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

obo:RO_0002263
    obo:IAO_0000112 "A faulty traffic light (material entity) whose malfunctioning (a process) is causally upstream of a traffic collision (a process): the traffic light acts upstream of the collision." ;
    obo:IAO_0000115 "c acts upstream of p if and only if c enables some f that is involved in p' and p' occurs chronologically before p, is not part of p, and affects the execution of p. c is a material entity and f, p, p' are processes." ;
    a owl:ObjectProperty ;
    rdfs:label "acts upstream of" ;
    rdfs:seeAlso <http://wiki.geneontology.org/index.php/Acts_upstream_of> ;
    rdfs:subPropertyOf obo:RO_0002264 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002411
    ) .

obo:RO_0002264
    obo:IAO_0000112 "A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway." ;
    obo:IAO_0000115 "c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process." ;
    oboInOwl:hasRelatedSynonym "affects" ;
    a owl:ObjectProperty ;
    rdfs:label "acts upstream of or within" ;
    rdfs:seeAlso <http://wiki.geneontology.org/index.php/Acts_upstream_of_or_within> ;
    rdfs:subPropertyOf obo:RO_0002500 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002418
    ) .

obo:RO_0002286
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "Inverse of developmentally preceded by" ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "developmentally succeeded by"@en ;
    rdfs:subPropertyOf obo:RO_0002384 .

obo:RO_0002304
    obo:RO_0004049 obo:RO_0002411 ;
    terms:creator "cjm" ;
    a owl:ObjectProperty ;
    rdfs:comment "holds between x and y if and only if x is causally upstream of y and the progression of x increases the frequency, rate or extent of y" ;
    rdfs:label "causally upstream of, positive effect" ;
    rdfs:subPropertyOf obo:RO_0002411, obo:RO_0004047 .

obo:RO_0002305
    obo:RO_0004050 obo:RO_0002411 ;
    terms:creator "cjm" ;
    a owl:ObjectProperty ;
    rdfs:comment "holds between x and y if and only if x is causally upstream of y and the progression of x decreases the frequency, rate or extent of y" ;
    rdfs:label "causally upstream of, negative effect" ;
    rdfs:subPropertyOf obo:RO_0002411, obo:RO_0004046 .

obo:RO_0002314
    obo:IAO_0000115 "q inheres in part of w if and only if there exists some p such that q inheres in p and p part of w." ;
    obo:IAO_0000116 "Because part_of is transitive, inheres in is a sub-relation of inheres in part of" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000119 <http://www.ncbi.nlm.nih.gov/pubmed/20064205> ;
    obo:RO_0001900 obo:RO_0001901 ;
    a owl:ObjectProperty ;
    rdfs:label "inheres in part of"@en ;
    rdfs:seeAlso <https://github.com/oborel/obo-relations/wiki/ROGuide#defining-property-chains-involving-reflexivity> ;
    rdfs:subPropertyOf obo:RO_0002502 ;
    owl:propertyChainAxiom (obo:RO_0000052
        obo:BFO_0000050
    ), (obo:RO_0002314
        obo:BFO_0000050
    ) .

obo:RO_0002323
    obo:IAO_0000115 "A mereological relationship or a topological relationship" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000232 "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving parthood or connectivity relationships" ;
    obo:RO_0001900 obo:RO_0001901 ;
    a owl:ObjectProperty ;
    rdfs:label "mereotopologically related to"@en .

obo:RO_0002324
    obo:IAO_0000115 "A relationship that holds between entities participating in some developmental process (GO:0032502)" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000232 "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving organismal development" ;
    a owl:ObjectProperty ;
    rdfs:label "developmentally related to"@en .

obo:RO_0002327
    obo:IAO_0000112 "a particular instances of akt-2 enables some instance of protein kinase activity" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 "catalyzes", "executes", "has", "is catalyzing", "is executing" ;
    obo:IAO_0000232 "This relation differs from the parent relation 'capable of' in that the parent is weaker and only expresses a capability that may not be actually realized, whereas this relation is always realized.", "This relation is currently used experimentally by the Gene Ontology Consortium. It may not be stable and may be obsoleted at some future time." ;
    a owl:ObjectProperty ;
    rdfs:label "enables"@en ;
    rdfs:subPropertyOf obo:RO_0002215 ;
    owl:inverseOf obo:RO_0002333 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:BFO_0000051
    ), (obo:RO_0002327
        obo:RO_0002017
    ) .

obo:RO_0002328
    obo:IAO_0000115 "A grouping relationship for any relationship directly involving a function, or that holds because of a function of one of the related entities." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000232 "This is a grouping relation that collects relations used for the purpose of connecting structure and function" ;
    a owl:ObjectProperty ;
    rdfs:label "functionally related to"@en .

obo:RO_0002329
    obo:IAO_0000115 "this relation holds between c and p when c is part of some c', and c' is capable of p." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 false ;
    a owl:ObjectProperty ;
    rdfs:label "part of structure that is capable of"@en ;
    rdfs:subPropertyOf obo:RO_0002328 ;
    owl:propertyChainAxiom (obo:BFO_0000050
        obo:RO_0002215
    ) .

obo:RO_0002331
    obo:IAO_0000115 "c involved_in p if and only if c enables some process p', and p' is part of p" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 "actively involved in", "enables part of" ;
    a owl:ObjectProperty ;
    rdfs:label "involved in"@en ;
    rdfs:seeAlso <http://wiki.geneontology.org/index.php/Involved_in> ;
    rdfs:subPropertyOf obo:RO_0000056, obo:RO_0002431 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:BFO_0000050
    ), (obo:RO_0002331
        obo:BFO_0000050
    ) .

obo:RO_0002333
    obo:IAO_0000115 "inverse of enables" ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "enabled by"@en ;
    rdfs:subPropertyOf obo:RO_0000057, obo:RO_0002328 .

obo:RO_0002334
    obo:IAO_0000115 "inverse of regulates" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000589 "regulated by (processual)" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "regulated by"@en ;
    rdfs:range obo:BFO_0000015 ;
    rdfs:subPropertyOf obo:RO_0002427 .

obo:RO_0002335
    obo:IAO_0000115 "inverse of negatively regulates" ;
    obo:IAO_0000117 "Chris Mungall" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty ;
    rdfs:label "negatively regulated by"@en ;
    rdfs:subPropertyOf obo:RO_0002334 .

obo:RO_0002336
    obo:IAO_0000115 "inverse of positively regulates" ;
    obo:IAO_0000117 "Chris Mungall" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty ;
    rdfs:label "positively regulated by"@en ;
    rdfs:subPropertyOf obo:RO_0002334 .

obo:RO_0002352
    obo:IAO_0000115 "inverse of has input" ;
    obo:IAO_0000117 "Chris Mungall" ;
    oboInOwl:inSubset obo:RO_0002259, subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:label "input of"@en ;
    rdfs:subPropertyOf obo:RO_0000056, obo:RO_0002328 .

obo:RO_0002384
    obo:IAO_0000114 obo:IAO_0000428 ;
    obo:IAO_0000115 "x has developmental potential involving y iff x is capable of a developmental process with output y. y may be the successor of x, or may be a different structure in the vicinity (as for example in the case of developmental induction)."@en ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:CARO_0000000 ;
    rdfs:label "has developmental potential involving"@en ;
    rdfs:range obo:CARO_0000000 ;
    rdfs:subPropertyOf obo:RO_0002324 .

obo:RO_0002385
    obo:IAO_0000114 obo:IAO_0000428 ;
    obo:IAO_0000115 "x has potential to developmentrally contribute to y iff x developmentally contributes to y or x is capable of developmentally contributing to y"@en ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "has potential to developmentally contribute to"@en ;
    rdfs:subPropertyOf obo:RO_0002384 .

obo:RO_0002387
    obo:IAO_0000114 obo:IAO_0000428 ;
    obo:IAO_0000115 "x has the potential to develop into y iff x develops into y or if x is capable of developing into y"@en ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "has potential to develop into"@en ;
    rdfs:subPropertyOf obo:RO_0002384 .

obo:RO_0002388
    obo:IAO_0000114 obo:IAO_0000428 ;
    obo:IAO_0000115 "x has potential to directly develop into y iff x directly develops into y or x is capable of directly developing into y"@en ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "has potential to directly develop into"@en ;
    rdfs:subPropertyOf obo:RO_0002387 .

obo:RO_0002404
    obo:IAO_0000114 obo:IAO_0000428 ;
    obo:IAO_0000115 "inverse of upstream of" ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "causally downstream of"@en ;
    rdfs:subPropertyOf obo:BFO_0000062, obo:RO_0002427 ;
    owl:inverseOf obo:RO_0002411 .

obo:RO_0002405
    obo:IAO_0000114 obo:IAO_0000428 ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "immediately causally downstream of"@en ;
    rdfs:subPropertyOf obo:RO_0002087, obo:RO_0002404 ;
    owl:inverseOf obo:RO_0002412 .

obo:RO_0002410
    obo:IAO_0000114 obo:IAO_0000428 ;
    obo:IAO_0000115 "This relation groups causal relations between material entities and causal relations between processes" ;
    obo:IAO_0000116 """This branch of the ontology deals with causal relations between entities. It is divided into two branches: causal relations between occurrents/processes, and causal relations between material entities. We take an 'activity flow-centric approach', with the former as primary, and define causal relations between material entities in terms of causal relations between occurrents.

To define causal relations in an activity-flow type network, we make use of 3 primitives:

 * Temporal: how do the intervals of the two occurrents relate? 
 * Is the causal relation regulatory?
 * Is the influence positive or negative

The first of these can be formalized in terms of the Allen Interval Algebra. Informally, the 3 bins we care about are 'direct', 'indirect' or overlapping. Note that all causal relations should be classified under a RO temporal relation (see the branch under 'temporally related to'). Note that all causal relations are temporal, but not all temporal relations are causal. Two occurrents can be related in time without being causally connected. We take causal influence to be primitive, elucidated as being such that has the upstream changed, some qualities of the donwstream would necessarily be modified.

For the second, we consider a relationship to be regulatory if the system in which the activities occur is capable of altering the relationship to achieve some objective. This could include changing the rate of production of a molecule.

For the third, we consider the effect of the upstream process on the output(s) of the downstream process. If the level of output is increased, or the rate of production of the output is increased, then the direction is increased. Direction can be positive, negative or neutral or capable of either direction. Two positives in succession yield a positive, two negatives in succession yield a positive, otherwise the default assumption is that the net effect is canceled and the influence is neutral.

Each of these 3 primitives can be composed to yield a cross-product of different relation types.""" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000232 "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ;
    a owl:ObjectProperty ;
    rdfs:label "causally related to"@en .

obo:RO_0002411
    obo:IAO_0000114 obo:IAO_0000428 ;
    obo:IAO_0000115 "p is causally upstream of q if and only if p precedes q and p and q are linked in a causal chain" ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "causally upstream of"@en ;
    rdfs:subPropertyOf obo:BFO_0000063, obo:RO_0002418 .

obo:RO_0002412
    obo:IAO_0000114 obo:IAO_0000428 ;
    obo:IAO_0000115 "p is immediately causally upstream of q iff both (a) p immediately precedes q and (b) p is causally upstream of q. In addition, the output of p  must be an input of q." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:RO_0002575 obo:RO_0002411 ;
    a owl:ObjectProperty ;
    rdfs:label "immediately causally upstream of"@en ;
    rdfs:subPropertyOf obo:RO_0002090, obo:RO_0002411 .

obo:RO_0002418
    obo:IAO_0000115 "p 'causally upstream or within' q iff (1) the end of p is before the end of q and (2) the execution of p exerts some causal influence over the outputs of q; i.e. if p was abolished or the outputs of p were to be modified, this would necessarily affect q." ;
    obo:IAO_0000116 "We would like to make this disjoint with 'preceded by', but this is prohibited in OWL2" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 "influences (processual)" ;
    oboInOwl:hasRelatedSynonym "affects" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "causally upstream of or within" ;
    rdfs:subPropertyOf obo:RO_0002501 ;
    owl:inverseOf obo:RO_0002427 .

obo:RO_0002427
    obo:IAO_0000115 "inverse of causally upstream of or within" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    oboInOwl:inSubset obo:RO_0002259 ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "causally downstream of or within" ;
    rdfs:subPropertyOf obo:RO_0002501 .

obo:RO_0002428
    obo:IAO_0000115 "c involved in regulation of p if c is involved in some p' and p' regulates some p" ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "involved in regulation of" ;
    rdfs:subPropertyOf obo:RO_0002263, obo:RO_0002431 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002211
    ), (obo:RO_0002331
        obo:RO_0002211
    ) .

obo:RO_0002429
    obo:IAO_0000115 "c involved in regulation of p if c is involved in some p' and p' positively regulates some p" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:RO_0004049 obo:RO_0002428 ;
    a owl:ObjectProperty ;
    rdfs:label "involved in positive regulation of" ;
    rdfs:subPropertyOf obo:RO_0002428 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002213
    ), (obo:RO_0002331
        obo:RO_0002213
    ) .

obo:RO_0002430
    obo:IAO_0000115 "c involved in regulation of p if c is involved in some p' and p' negatively regulates some p" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:RO_0004050 obo:RO_0002428 ;
    a owl:ObjectProperty ;
    rdfs:label "involved in negative regulation of" ;
    rdfs:subPropertyOf obo:RO_0002428 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002212
    ), (obo:RO_0002331
        obo:RO_0002212
    ) .

obo:RO_0002431
    obo:IAO_0000115 "c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p" ;
    obo:IAO_0000116 "OWL does not allow defining object properties via a Union" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 "involved in or reguates" ;
    a owl:ObjectProperty ;
    rdfs:label "involved in or involved in regulation of" ;
    rdfs:subPropertyOf obo:RO_0002264, obo:RO_0002328, obo:RO_0002500 .

obo:RO_0002432
    obo:IAO_0000112 "A protein that enables activity in a cytosol." ;
    obo:IAO_0000115 "c executes activity in d if and only if c enables p and p occurs_in d.  Assuming no action at a distance by gene products, if a gene product enables (is capable of) a process that occurs in some structure, it must have at least some part in that structure." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 "executes activity in" ;
    oboInOwl:hasExactSynonym "enables activity in" ;
    a owl:ObjectProperty ;
    rdfs:comment "" ;
    rdfs:label "is active in" ;
    rdfs:subPropertyOf obo:RO_0002131, obo:RO_0002328 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:BFO_0000066
    ) .

obo:RO_0002434
    obo:IAO_0000115 "A relationship that holds between two entities in which the processes executed by the two entities are causally connected." ;
    obo:IAO_0000116 "Considering relabeling as 'pairwise interacts with'"^^xsd:anyURI, "This relation and all sub-relations can be applied to either (1) pairs of entities that are interacting at any moment of time (2) populations or species of entity whose members have the disposition to interact (3) classes whose members have the disposition to interact." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000232 "Note that this relationship type, and sub-relationship types may be redundant with process terms from other ontologies. For example, the symbiotic relationship hierarchy parallels GO. The relations are provided as a convenient shortcut. Consider using the more expressive processual form to capture your data. In the future, these relations will be linked to their cognate processes through rules." ;
    oboInOwl:hasExactSynonym "in pairwise interaction with" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "interacts with" ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:seeAlso "http://purl.obolibrary.org/obo/MI_0914"^^xsd:anyURI ;
    foaf:page "https://github.com/oborel/obo-relations/wiki/InteractionRelations"^^xsd:anyURI .

obo:RO_0002436
    obo:IAO_0000115 "An interaction relationship in which the two partners are molecular entities that directly physically interact with each other for example via a stable binding interaction or a brief interaction during which one modifies the other." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 "binds", "molecularly binds with" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:label "molecularly interacts with" ;
    rdfs:seeAlso obo:ECO_0000353, "http://purl.obolibrary.org/obo/MI_0915"^^xsd:anyURI ;
    rdfs:subPropertyOf obo:RO_0002434 .

obo:RO_0002447
    obo:IAO_0000116 "Axiomatization to GO to be added later" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000118 "An interaction relation between x and y in which x catalyzes a reaction in which a phosphate group is added to y." ;
    a owl:ObjectProperty ;
    rdfs:label "phosphorylates" ;
    rdfs:subPropertyOf obo:RO_0002436 .

obo:RO_0002448
    obo:IAO_0000115 """The entity A, immediately upstream of the entity B, has an activity that regulates an activity performed by B. For example, A and B may be gene products and binding of B by A regulates the kinase activity of B.

A and B can be physically interacting but not necessarily. Immediately upstream means there are no intermediate entity between A and B.""" ;
    obo:IAO_0000117 "Chris Mungall", "Vasundra Touré" ;
    oboInOwl:hasExactSynonym "molecularly controls" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "directly regulates activity of" ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:RO_0002436, obo:RO_0011002 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002211
        obo:RO_0002333
    ) .

obo:RO_0002449
    obo:IAO_0000115 """The entity A, immediately upstream of the entity B, has an activity that negatively regulates an activity performed by B. 
For example, A and B may be gene products and binding of B by A negatively regulates the kinase activity of B.""" ;
    obo:IAO_0000117 "Chris Mungall", "Vasundra Touré" ;
    obo:IAO_0000118 "directly inhibits" ;
    oboInOwl:hasExactSynonym "molecularly decreases activity of" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "directly negatively regulates activity of" ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:RO_0002448 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002630
        obo:RO_0002333
    ) .

obo:RO_0002450
    obo:IAO_0000115 """The entity A, immediately upstream of the entity B, has an activity that positively regulates an activity performed by B. 
For example, A and B may be gene products and binding of B by A positively regulates the kinase activity of B.""" ;
    obo:IAO_0000117 "Chris Mungall", "Vasundra Touré" ;
    obo:IAO_0000118 "directly activates" ;
    oboInOwl:hasExactSynonym "molecularly increases activity of" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "directly positively regulates activity of" ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:RO_0002448 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002629
        obo:RO_0002333
    ) .

obo:RO_0002464
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000232 "This property or its subproperties is not to be used directly. These properties exist as helper properties that are used to support OWL reasoning." ;
    a owl:ObjectProperty ;
    rdfs:label "helper property (not for use in curation)" .

obo:RO_0002473
    a owl:ObjectProperty .

obo:RO_0002479
    obo:IAO_0000115 "p has part that occurs in c if and only if there exists some p1, such that p has_part p1, and p1 occurs in c." ;
    obo:IAO_0000117 "Chris Mungall" ;
    oboInOwl:inSubset subsets:ro-eco ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000003 ;
    rdfs:label "has part that occurs in" ;
    rdfs:range obo:BFO_0000004 ;
    owl:propertyChainAxiom (obo:BFO_0000051
        obo:BFO_0000066
    ) .

obo:RO_0002481
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "is kinase activity" ;
    rdfs:subPropertyOf obo:RO_0002564 .

obo:RO_0002500
    obo:IAO_0000115 "A relationship between a material entity and a process where the material entity has some causal role that influences the process" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    a owl:ObjectProperty ;
    rdfs:label "causal agent in process" ;
    rdfs:subPropertyOf obo:RO_0002595 ;
    owl:inverseOf obo:RO_0002608 .

obo:RO_0002501
    obo:IAO_0000115 "p is causally related to q if and only if p or any part of p and q or any part of q are linked by a chain of events where each event pair is one of direct activation or direct inhibition. p may be upstream, downstream, part of or a container of q." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    obo:IAO_0000232 "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000003 ;
    rdfs:label "causal relation between processes" ;
    rdfs:range obo:BFO_0000003 ;
    rdfs:subPropertyOf obo:RO_0002410 .

obo:RO_0002502
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "depends on" ;
    rdfs:seeAlso obo:BFO_0000169 .

obo:RO_0002506
    obo:IAO_0000116 "The intent is that the process branch of the causal property hierarchy is primary (causal relations hold between occurrents/processes), and that the material branch is defined in terms of the process branch" ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    obo:IAO_0000232 "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000002 ;
    rdfs:label "causal relation between entities" ;
    rdfs:range obo:BFO_0000002 ;
    rdfs:subPropertyOf obo:RO_0002410 .

obo:RO_0002559
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    obo:IAO_0000589 "causally influenced by (entity-centric)" ;
    a owl:ObjectProperty ;
    rdfs:label "causally influenced by" ;
    rdfs:subPropertyOf obo:RO_0002506 ;
    owl:inverseOf obo:RO_0002566 .

obo:RO_0002563
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "interaction relation helper property" ;
    rdfs:seeAlso <http://ontologydesignpatterns.org/wiki/Submissions:N-Ary_Relation_Pattern_%28OWL_2%29> ;
    rdfs:subPropertyOf obo:RO_0002464 ;
    foaf:page "https://github.com/oborel/obo-relations/wiki/InteractionRelations"^^xsd:anyURI .

obo:RO_0002564
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "molecular interaction relation helper property" ;
    rdfs:subPropertyOf obo:RO_0002563 .

obo:RO_0002566
    obo:IAO_0000115 "The entity or characteristic A is causally upstream of the entity or characteristic B, A having an effect on B. An entity corresponds to any biological type of entity as long as a mass is measurable. A characteristic corresponds to a particular specificity of an entity (e.g., phenotype, shape, size)." ;
    obo:IAO_0000117 "Chris Mungall", "Vasundra Touré" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    obo:IAO_0000589 "causally influences (entity-centric)" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000002 ;
    rdfs:label "causally influences" ;
    rdfs:range obo:BFO_0000002 ;
    rdfs:subPropertyOf obo:RO_0002506 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002411
        obo:RO_0002233
    ), (obo:RO_0002327
        obo:RO_0002411
        obo:RO_0002333
    ) .

obo:RO_0002575
    a owl:AnnotationProperty .

obo:RO_0002578
    obo:IAO_0000115 "Process(P1) directly regulates process(P2) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2).  For example, if protein A has protein binding activity(P1) that targets protein B and this binding  regulates the kinase activity (P2) of protein B then P1 directly regulates P2." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    obo:IAO_0000589 "directly regulates (processual)" ;
    obo:RO_0002575 obo:RO_0002211 ;
    a owl:ObjectProperty ;
    rdfs:label "directly regulates" ;
    rdfs:subPropertyOf obo:RO_0002211, obo:RO_0002412 .

obo:RO_0002581
    obo:IAO_0000115 "If R <- P o Q is a defining property chain axiom, then it also holds that R -> P o Q. Note that this cannot be expressed directly in OWL" ;
    a owl:AnnotationProperty ;
    rdfs:label "is a defining property chain axiom" .

obo:RO_0002582
    obo:IAO_0000115 "If R <- P o Q is a defining property chain axiom, then (1) R -> P o Q holds and (2) Q is either reflexive or locally reflexive. A corollary of this is that P SubPropertyOf R." ;
    a owl:AnnotationProperty ;
    rdfs:label "is a defining property chain axiom where second argument is reflexive" .

obo:RO_0002584
    obo:IAO_0000112 "gland SubClassOf 'has part structure that is capable of' some 'secretion by cell'" ;
    obo:IAO_0000115 "s 'has part structure that is capable of' p if and only if there exists some part x such that s 'has part' x and x 'capable of' p" ;
    obo:IAO_0000117 "Chris Mungall" ;
    a owl:ObjectProperty ;
    rdfs:label "has part structure that is capable of" ;
    rdfs:subPropertyOf obo:RO_0002328, obo:RO_0002595 ;
    owl:propertyChainAxiom (obo:BFO_0000051
        obo:RO_0002215
    ) .

obo:RO_0002595
    obo:IAO_0000115 "A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity." ;
    obo:IAO_0000116 "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ;
    obo:IAO_0000117 "Chris Mungall" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "causal relation between material entity and a process" ;
    rdfs:range obo:BFO_0000015 ;
    rdfs:subPropertyOf obo:RO_0002410 .

obo:RO_0002596
    obo:IAO_0000112 "pyrethroid -> growth" ;
    obo:IAO_0000115 "Holds between c and p if and only if c is capable of some activity a, and a regulates p." ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    a owl:ObjectProperty ;
    rdfs:label "capable of regulating" ;
    rdfs:subPropertyOf obo:RO_0002500 ;
    owl:propertyChainAxiom (obo:RO_0002215
        obo:RO_0002211
    ) .

obo:RO_0002597
    obo:IAO_0000115 "Holds between c and p if and only if c is capable of some activity a, and a negatively regulates p." ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    a owl:ObjectProperty ;
    rdfs:label "capable of negatively regulating" ;
    rdfs:subPropertyOf obo:RO_0002596 ;
    owl:propertyChainAxiom (obo:RO_0002215
        obo:RO_0002212
    ) .

obo:RO_0002598
    obo:IAO_0000112 "renin -> arteriolar smooth muscle contraction" ;
    obo:IAO_0000115 "Holds between c and p if and only if c is capable of some activity a, and a positively regulates p." ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    a owl:ObjectProperty ;
    rdfs:label "capable of positively regulating" ;
    rdfs:subPropertyOf obo:RO_0002596 ;
    owl:propertyChainAxiom (obo:RO_0002215
        obo:RO_0002213
    ) .

obo:RO_0002604
    obo:IAO_0000112 "'anterior end of organism' is-opposite-of 'posterior end of organism'", "'increase in temperature' is-opposite-of 'decrease in temperature'" ;
    obo:IAO_0000115 "x is the opposite of y if there exists some distance metric M, and there exists no z such as M(x,z) <= M(x,y) or M(y,z) <= M(y,x)." ;
    oboInOwl:hasDbXref "RO:0002604"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "is_opposite_of"^^xsd:string ;
    oboInOwl:is_class_level true ;
    oboInOwl:is_metadata_tag true ;
    oboInOwl:shorthand "is_opposite_of"^^xsd:string ;
    a owl:AnnotationProperty ;
    rdfs:label "is opposite of", "is_opposite_of"^^xsd:string .

obo:RO_0002608
    obo:IAO_0000115 "Inverse of 'causal agent in process'" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    a owl:ObjectProperty ;
    rdfs:label "process has causal agent" ;
    rdfs:subPropertyOf obo:RO_0002410 .

obo:RO_0002629
    obo:IAO_0000115 "Process(P1) directly postively regulates process(P2) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2).  For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P1 directly positively regulates P2." ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    obo:IAO_0000589 "directly positively regulates (process to process)" ;
    obo:RO_0004049 obo:RO_0002578 ;
    a owl:ObjectProperty ;
    rdfs:label "directly positively regulates" ;
    rdfs:subPropertyOf obo:RO_0002213, obo:RO_0002578 .

obo:RO_0002630
    obo:IAO_0000115 "Process(P1) directly negatively regulates process(P2) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2).  For example, if protein A has protein binding activity(P1) that targets protein B and this binding  negatively regulates the kinase activity (P2) of protein B then P1 directly negatively regulates P2." ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    obo:IAO_0000589 "directly negatively regulates (process to process)" ;
    obo:RO_0004050 obo:RO_0002578 ;
    a owl:ObjectProperty ;
    rdfs:label "directly negatively regulates" ;
    rdfs:subPropertyOf obo:RO_0002212, obo:RO_0002578 .

obo:RO_0004031
    obo:IAO_0000115 "Holds between an entity and an process P where the entity enables some larger compound process, and that larger process has-part P." ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2018-01-25T23:20:13Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "enables subfunction" ;
    rdfs:subPropertyOf obo:RO_0002328 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:BFO_0000051
    ) .

obo:RO_0004032
    obo:RO_0004049 obo:RO_0002264 ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2018-01-26T23:49:30Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "acts upstream of or within, positive effect" ;
    rdfs:seeAlso <http://wiki.geneontology.org/index.php/Acts_upstream_of_or_within,_positive_effect> ;
    rdfs:subPropertyOf obo:RO_0002264 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0004047
    ) .

obo:RO_0004033
    obo:RO_0004050 obo:RO_0002264 ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2018-01-26T23:49:51Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "acts upstream of or within, negative effect" ;
    rdfs:subPropertyOf obo:RO_0002264 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0004046
    ) .

obo:RO_0004034
    obo:IAO_0000115 "c 'acts upstream of, positive effect' p if c is enables f, and f is causally upstream of p, and the direction of f is positive" ;
    obo:RO_0004049 obo:RO_0002263 ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2018-01-26T23:53:14Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "acts upstream of, positive effect" ;
    rdfs:seeAlso <http://wiki.geneontology.org/index.php/Acts_upstream_of,_positive_effect> ;
    rdfs:subPropertyOf obo:RO_0002263, obo:RO_0004032 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002304
    ) .

obo:RO_0004035
    obo:IAO_0000115 "c 'acts upstream of, negative effect' p if c is enables f, and f is causally upstream of p, and the direction of f is negative" ;
    obo:RO_0004050 obo:RO_0002263 ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2018-01-26T23:53:22Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "acts upstream of, negative effect" ;
    rdfs:seeAlso <http://wiki.geneontology.org/index.php/Acts_upstream_of,_negative_effect> ;
    rdfs:subPropertyOf obo:RO_0002263, obo:RO_0004033 ;
    owl:propertyChainAxiom (obo:RO_0002327
        obo:RO_0002305
    ) .

obo:RO_0004046
    obo:RO_0004050 obo:RO_0002418 ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2018-03-13T23:55:05Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "causally upstream of or within, negative effect" ;
    rdfs:subPropertyOf obo:RO_0002418 .

obo:RO_0004047
    obo:RO_0004049 obo:RO_0002418 ;
    oboInOwl:created_by "cjm" ;
    oboInOwl:creation_date "2018-03-13T23:55:19Z"^^xsd:dateTime ;
    a owl:ObjectProperty ;
    rdfs:label "causally upstream of or within, positive effect" ;
    rdfs:subPropertyOf obo:RO_0002418 .

obo:RO_0004049
    a owl:AnnotationProperty .

obo:RO_0004050
    a owl:AnnotationProperty .

obo:RO_0011002
    obo:IAO_0000115 "The entity A has an activity that regulates an activity of the entity B. For example, A and B are gene products where the catalytic activity of A regulates the kinase activity of B." ;
    obo:IAO_0000117 "Vasundra Touré" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000040 ;
    rdfs:label "regulates activity of" ;
    rdfs:range obo:BFO_0000040 ;
    rdfs:subPropertyOf obo:RO_0002566 .

obo:RO_0040042
    a owl:AnnotationProperty .

go:gocheck_do_not_annotate
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:gocheck_do_not_manually_annotate
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_agr
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_aspergillus
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_candida
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_chembl
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_drosophila
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_flybase_ribbon
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_generic
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_metagenomics
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_mouse
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_pir
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_plant
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_pombe
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

go:goslim_yeast
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:abnormal_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Abnormal/normal slim"^^xsd:string ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:absent_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Absent/present slim"^^xsd:string ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:attribute_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Attribute slim"^^xsd:string ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:cell_quality
    a owl:AnnotationProperty ;
    rdfs:comment "cell_quality"^^xsd:string ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:correlates_with
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "correlates_with"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "correlates_with"^^xsd:string .

pato:decreased_in_magnitude_relative_to
    obo:IAO_0000115 "q1 decreased_in_magnitude_relative_to q2 if and only if magnitude(q1) < magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "decreased_in_magnitude_relative_to"^^xsd:string ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:comment "This relation is used to determine the 'directionality' of relative qualities such as 'decreased strength', relative to the parent type, 'strength'."^^xsd:string ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "decreased_in_magnitude_relative_to"^^xsd:string ;
    rdfs:range obo:PATO_0000001 ;
    rdfs:subPropertyOf pato:different_in_magnitude_relative_to .

pato:different_in_magnitude_relative_to
    obo:IAO_0000115 "q1 different_in_magnitude_relative_to q2 if and only if magnitude(q1) NOT =~ magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "different_in_magnitude_relative_to"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "different_in_magnitude_relative_to"^^xsd:string ;
    rdfs:range obo:PATO_0000001 .

pato:directly_associated_with
    obo:IAO_0000115 "q1 directly_associated_with q2 iff q1 is dependent on q2, and the magnitude of q1 increases if the magnitude of q2 is increased, or the magnitude of q1 decreases if the magnitude of q2 is decreased. The relationship is not necessarily linear."^^xsd:string ;
    oboInOwl:created_by "cjm"^^xsd:string ;
    oboInOwl:creation_date "2009-08-26T02:50:08Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "directly_associated_with"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:comment """Example: 'Lewy bodies increased number related to dystrophic neurite increased number' (from annotation of PMID:8740227 in http://ccdb.ucsd.edu/1.0/NDPO.owl#ndpo_404). Here the increase in the number of lewy bodies is directly_associated_with the increase in the number of dystrophic neurites.
Association is weaker than correlation or proportionality. These relations may be later added to PATO."""^^xsd:string ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "directly_associated_with"^^xsd:string ;
    rdfs:range obo:PATO_0000001 .

pato:disposition_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Disposition slim"^^xsd:string ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:has_cross_section
    obo:IAO_0000115 "s3 has_cross_section s3 if and only if : there exists some 2d plane that intersects the bearer of s3, and the impression of s3 upon that plane has shape quality s2."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "has_cross_section"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:comment "Example: a spherical object has the quality of being spherical, and the spherical quality has_cross_section round."^^xsd:string ;
    rdfs:label "has_cross_section"^^xsd:string .

pato:has_dividend_entity
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "has_dividend_entity"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:domain obo:PATO_0001470 ;
    rdfs:label "has_dividend_entity"^^xsd:string .

pato:has_dividend_quality
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "has_dividend_quality"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:domain obo:PATO_0001470 ;
    rdfs:label "has_dividend_quality"^^xsd:string ;
    rdfs:range obo:PATO_0000001 ;
    rdfs:subPropertyOf pato:has_ratio_quality .

pato:has_divisor_entity
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "has_divisor_entity"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:domain obo:PATO_0001470 ;
    rdfs:label "has_divisor_entity"^^xsd:string .

pato:has_divisor_quality
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "has_divisor_quality"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:domain obo:PATO_0001470 ;
    rdfs:label "has_divisor_quality"^^xsd:string ;
    rdfs:range obo:PATO_0000001 ;
    rdfs:subPropertyOf pato:has_ratio_quality .

pato:has_ratio_quality
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "has_ratio_quality"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:domain obo:PATO_0001470 ;
    rdfs:label "has_ratio_quality"^^xsd:string ;
    rdfs:range obo:PATO_0000001 .

pato:has_relative_magnitude
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "has_relative_magnitude"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "has_relative_magnitude"^^xsd:string .

pato:hpo_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Human phenotype slim"^^xsd:string ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:increased_in_magnitude_relative_to
    obo:IAO_0000115 "q1 increased_in_magnitude_relative_to q2 if and only if magnitude(q1) > magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "increased_in_magnitude_relative_to"^^xsd:string ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:comment "This relation is used to determine the 'directionality' of relative qualities such as 'increased strength', relative to the parent type, 'strength'."^^xsd:string ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "increased_in_magnitude_relative_to"^^xsd:string ;
    rdfs:range obo:PATO_0000001 ;
    rdfs:subPropertyOf pato:different_in_magnitude_relative_to .

pato:inversely_associated_with
    obo:IAO_0000115 "q1 inversely_associated_with q2 iff q1 is dependent on q2, and the magnitude of q1 decreases if the magnitude of q2 is increased, or the magnitude of q1 increases if the magnitude of q2 is decreased. The relationship is not necessarily linear."^^xsd:string ;
    oboInOwl:created_by "cjm"^^xsd:string ;
    oboInOwl:creation_date "2009-08-26T02:50:24Z"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "inversely_associated_with"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:comment "Association is weaker than correlation or proportionality. These relations may be later added to PATO."^^xsd:string ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "inversely_associated_with"^^xsd:string ;
    rdfs:range obo:PATO_0000001 .

pato:is_magnitude_of
    oboInOwl:hasOBONamespace "pato.ontology"^^xsd:string ;
    oboInOwl:id "is_magnitude_of"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "is_magnitude_of"^^xsd:string .

pato:is_measurement_of
    oboInOwl:hasOBONamespace "pato.ontology"^^xsd:string ;
    oboInOwl:id "is_measurement_of"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "is_measurement_of"^^xsd:string .

pato:is_unit_of
    oboInOwl:hasOBONamespace "pato.ontology"^^xsd:string ;
    oboInOwl:id "is_unit_of"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "is_unit_of"^^xsd:string .

pato:mpath_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Pathology slim"^^xsd:string ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:realized_by
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "realized_by"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:label "realized_by"^^xsd:string .

pato:reciprocal_of
    obo:IAO_0000115 "q1 reciprocal_of q2 if and only if : q1 and q2 are relational qualities and a phenotype e q1 e2 mutually implies a phenotype e2 q2 e."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "reciprocal_of"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:comment "There are frequently two ways to state the same thing: we can say 'spermatocyte lacks asters' or 'asters absent from spermatocyte'. In this case the quality is 'lacking all parts of type' - it is a (relational) quality of the spermatocyte, and it is with respect to instances of 'aster'. One of the popular requirements of PATO is that it continue to support 'absent', so we need to relate statements which use this quality to the 'lacking all parts of type' quality."^^xsd:string ;
    rdfs:label "reciprocal_of"^^xsd:string .

pato:relational_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Relational slim: types of quality that require an additional entity in order to exist"^^xsd:string ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:scalar_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Scalar slim"^^xsd:string ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

pato:similar_in_magnitude_relative_to
    obo:IAO_0000115 "q1 similar_in_magnitude_relative_to q2 if and only if magnitude(q1) =~ magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale."^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "similar_in_magnitude_relative_to"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:domain obo:PATO_0000001 ;
    rdfs:label "similar_in_magnitude_relative_to"^^xsd:string ;
    rdfs:range obo:PATO_0000001 .

pato:singly_occurring_form_of
    oboInOwl:hasExactSynonym "monadic_form_of"^^xsd:string ;
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "singly_occurring_form_of"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:comment "PATO divides qualities between normal (monadic, singly-occurring) qualities and relational qualities. Relational qualities stand in the 'towards' relation with respect to some additional entity. For example, The sensitivity of an eye towards red light. In some cases we want to represent a quality such as 'protruding' in both monadic and relational branches. We use this relation to link them."^^xsd:string ;
    rdfs:label "singly_occurring_form_of"^^xsd:string .

pato:towards
    oboInOwl:hasOBONamespace "quality"^^xsd:string ;
    oboInOwl:id "towards"^^xsd:string ;
    a owl:ObjectProperty ;
    rdfs:comment "Relation binding a relational quality or disposition to the relevant type of entity."^^xsd:string ;
    rdfs:label "towards"^^xsd:string .

pato:value_slim
    a owl:AnnotationProperty ;
    rdfs:comment "Value slim"^^xsd:string ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

<http://purl.obolibrary.org/obo/pato.owl>
    obo:IAO_0000700 obo:PATO_0000001 ;
    dc:description "An ontology of phenotypic qualities (properties, attributes or characteristics)."^^xsd:string ;
    dc:title "PATO - the Phenotype And Trait Ontology"^^xsd:string ;
    terms:license <https://creativecommons.org/licenses/by/3.0/> ;
    oboInOwl:default-namespace "quality"^^xsd:string ;
    oboInOwl:hasOBOFormatVersion "1.2"^^xsd:string ;
    a owl:Ontology ;
    owl:versionIRI <http://purl.obolibrary.org/obo/pato/releases/2021-04-14/pato.owl> ;
    owl:versionInfo "2021-04-14"^^xsd:string .

<http://purl.obolibrary.org/obo/ro.owl#x>
    a swrl:Variable .

<http://purl.obolibrary.org/obo/ro.owl#y>
    a swrl:Variable .

<http://purl.obolibrary.org/obo/ro.owl#z>
    a swrl:Variable .

subsets:ro-eco
    a owl:AnnotationProperty ;
    rdfs:subPropertyOf oboInOwl:SubsetProperty .

dc:creator
    a owl:AnnotationProperty .

dc:date
    a owl:AnnotationProperty .

dc:source
    a owl:AnnotationProperty .

terms:creator
    a owl:AnnotationProperty .

terms:source
    a owl:AnnotationProperty .

swrla:isRuleEnabled
    a owl:AnnotationProperty .

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

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

oboInOwl:created_by
    a owl:AnnotationProperty .

oboInOwl:creation_date
    a owl:AnnotationProperty .

oboInOwl:default-namespace
    a owl:AnnotationProperty .

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

oboInOwl:hasBroadSynonym
    a owl:AnnotationProperty ;
    rdfs:label "has_broad_synonym"^^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:hasNarrowSynonym
    a owl:AnnotationProperty ;
    rdfs:label "has_narrow_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:inSubset
    a owl:AnnotationProperty ;
    rdfs:label "in_subset"^^xsd:string .

oboInOwl:is_class_level
    a owl:AnnotationProperty .

oboInOwl:is_metadata_tag
    a owl:AnnotationProperty .

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

rdfs:comment
    a owl:AnnotationProperty .

rdfs:label
    a owl:AnnotationProperty .

owl:deprecated
    a owl:AnnotationProperty .

foaf:page
    a owl:AnnotationProperty .

<urn:swrl#A>
    a swrl:Variable .

<urn:swrl#B>
    a swrl:Variable .

<urn:swrl#C>
    a swrl:Variable .

<urn:swrl#D>
    a swrl:Variable .

<urn:swrl#a1>
    a swrl:Variable .

<urn:swrl#a2>
    a swrl:Variable .

<urn:swrl#eff>
    a swrl:Variable .

<urn:swrl#g1>
    a swrl:Variable .

<urn:swrl#g2>
    a swrl:Variable .

<urn:swrl#in>
    a swrl:Variable .

<urn:swrl#mf>
    a swrl:Variable .

<urn:swrl#mf2>
    a swrl:Variable .

<urn:swrl#p>
    a swrl:Variable .

<urn:swrl#w>
    a swrl:Variable .

<urn:swrl#x>
    a swrl:Variable .

<urn:swrl#y>
    a swrl:Variable .

<urn:swrl#z>
    a swrl:Variable .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget "Q1 has_part Q2 if and only if: every instance of Q1 is a quality_of an entity that has_quality some Q2."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001533 ;
    owl:annotatedTarget "A color pattern inhering in a bearer by virtue of bearer's having two or more hues or degrees of saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster.:merriam-webster."^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001534 ;
    owl:annotatedTarget "A color pattern inhering in a bearer by virtue of bearer's having 3 or more hues or degrees of saturations."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster.:merriam-webster."^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001535 ;
    owl:annotatedTarget "A color pattern inhering in a bearer by virtue of bearer's being marked with small spots, patches, or specks of hue or degree of saturation differing from that of the background."^^xsd:string .

[]
    oboInOwl:hasDbXref "edp:edp"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001536 ;
    owl:annotatedTarget "A molecular quality that inheres in a molecular entity by virtue of the bearer's disposition to dissolve in a liquid."^^xsd:string .

[]
    oboInOwl:hasDbXref "edp:edp"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001537 ;
    owl:annotatedTarget "A solubility quality inhering in a substance by virtue of the bearer's disposition to dissolve in a liquid."^^xsd:string .

[]
    oboInOwl:hasDbXref "edp:edp"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001538 ;
    owl:annotatedTarget "A solubility quality inhering in a substance by virtue of the bearer's inability of a substance to dissolve in a liquid."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001539 ;
    owl:annotatedTarget "A compositional quality inhering in an bearer by virtue of the bearer's quantities or relative ratios of amylose of the inhering entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "TO:TO"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001540 ;
    owl:annotatedTarget "An amylose composition quality inhering in an bearer by virtue of the bearer's having negligible or no amylose content."^^xsd:string .

[]
    oboInOwl:hasDbXref "TO:TO"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001541 ;
    owl:annotatedTarget "An amylose composition quality inhering in an bearer by virtue of the bearer's having high amount of amylose content."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001542 ;
    owl:annotatedTarget "A phase which starts later than natural start point."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001543 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's disposition to being turned, bowed, or twisted without breaking."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001544 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's ability of being turned, bowed, or twisted without breaking."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001545 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's inability of being turned, bowed, or twisted without breaking."^^xsd:string .

[]
    oboInOwl:hasDbXref "Chemistry:http://chemistry.about.com/od/chemistryglossary/a/soliddefinition.htm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001546 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity characterized by particles arranged such that their shape and volume are relatively stable."^^xsd:string .

[]
    oboInOwl:hasDbXref "Chemistry:http://chemistry.about.com/od/chemistryglossary/a/gasdefinition.htm"^^xsd:string, "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001547 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity consisting of particles that have neither a defined volume nor defined shape."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.chemistry-dictionary.com/definition/liquid.php"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001548 ;
    owl:annotatedTarget "A physical quality inhering in an entity exhibiting the physical characteristics of an amorphous (non-crystalline) form of matter between a gas and a solid that has a definite volume, but no definite shape."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001549 ;
    owl:annotatedTarget "A sensitivity toward an external stimulus which is higher than normal/average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001550 ;
    owl:annotatedTarget "A sensitivity toward an external stimulus which is lower than normal/average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001551 ;
    owl:annotatedTarget "A sensitivity of a process which is higher than normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001552 ;
    owl:annotatedTarget "A sensitivity of a process which is lower than normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001553 ;
    owl:annotatedTarget "A sensitivity of occurrent to oxygen which is higher than normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001554 ;
    owl:annotatedTarget "A sensitivity of a process to oxygen which is lower than normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001555 ;
    owl:annotatedTarget "The number of parts of a particular type that the bearer entity has. This is a relational quality, and thus holds between two entities: the bearer of the quality, and the type of parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001558 ;
    owl:annotatedTarget "A quality of a process inhering in a bearer by virtue of the bearer's lacking a processual part as specified by the additional entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001559 ;
    owl:annotatedTarget "A functionality quality which is held by the bearer when the latter is able to perform additional or different function(s)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001561 ;
    owl:annotatedTarget "A quality of a process inhering in a bearer by virtue of the bearer's having additional processual parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001562 ;
    owl:annotatedTarget "A mass which is lower than normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001563 ;
    owl:annotatedTarget "A mass which is higher than normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001564 ;
    owl:annotatedTarget "A quality of a process inhering in a bearer by virtue of the bearer's processual parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001566 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's being spread out or scattered about or divided up."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001567 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's not being spread out or scattered about or divided up."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001570 ;
    owl:annotatedTarget "A quality of a process inhering in a bearer by virtue of the bearer's having fewer processual parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001571 ;
    owl:annotatedTarget "A size quality inhering in a bearer by virtue of the bearer's being made wider or larger in all dimensions."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001573 ;
    owl:annotatedTarget "A symmetry quality inhering in a bearer by virtue of the bearer's having equal dimensions or measurements."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001574 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's motion characteristic."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001575 ;
    owl:annotatedTarget "A pressure which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001576 ;
    owl:annotatedTarget "A pressure which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001577 ;
    owl:annotatedTarget "A permeability which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001578 ;
    owl:annotatedTarget "A permeability which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001579 ;
    owl:annotatedTarget "A physical quality that is the ability to contract or shrink."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001580 ;
    owl:annotatedTarget "A contractility which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001581 ;
    owl:annotatedTarget "A contractility which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001582 ;
    owl:annotatedTarget "A spatial quality inhering in an inactive muscle or muscle fibers by virtue of the bearer's exhibiting gradual lengthening."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001583 ;
    owl:annotatedTarget "A variability which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001584 ;
    owl:annotatedTarget "A variability which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001585 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's disposition to transmit of an entity through a medium."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001586 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of whether the bearer exhibits rate variation or change."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001587 ;
    owl:annotatedTarget "A variability of rate which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001588 ;
    owl:annotatedTarget "A variability of rate which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001589 ;
    owl:annotatedTarget "Increased, intensified."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001590 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's coinciding spatially, partially or wholly with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001591 ;
    owl:annotatedTarget "A surface shape quality inhering in a bearer by virtue of the bearer's exhibiting a degree of bending."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001592 ;
    owl:annotatedTarget "A curvature which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001593 ;
    owl:annotatedTarget "A curvature which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001594 ;
    owl:annotatedTarget "A concave quality inhering in a bearer by virtue of the bearer's forming or resembling an arch."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001595 ;
    owl:annotatedTarget "A 1-D extent quality inhering in a bearer by virtue of the bearer's downward or backward or inward dimenision."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001596 ;
    owl:annotatedTarget "A depth quality which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001597 ;
    owl:annotatedTarget "An oriented quality inhering in a bearer by virtue of the bearer's being turned outward in placement."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001598 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's extending out above or beyond a surface or boundary."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001599 ;
    owl:annotatedTarget "An oriented quality inhering in a bearer by virtue of the bearer's being relocated around an axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001600 ;
    owl:annotatedTarget "A rotation quality inhering in a bearer by virtue of being rotated towards the rear of organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001601 ;
    owl:annotatedTarget "A rotation quality inhering in a bearer by virtue of being rotated towards the front of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001602 ;
    owl:annotatedTarget "A size quality inhering in a bearer by virtue of the bearer's being abnormally expanded or increased in size."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001603 ;
    owl:annotatedTarget "A life span which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001604 ;
    owl:annotatedTarget "A life span which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001605 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's being in disarray; extremely disorderly."^^xsd:string .

[]
    oboInOwl:hasDbXref ".answers.com:.answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001606 ;
    owl:annotatedTarget "A coating which is oily and slippery."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001607 ;
    owl:annotatedTarget "A tangled quality inhering in a bearer by virtue of the bearer's being not possible to unravel."^^xsd:string .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001608 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's being marked by, consisting of, or diversified with patches."^^xsd:string .

[]
    oboInOwl:hasDbXref "biology.lsu:biology.lsu"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001609 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's being scattered; spread irregularly, and at a distance from each other."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001611 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of whether the bearer exhibits color variation or change."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001612 ;
    owl:annotatedTarget "A variability of color which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001613 ;
    owl:annotatedTarget "A variability of color which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001614 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of the bearer's lacking or not exhibiting variation of color."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001615 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of the bearer's having or exhibiting variation of colour."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001617 ;
    owl:annotatedTarget "A morphological quality inhering in a bearer by virtue of the bearer's being distorted in form."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001618 ;
    owl:annotatedTarget "A tonicity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001619 ;
    owl:annotatedTarget "A tonicity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001620 ;
    owl:annotatedTarget "A structural quality inhering in a cell or blood vessel or capillary by virtue of the bearer's being in a rigid state of fullness resulting from pressure of the contents against the wall or membrane."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001621 ;
    owl:annotatedTarget "A turgor which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0002022 ;
    owl:annotatedTarget "Process(P2) is directly regulated by process(P1) iff: P1 regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2).  For example, if protein A has protein binding activity(P1) that targets protein B and this binding  regulates the kinase activity (P2) of protein B then P1 directly regulates P2." .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:decreased_in_magnitude_relative_to ;
    owl:annotatedTarget "q1 decreased_in_magnitude_relative_to q2 if and only if magnitude(q1) < magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001622 ;
    owl:annotatedTarget "A turgor which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wiikipedia:Wasting"^^xsd:string, "Wikipedia:Atrophy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001623 ;
    owl:annotatedTarget "A size quality inhering in a bearer by virtue of a part or parts of the bearer's being decreased in size due to reduction in tissue mass through wasting."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:different_in_magnitude_relative_to ;
    owl:annotatedTarget "q1 different_in_magnitude_relative_to q2 if and only if magnitude(q1) NOT =~ magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001624 ;
    owl:annotatedTarget "A functionality quality held by the bearer when the latter exhibits decreased ability to perform a regular function(s)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001625 ;
    owl:annotatedTarget "A functional quality held by the bearer when the latter exhibits increased ability to perform a regular function(s)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001626 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of whether the bearer has enough functionality."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001627 ;
    owl:annotatedTarget "A wholeness quality inhering in a bearer by virtue of the bearer's has enough functionality."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001628 ;
    owl:annotatedTarget "A wholeness quality inhering in a bearer by virtue of the bearer's lacks enough functionality."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001629 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's being gathered or tending to gather into a mass or whole."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string, "Wikipedia:Association_(statistics)"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:directly_associated_with ;
    owl:annotatedTarget "q1 directly_associated_with q2 iff q1 is dependent on q2, and the magnitude of q1 increases if the magnitude of q2 is increased, or the magnitude of q1 decreases if the magnitude of q2 is decreased. The relationship is not necessarily linear."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001630 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being distributed or spread over a considerable extent."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001632 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the front of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001633 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the rear of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001634 ;
    owl:annotatedTarget "A quality of a single physical entity inhering in a bearer by virtue of whether the bearer is essential or indispensable."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001635 ;
    owl:annotatedTarget "A necessity quality (continuant) inhering in a bearer by virtue of the bearer's being essential or indispensable."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001636 ;
    owl:annotatedTarget "A necessity quality (continuant) inhering in a bearer by virtue of the bearer's being non-essential or dispensable."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001637 ;
    owl:annotatedTarget "A quality of single process inhering in a bearer by virtue of whether the bearer is essential or indispensable."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001638 ;
    owl:annotatedTarget "A necessity quality inhering in a process by virtue of the bearer's being essential or indispensable."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001639 ;
    owl:annotatedTarget "A necessity quality inhering in a process by virtue of the bearer's being non-essential or dispensable."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001643 ;
    owl:annotatedTarget "A size quality inhering in a bearer by virtue of the bearer's having a short, stocky build."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:has_cross_section ;
    owl:annotatedTarget "s3 has_cross_section s3 if and only if : there exists some 2d plane that intersects the bearer of s3, and the impression of s3 upon that plane has shape quality s2."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nc"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001645 ;
    owl:annotatedTarget "A quality inhering into a bearer by virtue of the bearer's extending out above or beyond its surface or boundary into the surface or boundary of another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nc"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001646 ;
    owl:annotatedTarget "A quality inhering into a bearer by virtue of the bearer's extending out above or beyond its surface or boundary and outwards in relation to the physical space occupied by another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001648 ;
    owl:annotatedTarget "An 1-D extent quality which is equal to the length of the closed curve of a circle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001649 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the side."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001650 ;
    owl:annotatedTarget "A resistance to a stimulus which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:increased_in_magnitude_relative_to ;
    owl:annotatedTarget "q1 increased_in_magnitude_relative_to q2 if and only if magnitude(q1) > magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001651 ;
    owl:annotatedTarget "A resistance to a stimulus which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001652 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's spatial positioning with respect to an additional entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001653 ;
    owl:annotatedTarget "An alignment quality inhering in a bearer by virtue of the bearer's being in a proper spatial positioning with respect to an additional entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001654 ;
    owl:annotatedTarget "An alignment quality inhering in a bearer by virtue of the bearer's being in a improper spatial positioning with respect to an additional entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Osmolarity"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001655 ;
    owl:annotatedTarget "A concentration quality inhering in a bearer by virtue of the bearer's amount of osmoles of solute per liter of solution."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string, "Wikipedia:Association_(statistics)"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:inversely_associated_with ;
    owl:annotatedTarget "q1 inversely_associated_with q2 iff q1 is dependent on q2, and the magnitude of q1 decreases if the magnitude of q2 is increased, or the magnitude of q1 increases if the magnitude of q2 is decreased. The relationship is not necessarily linear."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001656 ;
    owl:annotatedTarget "A osmolarity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001657 ;
    owl:annotatedTarget "A osmolarity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001658 ;
    owl:annotatedTarget "A rotatiotion quality inhering in a bearer by virtue of being rotated towards the back or upper surface of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:reciprocal_of ;
    owl:annotatedTarget "q1 reciprocal_of q2 if and only if : q1 and q2 are relational qualities and a phenotype e q1 e2 mutually implies a phenotype e2 q2 e."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001659 ;
    owl:annotatedTarget "A rotation quality inhering in a bearer by virtue of being rotated towards the abdomen of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001660 ;
    owl:annotatedTarget "An action potential which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001661 ;
    owl:annotatedTarget "An action potential which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001662 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's disposition to being damaged or destroyed."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001663 ;
    owl:annotatedTarget "A solubility which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource pato:similar_in_magnitude_relative_to ;
    owl:annotatedTarget "q1 similar_in_magnitude_relative_to q2 if and only if magnitude(q1) =~ magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001664 ;
    owl:annotatedTarget "A solubility which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001665 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's being located near a surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001667 ;
    owl:annotatedTarget "An attachment quality inhering in a bearer by virtue of the bearer's connection or association with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001668 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being in close proximity and physically interacting with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001669 ;
    owl:annotatedTarget "A susceptibility toward an external stimulus which is higher than normal/average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001670 ;
    owl:annotatedTarget "A susceptibility toward an external stimulus which is lower than normal/average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001671 ;
    owl:annotatedTarget "A distribution which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001672 ;
    owl:annotatedTarget "A distribution which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001673 ;
    owl:annotatedTarget "Structure quality that is the presence of closed epithelium bounded capsules containing one or more liquid or solid organism substances."^^xsd:string .

[]
    oboInOwl:hasDbXref "IUPAC:IUPAC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001674 ;
    owl:annotatedTarget "A concentration quality inhering in a bearer by virtue of the bearer's catalytic activity divided by the volume of the system."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002023 ;
    owl:annotatedTarget "Process(P2) is directly negatively regulated by process(P1) iff: P1 negatively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2).  For example, if protein A has protein binding activity(P1) that targets protein B and this binding  negatively regulates the kinase activity (P2) of protein B then P2 directly negatively regulated by P1." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001675 ;
    owl:annotatedTarget "An efficiency which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001676 ;
    owl:annotatedTarget "An efficiency which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001677 ;
    owl:annotatedTarget "An efficiency quality inhering in a bearer by virtue of the bearer's lacking efficiency."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001678 ;
    owl:annotatedTarget "An efficiency quality inhering in a bearer by virtue of the bearer's having efficiency."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Specific_volume"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001679 ;
    owl:annotatedTarget "A volume quality inhering in a mass of substance by virtue of the amount of 3-dimensional space it occupies."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Molar_volume"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001680 ;
    owl:annotatedTarget "A volume quality inhering in a homogeneous substance containing 6.02 x 1023 atoms or molecules by virtue of the amount of 3-dimensional space it occupies."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Molar_mass"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001681 ;
    owl:annotatedTarget "A physical quality that inheres in a homogeneous substance containing 6.02 x 1023 atoms or molecules."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Magnetism"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001682 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's disposition to exert an attractive or repulsive force on other entities."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001683 ;
    owl:annotatedTarget "A magnetism which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001684 ;
    owl:annotatedTarget "A magnetism which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001685 ;
    owl:annotatedTarget "A magnetic quality inhering in a bearer by virtue of the bearer's ability to exert magnitism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001686 ;
    owl:annotatedTarget "A magnetic quality inhering in a bearer by virtue of the bearer's inability to exert magnitism."^^xsd:string .

[]
    oboInOwl:hasDbXref "Trailillustrated:Trailillustrated"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001687 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's vertical distance of a point above or below a reference surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001688 ;
    owl:annotatedTarget "An elevation which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001689 ;
    owl:annotatedTarget "An elevation which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001690 ;
    owl:annotatedTarget "A contractility quality inhering in a bearer by virtue of the bearer's ability of contracting or being contracted."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001691 ;
    owl:annotatedTarget "A contractility quality inhering in a bearer by virtue of the bearer's inability of contracting or being contracted."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001693 ;
    owl:annotatedTarget "A viscosity which relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001694 ;
    owl:annotatedTarget "A viscosity which relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:pdt", "NIF_Subcellular:sao1337158144" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005575 ;
    owl:annotatedTarget "A location, relative to cellular compartments and structures, occupied by a macromolecular machine when it carries out a molecular function. There are two ways in which the gene ontology describes locations of gene products: (1) relative to cellular structures (e.g., cytoplasmic side of plasma membrane) or compartments (e.g., mitochondrion), and (2) the stable macromolecular complexes of which they are parts (e.g., the ribosome)." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001695 ;
    owl:annotatedTarget "A fecundity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001696 ;
    owl:annotatedTarget "A fecundity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:nlx_subcell_100315" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0005575 ;
    owl:annotatedTarget "subcellular entity" .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001697 ;
    owl:annotatedTarget "A photosensitivity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001698 ;
    owl:annotatedTarget "A photosensitivity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0198506732"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005622 ;
    owl:annotatedTarget "The living contents of a cell; the matter contained within (but not including) the plasma membrane, usually taken to exclude large vacuoles and masses of secretory or ingested material. In eukaryotes it includes the nucleus and cytoplasm." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001699 ;
    owl:annotatedTarget "A sleep pattern which has regular start and/or end times."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001700 ;
    owl:annotatedTarget "A sleep pattern which has irregular start and/or end times."^^xsd:string .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001701 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's exhibiting complete growth, differentiation, or development."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001702 ;
    owl:annotatedTarget "A color consisting of violet hue and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001703 ;
    owl:annotatedTarget "A color consisting of violet hue and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001704 ;
    owl:annotatedTarget "A color consisting of violet hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001705 ;
    owl:annotatedTarget "A color consisting of violet hue and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001706 ;
    owl:annotatedTarget "A behavioral quality inhering in a bearer by virtue of the bearer's disposition to lack activity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001707 ;
    owl:annotatedTarget "A behavioral quality of a process inhering in a bearer by virtue of the bearer's exhibiting marked activity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001708 ;
    owl:annotatedTarget "A size quality inhering in an bearer by virtue of the bearer's extension in one dimension."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:mah"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0005622 ;
    owl:annotatedTarget "nucleocytoplasm" .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001709 ;
    owl:annotatedTarget "A size quality inhering in an bearer by virtue of the bearer's extension in two dimensions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001710 ;
    owl:annotatedTarget "A size quality inhering in an bearer by virtue of the bearer's extension in three dimensions."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Perimeter"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001711 ;
    owl:annotatedTarget "An 1-D extent quality inhering in two-dimensional bearer by virtue of being equal to the distance around it."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001712 ;
    owl:annotatedTarget "A perimeter which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:mah"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:GO_0005622 ;
    owl:annotatedTarget "protoplast" .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001713 ;
    owl:annotatedTarget "A perimeter which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001714 ;
    owl:annotatedTarget "A diameter which is relatively large."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002024 ;
    owl:annotatedTarget "Process(P2) is directly postively regulated by process(P1) iff: P1 positively regulates P2 via direct physical interaction between an agent executing P1 (or some part of P1) and an agent executing P2 (or some part of P2).  For example, if protein A has protein binding activity(P1) that targets protein B and this binding positively regulates the kinase activity (P2) of protein B then P2 is directly postively regulated by P1." .

[]
    oboInOwl:hasDbXref "GOC:go_curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005634 ;
    owl:annotatedTarget "A membrane-bounded organelle of eukaryotic cells in which chromosomes are housed and replicated. In most cells, the nucleus contains all of the cell's chromosomes except the organellar chromosomes, and is the site of RNA synthesis and processing. In some species, or in specialized cell types, RNA metabolism or DNA replication may be absent." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001715 ;
    owl:annotatedTarget "A diameter which is relatively small."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001716 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's ability to withstand great strain without tearing or breaking."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001717 ;
    owl:annotatedTarget "A radiation emitting quality which obtains by the intensity of the bearer emitted radiation."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Luminance"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001718 ;
    owl:annotatedTarget "A quality that exists by virtue of the luminous intensity per unit area projected in a given direction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001719 ;
    owl:annotatedTarget "A behavioral quality which holds by virtue of whether the bearer exhibits the ability to receive another agentitive entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "GO:GO"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001720 ;
    owl:annotatedTarget "A behavioral quality which holds by virtue of extent of the receptiveness of a female to male advances."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001721 ;
    owl:annotatedTarget "A behavioral quality which holds by virtue of extent of the receptiveness of a male to female advances."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:al"^^xsd:string, "GOC:mah"^^xsd:string, "GOC:vw"^^xsd:string, "PMID:15030757" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0005634 ;
    owl:annotatedTarget "horsetail nucleus" .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001723 ;
    owl:annotatedTarget "A female receptivity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001724 ;
    owl:annotatedTarget "A female receptivity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001725 ;
    owl:annotatedTarget "A male receptivity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001726 ;
    owl:annotatedTarget "A male receptivity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001727 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's prevailing tendency, mood, or inclination."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0716731363"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005886 ;
    owl:annotatedTarget "The membrane surrounding a cell that separates the cell from its external environment. It consists of a phospholipid bilayer and associated proteins." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001728 ;
    owl:annotatedTarget "A disposition inhering in a multi-cellular organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001729 ;
    owl:annotatedTarget "An organismal quality inhering in a bearer by virtue of the bearer's disposition to lose an entitity by natural process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001730 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's disposition to shed body parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001731 ;
    owl:annotatedTarget "A quality inhering in a plant by virtue of the bearer's disposition to shed foliage."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001732 ;
    owl:annotatedTarget "A quality inhering in a plant by virtue of the bearer's disposition to not shed any body part."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001733 ;
    owl:annotatedTarget "A quality inhering in a plant by virtue of the bearer's disposition to retain foliage."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001734 ;
    owl:annotatedTarget "A quality inhering in a plant by virtue of the bearer's disposition to being between evergeen and deciduous."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001735 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's parts having the arrangement which exhibits characteristics of liquids."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001736 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's parts having the arrangement which exhibits characteristics of solids."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001737 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's parts having the arrangement which exhibits characteristics of gases."^^xsd:string .

[]
    oboInOwl:hasDbXref "NIF_Subcellular:sao6433132645" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:GO_0005886 ;
    owl:annotatedTarget "cellular membrane" .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001738 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's lacking physically interaction with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001739 ;
    owl:annotatedTarget "A quality that inheres in an bearer by virtue of how that bearer interacts with radiation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001740 ;
    owl:annotatedTarget "A radiation quality inhering in a radioactive substance by virtue of its transformation (disintegration) rate."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001741 ;
    owl:annotatedTarget "A radiation quality inhering in bearer by virtue of the bearer's exhibiting or being caused by radioactivity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001742 ;
    owl:annotatedTarget "A radioactivity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:mah"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasNarrowSynonym ;
    owl:annotatedSource obo:GO_0005886 ;
    owl:annotatedTarget "plasma membrane lipid bilayer" .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001743 ;
    owl:annotatedTarget "A radioactivity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "hps:hps"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001744 ;
    owl:annotatedTarget "A radiation quality inhering in a bearer by virtue of what the bearer receives as a result of being exposed to ionizing radiation."^^xsd:string .

[]
    oboInOwl:hasDbXref "arpansa:arpansa"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001745 ;
    owl:annotatedTarget "A radiation exposure quality inhering in a substance by virtue of the radiation energy \"deposited\" in a kilogram of a substance."^^xsd:string .

[]
    oboInOwl:hasDbXref "arpansa:arpansa"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001746 ;
    owl:annotatedTarget "A radiation exposure quality inhering in a tissue by virtue of the relation between the absorbed dose to the effective biological damage of the radiation to that tissue."^^xsd:string .

[]
    oboInOwl:hasDbXref "arpansa:arpansa"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001747 ;
    owl:annotatedTarget "A radiation exposure quality inhering in an organ by virtue of the multiplication of an equivalent dose to that organ multiplied by the tissue weighting factor for that organ."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001748 ;
    owl:annotatedTarget "A shape quality in which a portion of the outermost boundary of an entity folds in space such that a portion that was originally convex is now concave."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mh"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001749 ;
    owl:annotatedTarget "A heterochronic growth quality inhering in an organism, structure, or group of organisms by virtue of the bearer's reduced growth."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mh"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001750 ;
    owl:annotatedTarget "A paedomorphic growth quality which is due to a delayed onset."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mh"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001751 ;
    owl:annotatedTarget "A paedomorphic growth quality which is due to an ealier offset."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mh"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001752 ;
    owl:annotatedTarget "A heterochronic growth quality inhering in an organism, structure, or group of organisms by virtue of the bearer's increased growth."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mh"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001753 ;
    owl:annotatedTarget "A peramorphic growth quality which is due to an increased rate."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mh"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001754 ;
    owl:annotatedTarget "A peramorphic growth quality which is due to an earlier onset."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mh"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001755 ;
    owl:annotatedTarget "A peramorphic growth quality which is due to a delayed offset."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Heat_conduction"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001756 ;
    owl:annotatedTarget "A conductivity quality inhering in a bearer by virtue of the bearer's disposition to spontaneous transfer of thermal energy from a region of higher temperature to a region of lower temperature."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Electrical_conduction"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001757 ;
    owl:annotatedTarget "A conductivity quality inhering in a bearer by virtue of the bearer's ability to convey electricity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001758 ;
    owl:annotatedTarget "A conductivity quality inhering in motor and sensory nerves by virtue of the bearer's ability to convey electricity."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001759 ;
    owl:annotatedTarget "A composition quality inhering in a bearer by virtue of the bearer's containing granules."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:cilia"^^xsd:string, "GOC:curators"^^xsd:string, "GOC:kmv"^^xsd:string, "GOC:vw"^^xsd:string, "ISBN:0198547684"^^xsd:string, "PMID:16824949", "PMID:17009929", "PMID:20144998" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0005929 ;
    owl:annotatedTarget "A specialized eukaryotic organelle that consists of a filiform extrusion of the cell surface and of some cytoplasmic parts. Each cilium is largely bounded by an extrusion of the cytoplasmic (plasma) membrane, and contains a regular longitudinal array of microtubules, anchored to a basal body." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001764 ;
    owl:annotatedTarget "An age which is high relative to the normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001765 ;
    owl:annotatedTarget "An age which is low relative to the normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:pdt" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0008150 ;
    owl:annotatedTarget "A biological process represents a specific objective that the organism is genetically programmed to achieve. Biological processes are often described by their outcome or ending state, e.g., the biological process of cell division results in the creation of two daughter cells (a divided cell) from a single parent cell. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001766 ;
    owl:annotatedTarget "A cellular quality inhering in a cell by virtue of its anisotropic intracellular organization."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CVC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001768 ;
    owl:annotatedTarget "A viability quality inhering in a bearer or a population by virtue of some of it's members' inability to survive to reproduce."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001769 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's location of features or characteristics along an axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PATO_0001769 ;
    owl:annotatedTarget "cellular polarity"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CVC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001770 ;
    owl:annotatedTarget "A viability quality inhering in a population by virtue of some of it's members' ability to survive."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001772 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being extended on all sides of another entity simultaneously."^^xsd:string .

[]
    oboInOwl:hasDbXref "hefreedictionary.com:hefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001773 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having only one phase or stage."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001774 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having or existing in many phases."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001775 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's location of features or characteristics along the dorsal-ventral axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string, "GOC:mah"^^xsd:string, "ISBN:0815316194"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0016020 ;
    owl:annotatedTarget "A lipid bilayer along with all the proteins and protein complexes embedded in it an attached to it." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001776 ;
    owl:annotatedTarget "A flexibility which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001777 ;
    owl:annotatedTarget "A flexibility which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002025 ;
    owl:annotatedTarget "A 'has effector activity' B if A and B are GO molecular functions (GO_0003674),  A 'has component activity' B and B is the effector (output function) of B.  Each compound function has only one effector activity." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001778 ;
    owl:annotatedTarget "A strength which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001779 ;
    owl:annotatedTarget "A strength which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wiikipedia:Wiikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001780 ;
    owl:annotatedTarget "A size quality inhering in a bearer by virtue of the bearer's being abnormally developed, usually due to malnutrition."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:cilia"^^xsd:string, "GOC:kmv"^^xsd:string, "PMID:14570576", "PMID:22118932", "PMID:23945166" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0030990 ;
    owl:annotatedTarget "A nonmembrane-bound oligomeric protein complex that participates in bidirectional transport of molecules (cargo) along axonemal microtubules." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001781 ;
    owl:annotatedTarget "A thickness quality which lacks pattern."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001782 ;
    owl:annotatedTarget "An intensity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string, "GOC:mah"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0032991 ;
    owl:annotatedTarget "A stable assembly of two or more macromolecules, i.e. proteins, nucleic acids, carbohydrates or lipids, in which at least one component is a protein and the constituent parts function together." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001783 ;
    owl:annotatedTarget "An intensity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001784 ;
    owl:annotatedTarget "A branched quality inhering in a bearer by virtue of the bearer's being divided into two branches."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001785 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved outward."^^xsd:string .

[]
    oboInOwl:hasDbXref "die.net:die.net"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001786 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being divided or broken up into parts or divisions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001787 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved around an axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001788 ;
    owl:annotatedTarget "A density which is higher relative to the normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:jl"^^xsd:string, "http://www.cogsci.princeton.edu/~wn/" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0042995 ;
    owl:annotatedTarget "A prolongation or process extending from a cell, e.g. a flagellum or axon." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001789 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's having a shape resembling a dome."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001790 ;
    owl:annotatedTarget "A density which is lower relative to the normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001791 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's being confined or restricted to multiple locations."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001792 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located on left side of from the a another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001793 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located on right side of a another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "Online_Dictionary:Online_Dictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001794 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being wound in a continuous series of loops."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:go_curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043226 ;
    owl:annotatedTarget "Organized structure of distinctive morphology and function. Includes the nucleus, mitochondria, plastids, vacuoles, vesicles, ribosomes and the cytoskeleton, and prokaryotic structures such as anammoxosomes and pirellulosomes. Excludes the plasma membrane." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001795 ;
    owl:annotatedTarget "A coiling which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001796 ;
    owl:annotatedTarget "A coiling which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:go_curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043227 ;
    owl:annotatedTarget "Organized structure of distinctive morphology and function, bounded by a single or double lipid bilayer membrane. Includes the nucleus, mitochondria, plastids, vacuoles, and vesicles. Excludes the plasma membrane." .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001798 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having multiple angles in its length."^^xsd:string .

[]
    oboInOwl:hasDbXref ".thefreedictionary.com:.thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001799 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's exhibiting disturbance of its smoothness or regularity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001800 ;
    owl:annotatedTarget "A composition quality inhering in an bearer by virtue of the quantities or relative ratios of water of the inhering entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Dehydrated"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001801 ;
    owl:annotatedTarget "A composition quality inhering in an bearer by virtue of the reduction in amount of water the bearer contains."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001802 ;
    owl:annotatedTarget "A pattern quality inhering in a bearer by virtue of the bearer's not being compact or dense in arrangement."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001803 ;
    owl:annotatedTarget "A photosensitivity quality inhering in a bearer by virtue of the bearer's disposition to being susceptible to damage by light."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001804 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of the bearer's being covered or partially covered with scales."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001805 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of the bearer's formed or tending to form flakes or thin, crisp fragments."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001806 ;
    owl:annotatedTarget "A sensitivity quality inhering in a bearer by virtue of the bearer's exposure to radiation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001807 ;
    owl:annotatedTarget "A sensitivity to irradiation which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001808 ;
    owl:annotatedTarget "A sensitivity to irradiation which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001809 ;
    owl:annotatedTarget "A pattern quality inhering in a bearer by virtue of the bearer's being compact or dense in arrangement."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/wrinkled"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001810 ;
    owl:annotatedTarget "A grooved texture quality inhering in a bearer by virtue of the bearer's being marked by one or more creases in a normally smooth surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001811 ;
    owl:annotatedTarget "A relaxation which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001812 ;
    owl:annotatedTarget "A relaxation which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001813 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's lack elastic tension that facilitate response to stimuli."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001814 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's impaired elastic tension that facilitate response to stimuli."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001815 ;
    owl:annotatedTarget "A strength quality inhering in a bearer by virtue of the bearer's disposition to lose strength."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001816 ;
    owl:annotatedTarget "A fatigability which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001817 ;
    owl:annotatedTarget "A fatigability which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001818 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's increasing over time."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001819 ;
    owl:annotatedTarget "A morphological quality inhering in a bearer by virtue of the bearer's absence or closure of a normal body orifice or tubular passage."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001821 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's having no opening."^^xsd:string .

[]
    oboInOwl:hasDbXref "wordreference.com:wordreference.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001822 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of whether the bearer's being covered by a liquid."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001823 ;
    owl:annotatedTarget "A wetness quality inhering in a bearer by virtue of the bearer's being covered by a liquid."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001824 ;
    owl:annotatedTarget "A wetness quality inhering in a bearer by virtue of the bearer's not being covered by a liquid."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001825 ;
    owl:annotatedTarget "A wetness quality that is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001826 ;
    owl:annotatedTarget "A wetness quality that is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001827 ;
    owl:annotatedTarget "A biological sex quality inhering in an individual or a population by virtue of having internal reproductive organs of one sex and external sexual characteristics of the other sex."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001828 ;
    owl:annotatedTarget "A biological sex quality inhering in an individual or a population by virtue of having internal reproductive organs of male and external sexual characteristics of female."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001829 ;
    owl:annotatedTarget "A biological sex quality inhering in an individual or a population by virtue of having internal reproductive organs of female and external sexual characteristics of male."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001830 ;
    owl:annotatedTarget "A female fertility which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:go_curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043229 ;
    owl:annotatedTarget "Organized structure of distinctive morphology and function, occurring within the cell. Includes the nucleus, mitochondria, plastids, vacuoles, vesicles, ribosomes and the cytoskeleton. Excludes the plasma membrane." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001831 ;
    owl:annotatedTarget "A female fertility which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001832 ;
    owl:annotatedTarget "A male fertility which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:go_curators"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0043231 ;
    owl:annotatedTarget "Organized structure of distinctive morphology and function, bounded by a single or double lipid bilayer membrane and occurring within the cell. Includes the nucleus, mitochondria, plastids, vacuoles, and vesicles. Excludes the plasma membrane." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001833 ;
    owl:annotatedTarget "A male fertility which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001834 ;
    owl:annotatedTarget "A fertility which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:mah"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0071944 ;
    owl:annotatedTarget "The part of a cell encompassing the cell cortex, the plasma membrane, and any external encapsulating structures." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001835 ;
    owl:annotatedTarget "A fertility which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001836 ;
    owl:annotatedTarget "A structural quality inhering in a bearer with some kind of aperture or opening that is blocked or clogged."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001838 ;
    owl:annotatedTarget "A flow that is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001839 ;
    owl:annotatedTarget "A fluid flow that is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001841 ;
    owl:annotatedTarget "An intensity which is characterized by temporary abatement in severity."^^xsd:string .

[]
    oboInOwl:hasDbXref "biology-online:biology-online"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001842 ;
    owl:annotatedTarget "A concentration quality inhering in a bearer by virtue of the bearer's containing acid (hydrogen ions)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001843 ;
    owl:annotatedTarget "An acidity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001844 ;
    owl:annotatedTarget "An acidity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001845 ;
    owl:annotatedTarget "A rhythm quality inhering in a bearer by virtue of the bearer's lacking rhythm lacking pattern."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001846 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being entwined and difficult to unravel."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001847 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being drawn together, compressed or squeezed physically."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001848 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved asymmetrically."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001849 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of a portion of the bearer's surface being scraped away."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001850 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being fibrous tissue that replaces normal tissue destroyed by injury or disease."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001851 ;
    owl:annotatedTarget "A structure quality inhering in a bearer by virtue of the bearer's exhibiting transient abnormal enlargement, not due to cell proliferation."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001852 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being out of its usual or proper place, or position."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mh"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001853 ;
    owl:annotatedTarget "A structural quality which is held by a bearer when the latter exhibits an excessive accumulation of cerebral spinal fluid."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001854 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's being situated at right angles to the horizon."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001855 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being in the plane of the horizon."^^xsd:string .

[]
    oboInOwl:hasDbXref "die.net:die.net"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001856 ;
    owl:annotatedTarget "An oriented quality inhering in a bearer by virtue of the bearer's being turned inward upon itself."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001857 ;
    owl:annotatedTarget "A shape quality in a bearer by virtue of the bearer's curving inward."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001858 ;
    owl:annotatedTarget "A functionality quality inhering in a bearer by virtue of being not completely paralysed."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001859 ;
    owl:annotatedTarget "A coordination which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001860 ;
    owl:annotatedTarget "A coordination which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001861 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's forming a bundle of aligned anatomical fibers, as of muscle or nerve."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001862 ;
    owl:annotatedTarget "A fertility quality inhering in a bearer by virtue of the bearer's disposition to make its offspring sterile."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001863 ;
    owl:annotatedTarget "A duration quality of a process inhering in a bearer by virtue of the bearer's having slow progressive course of indefinite duration."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Spheroid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001865 ;
    owl:annotatedTarget "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's having a quadric surface in three dimensions obtained by rotating an ellipse about one of its principal axes. Includes spheres and oblate/prolate spheroids."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Prolate"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001866 ;
    owl:annotatedTarget "A spheroid quality inhering in a bearer by virtue of the bearer's exhibiting a polar diameter longer than its equatorial diameter."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Rectangular"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001867 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of it being a quadrilateral polygon in which all four angles are right angles."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001868 ;
    owl:annotatedTarget "A fluorescence quality inhering in a bearer by virtue of the bearer's exhibiting fluorescence which is self-induced."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001869 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being abnormal and having a destructive effect on living tissue."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Crescent"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001870 ;
    owl:annotatedTarget "A shape quality inhering in a circular disk by virtue of the bearer's having a segment of another circle removed from its edge, so that what remains is a shape enclosed by two circular arcs of different diameters which intersect at two points (usually in such a manner that the enclosed shape does not include the center of the original circle)."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001871 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's having the shape of a kidney."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098590 ;
    owl:annotatedTarget "A membrane that is a (regional) part of the plasma membrane." .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001872 ;
    owl:annotatedTarget "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's resemblance to a cube (a 3-D shape with a square cross section)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001873 ;
    owl:annotatedTarget "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's exhibiting a consistently-sized round cross section."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001874 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being cylindrical, in which the height is less than the diameter."^^xsd:string .

[]
    oboInOwl:hasDbXref "wordreference:wordreference"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001875 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having three angles."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001876 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's having two parts, roughly spherical and of equal size, connected by a bar."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001877 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being shaped like a lance-head, considerably longer than wide, tapering towards the tip from below the middle; attached at the broad end."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001878 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's consisting of two curves, in opposite directions. S-shaped."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001879 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter U."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001880 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having a tail or tail-like projection."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string, "RKC:RKC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001881 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's forming two equal obtuse triangles with a short side in common."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001882 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's resembling a slug."^^xsd:string .

[]
    oboInOwl:hasDbXref "MP:0000576"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001883 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's gradually becoming thicker towards the end."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001884 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue the bearer's disposition to being water-repellent; tending to repel and not absorb water."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001885 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's lacking affinity for water; tending to repel and not absorb water; tending not to dissolve in or mix with or be wetted by water."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001886 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue the bearer's disposition to having an affinity for water; it is readily absorbing or dissolving in water."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001887 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's disposition to having a strong affinity for water; tending to dissolve in, mix with, or be wetted by water."^^xsd:string .

[]
    oboInOwl:hasDbXref "Chemicool:Chemicool"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001888 ;
    owl:annotatedTarget "A quality of a liquid inhering in a bearer by virtue of the bearer's ability to mix with (dissolve in) another liquid."^^xsd:string .

[]
    oboInOwl:hasDbXref "Oxford:EnglishDictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001889 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's having the border, edge, or outline cut into a series of segments of circles resembling a scallop-shell."^^xsd:string .

[]
    oboInOwl:hasDbXref "InfoVisual:InfoVisual"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001890 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being divided into three branches."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mc"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001891 ;
    owl:annotatedTarget "A spheroid quality inhering in a bearer by virtue of the bearer's exhibiting a continuous convex surface with an axis of symmetry and one axis longer than the other; egg-shaped."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001892 ;
    owl:annotatedTarget "An odor quality of having decreased odor."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001893 ;
    owl:annotatedTarget "An odor quality of having increased odor."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:wikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001895 ;
    owl:annotatedTarget "A biological sex quality inhering in an individual or a population that undergo sexual reproduction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001896 ;
    owl:annotatedTarget "A structure quality inhering in a bearer by virtue of the bearer's lacking of a three dimensional space surrounded by one or more anatomical structures and containing one or more anatomical substances."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001897 ;
    owl:annotatedTarget "A structure quality inhering in a bearer by virtue of the bearer's having a three dimensional space surrounded by one or more anatomical structures and containing one or more anatomical substances."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001898 ;
    owl:annotatedTarget "A circumference which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001899 ;
    owl:annotatedTarget "A circumference which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001900 ;
    owl:annotatedTarget "A directional quality inhering in a bearer by virtue of the bearer's direction that is similar to the direction of an object to the south when it faces north."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001901 ;
    owl:annotatedTarget "A directional quality inhering in a bearer by virtue of the bearer's direction that is similar to the direction of an object to the north when it faces south."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001902 ;
    owl:annotatedTarget "A directional quality inhering in a bearer by virtue of the bearer's having one direction only."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001903 ;
    owl:annotatedTarget "A directional quality inhering in a bearer by virtue of the bearer's having two directions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001904 ;
    owl:annotatedTarget "A directional quality inhering in a bearer by virtue of the bearer's direction approximating the shape of a circle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001905 ;
    owl:annotatedTarget "The bearer of this quality has_part = n, where n is the normal amount for a comparable organism. Note that the bearer of the quality is the whole, not the part."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001906 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's participation in movement."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cvs"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001907 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's being like the surface of a compact mass of grapes."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001908 ;
    owl:annotatedTarget "A nucleate quality inhering in a bearer by virtue of the bearer's having more than one nucleus."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001909 ;
    owl:annotatedTarget "A nucleate quality inhering in a bearer by virtue of the bearer's having three nuclei."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001910 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's one part being layered over another connected part."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001911 ;
    owl:annotatedTarget "A behavioral quality inhering in a bearer by virtue of the bearer's exhibiting movement in a circular course."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001912 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the state of bearer's mechanical, physical, and biochemical processes."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098796 ;
    owl:annotatedTarget "Any protein complex that is part of a membrane." .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001913 ;
    owl:annotatedTarget "A physiological state which is characterized by periods of high-frequency high amplitude electrical activity in neuronal tissue."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001914 ;
    owl:annotatedTarget "A physiological state which is characterized by normal electrical activity in neuronal tissue."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:wd"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001915 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the front and upper surface of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:wd"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001916 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the rear and upper surface of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:wd"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001917 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the front and abdomen of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:wd"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001918 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the rear and abdomen of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001919 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the back or upper surface of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001920 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the abdomen of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001921 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the front of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001922 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the rear of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001923 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the side of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001924 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the middle of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001925 ;
    owl:annotatedTarget "A surface shape quality inhering in a bearer by virtue of the bearer's shape of features present on its surface or outer shell."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001926 ;
    owl:annotatedTarget "A fluorescence which is higher than normal."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001927 ;
    owl:annotatedTarget "A fluorescence which is lower than normal."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001928 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of a local accumulation of fluid underneath the surface of the bearer."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001929 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of whether the bearer exhibits shape variation or change."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001930 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue the bearer's having or exhibiting variation its shape."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001931 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's lacking or not exhibiting variation of shape."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001932 ;
    owl:annotatedTarget "A pattern quality inhering in a bearer by virtue of the bearer's being placed alternately one above the other."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001933 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being positioned on opposite sides on the same plane."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001934 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being perfectly circular."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001935 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being roundish, a little inclining to be oblong."^^xsd:string .

[]
    oboInOwl:hasDbXref "wordreference:wordreference"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001936 ;
    owl:annotatedTarget "A spheroid quality inhering in a bearer by virtue of the bearer's being egg-shaped and flat, with the narrow end attached to the base."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001937 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being oblong, with the lower end very much attenuated."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001938 ;
    owl:annotatedTarget "A spheroid quality inhering in a bearer by virtue of the bearer's being oval and a little angular in the middle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:UMH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001940 ;
    owl:annotatedTarget "A size quality inhering in a bearer by virtue of the bearer's being many folds greater relative to the normal average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001941 ;
    owl:annotatedTarget "A color consisting of yellow and green hues."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001942 ;
    owl:annotatedTarget "A color consisting of brown and green hues."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001943 ;
    owl:annotatedTarget "A purple color which has low saturation and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001944 ;
    owl:annotatedTarget "A color consisting of yellow and orange hue."^^xsd:string .

[]
    oboInOwl:hasDbXref "wordreference:wordreference"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001945 ;
    owl:annotatedTarget "A moderate yellow-orange to orange color."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001946 ;
    owl:annotatedTarget "A color pattern inhering in a bearer by virtue of bearer's exhibiting transverse stripes of one hue or degree of saturation crossing another."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001947 ;
    owl:annotatedTarget "A color pattern inhering in a bearer by virtue of bearer's being covered with reticulated lines of a different hue or degree of saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JE"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001948 ;
    owl:annotatedTarget "A grooved texture quality inhering in a bearer by virtue of the bearer's being marked by two or more parallel channels."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001949 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's terminating abruptly in a little point."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001950 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's terminating gradually in a rounded end."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001951 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's being in opposition round a common axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001952 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being arranged in two opposite rows (and hence in the same plane)."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001953 ;
    owl:annotatedTarget "A pattern quality inhering in a bearer by virtue of the bearer's consisting of paired parts that alternately cross each other."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001954 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being linear, very narrow, tapering to a very fine point from a narrow base."^^xsd:string .

[]
    oboInOwl:hasDbXref "wordreference:wordreference"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001955 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being narrowly triangular, wider at the apex and tapering toward the base."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001956 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of whether the bearer exhibits size variation or change."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001957 ;
    owl:annotatedTarget "A variability of size which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0098797 ;
    owl:annotatedTarget "Any protein complex that is part of the plasma membrane." .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001958 ;
    owl:annotatedTarget "A variability of size which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001959 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's in which bundles of aligned anatomical fibers have become separated."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:wdahdul"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001960 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's parts or projections being interlocked; for example, the fingers of two hands that are clasped."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:wdahdul"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001961 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's touching another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001962 ;
    owl:annotatedTarget "A curled quality inhering in a bearer by virtue of the bearer's edges of its surface being rolled inwards spirally on each side."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001963 ;
    owl:annotatedTarget "A curled quality inhering in a bearer by virtue of the bearer's edges of its surface being rolled backwards spirally on each side."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001964 ;
    owl:annotatedTarget "A curled quality inhering in a bearer by virtue of the bearer's edges of its surface being rolled spirally downwards."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001965 ;
    owl:annotatedTarget "A curled quality inhering in a bearer by virtue of the bearer's edges of its surface being bent down upon their stalk."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:kmv"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0110165 ;
    owl:annotatedTarget "A part of a cellular organism that is either an immaterial entity or a material entity with granularity above the level of a protein complex but below that of an anatomical system. Or, a substance produced by a cellular organism with granularity above the level of a protein complex." .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001966 ;
    owl:annotatedTarget "A curled quality inhering in a bearer by virtue of the bearer's one edge of its surface being wholly rolled up in another."^^xsd:string .

[]
    oboInOwl:hasDbXref "Hickey:1988"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001967 ;
    owl:annotatedTarget "A branched quality inhering in a bearer by virtue of the bearer's having three or more primary branches diverging radially from a single point."^^xsd:string .

[]
    oboInOwl:hasDbXref "Hickey:1988"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001968 ;
    owl:annotatedTarget "A branched quality inhering in a bearer by virtue of the bearer's having two or more parallel primary branches originate beside each other and converge apically."^^xsd:string .

[]
    oboInOwl:hasDbXref "Hickey:1988"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001969 ;
    owl:annotatedTarget "A branched quality inhering in a bearer by virtue of the bearer's having secondary branches terminating at the margin."^^xsd:string .

[]
    oboInOwl:hasDbXref "Hickey:1988"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001970 ;
    owl:annotatedTarget "A branched quality inhering in a bearer by virtue of the bearer's having secondary branches joined together in a series of prominent arches."^^xsd:string .

[]
    oboInOwl:hasDbXref "Hickey:1988"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001971 ;
    owl:annotatedTarget "A branched quality inhering in a bearer by virtue of the bearer's having secondary branches freely branching toward the margin."^^xsd:string .

[]
    oboInOwl:hasDbXref "Hickey:1988"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001972 ;
    owl:annotatedTarget "A branched quality inhering in a bearer by virtue of the bearer's having secondary branches branching into a reticulum toward the margin."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001973 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being tapering gradually into a rigid point."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001974 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's terminating in a round end, the centre of which is depressed."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001975 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's lacking sharp straight-edged teeth pointing to the apex."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001976 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's having or lacking sharp straight-edged teeth pointing to the apex."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001977 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having at least one salient angle on the margin."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001978 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being regularly divided by deep incisions."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001979 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being partly divided into a determinate number of regions."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001980 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having distinct parts arising from a common point or center."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/auriculate"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001981 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a shape resembling an ear."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/attenuate"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001982 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's gradually tapering to a slender point."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001983 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's two basal lobes being united together."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001984 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being prolonged below the point of insertion."^^xsd:string .

[]
    oboInOwl:hasDbXref "OBI:OBI"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001985 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being kept below its freezing point."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001986 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's passing into solution."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001987 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's having a three dimensional cavity with a narrow or no opening, and often containing an anatomical substance."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.oed.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001988 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having four angles and four sides."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001989 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's having many curves and turns."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001990 ;
    owl:annotatedTarget "A duration quality of a process inhering in a disease by virtue of the bearer's duration of an impairment of health or of a condition of abnormal functioning."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001991 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's disposition to being capable of indefinite growth or division."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001992 ;
    owl:annotatedTarget "An organismal quality inhering in a bearer by virtue of the bearer's consisting cells."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001993 ;
    owl:annotatedTarget "A cellularity quality inhering in a bearer by virtue of the bearer's consisting of more than one cell."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001994 ;
    owl:annotatedTarget "A cellularity quality inhering in a bearer by virtue of the bearer's consisting of exactly one cell."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001995 ;
    owl:annotatedTarget "A quality that inheres in an entire organism or part of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001997 ;
    owl:annotatedTarget "An amount which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001998 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of its visibility."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001999 ;
    owl:annotatedTarget "The bearer of this quality has_part < n of the indicated entity type, where n is the normal amount for a comparable organism. Note that the bearer of the quality is the whole, not the part. Formally: If a bearer entity e has fewer parts of type X at time t, then the number of instances x of X at t such that x part_of e is < n, where n is either the normal number for comparable entities, or n is stated explicitly. This case includes the limit case, where the bearer lacks all parts of the specified type."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002000 ;
    owl:annotatedTarget "A quality of physical entities inhering in a bearer by virtue of the bearer's lacking a physical part as specified by the additional entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002001 ;
    owl:annotatedTarget "The bearer of this quality has_part < n AND has_part > 0 of the indicated entity type, where n is the normal amount for a comparable organism. Note that the bearer of the quality is the whole, not the part. Formally: If a bearer entity e has fewer parts of type X at time t, then the number of instances x of X at t such that x part_of e is < n, where n is either the normal number for comparable entities, or n is stated explicitly."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002002 ;
    owl:annotatedTarget "The bearer of this quality has_part > n of the indicated entity type, where n is the normal amount for a comparable organism. Note that the bearer of the quality is the whole, not the part."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002003 ;
    owl:annotatedTarget "A quality that inheres in an entire population or part of a population."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002004 ;
    owl:annotatedTarget "A shape that inheres in a part of a surface. An object can have different surface shapes on different parts of its surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002005 ;
    owl:annotatedTarget "Surface shape that refers to the inward or outward curvature of the surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002006 ;
    owl:annotatedTarget "A shape that inheres in a 2 dimensional entity, such as a cross section or projection of a 3 dimensional entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002007 ;
    owl:annotatedTarget "A complete three dimensional shape in which for every line connecting pair of points on the object is within the object. Or: a shape lacking cavities. Contrast: concave."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002008 ;
    owl:annotatedTarget "A complete three dimensional shape in which there is a line connecting pair of points on the object that lies outside the object. Or: a shape with cavities. Contrast: concave."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002009 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the degree to which there are subdivisions or offshoots in a bearer entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.wordreference.com/definition/loose"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002010 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of the bearer's bing full of small openings or gaps."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002011 ;
    owl:annotatedTarget "A structural quality which is held by a bearer when the latter's disposition the presence of abnormally proliferating masses of cells."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:krc"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:GO_0120025 ;
    owl:annotatedTarget "A prolongation or process extending from a cell and that is bounded by plasma membrane, e.g. a cilium, lamellipodium, or axon." .

[]
    oboInOwl:hasDbXref "Wikipedia:Wikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002012 ;
    owl:annotatedTarget "A texture quality that exists through a liquid cover on the surface of the bearer."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:http://www.answers.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002013 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of whether the bearer forms a bundle of anatomical fibers, as of muscle or nerve."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002014 ;
    owl:annotatedTarget "A structural quality that inheres in a bearer by virtue of the bearer's containing hollow areas."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002019 ;
    owl:annotatedTarget "A growth quality of occurrent in which the growth of an organism, structure or group of organisms does not occur."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002020 ;
    owl:annotatedTarget "Pink color having high brightness and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Cone_(geometry)"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002021 ;
    owl:annotatedTarget "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's resembling a cone (a 3-D shape with a round cross section that tapers)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:PEM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002022 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's resembling a minute projection (villus)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002023 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's location of features or characteristics along an apical-basal axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002024 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's location of features or characteristics along the anterior-posterior axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "http://en.wikipedia.org/wiki/Internal_angle"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002025 ;
    owl:annotatedTarget "A convex angle that is formed by one side of a polygon and a line extended from an adjacent side."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000001 ;
    owl:annotatedTarget "A dependent entity that inheres in a bearer by virtue of how the bearer is related to other entities"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002026 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's not increasing over time."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Osmolarity"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002027 ;
    owl:annotatedTarget "A concentration quality inhering in a bearer by virtue of the bearer's amount of osmoles of solute per kilogram of solvent."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002028 ;
    owl:annotatedTarget "An osmolality which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000004 ;
    owl:annotatedTarget "A quality of inhering in a bearer by virtue of the bearer's disposition to move freely."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002029 ;
    owl:annotatedTarget "An osmolality which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mc"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002030 ;
    owl:annotatedTarget "A molecular quality that inheres in a molecular entity by virtue of whether the bearer exhibits the ability of a probe to react precisely with a specific target molecule."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002031 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved or tilted such that the tip points upwards."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mc"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002032 ;
    owl:annotatedTarget "A reflectivity quality inhering in light by virtue of the bearer's scattering occurring at small angle to the incident beam."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mc"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002033 ;
    owl:annotatedTarget "A reflective quality that is the light scattering occurring at wide angle (around 90 degrees) to the incident beam."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002034 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being unseparated into parts or divisions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002035 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being on the same side in relation to another structure."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002036 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located towards the central axis of the organism or an extremity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002037 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer exhibiting deterioration of its structure."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Velocity"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000008 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's scalar absolute value of the rate of change of the bearer's position."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002038 ;
    owl:annotatedTarget "A structural quality inhering in a bearer whose structure which does not deteriorate."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002039 ;
    owl:annotatedTarget "A concave quality inhering in a bearer by virtue of the bearer's curving inward on both sides or surfaces."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/biconvexity"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002040 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being convex on both sides or surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002041 ;
    owl:annotatedTarget "A diameter that is along the anterior-posterior axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002042 ;
    owl:annotatedTarget "An anterior-posterior diameter quality which is relatively small."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000011 ;
    owl:annotatedTarget "A time quality inhering in a bearer by virtue of how long the bearer has existed."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002043 ;
    owl:annotatedTarget "An anterior-posterior diameter quality which is relatively large."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002044 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being a quadrilateral with two parallel sides."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cvs"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002045 ;
    owl:annotatedTarget "A branched quality inhering in a bearer by virtue of the bearer's having smaller branches arising from larger branches. Resembling a tree in branching structure."^^xsd:string .

[]
    oboInOwl:hasDbXref "medical-dictionary:http://medical-dictionary.thefreedictionary.com/abaxial"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002046 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being away from or on the opposite side of the central axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/adaxial"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002047 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located on the side nearest to the axis of an organ or organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "Medline:http://www.nlm.nih.gov/medlineplus"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002048 ;
    owl:annotatedTarget "An organismal quality inhering in a bearer by virtue of the bearer's having two or more cell populations that differ in genetic makeup. This situation can affect any type of cell, including blood cells, gametes (egg and sperm cells), and skin."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002049 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved around an axis and towards the side."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000014 ;
    owl:annotatedTarget "A composite chromatic quality composed of hue, saturation and intensity parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002050 ;
    owl:annotatedTarget "An amount which normal."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002051 ;
    owl:annotatedTarget "An occurrence which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000015 ;
    owl:annotatedTarget "A chromatic scalar-circular quality inhering in an object that manifests in an observer by virtue of the dominant wavelength of the visible light; may be subject to fiat divisions, typically into 7 or 8 spectra."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002052 ;
    owl:annotatedTarget "An occurrence which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MSP"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002053 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being flattened along dorso-ventral axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:msp"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002054 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being flattened along transverse axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002055 ;
    owl:annotatedTarget "A fragility which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000016 ;
    owl:annotatedTarget "A scalar optical property that is the intensity, value or amount of perceived light."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002056 ;
    owl:annotatedTarget "A fragility which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002057 ;
    owl:annotatedTarget "An area which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000017 ;
    owl:annotatedTarget "A scalar chromatic property that is the degree of purity of perceived light."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002058 ;
    owl:annotatedTarget "An area which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "web:http://www.expertglossary.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002059 ;
    owl:annotatedTarget "The specific wavelength of light emitted by a fluorescent molecule, such as a labelled probe, upon absorption of light at the (higher) excitation wavelength."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002060 ;
    owl:annotatedTarget "The specific wavelength of radiation that can be retained by a bearer."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:me"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002063 ;
    owl:annotatedTarget "A shape inhering in a bearer by virtue of the bearer's being elongated and cylindrical."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:me"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002064 ;
    owl:annotatedTarget "A structure quality inhering in a bearer by virtue of the bearer's delimited by a surface with holes."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:me"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002065 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being arranged like rays or radii; radiating from a common center."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Crystal"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002066 ;
    owl:annotatedTarget "A solid configuration inhering in a material entity by virtue of its constituent atoms, molecules, or ions being arranged in an orderly repeating pattern extending in all three spatial dimensions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000018 ;
    owl:annotatedTarget "A luminous flux quality inhering in a bearer by virtue of the bearer's emitting longer wavelength light following the absorption of shorter wavelength radiation; fluorescence is common with aromatic compounds with several rings joined together."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002067 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's layered configuration."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002068 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's exhibiting a layered configuration."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002069 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's lacking a layered configuration."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002070 ;
    owl:annotatedTarget "A molecular quality that arises from the molecular attraction exerted between two atoms or compounds."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002071 ;
    owl:annotatedTarget "An affinity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000019 ;
    owl:annotatedTarget "A chromatic property that is the relative position of different hues or degrees of saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002072 ;
    owl:annotatedTarget "An affinity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:Wikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002073 ;
    owl:annotatedTarget "A molecular quality that arises from the synergistic strength of bond affinities between multiple bond interactions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002074 ;
    owl:annotatedTarget "An avidity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000021 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's disposition to harmonious coexistence."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002075 ;
    owl:annotatedTarget "An avidity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002076 ;
    owl:annotatedTarget "A behavioral quality inhering in a bearer by virtue of the bearer's movement."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002077 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being positioned with multiple entities of the same type above and below."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.merriam-webster.com/dictionary/hollow"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002078 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having an empty space or cavity within."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002080 ;
    owl:annotatedTarget "A broken quality inhering in a bearer by virtue of the bearer's being seperated into two contiguous wholes."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002081 ;
    owl:annotatedTarget "A broken quality inhering in a bearer by virtue of the bearer's being broken into multiple contiguous wholes."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000025 ;
    owl:annotatedTarget "A single physical entity inhering in an bearer by virtue of the bearer's quantities or relative ratios of subparts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002082 ;
    owl:annotatedTarget "A broken quality inhering in a bearer by virtue of the bearer's being still one contiguous whole but structurally damaged such that in danger of become two or more."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002083 ;
    owl:annotatedTarget "Having extra or fewer parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002084 ;
    owl:annotatedTarget "The period after death of the organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002085 ;
    owl:annotatedTarget "The period before death of the organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002087 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being short and wide and tapered distally."^^xsd:string .

[]
    oboInOwl:hasDbXref "mondofacto:mondofacto"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002088 ;
    owl:annotatedTarget "A structure quality inhering in a bearer by virtue of the bearer's body consisting of one sac."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002089 ;
    owl:annotatedTarget "A structure quality inhering in a bearer by virtue of the bearer's body containing more than one cyst - formations of an epithelium bounded cavity not associated with neoplasia."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002090 ;
    owl:annotatedTarget "A morphology quality inhering in a tumour by virtue of the bearer's exhbiting the morphological characteristics of a glandular epithelial cell."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002091 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's having an onset and time course between acute and chronic."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002092 ;
    owl:annotatedTarget "A morphology quality inhering in a neoplastic cell by virtue of the bearer's exhibiting breakdown of cell-cell interaction maintaining tissue architecture, proliferative dysregulation and bizarre modification to nucleus size and shape."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/concentration"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000033 ;
    owl:annotatedTarget "A quality inhering in a substance by virtue of the amount of the bearer's there is mixed with another substance."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002093 ;
    owl:annotatedTarget "A volume quality inhering in a degenerating cell by virtue of the bearer's exhibiting an increase in volume associated with cytoplasmic abnormalities."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002094 ;
    owl:annotatedTarget "An affinity inhering in a tissue constituent by virtue of the bearer exhibiting a molecular interaction for basic dyes under specific ph conditions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002095 ;
    owl:annotatedTarget "A disposition inhering in a tumour to progress or fail to progress during it's life time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002096 ;
    owl:annotatedTarget "A disposition inhering in a tumour by virtue of the bearer's disposition not to progress, invade surrounding tissues or metastasize."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002097 ;
    owl:annotatedTarget "A disposition inhering in a tumour by virtue of the bearer's disposition to progress, invade surrounding tissues or metastasize."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002098 ;
    owl:annotatedTarget "A disposition inhering in a tumour by virtue of the bearer's disposition to spread and invade distant tissues."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002099 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of its stable specialization to a particular cell type."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002100 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of having not yet acquired a special structure of function."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002101 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of having changed from one fully differentiated state into another."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002102 ;
    owl:annotatedTarget "A cellular quality inhering in a cell that arises by virtue of whether the bearer exhibits the ability to grow and proliferate in number through cell division."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000037 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's density, firmness, or viscosity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002103 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's penetrating or permeating another substance or area."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002104 ;
    owl:annotatedTarget "A compositional quality inhering in an bearer by virtue of the bearer's infiltration by leukocytes, local edema and accumulation of plasma proteins."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002105 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's exhibiting excessive discharge of blood from the blood vessels."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002106 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of its lacking most of the cellular characteristics which would allow it to be fully differentiated."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002107 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being at the edge or boundary of a related entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002108 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's resembling small nipple like projection."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002109 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's resembling cheese."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002110 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of its having most of the cellular characteristics of the tissue of origin."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002111 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of its lacking few of the cellular characteristics which would allow it to be fully differentiated."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002112 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's having a hole or holes, especially a row or array of small holes."^^xsd:string .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000039 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's orientation in space."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002113 ;
    owl:annotatedTarget "Perforated like a sieve."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002114 ;
    owl:annotatedTarget "A composition quality inhering in a bearer by virtue of the bearer's containing excess lipid."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002115 ;
    owl:annotatedTarget "A composition quality inhering in a bearer by virtue of the bearer's containing fibrin."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002116 ;
    owl:annotatedTarget "A composition quality inhering in exudate by virtue of the bearer's containing fibrin."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002117 ;
    owl:annotatedTarget "A morphology quality inhering in a bearer by virtue of the bearer's exhbiting the morphological characteristics of a gland."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002118 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being present in more than two copies."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002119 ;
    owl:annotatedTarget "A structural quality which is held by a bearer when the latter exhibits an excessive accumulation of intracellular fluid."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002120 ;
    owl:annotatedTarget "A quality inhering a bearer by virtue of the bearer's ability to generate pus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002121 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's structureresembling an irregular meshwork with cross-linking struts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002122 ;
    owl:annotatedTarget "A composition quality inhering in a bearer by virtue of the bearer's being composed of more than one identifiable entities."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000040 ;
    owl:annotatedTarget "A quality that is the extent of space between two entities."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002123 ;
    owl:annotatedTarget "Being smallest in amount, extent or degree."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002124 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's processing the form of a thin plate sheet or layer."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002125 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's consisting a knot-like mass."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002126 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's containing bone."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002127 ;
    owl:annotatedTarget "A hardness quality of being rigid and resistant to pressure and fibrous."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002128 ;
    owl:annotatedTarget "A quality inhering a bearer by virtue of the bearer's containing or resembling serum."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002129 ;
    owl:annotatedTarget "A disposition inhering in a tumour by virtue of the bearer's disposition to invade surrounding tissues."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002130 ;
    owl:annotatedTarget "A disposition inhering in a tumour by virtue of the bearer's disposition to invade surrounding tissues to a large extend."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:wikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002131 ;
    owl:annotatedTarget "A displaced angular placement quality inhering in a body part by virtue of the bearer's movement away from the medial plane of the body."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002132 ;
    owl:annotatedTarget "A disposition inhering in a tumour by virtue of the bearer's disposition not to invade surrounding tissues."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000043 ;
    owl:annotatedTarget "A quality of a physical entity inhering in a bearer by virtue of whether the bearer's molecules are being perceived by a taste and odorant receptors."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:wikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002133 ;
    owl:annotatedTarget "A displaced angular placement quality inhering in a body part by virtue of the bearer's movement closer the medial plane of the body."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:wikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002134 ;
    owl:annotatedTarget "A composition quaity inhering in a bearer by virtue of the bearer's containing of or pertaining to fibrils, or nanoscale fibers."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002135 ;
    owl:annotatedTarget "A duration quality of a process inhering in a bearer by virtue of the bearer's delay to complete the closure of the opening of an anatomical entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:Wikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002136 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's relative inability of electromagnetism to pass through a particular material, particularly X-rays."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:Wikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002137 ;
    owl:annotatedTarget "A readiopacity quality inhering in a bearer by virtue of the bearer's prevention of the passage of electromagnetic radiation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:VO"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002138 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's disposition to being fit to be eaten."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:VO"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002139 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer being suitable for use as food."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:VO"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002140 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer not being suitable for use as food."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002141 ;
    owl:annotatedTarget "A density quality which lacks pattern."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/frequency"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000044 ;
    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 "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002144 ;
    owl:annotatedTarget "A radiopacity that is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002145 ;
    owl:annotatedTarget "A radiopacity that is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432"^^xsd:string, "https://orcid.org/0000-0001-8941-3984"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002146 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the severity of infectious disease caused by the bearer in a target organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000047 ;
    owl:annotatedTarget "An organismal quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002147 ;
    owl:annotatedTarget "A virulence that is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002148 ;
    owl:annotatedTarget "A virulence that is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000048 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's resistance to pressure, being broken, or pierced"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002149 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer exhibiting increased density resulting in exhibiting increased degree of radiopacity (in X-rays)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002150 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved outwards from the part of the body from which the tail arises."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002151 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved outwards from the back or upper surface of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002152 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved outwards from the side."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002153 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved outwards the front of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002154 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved outwards the abdomen of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002155 ;
    owl:annotatedTarget "A rotation quality inhering in a bearer by virtue of being rotated towards the middle of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002156 ;
    owl:annotatedTarget "A rotation quality inhering in a bearer by virtue of being rotated towards the side of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002157 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being slightly out of its usual or proper place, or position."^^xsd:string .

[]
    oboInOwl:hasDbXref "mondofacto:mondofacto"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002161 ;
    owl:annotatedTarget "Having two horns or horn-shaped branches."^^xsd:string .

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

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002162 ;
    owl:annotatedTarget "A concave quality inhering in a bearer by virtue of the bearer's forming or resembling an arch of an increased apical height."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002163 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's bodily structure that has protruded through an abnormal opening in the wall that contains it into the surface or boundary of another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002164 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the middle."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.:thefreedictionary."^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002165 ;
    owl:annotatedTarget "To bent or hang downwards."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002166 ;
    owl:annotatedTarget "A duration quality of a process inhering in a bearer by virtue of the bearer's premature completion of the closure of the opening of an anatomical entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002167 ;
    owl:annotatedTarget "A protruding quality inhering in a bearer by virtue of the bearer's bodily structure that has protruded out of the surface or boundary of another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000050 ;
    owl:annotatedTarget "A time quality inhering in a bearer by virtue of the bearer's expected maximum age."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002168 ;
    owl:annotatedTarget "An angular placement quality inhering in a bearer by virtue of the bearer being changed in position in relation to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002169 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being split along the median axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002170 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being split asymmetrically on one side."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002171 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being split on two side."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002172 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being split along the radial axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002173 ;
    owl:annotatedTarget "An alignment quality inhering in a bearer by virtue of the bearer's being in a improper spatial positioning towards an additional entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002174 ;
    owl:annotatedTarget "An alignment quality inhering in a bearer by virtue of the bearer's being in a improper spatial positioning away from an additional entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002175 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's changed direction of position towards another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002176 ;
    owl:annotatedTarget "A deviation quality inhering in a bearer by virtue of the bearer's changed direction of position towards the side."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002177 ;
    owl:annotatedTarget "A deviation quality inhering in a bearer by virtue of the bearer's changed direction of position towards the middle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000051 ;
    owl:annotatedTarget "A quality of a single physical entity inhering in the bearer by virtue of the bearer's size or shape or structure."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002178 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being out of its usual or proper place, or position around a central point or axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002179 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards to point of attachment or origin."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002180 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being free of curves, bends, or angles."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002181 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue the bearer's being changed in position."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002182 ;
    owl:annotatedTarget "A quality which inheres in a molecular entity, a single molecule, atom, ion, radical etc."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002183 ;
    owl:annotatedTarget "A molecular quality that inheres in a molecular entity by virtue of whether that there is a presence of cycles in the connection of the atoms within the molecular entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002184 ;
    owl:annotatedTarget "Cyclic cyclicity inheres in a molecule when the atoms of the molecule do contain at least one cycle in the atom-atom connection paths (through bonds)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002185 ;
    owl:annotatedTarget "Acyclic cyclicity inheres in a molecule when the atoms within the molecule do not contain at least one cycle in the atom-atom connection paths (through the bonds)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002186 ;
    owl:annotatedTarget "A molecular quality that inheres in a molecular entity by virtue of whether or not the molecular entity has a separation of electric charge which leads to the molecule having an electric dipole."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002187 ;
    owl:annotatedTarget "Polar polarity is a quality that inheres in a molecular entity when the molecular entity is polar, i.e. does possess an electric dipole."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000052 ;
    owl:annotatedTarget "A morphological quality inhering in a bearer by virtue of the bearer's ratios of distances between its features (points, edges, surfaces and also holes etc)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002188 ;
    owl:annotatedTarget "A molecular quality which inheres in a molecular entity when the molecular entity does not possess an electrical dipole."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002189 ;
    owl:annotatedTarget "The ease of distortion of the electron cloud of a molecular entity by an electric field."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002190 ;
    owl:annotatedTarget "A molecular quality that inheres in a molecular entity by virtue of the presence of a conjugated ring of unsaturated bonds, lone pairs, or empty orbitals that exhibit a stabilization stronger than would be expected by the stabilization of conjugation alone."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002191 ;
    owl:annotatedTarget "A molecular quality that inheres in a molecular entity when it possesses at least one ring that is aromatic, i.e. A conjugated ring of unsaturated bonds, lone pairs, or empty orbitals that exhibit a stabilization stronger than would be expected by the stabilization of conjugation alone."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002192 ;
    owl:annotatedTarget "A quality that inheres in a molecular entity by virtue of the molecule possessing no rings that are aromatic."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002193 ;
    owl:annotatedTarget "A molecular quality that inheres in a molecular entity by virtue of the overall electric charge of the molecule, which is due to a comparison between the total number of electrons and the total number of protons."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002194 ;
    owl:annotatedTarget "A quality which inheres in a molecular entity by virtue of the molecular entity possessing the same amount of electrons overall as protons, thus having an overall neutral charge."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002195 ;
    owl:annotatedTarget "A quality which inheres in a molecular entity by virtue of the molecular entity possessing more protons overall than electrons, thus having an overall positive charge."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002196 ;
    owl:annotatedTarget "A quality which inheres in a molecular entity by virtue of the molecular entity possessing more electrons overall than protons, thus having an overall negative charge."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002197 ;
    owl:annotatedTarget "A quality that describes the power of an atom to attract electrons to itself ."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Trophic_level"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000056 ;
    owl:annotatedTarget "An organismal quality inhering in a bearer by virtue of the bearer's disposition to synthesize a particular organic compound required for its growth."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002198 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of its constitution."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002199 ;
    owl:annotatedTarget "A quality which inheres in a substance by virtue of the ease with which the substance can be changed from a solid to a liquid state especially by the application of heat."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002200 ;
    owl:annotatedTarget "A quality which inheres in a substance by virtue of the ease with which the substance can be changed into a gaseous state."^^xsd:string .

[]
    oboInOwl:hasDbXref "birnlex:2178"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002201 ;
    owl:annotatedTarget "A behavioral quality inhering ina bearer by virtue of the bearer's unequal distribution of fine motor skill between its left and right hands or feet."^^xsd:string .

[]
    oboInOwl:hasDbXref "birnlex:2038"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002202 ;
    owl:annotatedTarget "Handedness where the organism preferentially uses the left hand or foot for tasks requiring the use of a single hand or foot or a dominant hand or foot."^^xsd:string .

[]
    oboInOwl:hasDbXref "birnlex:2184"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002203 ;
    owl:annotatedTarget "Handedness where the organism preferentially uses the right hand or foot for tasks requiring the use of a single hand or foot or a dominant hand or foot."^^xsd:string .

[]
    oboInOwl:hasDbXref "birnlex:2042"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002204 ;
    owl:annotatedTarget "Handedness where the organism exhibits no overall dominance in the use of right or left hand or foot in the performance of tasks that require one hand or foot or a dominant hand or foot."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:Wikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002205 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's ability to hold an electrical charge."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002206 ;
    owl:annotatedTarget "A maturity quality inhering to a bearer by virtue of the bearer's being at the point or short after birth."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002207 ;
    owl:annotatedTarget "A quality that is the distance between the end of the inserted object and the surface of the object into which it penetrates."^^xsd:string .

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

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/spoon-shaped"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002208 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of a spoon."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/incisiform"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002209 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having the shape of an incisor tooth."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002210 ;
    owl:annotatedTarget "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's resembling a teardrop."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/recurved"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002211 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved backward or inward."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/slender"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002212 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being small or narrow in circumference or width in proportion to length or height."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002213 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's shape being inversely clavate."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/bilobed"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002214 ;
    owl:annotatedTarget "A lobed quality inhering in a bearer by virtue of the bearer's being divided into or having two lobes."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/falciform"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002215 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having the shape of a scythe or sickle."^^xsd:string .

[]
    oboInOwl:hasDbXref "neurolex:http://neurolex.org/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002216 ;
    owl:annotatedTarget "A molecular quality that pertains to the post-translational modification of a protein by the covalent attachment of one or more ubiquitin monomer."^^xsd:string .

[]
    oboInOwl:hasDbXref "neurolex:http://neurolex.org/wiki/Category:Nitrated_Molecular_Quality"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002217 ;
    owl:annotatedTarget "A molecular quality inhering in a bearer by virtue of the bearer's being combined, or impregnated, with nitric acid, or some of its compounds."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000058 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's molecules being are aerially dispersed and perceived by an odorant receptor."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/demyelinated"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002218 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's loss of myelin sheath."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:http://www.thefreedictionary.com/fan-shaped"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002219 ;
    owl:annotatedTarget "A quality inhering in a bearer that is shaped in the form of a fan."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:en.wikipedia.org/wiki/Phosphorylated"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002220 ;
    owl:annotatedTarget "A quality inhering in a protein or a molecule by virtue of the bearer's having a phosphate (PO4) group."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wiktionary.org/wiki/hyperphosphorylated"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002221 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being phosphorylated to a more than normal extent, or fully saturated with phosphate groups."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000059 ;
    owl:annotatedTarget "A parental quality inhering in a bearer by virtue of exhibiting the characteristic of a parent."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wiktionary.org/wiki/hypophosphorylated"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002222 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being phosphorylated to a lesser than normal extent, or less than fully."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wiktionary.org/wiki/oxidized"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002223 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having reacted with oxygen, or been modified by oxidation (the reaction in which the atoms of an element lose electrons and the valence of the element increases)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JE"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002224 ;
    owl:annotatedTarget "An angular shape quality inhering in a bearer by virtue of the bearer's having a single angle in its length giving the bearer the form of the letter V."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JE"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002225 ;
    owl:annotatedTarget "An angular shape quality inhering in a bearer by virtue of the bearer's having a single angle in its length giving the bearer the form of the letter L."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/Subcylindrical"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002226 ;
    owl:annotatedTarget "A cylindrical shape quality inhering in a bearer by virtue of the bearer's being imperfectly cylindrical or approximately cylindrical."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/cup-shaped"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002227 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's shape form resembling the shape of a cup."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/acuminate"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002228 ;
    owl:annotatedTarget "A tapered shape quality inhering in a bearer by virtue of the bearer's tapering gradually to a sharp point."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://dictionary.reference.com/browse/subrectangular?qsrc=2446&o=100074"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002229 ;
    owl:annotatedTarget "A quadrangular shape quality inhering in a bearer by virtue of the bearer's being approximately rectangular."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000060 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's exhibiting repetition of placement of its parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/Subtriangular"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002230 ;
    owl:annotatedTarget "A triangular shape quality inhering in a bearer by virtue of the bearer's being nearly, but not perfectly, triangular."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/multifid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002231 ;
    owl:annotatedTarget "A split shape quality inhering in a bearer by virtue of the bearer's having or being divided into many lobes or similar segments."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/semicircle"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002232 ;
    owl:annotatedTarget "A 2-D shape quality inhering in a bearer by virtue of the bearer's having shape or form of half a circle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:PM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002233 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located far (not close to) in space in relation to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/emarginate"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002234 ;
    owl:annotatedTarget "A notched shape quality inhering in a bearer by virtue of the bearer's having a notched tip or edge."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JE"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002235 ;
    owl:annotatedTarget "A tapered shape quality inhering in a bearer by virtue of the bearer's being flat, slender, and tapering to a point."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/aliform"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002236 ;
    owl:annotatedTarget "Shape quality inhering in a bearer by virtue of the bearer's being shaped like a wing."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/retrorse"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002237 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved backward or downward."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/antrorse"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002238 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved forward or upward."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Hourglass-shaped"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002239 ;
    owl:annotatedTarget "A concave 3-D shape that inheres in the bearer by virtue of the bearer's nearly) symmetric shape wide at its ends and narrow in the middle, resembling the figure of number 8."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000062 ;
    owl:annotatedTarget "A sleep quality defined by the mathematic properties of the relative time frames of the sleep cycle."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:wordnetweb.princeton.edu/perl/webwn"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002240 ;
    owl:annotatedTarget "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's shape resembling falling drop."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.thefreedictionary.com/trilobed"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002241 ;
    owl:annotatedTarget "A lobed quality inhering in a bearer by virtue of the bearer's being divided into or having three lobes."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Velocity"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002242 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's rate of change of the position."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Volumetric_flow_rate"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002243 ;
    owl:annotatedTarget "A physical quality inhering in a fluid (liquid or gas) by virtue of the amount of fluid which passes through a given surface per unit time."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Mass_flow_rate"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002244 ;
    owl:annotatedTarget "A flow rate quality inhering in a substance by virtue of the mass of substance which passes through a given surface per unit time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002245 ;
    owl:annotatedTarget "A force which relative high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000066 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of the bearer's having hair or bristles."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002246 ;
    owl:annotatedTarget "A force which is relative low."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Biological_pigment"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002247 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having or lacking of substances produced by living organisms that have a color resulting from selective color absorption."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002248 ;
    owl:annotatedTarget "A degree of pigmentation quality inhering in a bearer by virtue of the bearer's having substances produced by living organisms that have a color resulting from selective color absorption."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002249 ;
    owl:annotatedTarget "A degree of pigmentation quality inhering in a bearer by virtue of the bearer's lacking substances produced by living organisms that have a color resulting from selective color absorption."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000069 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the whether the bearer differs from normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002250 ;
    owl:annotatedTarget "A degree of pigmentation quality that is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002251 ;
    owl:annotatedTarget "A degree of pigmentation quality that is relative low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002252 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being flattened along the antero-posterior axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CVC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002253 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being roundish, flattish shape, possibly with a slightly angled edge."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CVS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002254 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's surface becoming more extended in a plane."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JE"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002255 ;
    owl:annotatedTarget "Texture quality inhering in a bearer by virtue of the bearer's being marked with one or more channels."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002256 ;
    owl:annotatedTarget "A cuscpidate quality inhering in a bearer by virtue of the bearer possessing three cusps."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002257 ;
    owl:annotatedTarget "A cuscpidate quality inhering in a bearer by virtue of the bearer possessing more than one cusp."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:http://www.merriam-webster.com/dictionary/pointed"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002258 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a point."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002259 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located near in space in relation to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002260 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being partially upright in position or posture."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002261 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's location within another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Phosphorylation"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002262 ;
    owl:annotatedTarget "A quality inhering in a protein or a molecule by virtue of the addition of a phosphate (PO4) group to the bearer."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000070 ;
    owl:annotatedTarget "The number of entities of this type that are part of the whole organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Dephosphorylation"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002263 ;
    owl:annotatedTarget "A quality inhering in a protein or a molecule by virtue of the bearer's lacking a phosphate (PO4) group."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002264 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being arranged in a systematic fashion."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002265 ;
    owl:annotatedTarget "A behavioral quality of a process inhering in a bearer by virtue of the bearer's disposition to exhibit marked activity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:OREGON"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002266 ;
    owl:annotatedTarget "A shape that inheres in a 3 dimensional entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:OREGON"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002268 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being located in a position equidistant from edges."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CVC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002269 ;
    owl:annotatedTarget "A structural quality of the collection or massing of one physical object within another physical object."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002270 ;
    owl:annotatedTarget "An increased number of physical objects that are accumulated within another physical object usually as a result of a failure to break down or remove objects in a timely manner."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002271 ;
    owl:annotatedTarget "An accumulation which is relative low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002272 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located at the same continuous distance relative to another object."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.oed.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002273 ;
    owl:annotatedTarget "Multicolored quality inhering in a bearer by virtue of the bearer's being colored with a variegated pattern resembling marble,."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000077 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the whether the bearer's disposition to react to a stimulus or an agent."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.oed.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002274 ;
    owl:annotatedTarget "Multicolored quality inhering in a bearer by virtue of the bearer's being dappled with spots, patches, or blotches of different colors."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002275 ;
    owl:annotatedTarget "A color pattern quality inhering in a bearer by virtue of the bearer's color pattern in which light and dark colors (for example white and black) are codistributed to create a visual impression."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002276 ;
    owl:annotatedTarget "A color pattern inhering in a bearer by virtue of bearer's exhibiting vertical bars of one hue or degree of saturation crossing another."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://en.wikipedia.org/wiki/Iridescence"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002277 ;
    owl:annotatedTarget "A quality of certain surfaces which appear to change colour as the angle of view changes."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002278 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's participating in a joint with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002279 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being strongly articulated with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002280 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's possessing a broad surface in articulation with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002281 ;
    owl:annotatedTarget "A cuscpidate quality inhering in a bearer by virtue of the bearer possessing two cusps."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PATO_0000077 ;
    owl:annotatedTarget "reactivity"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002282 ;
    owl:annotatedTarget "A mobility which is relative high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002283 ;
    owl:annotatedTarget "A mobility which is relative low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002284 ;
    owl:annotatedTarget "A physical quality that pertains by virtue of a pulling force that is directed away from the bearer and attempts to stretch or elongate the bearer."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CVS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002285 ;
    owl:annotatedTarget "Branchiness quality inhering in a bearer by virtue of increasing the degree to which there are subdivisions or offshoots in a bearer entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000078 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's movement or variation characterized by the regular recurrence or alternation of different quantities or conditions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CVS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002286 ;
    owl:annotatedTarget "Branchiness quality inhering in a bearer by virtue of decreasing the degree to which there are subdivisions or offshoots in a bearer entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002287 ;
    owl:annotatedTarget "An elasticity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000080 ;
    owl:annotatedTarget "A physical quality of a process inhering in a bearer by virtue of the size of the bearer's maximum displacement from the 'normal' position, when periodic motion is taking place."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002288 ;
    owl:annotatedTarget "An elasticity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0913424137"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002289 ;
    owl:annotatedTarget "A hairy quality inhering in a bearer by virtue of the bearer's being covered with setae."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002291 ;
    owl:annotatedTarget "Absence of a tissue or organ due to failure to develop."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002292 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's underlying structure being capable of change."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002293 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's underlying structure not changing over time."^^xsd:string .

[]
    oboInOwl:hasDbXref "Book:Book"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002294 ;
    owl:annotatedTarget "A texture that is uniformly covered in short, oblong, or trench-like depressions."^^xsd:string .

[]
    oboInOwl:hasDbXref "Book:Book"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002295 ;
    owl:annotatedTarget "A surface feature shape inhering in a surface by virtue of the bearer's being divided by ridge-like structures into a number of small, irregular spaces."^^xsd:string .

[]
    oboInOwl:hasDbXref "Book:Book"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002296 ;
    owl:annotatedTarget "A texture quality inhering in a surface by virtue of the bearer's being marked by the presence of small, shallow, regular depressions called fovae."^^xsd:string .

[]
    oboInOwl:hasDbXref "reference.com:reference.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000082 ;
    owl:annotatedTarget "A rhythm quality inhering in a bearer by virtue of the repetitiveness of bearer's rhythm."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002297 ;
    owl:annotatedTarget "A cellular motility which is lower relative to the normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002298 ;
    owl:annotatedTarget "A cellular motility which is higher relative to the normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002299 ;
    owl:annotatedTarget "A cylindrical shape that is hollow."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000083 ;
    owl:annotatedTarget "A quality that exists by virtue of being a particular point in the time of a cycle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002300 ;
    owl:annotatedTarget "A quality that has a value that is increased compared to normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000085 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's disposition to detect or perceive external stimulation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002301 ;
    owl:annotatedTarget "A quality that has a value that is decreased compared to normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002302 ;
    owl:annotatedTarget "A quality of a process that has a value that is decreased compared to normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000117 ;
    owl:annotatedTarget "A morphology quality inhering in a bearer by virtue of the bearer's physical magnitude."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002303 ;
    owl:annotatedTarget "A quality of an object that has a value that is decreased compared to normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002304 ;
    owl:annotatedTarget "A quality of a process that has a value that is increased compared to normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000119 ;
    owl:annotatedTarget "A 1-D extent quality inhering in a bearer by virtue of the bearer's vertical dimension of extension."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002305 ;
    owl:annotatedTarget "A quality of an object that has a value that is increased compared to normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JB"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002306 ;
    owl:annotatedTarget "A triangular quality inhering in a bearer by virtue of the bearer's having all sides of the same length."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JB"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002307 ;
    owl:annotatedTarget "A triangular quality inhering in a bearer by virtue of the bearer's having two sides have the same length."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JB"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002308 ;
    owl:annotatedTarget "A triangular quality inhering in a bearer by virtue of the bearer's having all sides of unequal length."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002309 ;
    owl:annotatedTarget "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's exhibiting a by virtue of the bearer's exhibiting a consistently sized and approximately round cross-section along its length, which is many times larger than its diameter."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:BF"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002310 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being strong, thick or sturdy."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:WS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002311 ;
    owl:annotatedTarget "Having a fringe or border of hairlike or fingerlike projections."^^xsd:string .

[]
    oboInOwl:hasDbXref "OED:"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002312 ;
    owl:annotatedTarget "Consisting of segments or similar parts arranged in a longitudinal series."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:BF"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002313 ;
    owl:annotatedTarget "Having or resembling the shape of a telescope."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:BF"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002314 ;
    owl:annotatedTarget "Having the nature or characteristic of, a ligament; composed of the tissue proper to ligaments."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000122 ;
    owl:annotatedTarget "A 1-D extent quality which is equal to the distance between two points."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:BF"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002315 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's resembling the end of a brush with a multitude of bristles."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002316 ;
    owl:annotatedTarget "Being separate or discrete from other skeletal elements."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:Parallelogram"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002317 ;
    owl:annotatedTarget """A convex quadrilateral is a parallelogram if and only if any one of the following statements are true:
1. Each diagonal divides the quadrilateral into two congruent triangles with the same orientation.
2. The opposite sides are congruent in pairs.
3. The diagonals bisect each other.
4. The opposite angles are congruent in pairs.
5. The sum of the squares of the sides equals the sum of the squares of the diagonals. (This is the parallelogram law)
6.It possesses rotational symmetry.
7.One pair of opposite sides are parallel and congruent.
8.Two pairs of adjacent angles are supplementary."""^^xsd:string .

[]
    oboInOwl:hasDbXref "wiktionary:superellipse"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002318 ;
    owl:annotatedTarget "A shape constituting a transition between a rectangle and a circle; a closed curve, of which the circle and ellipse are special cases, whose parametric equation is x = a.cos2/rt, y = b.cos2/rt"^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:Squircle"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002319 ;
    owl:annotatedTarget "A shape with properties between those of a square and those of a circle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002320 ;
    owl:annotatedTarget "A superelptic shape inhering in a bearer by virtue of the bearer's shape resembling a diamond."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002323 ;
    owl:annotatedTarget "A temporal distribution pattern of process occurrences within a regulation/reference process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002324 ;
    owl:annotatedTarget "The temporal relation between the end of the process with respect to a reference process."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PATO_0002324 ;
    owl:annotatedTarget "completeness"^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PATO_0002324 ;
    owl:annotatedTarget "extent"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000125 ;
    owl:annotatedTarget "A physical quality that inheres in a bearer by virtue of the proportion of the bearer's amount of matter."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002325 ;
    owl:annotatedTarget "The temporal relation between the start of the process with respect to a reference process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002326 ;
    owl:annotatedTarget "An orientation inhering in a bearer by virtue of the bearer's placement at an angle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002327 ;
    owl:annotatedTarget "An angle which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Weight"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000128 ;
    owl:annotatedTarget "A physical quality inhering in a bearer that has mass near a gravitational body."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002328 ;
    owl:annotatedTarget "An angle which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002329 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's exhibiting a upward bending of its leaves or other plant parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:PG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002330 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being extended along a straight line, and is shaped like a reversed lance-point, with the tapering point attached to the leafstalk."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002331 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer exhibiting molecular attraction to another entity in contact."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002332 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer not exhibiting molecular attraction to another entity in contact."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JE"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000133 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's placement which is defined by the angle between the bearer and an axis, or the angle between the bearer and another object."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002333 ;
    owl:annotatedTarget "A adhesivity which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002334 ;
    owl:annotatedTarget "A adhesivity which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:dd"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002335 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being dome-shaped."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002336 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having triangular faces that meet at a common point and containing a polygonal shaped base."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002337 ;
    owl:annotatedTarget "A spheroid quality inhering in a bearer by virtue of the bearer's exhibiting a continuous convex surface with an axis of symmetry and one axis longer than the other; characterized with an egg-shaped form crossed with a lance-head shaped form."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002338 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being shaped like a lance-head, considerably longer than wide, tapering towards the tip from below the middle together forming three angles; attached at the broad end."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string, "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000136 ;
    owl:annotatedTarget "A morphological quality pertaining to the degree to which an object contains an opening, aperture, orifice or vent."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002339 ;
    owl:annotatedTarget "A quality of being covered with stiff or rough hairs."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002340 ;
    owl:annotatedTarget "A quality of being minutely hispid."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:www.thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002341 ;
    owl:annotatedTarget "A quality of being covered with short, dense, matted hairs."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002342 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being a cupule, with a structure similar to a cup that also encloses the ovule in partiality."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:www.thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002343 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's lying or growing on the ground but with erect or rising tips."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002344 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being characterized by fine, entangled hairs giving the appearance of cobweb."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002345 ;
    owl:annotatedTarget "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's having a quadric surface in three dimensions obtained by rotating less than half of a circular arc about an axis passing through the endpoints of the arc"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002346 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's having two connected parts, roughly spherical, of different sizes."^^xsd:string .

[]
    oboInOwl:hasDbXref "wiktionary:http://en.wiktionary.org/wiki/obconical"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002347 ;
    owl:annotatedTarget "A conical quality inhering in a bearer by virtue of the bearer's resembling a cone, with the pointed end attached to an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/ligneous"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002348 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer resembling wood."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000140 ;
    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 "merriam-webster:http://www.merriam-webster.com/dictionary/basal"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002349 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the base of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/cauline"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002350 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the stalk of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "wiktionary:http://en.wiktionary.org/wiki/fleshy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002351 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer resembling or containing flesh."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:PG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002352 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's upper parts die back to the rootstock at the end of the growing season."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:RH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002353 ;
    owl:annotatedTarget "A quality that inheres in a bearer in virtue of its realizing one of its functions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:RH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002354 ;
    owl:annotatedTarget "A quality of an physical object that is currently realizing one of its functions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:RH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002355 ;
    owl:annotatedTarget "A quality of a physical object that is currently realizing none of its functions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:RH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002356 ;
    owl:annotatedTarget "A quality of a physical object that has been constantly realizing some of its functions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:AE"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002357 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a strait side and an arched side giving the bearer the form of the letter D."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002358 ;
    owl:annotatedTarget "An elongated raised margin or border."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000141 ;
    owl:annotatedTarget "A morphology quality inhering in a bearer by virtue of the bearer's relative position, shape, arrangements and connectivity of an organism's various parts; the pattern underlying its form."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002359 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's width being notably higher than its length."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:RH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002360 ;
    owl:annotatedTarget "A disposition that can be compared on a linear scale - that is that it can be increased or decreased."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002361 ;
    owl:annotatedTarget "A tendency which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "VT:1000738"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasBroadSynonym ;
    owl:annotatedSource obo:PATO_0000141 ;
    owl:annotatedTarget "conformation"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002362 ;
    owl:annotatedTarget "A tendency which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002363 ;
    owl:annotatedTarget "A medium brown color with a metallic sheen, resembles the actual alloy bronze."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002364 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's length being notably lower than its width."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MF"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002365 ;
    owl:annotatedTarget "Female quality of having complete, unaltered reproductive organs"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MF"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002366 ;
    owl:annotatedTarget "Male quality of having complete, unaltered reproductive organs."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MF"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002367 ;
    owl:annotatedTarget "Male quality of being incapable to reproduce because of functional loss of the testicles from surgical removal or chemical means."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mf"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002368 ;
    owl:annotatedTarget "A viviparous organism having never given birth."^^xsd:string .

[]
    oboInOwl:hasDbXref "wiki:http://en.wikipedia.org/wiki/Parity_(biology)"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002369 ;
    owl:annotatedTarget "A viviparous organism that has given birth two or more times."^^xsd:string .

[]
    oboInOwl:hasDbXref "wiki:http://en.wikipedia.org/wiki/Parity_(biology)"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002370 ;
    owl:annotatedTarget "The number of time that a viviparous organism has given birth."^^xsd:string .

[]
    obo:RO_0002582 true ;
    a owl:Axiom ;
    owl:annotatedProperty owl:propertyChainAxiom ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget (obo:BFO_0000051
        obo:BFO_0000050
    ) .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000146 ;
    owl:annotatedTarget "A physical quality of the thermal energy of a system."^^xsd:string .

[]
    oboInOwl:hasDbXref "wiki:http://en.wikipedia.org/wiki/Parity_(biology)"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002371 ;
    owl:annotatedTarget "A viviparous organism having given birth one time."^^xsd:string .

[]
    oboInOwl:hasDbXref "wiki:http://en.wikipedia.org/wiki/Parity_(biology)"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002372 ;
    owl:annotatedTarget "A viviparous organism that has given birth five or more times."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002373 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's location of features or characteristics along the mediolateral axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002374 ;
    owl:annotatedTarget "Recurrent and often more or less cyclic alteration."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002375 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's shape form resembling the shape of a trumpet."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CVS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002376 ;
    owl:annotatedTarget "A structure quality inhering in a bearer by virtue of the bearer's being filled with air."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CVS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002377 ;
    owl:annotatedTarget "A structure quality inhering in a bearer by virtue of the bearer's being not filed with air."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:https://en.wikipedia.org/wiki/Acinus"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002378 ;
    owl:annotatedTarget "Having a shape that resembles a many-lobed \"berry,\" such as a raspberry."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MF"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002379 ;
    owl:annotatedTarget "A female fertility quality inhering in a female by virtue of the bearer's not being capable of reproducing because of surgical removal of ovaries and uterus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MF"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002380 ;
    owl:annotatedTarget "A female fertility quality inhering in a female by virtue of the bearer's not being capable of reproducing because of surgical removal of ovaries."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000150 ;
    owl:annotatedTarget "A morphologic quality inhering in a bearer by virtue of the bearer's relative size, organization and distribution of its surface elements or the representation or invention of the appearance of its surface; visual and tactile surface characteristics."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:lm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002381 ;
    owl:annotatedTarget "A composition quality inhering in an bearer by virtue of the presence of long chain aliphatic lipids on the surface of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002382 ;
    owl:annotatedTarget "A waxiness which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000152 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's sensitivity towards a fixed location or value where a change is observed; upper limit."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:lm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002384 ;
    owl:annotatedTarget "Presence of long chain aliphatic lipids on the surface of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "FNA:FNA"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002385 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being marked by narrow lines, usually parallel, with at least one salient angle on the margin"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:AD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002386 ;
    owl:annotatedTarget "A concave 3-D shape that inheres in the bearer by virtue of the bearer's shape that is wider at one end and narrow in the middle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:PNS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002387 ;
    owl:annotatedTarget "Extremely acute and aggressive onset of a pathological process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GV"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002388 ;
    owl:annotatedTarget "Being supported by a peduncle or stalk."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:PG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002389 ;
    owl:annotatedTarget "Growing horizontal to the ground without setting roots."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:DS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002390 ;
    owl:annotatedTarget "A length quality which is equal to the length of any straight line segment that passes from the center of a circle to any endpoint on the circular boundary. The radius is half of the diameter."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002391 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having three rays or radiating branches."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002392 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located on a sloping line joining two nonconsecutive points of an entity relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:melissa"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000161 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's occurrence per unit time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002393 ;
    owl:annotatedTarget "A tolerance quality inhering in a bearer by virtue of the bearer's increased ability to endure a stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002394 ;
    owl:annotatedTarget "A tolerance quality inhering in a bearer by virtue of the bearer's decreased ability to endure a stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002395 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being positioned away from the axis of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000165 ;
    owl:annotatedTarget "A quality in which events occur in sequence."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002396 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being positioned towards the axis of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:AD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002397 ;
    owl:annotatedTarget "A circular shape quality inhering in a bearer by virtue of the bearer's being nearly, but not perfectly, circular."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JI"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002399 ;
    owl:annotatedTarget "A rotation quality inhering in a bearer by virtue of being rotated towards the front and the middle of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:wikipedia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002400 ;
    owl:annotatedTarget "Having a spindle-like shape that is wide in the middle and tapers at both ends."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002401 ;
    owl:annotatedTarget "characterised by an unidentifiable pattern."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002402 ;
    owl:annotatedTarget "Multiple lesions some interconnecting with each other."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPTH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002403 ;
    owl:annotatedTarget "Affecting all regions without specificity of distribution."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002404 ;
    owl:annotatedTarget "Affecting a segment or segments."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Friability"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002405 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's disposition to be reduced to smaller pieces with little effort."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002406 ;
    owl:annotatedTarget "Easily reduced to powder or easily fragmentable or crumbly."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000167 ;
    owl:annotatedTarget "A limited, often assigned period of activity."^^xsd:string .

[]
    oboInOwl:hasDbXref "mw:http://www.merriam-webster.com/dictionary/indurated"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002407 ;
    owl:annotatedTarget "Having become firm or hard especially by increase of fibrous elements."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002408 ;
    owl:annotatedTarget "Having the consistency of water."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002409 ;
    owl:annotatedTarget "Bounded structure filled with fluid."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002410 ;
    owl:annotatedTarget "A colour that is very pale yellowish brown."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002411 ;
    owl:annotatedTarget "A color consisting of yellow and brown hue."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002412 ;
    owl:annotatedTarget "A color consisting of yellow and brown hue and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002413 ;
    owl:annotatedTarget "A color consisting of yellow and brown hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002414 ;
    owl:annotatedTarget "A quality of duration having progressive course of indefinite duration with active, acute-like elements."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002415 ;
    owl:annotatedTarget "Single lesion with expansion into surrounding tissue."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002416 ;
    owl:annotatedTarget "Flattened from above downward; below the normal level or the level of the surrounding parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000169 ;
    owl:annotatedTarget "An organismal quality inhering in a bearer or a population by virtue of the bearer's disposition to survive and develop normally or the number of surviving individuals in a given population."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002417 ;
    owl:annotatedTarget "Extending through or affecting the entire thickness of the wall of an organ or cavity or boundary."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002418 ;
    owl:annotatedTarget "An affinity inhering in a tissue constituent by virtue of the bearer exhibiting a molecular interaction for acidic dyes under specific ph conditions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002419 ;
    owl:annotatedTarget "An affinity inhering in a tissue constituent by virtue of the bearer exhibiting a molecular interaction for eosin dye."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:http://en.wiktionary.org/wiki/amphiphilic"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002420 ;
    owl:annotatedTarget "Having both hydrophilic and hydrophobic (or lipophilic) groups."^^xsd:string .

[]
    oboInOwl:hasDbXref "mw:http://www.merriam-webster.com/dictionary/cicatricial"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002421 ;
    owl:annotatedTarget "Having or resembling the characteristic of a cicatrix - a scar resulting from formation and contraction of fibrous tissue."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:https://en.wikipedia.org/wiki/Acinus"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002422 ;
    owl:annotatedTarget "Pertaining to the individual parts making up an aggregate fruit like a many-lobed \"berry,\" such as a raspberry."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MPATH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002423 ;
    owl:annotatedTarget "A round or lobulated protruding form resembling a nipple."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:AD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002424 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's having two or more entities that extend from a common point in different directions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002425 ;
    owl:annotatedTarget "Open to view or not covered by another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "wordnetweb:wordnetweb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002426 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being shaped like a boat."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000185 ;
    owl:annotatedTarget "A behavioral quality inhering in a bearer by virtue of having physical steadiness."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002427 ;
    owl:annotatedTarget "A surface feature shape having numerous very small circular rounded projections or protuberances."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002428 ;
    owl:annotatedTarget "A 3-D shape with three supports or legs."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002429 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter X."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002430 ;
    owl:annotatedTarget "A shape quality in which the bearer is shaped like a narrow band; ligulate."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002431 ;
    owl:annotatedTarget "A shape quality in which the bearer possesses a gradual, yet distinct, thinning from a wide starting point."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002432 ;
    owl:annotatedTarget "A shape that is in the form of a spade."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:AD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002433 ;
    owl:annotatedTarget "A surface feature shape marked by large amounts of relief, often with multiple ridges and grooves in close association. Topographically complex."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002434 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located at a right angle relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002435 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer touching another entity along a border or with a projecting part."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:AD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002436 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's position being displaced from a reference point."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000186 ;
    owl:annotatedTarget "An organismal quality inhering in a bearer by virtue of the bearer's behavior aggregate of the responses or reactions or movements in a given situation."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002437 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being locked together or interconnected to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002438 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being located or placed beneath the skin."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002439 ;
    owl:annotatedTarget "An angular shape quality inhering in a bearer by virtue of the bearer's having two angles in its length giving the bearer the form of the letter W."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002440 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the degree of the bearer's highly topographical with ridges, pits, rugosity or other surface structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:AD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002441 ;
    owl:annotatedTarget "A surface feature shape in which the bearer's surface is highly topographical with ridges, pits, rugosity or other surface structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:AD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002442 ;
    owl:annotatedTarget "A surface feature shape in which the bearer's surface is lacking ridges, pits, rugosity or other surface structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:NI"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002443 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being located at the same level as another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002444 ;
    owl:annotatedTarget "A composition quality inhering in a bearer by virtue of the bearer's being composed of or possessing inorganic material."^^xsd:string .

[]
    oboInOwl:hasDbXref "freedictionary:freedictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002445 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being twisted or turned."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002446 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a shape resembling an anchor."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000187 ;
    owl:annotatedTarget "A relational quality of occurrent inhering in a bearer by virtue of the bearer's ability to consume a resource."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002447 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer being divided into four parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002448 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being aligned or positioned towards another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002449 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the rear and mid-line surface of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002450 ;
    owl:annotatedTarget "A hardness quality of giving significant resistance to pressure."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002451 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's exhibiting a phenotypic difference between males and females of the same species."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JL"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002452 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer being thinner or more losely packed."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JL"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002453 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer bring gradually worn away."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:JL"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002454 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a carpel."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JL"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002455 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's architecture bearing resemblence to a corymb type of inflorescence."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JL"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002456 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's similarity to the appearance of an inflorescence."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000188 ;
    owl:annotatedTarget "A behavioral quality inhering in a bearer by virtue of the bearer's having or lacking skillful and effective interaction of movement."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JL"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002457 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a leaf."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JL"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002458 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer being thin and lacking outgrowths."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JL"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002459 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a sepal,"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:JL"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002460 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer being smaller and contracted, expecially due to loss of moisture."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002462 ;
    owl:annotatedTarget "A composition quality inhering in an bearer by virtue of the bearer's consisting of collagen."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002463 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of some aspect of the bearer extending to the position of another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002464 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of some aspect of the bearer extending past the position of another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002466 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer resembling a keyhole."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002467 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer resembling a thin narrow strip."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002468 ;
    owl:annotatedTarget "A structure quality inhering in a bearer by virtue of the bearer's being capable of swelling or stretching."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000189 ;
    owl:annotatedTarget "A behavioral quality inhering in a bearer by virtue of whether the bearer's disposition to perceive differences between two or more stimuli."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002469 ;
    owl:annotatedTarget "Structural quality inhereing in a bearer in which a joint has apposed bony surfaces united by fibrous tissue, permitting no movement; found only between bones."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002470 ;
    owl:annotatedTarget "A morphological quality between two bearers inhering that one bearer is subject to change the nature, function, or condition of itself to become the other."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:NV"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002471 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's increased rate of change of the position."^^xsd:string .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000261 ;
    owl:annotatedTarget "A quality of a single physical entity which is held by a bearer when the latter exhibits a state of growth, differentiation, or development."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:NV"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002472 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's decreased rate of change of the position."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:NV"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002473 ;
    owl:annotatedTarget "A disposition inhering in a tumour by virtue of the bearer's disposition to spontaneously arise."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002474 ;
    owl:annotatedTarget "A flavor quality inhering in a bearer by virtue of the bearer's having an acrid, sharp, or disagreeable flavor."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002475 ;
    owl:annotatedTarget "A position quality inhering in a bearer by virtue of the bearer's existing near the end of another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002476 ;
    owl:annotatedTarget "A position quality inhering in a bearer by virtue of the bearer's forming the end of another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "wikipedia:http://en.wikipedia.org/wiki/Brittleness"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002477 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's disposition to breaks without significant deformation (strain) when subjected to stress."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002478 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being marked by narrow lines or grooves, usually parallel, that are oriented transversely relative to the long axis of the bearer."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002479 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being marked by narrow lines or grooves, usually parallel, that are oriented obliquely relative to the long axis of the bearer."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:AD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002480 ;
    owl:annotatedTarget "A quality inhering in an bearer by virtue of the bearer's possessing only minor levels of ossification."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Fecundity"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000273 ;
    owl:annotatedTarget "A reproductive quality inhering in an organism or population by virtue of the bearer's potential reproductive capacity ad measured by the number of gametes."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-wester:http://www.merriam-webster.com/dictionary/oblique"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002481 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a slanting direction or position : neither perpendicular nor parallel."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002482 ;
    owl:annotatedTarget "Shape quality inhering in a bearer by virtue of the bearer exhibiting a narrow and elongate opening."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002483 ;
    owl:annotatedTarget "Positional quality in which an entity is located outside of another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002484 ;
    owl:annotatedTarget "An angular shape quality inhering in a bearer by virtue of the bearer's having a single angle in its length giving the bearer the form of an inverted letter V."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002485 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's possessing two sides that are at the same continuous distance relative to each other."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002486 ;
    owl:annotatedTarget "A quality inhering in a process by virtue of that process having two or more organisms as participants."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002487 ;
    owl:annotatedTarget "A quality inhering in a process by virtue of that process having exactly one organism as a participant."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002488 ;
    owl:annotatedTarget "Overlap with quality inhering in a bearer by virtue of the bearer's being positioned over another entity so as to cover some portion of it."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002489 ;
    owl:annotatedTarget "Overlap with quality inhering in a bearer by virtue of the bearer's being positioned under another entity so as to be covered by some portion of it."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002490 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anteriorly."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000274 ;
    owl:annotatedTarget "A reproductive quality inhering in a bearer by virtue of the bearer's initiating, sustaining, or supporting reproduction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002491 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anterodorsally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002492 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anterolaterally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002493 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anteroventrally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002494 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed distally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002495 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed dorsally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002496 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed dorsolaterally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002497 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed laterally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002498 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed medially."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002499 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed posteriorly."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002500 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed ventrolaterally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000276 ;
    owl:annotatedTarget "A reproductive quality inhering in the young of an animal by virtue of their number."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002501 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed ventrally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002502 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed transversely."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002503 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed posterolaterally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002504 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed posterodorsally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002505 ;
    owl:annotatedTarget "A nucleate quality inhering in a bearer by virtue of the bearer's having one or more nucleus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:DOS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002506 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's not having undulating edges forming lobes."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002507 ;
    owl:annotatedTarget "A composition quality inhering in a bearer by virtue of the bearer's consisting of keratin."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002508 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer being hidden from view."^^xsd:string .

[]
    oboInOwl:hasDbXref "Merriam-Webster:hexagonal"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002509 ;
    owl:annotatedTarget "A 2-D shape quality inhering in a bearer by virtue of the bearer's having six angles and six sides."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002510 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer being divided into multiple parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000277 ;
    owl:annotatedTarget "A fertility quality inhering in a female by virtue of the bearer's disposition to initiate, sustain, or support reproduction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002511 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a cane."^^xsd:string .

[]
    oboInOwl:hasDbXref "Merriam-Webster:confluent"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002512 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer flowing or coming together with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002513 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's having a slanting direction (neither perpendicular nor parallel) relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002514 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anteromedially."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002515 ;
    owl:annotatedTarget "An elevation quality inhering in a bearer by virtue the bearer's being in a high position relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002516 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer being hidden from view or covered by another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002517 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a saddle."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordReference:flush"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002518 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer being level or even with another surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "TheFreeDictionary:cancellous"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002519 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's having an open, latticed, or porous structure; used especially of bone."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002520 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer being shaped like a scute or an osteoderm."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000279 ;
    owl:annotatedTarget "A fertility quality of inhering in a male by virtue of the bearer's disposition to initiate, sustain, or support reproduction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002521 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's similarity to the appearance of a funnel."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002522 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer having an elongate structure, similar to a ridge, that extends longitudinally along an anatomical entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002523 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being located at a right angle relative to another entity and to the horizon."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002524 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed mesiolaterally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002525 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer being in a position that produces a separation in, or acting to separate, another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002526 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed anterodistally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002527 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed posterodistally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002533 ;
    owl:annotatedTarget "A multipartite quality inhering in a bearer by virtue of the bearer being divided into two parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002534 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being shaped like a plowshare."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002535 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a short and stout cylindrical shape."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000297 ;
    owl:annotatedTarget "A quality of a process which ends earlier than the natural end time or reference process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002536 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a shape like a boomerang, with two arms connected at an angle."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/subovoid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002537 ;
    owl:annotatedTarget "A spheroid quality inhering in a bearer by virtue of the bearer's exhibiting a shape not quite ovoid. approximately ovoid."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:http://www.merriam-webster.com/dictionary/concavo-convex"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002538 ;
    owl:annotatedTarget "A shape quality that obtains by virtue of the bearer being concave on one side and convex on the other."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002539 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a shape like a ring (a circular shape enclosing a space)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002540 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's possessing a small, spike-like shape."^^xsd:string .

[]
    oboInOwl:hasDbXref "GO:0042592"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002541 ;
    owl:annotatedTarget "Pertaining to the ability or tendency of an organism or cell to maintain internal equilibrium by adjusting its physiological processes."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002629 ;
    owl:annotatedTarget "An intensity which is characterized by being very severe."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002630 ;
    owl:annotatedTarget "An occurrence quality inhering in a bearer by virtue of the bearer's having a course that occurs occasionally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002631 ;
    owl:annotatedTarget "An occurrence of a process during which time there is an inability to change the course, extent, or repetition of the process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0002632 ;
    owl:annotatedTarget "A quality in which the effect or outcome is not primary or the focus of the observation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000299 ;
    owl:annotatedTarget "A mobility quality of inhering in a bearer by virtue of the bearer's disposition to move freely."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005000 ;
    owl:annotatedTarget "A 3-D shape that is half of a sphere."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005001 ;
    owl:annotatedTarget "A variability quality inhering in the bearer by virtue of the bearer having a variable number or count of an entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005002 ;
    owl:annotatedTarget "Having the shape of a pear; tapering near the top and bulging toward the base or bottom. From thefreedictionary.com"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005003 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's resembling the form of a paddle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005004 ;
    owl:annotatedTarget "A shape that is almost an ellipse."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005005 ;
    owl:annotatedTarget "Shape quality inhering in a bearer expanding outward, or having parts expanding outward, from a center point."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005006 ;
    owl:annotatedTarget "A morphology quality inhering in a bearer by virtue of the bearer's being morphologically distinguishable from another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "DOI:10.1111/j.1469-185X.2011.00176.x"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005007 ;
    owl:annotatedTarget "A 3-D shape inhering in a bearer by virtue of the bearer's having dentition characterized by high-crowned teeth and enamel which extends far past the gum line, which provides extra material for wear and tear."^^xsd:string .

[]
    oboInOwl:hasDbXref "DOI:10.1111/j.1469-185X.2011.00176.x"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005008 ;
    owl:annotatedTarget "A 3-D shape inhering in a bearer by virtue of the bearer's having dentition characterized by low-crowned teeth. Human teeth are brachydont."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000300 ;
    owl:annotatedTarget "A mobility quality inhering in a bearer by virtue of the bearer's being incapable to move freely."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005009 ;
    owl:annotatedTarget "A 3-D shape inhering in a bearer by virtue of the bearer's having an entity in the form of a molar tooth."^^xsd:string .

[]
    oboInOwl:hasDbXref "www.oxforddictionaries.com:http://www.oxforddictionaries.com/us/definition/american_english/plumose"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005010 ;
    owl:annotatedTarget "A branched quality inhering in a bearer by virtue of the bearer's having many fine filaments or branches that give a feathery appearance: for example, resembling a feather."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005011 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer possessing an uninterrupted or unbroken connection or spatial distribution relative to the position of another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005012 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer being fully formed compared to entities lacking parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005013 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's lacking parts or having a reduced form compared to fully formed entities."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005014 ;
    owl:annotatedTarget "A spheroid shape quality inhering in a bearer by virtue of the bearer's being nearly, but not perfectly, spherical."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005015 ;
    owl:annotatedTarget "A size quality inhering in an entity or set of entities in which size increases or decreases along the extent of the entity or set."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005016 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being enclosed on all sides by another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005017 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being compressed from the side facing the lips to the side facing the tongue."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005018 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being compressed from the side facing the midline of the jaw to the side opposite the midline."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005019 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the tongue."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005020 ;
    owl:annotatedTarget "A shape quality inhering on a bearer by virtue of a bearer's shape lacking in pattern or uniformity; for example, it may have sides of different lengths, different curvatures, or unequal angles."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005021 ;
    owl:annotatedTarget "Cuspidate quality inhering in a bearer by virtue of the bearer's possessing a single cusp."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005022 ;
    owl:annotatedTarget "A diameter that remains constant throughout the extent of an entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005023 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is in the parasagittal plane."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:WD"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0005024 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed along the longitudinal or anterior-posterior axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010000 ;
    owl:annotatedTarget "A structural quality inhering in the bearer by virtue of the bearer consisting of a single, maximally connected structure."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:dos"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010001 ;
    owl:annotatedTarget "A structural quality inhering in the bearer by virtue of the bearer consisting of multiple structures lacking any physical connection to each other."^^xsd:string .

[]
    oboInOwl:hasDbXref "orcid:0000-0002-7073-9172"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010002 ;
    owl:annotatedTarget "The velocity of spatial propagation of a process. Examples include the velocity of propagation of an action potential along an axon."^^xsd:string .

[]
    oboInOwl:hasDbXref "orcid:0000-0002-7073-9172"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010003 ;
    owl:annotatedTarget "A propagation velocity that is higher than normal."^^xsd:string .

[]
    oboInOwl:hasDbXref "orcid:0000-0002-7073-9172"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010004 ;
    owl:annotatedTarget "A propagation velocity that is lower than normal."^^xsd:string .

[]
    oboInOwl:hasDbXref "orcid:0000-0002-7073-9172"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010005 ;
    owl:annotatedTarget "A physical quality of a process that is its spatial distribution.  For example, bone mineralization follows stereotypical spatial distribution patterns during development, which may be altered in some phenotypes."^^xsd:string .

[]
    oboInOwl:hasDbXref "ORCID:0000-0002-7073-9172"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0010006 ;
    owl:annotatedTarget "A quality of a single cell inhering in the bearer by virtue of the bearer's size or shape or structure."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:PortlandMeetingFeb2015"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015001 ;
    owl:annotatedTarget "Absence due to a degenerative process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:PortlandMeetingFeb2015"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015002 ;
    owl:annotatedTarget "The ability of a process to produce its output."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:PortlandMeetingFeb2015"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015003 ;
    owl:annotatedTarget "A decrease in the ability of a process to produce its output."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:PortlandMeetingFeb2015"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015004 ;
    owl:annotatedTarget "A increase in the ability of a process to produce its output."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://en.wiktionary.org/wiki/tendril"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015005 ;
    owl:annotatedTarget "Slender and spirally coiled."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:DOS"^^xsd:string, "https://github.com/pato-ontology/pato/issues/78"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015006 ;
    owl:annotatedTarget "A quality inhering in a structure by virtue of it consisting of many of repeated, similar or identical subunits, arranged in some orderly array."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000303 ;
    owl:annotatedTarget "A speed which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015007 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the degree to which the bearers stands out or projects beyond a surface or line."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:CJM"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015008 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the extent to which the bearer is capable of being stretched or swollen."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/90"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015009 ;
    owl:annotatedTarget "A quality inhering in air by virtue of the partial pressure exerted by the bearer's water vapour content."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/90"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015010 ;
    owl:annotatedTarget "An increase in humidity."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/90"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015011 ;
    owl:annotatedTarget "An decrease in humidity."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/88"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015012 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's exhibiting the physical characteristics of an entity consisting of roughly equal proportions of positively and negatively charged particles, having neither a defined volume nor defined shape, having internal magnetic fields, and being electrically conductive."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/89"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015013 ;
    owl:annotatedTarget "The degree to which the bearer is exposed to visible light."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/89"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015014 ;
    owl:annotatedTarget "An increase in illumination."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/89"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015015 ;
    owl:annotatedTarget "An decrease in illumination."^^xsd:string .

[]
    oboInOwl:hasDbXref "http://www.thefreedictionary.com/stepped"^^xsd:string, "https://github.com/pato-ontology/pato/issues/82"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015016 ;
    owl:annotatedTarget "Having a shape or form that resembles a step of a stairway (e.g., a ledge or offset margin)."^^xsd:string .

[]
    oboInOwl:hasDbXref "ENVO:pb"^^xsd:string, "https://github.com/pato-ontology/pato/issues/91"^^xsd:string, "https://goldbook.iupac.org/html/C/C01172.html"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015017 ;
    owl:annotatedTarget "A physical quality inhering in an entity by virtue of a portion of the bearer's molecular or polymolecular constituents present in one phase being dispersed in a portion of the bearer's constituents present in another phase."^^xsd:string .

[]
    oboInOwl:hasDbXref "ENVO:pb"^^xsd:string, "https://github.com/pato-ontology/pato/issues/91"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015018 ;
    owl:annotatedTarget "A physical quality inhering in an entity by virtue of the bearer's solid or liquid constituents being suspended in a gas."^^xsd:string .

[]
    oboInOwl:hasDbXref "github:mah11"^^xsd:string, "https://github.com/pato-ontology/pato/issues/96"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015019 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter C."^^xsd:string .

[]
    oboInOwl:hasDbXref "github:mah11"^^xsd:string, "https://github.com/pato-ontology/pato/issues/96"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015020 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter J."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Combustibility"^^xsd:string, "https://github.com/EnvironmentOntology/envo/issues/384"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015021 ;
    owl:annotatedTarget "The propensity of a material to undergo combustion. Combustion encompasses smouldering and flaming combustion. Combustibility is usually applied to solids."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/110"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015024 ;
    owl:annotatedTarget "An increase in porosity."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/110"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015025 ;
    owl:annotatedTarget "An decrease in porosity."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/113"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015026 ;
    owl:annotatedTarget "quality, state, or degree of being stable."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000304 ;
    owl:annotatedTarget "A speed which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/113"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015027 ;
    owl:annotatedTarget "An increase in stability."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/113"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015028 ;
    owl:annotatedTarget "A decrease in stability."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000308 ;
    owl:annotatedTarget "An age which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "ENVO:pb"^^xsd:string, "https://github.com/pato-ontology/pato/issues/91"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015029 ;
    owl:annotatedTarget "A physical quality inhering in an entity by virtue of the bearer's solid or liquid constituents being transiently dispersed in a solid, liquid, or gas before settling due to gravity or centrifugal forces."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://github.com/pato-ontology/pato/issues/122"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0015030 ;
    owl:annotatedTarget "A shape that ineres in a bearer by virtue of the bearer's mass being distributed in a feather-like fashion."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0020000 ;
    owl:annotatedTarget "A biological sex quality inhering in an individual based upon genotypic composition of sex chromosomes."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0020001 ;
    owl:annotatedTarget "A biological sex quality inhering in an individual based upon genotypic composition that confers the capability for an organism to differentiate male gonads."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0020002 ;
    owl:annotatedTarget "A biological sex quality inhering in an individual or a population based upon genotypic composition that confers the capability for an organism to differentiate female gonads."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Drinking_water"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0025000 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's disposition to being fit to be used as a safe means of hydration."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Drinking_water"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0025001 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer not being suitable for use as a safe means of hydration."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Drinking_water"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0025002 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer being suitable for use as a safe means of hydration."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030000 ;
    owl:annotatedTarget "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally anterior structures and missing some or all of what are normally posterior structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030001 ;
    owl:annotatedTarget "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally dorsal structures and missing some or all of what are normally ventral structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000309 ;
    owl:annotatedTarget "An age which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030002 ;
    owl:annotatedTarget "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally posterior structures and missing some or all of what are normally anterior structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030003 ;
    owl:annotatedTarget "A malformed quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally ventral structures and missing some or all of what are normally dorsal structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030004 ;
    owl:annotatedTarget "An anterioralized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally anterior structures and missing some but not all of what are normally posterior structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030005 ;
    owl:annotatedTarget "A dorsalized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally dorsal structures and missing some but not all of what are normally ventral structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030006 ;
    owl:annotatedTarget "A posterioralized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally posterior structures and missing some but not all of what are normally anterior structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:EJS"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0030007 ;
    owl:annotatedTarget "A ventralized quality inhering in a bearer by virtue of the bearer's gross morphology containing what are normally ventral structures and missing some but not all of what are normally dorsal structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "http://medical-dictionary.thefreedictionary.com/heterotaxic"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040000 ;
    owl:annotatedTarget "An oriented quality inhering in a bearer by virtue of the bearer's being abnormally placed or arranged."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-8941-3984"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040003 ;
    owl:annotatedTarget "The ability of a pathogen to produce an infectious disease or disorder in an another organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432"^^xsd:string, "https://orcid.org/0000-0003-4606-0597"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040004 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of the bearer's being covered or partially covered with hair that has increased thickness and softness."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040005 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed posteroventrally."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000317 ;
    owl:annotatedTarget "A color that lacks any hues as parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040006 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a shape like a crown."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040007 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a shape like a shell."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string, "https://www.merriam-webster.com/dictionary/fringe"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040008 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having an ornamental border consisting of short straight or twisted threads or strips hanging from cut or raveled edges or from a separate band."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040009 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of a bowl."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040010 ;
    owl:annotatedTarget "Mobility relative to a second entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040011 ;
    owl:annotatedTarget "Immobility relative to a second entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040012 ;
    owl:annotatedTarget "A shape that is in the form of a plug, being tube-like and expanded on one end."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040013 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed dorsomedially."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string, "https://www.merriam-webster.com/dictionary/band"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040014 ;
    owl:annotatedTarget "A shape that is in the form of a narrow strip encircling an object."^^xsd:string .

[]
    oboInOwl:hasDbXref "http://www.dictionary.com/browse/trough"^^xsd:string, "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040015 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's shape resembling that of a trough, being narrow, long, and boxlike in shape."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000318 ;
    owl:annotatedTarget "A color hue with low wavelength of that portion of the visible spectrum lying between green and indigo, evoked in the human observer by radiant energy with wavelengths of approximately 420 to 490 nanometers."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string, "https://www.merriam-webster.com/dictionary/pentagonal"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040016 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having five angles and five sides."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://www.cancer.gov/publications/dictionaries/cancer-terms/def/dysplasia"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040017 ;
    owl:annotatedTarget "A growth quality of occurrent in which the growth of an organism, structure or group of organisms is abnormal."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Fibrosis"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040019 ;
    owl:annotatedTarget "Fibrosis is the formation of excess fibrous connective tissue in an organ or tissue in a reparative or reactive process."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040021 ;
    owl:annotatedTarget "The bearer of this quality has_part n=1 of the indicated entity type, where n is bilaterally paired for a comparable organism.."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://en.wiktionary.org/wiki/distomedial"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040023 ;
    owl:annotatedTarget "An orientation quality inhering in a bearer by virtue of the bearer having a position that is directed distomedially, ie, pertaining to an inside aspect, but also farther away from the center of the body."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-3162-7490"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040024 ;
    owl:annotatedTarget "The bearer of this quality has_part n=2 of the indicated entity type, where n is unpaired for a comparable organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "NCIT:C3824"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040025 ;
    owl:annotatedTarget "A structural quality which is held by a bearer where a localized pathological or traumatic structural change, damage, deformity, or discontinuity of tissue, organ, or body part is present."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:https://en.wikipedia.org/wiki/Doubled_haploidy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040027 ;
    owl:annotatedTarget "A ploidy quality inhering in a bearer by virtue of the bearer's haploid cells undergo chromosome doubling."^^xsd:string .

[]
    oboInOwl:hasDbXref "EFO:0002947"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040028 ;
    owl:annotatedTarget "An organismal quality of having successfully reproduced."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-4366-3088"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040029 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of that bearer being shielded from visible light."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000319 ;
    owl:annotatedTarget "A color consisting of green and blue hue."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-2244-7917"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040032 ;
    owl:annotatedTarget "A distance traveled in a specific time that is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-2244-7917"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040033 ;
    owl:annotatedTarget "A distance traveled in a specific time that is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://medlineplus.gov/fractures.html"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040034 ;
    owl:annotatedTarget "A broken quality where an entity is cracked or broken, usually a bone."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://radiopaedia.org/articles/transverse-fracture?lang=us"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040035 ;
    owl:annotatedTarget "A fractured quality where the fracture traverses the bone perpendicular to the axis of the bone."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://www.dictionary.com/browse/impacted-fracture"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040036 ;
    owl:annotatedTarget "A fractured quality in which one of the fragments is driven into another fragment."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://www.dictionary.com/browse/linear-fracture"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040037 ;
    owl:annotatedTarget "A fractured quality where the fracture runs parallel to the long axis of a bone."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://radiopaedia.org/articles/oblique-fracture?lang=us"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040038 ;
    owl:annotatedTarget "A fractured quality where the fracture occurs at a plane oblique to the long axis of the bone."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Spiral_fracture"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040039 ;
    owl:annotatedTarget "A fractured quality that occurs when torque (a rotating force) is applied along the axis of a bone."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://www.mayoclinic.org/diseases-conditions/osteoporosis/multimedia/compression-fractures/img-20008995"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040040 ;
    owl:annotatedTarget "A fractured quality that is caused by a loss of bone mass (osteoporosis) that occurs as part of aging."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Avulsion_fracture"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040041 ;
    owl:annotatedTarget "A fractured quality in which the fragment of bone tears away from the main mass of bone as a result of physical trauma."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000320 ;
    owl:annotatedTarget "A color hue with medium-low wavelength of that portion of the visible spectrum lying between yellow and blue, evoked in the human observer by radiant energy with wavelengths of approximately 490 to 570 nanometers."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040042 ;
    owl:annotatedTarget "A proportionality quality inhering in a bearer by virtue of the bearer's decreased magnitude in respect to a related entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040043 ;
    owl:annotatedTarget "A proportionality quality inhering in a bearer by virtue of the bearer's increased magnitude in respect to a related entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4606-0597"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040044 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's components being torn, typically used for soft tissues or membranes."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://www.dictionary.com/browse/unfragmented"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040047 ;
    owl:annotatedTarget "Existing or functioning as though broken into separate parts; disorganized; disunified."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-0736-9199"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0040048 ;
    owl:annotatedTarget "Red due to increase blood circulation in a defined area."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Magenta"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000321 ;
    owl:annotatedTarget "A color consisting of red and blue hues."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000322 ;
    owl:annotatedTarget "A color hue with high wavelength of the long-wave end of the visible spectrum, evoked in the human observer by radiant energy with wavelengths of approximately 630 to 750 nanometers."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000323 ;
    owl:annotatedTarget "An achromatic color of maximum brightness; the color of objects that reflect nearly all light of all visible wavelengths."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000324 ;
    owl:annotatedTarget "A color hue with medium wavelength of that portion of the visible spectrum lying between orange and green, evoked in the human observer by radiant energy with wavelengths of approximately 570 to 590 nanometers."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000327 ;
    owl:annotatedTarget "A color brightness which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000328 ;
    owl:annotatedTarget "A color saturation which is of low purity."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000329 ;
    owl:annotatedTarget "A color pattern inhering in a bearer by virtue of bearer's being marked with irregularly shaped spots or blots of a different hue or degree of saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000330 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's magnitude of or the relationships between its repeated parts lack consistency."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000331 ;
    owl:annotatedTarget "A color quality inhering in a bearer by virtue of the bearer's being altered or spoiled in color."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000333 ;
    owl:annotatedTarget "A color pattern inhering in a bearer by virtue of bearer's being marked with a round area of different hue or degree of saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000336 ;
    owl:annotatedTarget "A color quality inhering in a bearer by virtue of the bearer's having color."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000337 ;
    owl:annotatedTarget "A color quality inhering in a bearer by virtue of the bearer's lacking color."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000344 ;
    owl:annotatedTarget "A compatibility quality inhering in a bearer by virtue of the bearer's being capable of harmonious coexistence."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000345 ;
    owl:annotatedTarget "A compatibility quality inhering in a bearer by virtue of the bearer's being incapable of harmonious coexistence."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000365 ;
    owl:annotatedTarget "A directional quality inhering in a bearer by virtue of the bearer's direction from a higher to a lower point."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000366 ;
    owl:annotatedTarget "A directional quality inhering in a bearer by virtue of the bearer's direction that is similar to the direction of an object to the north when it faces east."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000367 ;
    owl:annotatedTarget "A directional quality inhering in a bearer by virtue of the bearer's direction that is similar to the direction of an object to the north when it faces west."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000370 ;
    owl:annotatedTarget "A directional quality inhering in a bearer by virtue of the bearer's direction from a lower to a higher point."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000374 ;
    owl:annotatedTarget "A distance which is greater relative to the normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000375 ;
    owl:annotatedTarget "A distance which is lesser relative to the normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000380 ;
    owl:annotatedTarget "A frequency which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Cardinal_direction"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0045090 ;
    owl:annotatedTarget "The four cardinal directions or cardinal points are the directions north, east, south, and west, commonly denoted by their initials, N, E, S, W. East and west are at right angles to north and south, with east being in the clockwise direction of rotation from north and west being directly opposite east."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/North"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0045091 ;
    owl:annotatedTarget "North is one of the four compass points or cardinal directions. It is the opposite of south and is perpendicular to east and west."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/East"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0045092 ;
    owl:annotatedTarget "East is one of the four cardinal directions or points of the compass. It is the opposite direction from west."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/South"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0045093 ;
    owl:annotatedTarget "South is one of the four cardinal directions or compass points. South is the polar opposite of north and is perpendicular to east and west."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/West"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0045094 ;
    owl:annotatedTarget "West is one of the four cardinal directions or points of the compass. It is the opposite direction from east."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-9943-9018"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0050000 ;
    owl:annotatedTarget "The number of repeated events per unit time, occurring in a repeating series. (e.g. the number of heart beats occurring over 1 minute)"^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0002-9943-9018"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0050001 ;
    owl:annotatedTarget "The rate of output of a continuous process. Example include: growth rate, cell migration rate, enzyme reaction rate."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000381 ;
    owl:annotatedTarget "A frequency which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "orcid:0000-0003-4148-4606"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0055001 ;
    owl:annotatedTarget "A spatial distribution of a process in which the process occupies a smaller length, area, or volume than the reference process. For example, heterochromatin may form over a shorter length of a chromosome in a mutant than in wild type."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0055002 ;
    owl:annotatedTarget "A spatial distribution of a process in which the process occupies a greater length, area, or volume than the reference process. For example, heterochromatin may form over a shorter length of a chromosome in a mutant than in wild type."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000383 ;
    owl:annotatedTarget "A biological sex quality inhering in an individual or a population that only produces gametes that can be fertilised by male gametes."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0055003 ;
    owl:annotatedTarget "A rate of occurrence that is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0055004 ;
    owl:annotatedTarget "A rate of occurrence that is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000384 ;
    owl:annotatedTarget "A biological sex quality inhering in an individual or a population whose sex organs contain only male gametes."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0055005 ;
    owl:annotatedTarget "A rate of output of a continuous process that is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4148-4606"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0055006 ;
    owl:annotatedTarget "A rate of output of a continuous process that is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-1373-1705"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0060001 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being present in one sex and absent from the other in members of the same species."^^xsd:string .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-1373-1705"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0060002 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being present in males and absent from females in members of the same species."^^xsd:string .

[]
    oboInOwl:hasDbXref "http://orcid.org/0000-0002-1373-1705"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0060003 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being present in females and absent from males in members of the same species."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Lysis"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0065001 ;
    owl:annotatedTarget "The breakdown, disintegration, destruction of an entity due to the breaking of cell membranes by any means."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://medlineplus.gov/ency/article/003224.htm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0065002 ;
    owl:annotatedTarget "A degree of pigmentation quality that is diversified with patches, or irregularity."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:9780123973481"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070010 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons that have dendritic processes radiating from the cell body forming a star-like shape."^^xsd:string .

[]
    oboInOwl:hasDbXref "doi:10.1016/b978-0-12-369497-3.10004-4"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070015 ;
    owl:annotatedTarget "A cell morphology that inheres in neurons which have a pyramidal shaped soma, a single axon, a large apical dendrite and multiple basal dendrites."^^xsd:string .

[]
    oboInOwl:hasDbXref "PMID:30715238"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070016 ;
    owl:annotatedTarget "A pyramidal family morphology that inheres in neurons which have an apical tree which is oriented parallel to the pia."^^xsd:string .

[]
    oboInOwl:hasDbXref "doi:10.1016/b978-0-12-369497-3.10004-4"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070017 ;
    owl:annotatedTarget "A pyramidal family morphology that inheres in neurons which have a standard pyramidal shape with its apical dendrite aligned vertically."^^xsd:string .

[]
    oboInOwl:hasDbXref "PMID:30715238"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070018 ;
    owl:annotatedTarget "A pyramidal cell morphology that inheres in neurons which have a distinct tuft formation, distal from the soma."^^xsd:string .

[]
    oboInOwl:hasDbXref "PMID:30715238"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070019 ;
    owl:annotatedTarget "A pyramidal cell morphology that inheres in neurons which lack a clear tuft formation but extend to large radial distances."^^xsd:string .

[]
    oboInOwl:hasDbXref "PMID:30715238"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070020 ;
    owl:annotatedTarget "A pyramidal cell morphology that inheres in neurons which lack a tuft formation but extend to small radial distances forming a star-like shape."^^xsd:string .

[]
    oboInOwl:hasDbXref "PMID:30715238"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0070021 ;
    owl:annotatedTarget "A pyramidal cell morphology that inheres in neurons which have an apical tree which is oriented towards the white matter."^^xsd:string .

[]
    oboInOwl:hasDbXref "http://db0nus869y26v.cloudfront.net/en/Salinity"^^xsd:string, "https://en.wikipedia.org/wiki/Salinity"^^xsd:string, "https://rwu.pressbooks.pub/webboceanography/chapter/5-3-salinity-patterns/"^^xsd:string, "https://www.sciencedirect.com/referencework/9780080983004/treatise-on-geochemistry"^^xsd:string, "https://www.sciencedirect.com/science/article/pii/B9780857096807500012"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0085001 ;
    owl:annotatedTarget "An osmolarity quality inhering in a bearer by virtue of the total amount of ionic salts dissolved in the bearer."^^xsd:string .

[]
    a owl:Class ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CARO_0000000
            [
                a owl:Restriction ;
                owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
                owl:onClass obo:CL_0000000 ;
                owl:onProperty obo:RO_0002180
            ]
        )
    ] ;
    owl:intersectionOf (obo:CARO_0000000
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0000053 ;
            owl:someValuesFrom obo:PATO_0001993
        ]
    ) .

[]
    a owl:Class ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001405
            ]
        )
    ] ;
    owl:intersectionOf (obo:CL_0000000
        [
            a owl:Class ;
            owl:complementOf [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:GO_0005634
            ]
        ]
    ) .

[]
    a owl:Class ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0001408
            ]
        )
    ] ;
    owl:intersectionOf (obo:CL_0000000
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000051 ;
            owl:someValuesFrom obo:GO_0005929
        ]
    ) .

[]
    a owl:Class ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onClass obo:GO_0005634 ;
                owl:onProperty obo:RO_0002180 ;
                owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
            ]
        )
    ] ;
    owl:intersectionOf (obo:CL_0000000
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0000053 ;
            owl:someValuesFrom obo:PATO_0001406
        ]
    ) .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000386 ;
    owl:annotatedTarget "A hardness quality of being rigid and resistant to pressure."^^xsd:string .

[]
    a owl:Class ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:onClass obo:GO_0005634 ;
                owl:onProperty obo:RO_0002180 ;
                owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
            ]
        )
    ] ;
    owl:intersectionOf (obo:CL_0000000
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0000053 ;
            owl:someValuesFrom obo:PATO_0001407
        ]
    ) .

[]
    a owl:Class ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:CL_0000000
            [
                a owl:Restriction ;
                owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
                owl:onClass obo:GO_0005634 ;
                owl:onProperty obo:RO_0002180
            ]
        )
    ] ;
    owl:intersectionOf (obo:CL_0000000
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0000053 ;
            owl:someValuesFrom obo:PATO_0001908
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:intersectionOf (obo:CL_0000000
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0000053 ;
            owl:someValuesFrom obo:PATO_0001407
        ]
    ) .

[]
    a owl:Class ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:GO_0005634
    ] ;
    owl:intersectionOf (obo:CL_0000000
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0000053 ;
            owl:someValuesFrom obo:PATO_0001908
        ]
    ) .

[]
    a owl:Restriction ;
    rdfs:subClassOf obo:CL_0000000 ;
    owl:onProperty obo:RO_0000053 ;
    owl:someValuesFrom obo:PATO_0010006 .

[]
    a owl:Restriction ;
    rdfs:subClassOf [
        a owl:Class ;
        owl:unionOf ([
                a owl:Restriction ;
                owl:onProperty obo:RO_0000056 ;
                owl:someValuesFrom [
                    a owl:Restriction ;
                    owl:onProperty obo:RO_0002418 ;
                    owl:someValuesFrom obo:BFO_0000015
                ]
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0002215 ;
                owl:someValuesFrom [
                    a owl:Restriction ;
                    owl:onProperty obo:RO_0000056 ;
                    owl:someValuesFrom [
                        a owl:Restriction ;
                        owl:onProperty obo:RO_0002418 ;
                        owl:someValuesFrom obo:BFO_0000015
                    ]
                ]
            ]
        )
    ] ;
    owl:onProperty obo:RO_0002566 ;
    owl:someValuesFrom obo:BFO_0000040 .

[]
    a owl:Restriction ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000053 ;
        owl:someValuesFrom obo:PATO_0010001
    ] ;
    owl:onProperty obo:RO_0000053 ;
    owl:someValuesFrom obo:PATO_0010000 .

[]
    a swrl:Imp ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#w> ;
            swrl:argument2 <urn:swrl#p> ;
            swrl:propertyPredicate obo:RO_0002180
        ]
        [
            a swrl:ClassAtom ;
            swrl:argument1 <urn:swrl#w> ;
            swrl:classPredicate obo:BFO_0000015
        ]
        [
            a swrl:ClassAtom ;
            swrl:argument1 <urn:swrl#p> ;
            swrl:classPredicate obo:BFO_0000015
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#w> ;
            swrl:argument2 <urn:swrl#p> ;
            swrl:propertyPredicate obo:RO_0002018
        ]
    ) .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000387 ;
    owl:annotatedTarget "A hardness quality of giving little resistance to pressure."^^xsd:string .

[]
    swrla:isRuleEnabled true ;
    a swrl:Imp ;
    rdfs:comment "MF(X)-directly_regulates->MF(Y)-enabled_by->GP(Z) => MF(Y)-has_input->GP(Y) e.g. if 'protein kinase activity'(X) directly_regulates 'protein binding activity (Y)and this is enabled by GP(Z) then X has_input Z"^^xsd:string ;
    rdfs:label "infer input from direct reg"^^xsd:string ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <http://purl.obolibrary.org/obo/ro.owl#z> ;
            swrl:argument2 <http://purl.obolibrary.org/obo/ro.owl#y> ;
            swrl:propertyPredicate obo:RO_0002327
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <http://purl.obolibrary.org/obo/ro.owl#x> ;
            swrl:argument2 <http://purl.obolibrary.org/obo/ro.owl#y> ;
            swrl:propertyPredicate obo:RO_0002578
        ]
        [
            a swrl:ClassAtom ;
            swrl:argument1 <http://purl.obolibrary.org/obo/ro.owl#x> ;
            swrl:classPredicate obo:GO_0003674
        ]
        [
            a swrl:ClassAtom ;
            swrl:argument1 <http://purl.obolibrary.org/obo/ro.owl#y> ;
            swrl:classPredicate obo:GO_0003674
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <http://purl.obolibrary.org/obo/ro.owl#x> ;
            swrl:argument2 <http://purl.obolibrary.org/obo/ro.owl#z> ;
            swrl:propertyPredicate obo:RO_0002233
        ]
    ) .

[]
    oboInOwl:hasDbXref "dictionary:reference"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000389 ;
    owl:annotatedTarget "A quality of a process inhering in a bearer by virtue of the bearer's having a sudden onset, sharp rise, and short course."^^xsd:string .

[]
    a swrl:Imp ;
    rdfs:comment """GP(X)-enables->MF(Y)-has_part->MF(Z) => GP(X) enables MF(Z),
e.g.  if GP X enables ATPase coupled transporter activity' and 'ATPase coupled transporter activity' has_part 'ATPase activity' then GP(X) enables 'ATPase activity'""" ;
    rdfs:label "enabling an MF enables its parts" ;
    swrl:body ([
            a swrl:ClassAtom ;
            swrl:argument1 <urn:swrl#y> ;
            swrl:classPredicate obo:GO_0003674
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#x> ;
            swrl:argument2 <urn:swrl#y> ;
            swrl:propertyPredicate obo:RO_0002327
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#y> ;
            swrl:argument2 <urn:swrl#z> ;
            swrl:propertyPredicate obo:BFO_0000051
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#x> ;
            swrl:argument2 <urn:swrl#z> ;
            swrl:propertyPredicate obo:RO_0002327
        ]
    ) .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000394 ;
    owl:annotatedTarget "An intensity which is less than moderate in type or degree or effect or force."^^xsd:string .

[]
    swrla:isRuleEnabled true ;
    a swrl:Imp ;
    rdfs:comment "GP(X)-enables->MF(Y)-part_of->BP(Z) => GP(X) involved_in BP(Z) e.g. if X enables 'protein kinase activity' and Y 'part of' 'signal tranduction' then X involved in 'signal transduction'"^^xsd:string ;
    rdfs:label "involved in BP"^^xsd:string ;
    swrl:body ([
            a swrl:ClassAtom ;
            swrl:argument1 <urn:swrl#z> ;
            swrl:classPredicate obo:GO_0008150
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#y> ;
            swrl:argument2 <urn:swrl#z> ;
            swrl:propertyPredicate obo:BFO_0000050
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#x> ;
            swrl:argument2 <urn:swrl#y> ;
            swrl:propertyPredicate obo:RO_0002327
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#x> ;
            swrl:argument2 <urn:swrl#z> ;
            swrl:propertyPredicate obo:RO_0002331
        ]
    ) .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000395 ;
    owl:annotatedTarget "An intensity which is less than extreme in type or degree or effect or force."^^xsd:string .

[]
    a swrl:Imp ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#a1> ;
            swrl:argument2 <urn:swrl#a2> ;
            swrl:propertyPredicate obo:RO_0002578
        ]
        [
            a swrl:ClassAtom ;
            swrl:argument1 <urn:swrl#a1> ;
            swrl:classPredicate obo:GO_0016301
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#a1> ;
            swrl:argument2 <urn:swrl#g1> ;
            swrl:propertyPredicate obo:RO_0002333
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#a2> ;
            swrl:argument2 <urn:swrl#g2> ;
            swrl:propertyPredicate obo:RO_0002333
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#g1> ;
            swrl:argument2 <urn:swrl#g2> ;
            swrl:propertyPredicate obo:RO_0002447
        ]
    ) .

[]
    obo:RO_0002582 true ;
    a owl:Axiom ;
    owl:annotatedProperty owl:propertyChainAxiom ;
    owl:annotatedSource obo:RO_0002216 ;
    owl:annotatedTarget (obo:RO_0002215
        obo:BFO_0000050
    ) .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000396 ;
    owl:annotatedTarget "An intensity which is extremely bad or unpleasant in type or degree or effect or force."^^xsd:string .

[]
    a swrl:Imp ;
    rdfs:comment "This rule is dubious: added as a quick fix for expected inference in GO-CAM.  The problem is most acute for transmembrane proteins, such as receptors or cell adhesion molecules, which have some subfunctions inside the cell (e.g. kinase activity) and some subfunctions outside (e.g. ligand binding).  Correct annotation of where these functions occurs leads to incorrect inference about the location of the whole protein.  This should probably be weakened to \"... -> overlaps\"" ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#x> ;
            swrl:argument2 <urn:swrl#y> ;
            swrl:propertyPredicate obo:RO_0002327
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#y> ;
            swrl:argument2 <urn:swrl#z> ;
            swrl:propertyPredicate obo:BFO_0000066
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#x> ;
            swrl:argument2 <urn:swrl#z> ;
            swrl:propertyPredicate obo:BFO_0000050
        ]
    ) .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000402 ;
    owl:annotatedTarget "A branchiness quality inhering in a bearer by virtue of the bearer's having branches."^^xsd:string .

[]
    a swrl:Imp ;
    rdfs:comment "If a molecular function (X) has a regulatory subfunction, then any gene product which is an input to that subfunction has an activity that directly_regulates X.  Note:  this is intended for cases where the regaultory subfunction is protein binding, so it could be tightened with an additional clause to specify this." ;
    rdfs:label "inferring direct reg edge from input to regulatory subfunction" ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#B> ;
            swrl:argument2 <urn:swrl#C> ;
            swrl:propertyPredicate obo:RO_0002352
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#A> ;
            swrl:argument2 <urn:swrl#B> ;
            swrl:propertyPredicate obo:RO_0002333
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#D> ;
            swrl:argument2 <urn:swrl#C> ;
            swrl:propertyPredicate obo:RO_0002013
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#A> ;
            swrl:argument2 <urn:swrl#D> ;
            swrl:propertyPredicate obo:RO_0002578
        ]
    ) .

[]
    a swrl:Imp ;
    rdfs:label "inferring direct neg reg edge from input to regulatory subfunction" ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#B> ;
            swrl:argument2 <urn:swrl#C> ;
            swrl:propertyPredicate obo:RO_0002352
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#A> ;
            swrl:argument2 <urn:swrl#B> ;
            swrl:propertyPredicate obo:RO_0002333
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#D> ;
            swrl:argument2 <urn:swrl#C> ;
            swrl:propertyPredicate obo:RO_0002014
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#A> ;
            swrl:argument2 <urn:swrl#D> ;
            swrl:propertyPredicate obo:RO_0002630
        ]
    ) .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000403 ;
    owl:annotatedTarget "A concave quality inhering in a bearer by virtue of the bearer's resembling a groove or fissure."^^xsd:string .

[]
    a swrl:Imp ;
    rdfs:label "inferring direct positive reg edge from input to regulatory subfunction" ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#B> ;
            swrl:argument2 <urn:swrl#C> ;
            swrl:propertyPredicate obo:RO_0002352
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#A> ;
            swrl:argument2 <urn:swrl#B> ;
            swrl:propertyPredicate obo:RO_0002333
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#D> ;
            swrl:argument2 <urn:swrl#C> ;
            swrl:propertyPredicate obo:RO_0002015
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#A> ;
            swrl:argument2 <urn:swrl#D> ;
            swrl:propertyPredicate obo:RO_0002629
        ]
    ) .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000404 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being curled or wound (especially in concentric rings or spirals)."^^xsd:string .

[]
    a swrl:Imp ;
    rdfs:label "effector input is compound function input" ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#mf> ;
            swrl:argument2 <urn:swrl#eff> ;
            swrl:propertyPredicate obo:RO_0002025
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#eff> ;
            swrl:argument2 <urn:swrl#in> ;
            swrl:propertyPredicate obo:RO_0002233
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#mf> ;
            swrl:argument2 <urn:swrl#in> ;
            swrl:propertyPredicate obo:RO_0002233
        ]
    ) .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000405 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having parallel chains in undulate fashion on the border."^^xsd:string .

[]
    a swrl:Imp ;
    rdfs:label "Input of effector is input of its parent MF" ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#mf> ;
            swrl:argument2 <urn:swrl#eff> ;
            swrl:propertyPredicate obo:RO_0002025
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#mf> ;
            swrl:argument2 <urn:swrl#in> ;
            swrl:propertyPredicate obo:RO_0002233
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#eff> ;
            swrl:argument2 <urn:swrl#in> ;
            swrl:propertyPredicate obo:RO_0002233
        ]
    ) .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000406 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's having or being marked by a curve or smoothly rounded bend."^^xsd:string .

[]
    a swrl:Imp ;
    rdfs:comment "if effector directly regulates X,  its parent MF directly regulates X" ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#mf> ;
            swrl:argument2 <urn:swrl#mf2> ;
            swrl:propertyPredicate obo:RO_0002578
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#mf> ;
            swrl:argument2 <urn:swrl#eff> ;
            swrl:propertyPredicate obo:RO_0002025
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#eff> ;
            swrl:argument2 <urn:swrl#mf2> ;
            swrl:propertyPredicate obo:RO_0002578
        ]
    ) .

[]
    a swrl:Imp ;
    rdfs:comment "if effector directly positively regulates X,  its parent MF directly positively regulates X" ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#mf> ;
            swrl:argument2 <urn:swrl#eff> ;
            swrl:propertyPredicate obo:RO_0002025
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#mf> ;
            swrl:argument2 <urn:swrl#mf2> ;
            swrl:propertyPredicate obo:RO_0002629
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#eff> ;
            swrl:argument2 <urn:swrl#mf2> ;
            swrl:propertyPredicate obo:RO_0002629
        ]
    ) .

[]
    oboInOwl:hasDbXref "web:http://www.merriam-webster.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000407 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having a horizontal surface without a slope, tilt, or curvature."^^xsd:string .

[]
    a swrl:Imp ;
    rdfs:label "if effector directly negatively regulates X,  its parent MF directly negatively regulates X" ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#mf> ;
            swrl:argument2 <urn:swrl#mf2> ;
            swrl:propertyPredicate obo:RO_0002630
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#mf> ;
            swrl:argument2 <urn:swrl#eff> ;
            swrl:propertyPredicate obo:RO_0002025
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#eff> ;
            swrl:argument2 <urn:swrl#mf2> ;
            swrl:propertyPredicate obo:RO_0002630
        ]
    ) .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000409 ;
    owl:annotatedTarget "A spheroid quality inhering in a bearer by virtue of the bearer's exhibiting an equatorial diameter greater than its polar diameter."^^xsd:string .

[]
    a swrl:Imp ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#x> ;
            swrl:argument2 <urn:swrl#y> ;
            swrl:propertyPredicate obo:RO_0002212
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#y> ;
            swrl:argument2 <urn:swrl#z> ;
            swrl:propertyPredicate obo:RO_0002213
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#x> ;
            swrl:argument2 <urn:swrl#z> ;
            swrl:propertyPredicate obo:RO_0002212
        ]
    ) .

[]
    a swrl:Imp ;
    swrl:body ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#y> ;
            swrl:argument2 <urn:swrl#z> ;
            swrl:propertyPredicate obo:RO_0002212
        ]
        [
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#x> ;
            swrl:argument2 <urn:swrl#y> ;
            swrl:propertyPredicate obo:RO_0002213
        ]
    ) ;
    swrl:head ([
            a swrl:IndividualPropertyAtom ;
            swrl:argument1 <urn:swrl#x> ;
            swrl:argument2 <urn:swrl#z> ;
            swrl:propertyPredicate obo:RO_0002212
        ]
    ) .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000410 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having leaflets or leaflets-like structures on each side of a common axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000411 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being such that every part of the surface or the circumference is equidistant from the center."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000413 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having an equal-sided rectangular form."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000414 ;
    owl:annotatedTarget "A branchiness quality inhering in a bearer by virtue of the bearer's lacking branches."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000415 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being not curled or wound (especially in concentric rings or spirals)."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Auxotrophic"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000422 ;
    owl:annotatedTarget "A nutritional quality inhering in a bearer by virtue of the bearer's inability to synthesize a particular organic compound required for its growth."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Prototrophic"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000423 ;
    owl:annotatedTarget "A nutritional quality inhering in a bearer by virtue of the bearer's ability to synthesize a particular organic compound required for its growth."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000427 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's occurring or appearing again or repeatedly."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:MAH"^^xsd:string, "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000428 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's once or in or a few unpredictable instances."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000433 ;
    owl:annotatedTarget "A parental quality inhering in a bearer by virtue of exhibiting the characteristic of a father."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000434 ;
    owl:annotatedTarget "A parental quality inhering in a bearer by virtue of exhibiting the characteristic of a mother."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000438 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of the bearer's lacking or not exhibiting variation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000440 ;
    owl:annotatedTarget "A pattern quality inhering in a bearer by virtue of the bearer's having a repeatable or predictable placement."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000441 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's marked by tedious repetition."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000442 ;
    owl:annotatedTarget "A sleep pattern quality inhering in a bearer by virtue of the bearer's inability to sleep."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:CJM"^^xsd:string, "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000453 ;
    owl:annotatedTarget "A pilosity quality inhering in a bearer by virtue of the bearer's lack of hairs or bristles."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000454 ;
    owl:annotatedTarget "A pilosity quality inhering in a bearer by virtue of the bearer's being covered with hair or hairlike projections."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000455 ;
    owl:annotatedTarget "A maturity quality inhering in a bearer by virtue of the bearer's having arrived at the onset of puberty (the age at which sex glands become functional) but not yet fully mature."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000460 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's deviation from normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000461 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's exhibiting no deviation from normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.:thefreedictionary."^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000462 ;
    owl:annotatedTarget "A quality denoting the lack of an entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000463 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of being clearly visible."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary:thefreedictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000464 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of not being clearly visible."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000467 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's existence."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000470 ;
    owl:annotatedTarget "An amount which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000487 ;
    owl:annotatedTarget "A response quality inhering in a bearer by virtue of the bearer's disposition to react to a stimulus or an agent."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000488 ;
    owl:annotatedTarget "A response quality inhering in a bearer by virtue of the bearer's lack of reaction to a stimulus or an agent."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000498 ;
    owl:annotatedTarget "A duration quality of a process which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000499 ;
    owl:annotatedTarget "A duration quality of a process which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000500 ;
    owl:annotatedTarget "A phase which occurs earlier than the natural start time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000501 ;
    owl:annotatedTarget "A phase which occurs during dark cycle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000502 ;
    owl:annotatedTarget "A quality of a process which starts later than the natural start time or the reference process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000503 ;
    owl:annotatedTarget "A phase which occurs during the light cycle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000504 ;
    owl:annotatedTarget "A rhythm quality inhering in a bearer by virtue of the bearer's lacking rhythm."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000505 ;
    owl:annotatedTarget "A rhythm quality inhering in a bearer by virtue of the bearer's having rhythm."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000513 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's lacking sensitivity toward an external stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000515 ;
    owl:annotatedTarget "A resistance quality inhering in a bearer by virtue of its disposition to endure or being insensitive to a stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000516 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having sensitivity toward an external stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000546 ;
    owl:annotatedTarget "A photosensitivity quality inhering in a bearer by virtue of the bearer's lacking photosensitivity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000547 ;
    owl:annotatedTarget "A photosensitivity quality inhering in a bearer by virtue of the bearer's exhibiting photosensitivity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000569 ;
    owl:annotatedTarget "A height which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000570 ;
    owl:annotatedTarget "A height which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000573 ;
    owl:annotatedTarget "A length quality which is relatively large."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000574 ;
    owl:annotatedTarget "A length quality which is relatively small."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000582 ;
    owl:annotatedTarget "A weight which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000583 ;
    owl:annotatedTarget "A weight which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000584 ;
    owl:annotatedTarget "An increased size quality inhering in a bearer by virtue of the bearer's exhibiting enlargement of a cell or constituent group of cells (for example, organ)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000585 ;
    owl:annotatedTarget "A decreased size quality inhering in a bearer by virtue of the bearer's exhibiting reduced size of a cell or constituent group of cells (for example, organ)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000586 ;
    owl:annotatedTarget "A size quality which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000587 ;
    owl:annotatedTarget "A size quality which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000588 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being a remnant structure from earlier development or evolution."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000591 ;
    owl:annotatedTarget "A thickness which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000592 ;
    owl:annotatedTarget "A thickness which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000595 ;
    owl:annotatedTarget "A volume which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000596 ;
    owl:annotatedTarget "A volume which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000599 ;
    owl:annotatedTarget "A width which is relatively small."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000600 ;
    owl:annotatedTarget "A width which is relatively large."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000608 ;
    owl:annotatedTarget "A morphological quality inhering in a bearer by virtue of the bearer's affording blocked passage or view."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000609 ;
    owl:annotatedTarget "A morphological quality inhering in a bearer by virtue of the bearer's affording not completed blocked passage or view."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000610 ;
    owl:annotatedTarget "A morphological quality inhering in a bearer by virtue of the bearer's affording unobstructed passage or view."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000613 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's lacking orientation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000614 ;
    owl:annotatedTarget "A pattern where all the repeated elements are oriented in the same direction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000615 ;
    owl:annotatedTarget "An anterioralized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally anterior structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000616 ;
    owl:annotatedTarget "A symmetry quality inhering in a bearer by virtue of the bearer's lacking symmetry."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000617 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having one or more angle(s) in its length."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000618 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's having two sides; two-sided."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000619 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being overfilled."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:melissa"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000620 ;
    owl:annotatedTarget "A dorsalized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally dorsal structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000622 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being upright in position or posture."^^xsd:string .

[]
    oboInOwl:hasDbXref "sdvc:sdvc"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000623 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's protruding or projecting from the body."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000624 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's becoming joined together with an additional entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000625 ;
    owl:annotatedTarget "An oriented quality inhering in a bearer by virtue of the bearer's being reversed in position, order, or condition."^^xsd:string .

[]
    obo:RO_0002582 true ;
    a owl:Axiom ;
    owl:annotatedProperty owl:propertyChainAxiom ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget (obo:RO_0000052
        obo:BFO_0000050
    ) .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000626 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being moved or displaced to one side so as to make lateral."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000627 ;
    owl:annotatedTarget "A spatial pattern quality inhering in a bearer by virtue of the bearer's being confined or restricted to a particular location."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000628 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue the bearer's being changed in abnormal position."^^xsd:string .

[]
    oboInOwl:hasDbXref "NDI:NDI"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000629 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's having mistakenly taken course, way, or passage; ill-routed."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000630 ;
    owl:annotatedTarget "A posterioralized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally posterior structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000631 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being stretched out and lying at full length along the ground."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000632 ;
    owl:annotatedTarget "A symmetry quality inhering in a bearer by virtue of the bearer's being capable of division by a longitudinal plane into similar halves."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000633 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's being not overfilled."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000634 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's involvement of only one part or side."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000635 ;
    owl:annotatedTarget "A spatial pattern inhering in a bearer by virtue of the bearer's not being confined or restricted to a particular location."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000636 ;
    owl:annotatedTarget "A ventralized quality inhering in a bearer by virtue of the bearer's gross morphology containing only what are normally ventral structures."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000638 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's consisting of blebbing of the nucleus and DNA fragmentation due to the cell undergoing a specific form of programmed cell death termed apoptosis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:PortlandMeetingFeb2015"^^xsd:string, "PATOC:mb"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000639 ;
    owl:annotatedTarget "A structural quality inhering in a bearer whose structure deteriorates or is lost over time due to an active pathological process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000640 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's exhibiting an alteration in size, shape or organization of its constituent cells."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000642 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being merged with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "spinalstenosis:spinalstenosis"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000643 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's bodily structure that has protruded through an abnormal opening in the wall that contains it."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Hyperplastic"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000644 ;
    owl:annotatedTarget "A increased size quality inhering in an organ or tissue by virtue of the bearer's exhibiting increased number of cells."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000645 ;
    owl:annotatedTarget "A decreased size quality inhering in a bearer by virtue of the bearer's exhibiting reduced number of cells within an organ or tissue."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000646 ;
    owl:annotatedTarget "A morphological quality inhering in a bearer by virtue of the bearer's being distorted during formation."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Necrotic"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000647 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's undergoing unprogrammed cell death."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000648 ;
    owl:annotatedTarget "A morphological quality inhering in a bearer by virtue of the bearer's being blocked or filled with obstacles or an obstacle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000651 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being no longer merged with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000665 ;
    owl:annotatedTarget "A color brightness which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000688 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's not occurring or existing at the same time or having the same period or phase."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000689 ;
    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 "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000690 ;
    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 "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000692 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's origin or development at an unusual time or out of the regular sequence."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:LC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000694 ;
    owl:annotatedTarget "A quality of a process which starts earlier than the natural start time or the reference process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000695 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's occurring or existing at the same time or having the same period or phase."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000700 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of the bearer's irregular surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000701 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of the bearer's processing a surface free of roughness or irregularities."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000706 ;
    owl:annotatedTarget "A threshold which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000708 ;
    owl:annotatedTarget "A threshold which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000718 ;
    owl:annotatedTarget "A viability quality inhering in a population by virtue of the bearer's long term survival inability."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000719 ;
    owl:annotatedTarget "A viability quality inhering in a bearer or a population by virtue of the bearer's ability to survive or the long term survival ability of a given population."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000757 ;
    owl:annotatedTarget "A balance quality inhering in a bearer by virtue of the bearer's having balance."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000758 ;
    owl:annotatedTarget "A balance quality inhering in a bearer by virtue of the bearer's lacking balance."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:flybase"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000759 ;
    owl:annotatedTarget "A behavioral quality inhering in a bearer by virtue of the bearer's exhibiting paralytic behaviour when subjected to mechanical shock."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000760 ;
    owl:annotatedTarget "A behavioral quality of a process inhering in a bearer by virtue of the bearer's exhibiting increased activity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000761 ;
    owl:annotatedTarget "A behavioral quality of a process inhering in a bearer by virtue of the bearer's exhibiting reduced activity."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000762 ;
    owl:annotatedTarget "Diminished, damaged, or weakened."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000763 ;
    owl:annotatedTarget "A behavioral quality inhering in a bearer by virtue of the bearer's being affected by loss of the ability to move a body part."^^xsd:string .

[]
    oboInOwl:hasDbXref "www.answers.com:www.answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000764 ;
    owl:annotatedTarget "A behavioral quality inhering in a bearer by virtue of the bearer's receiving or being subjected to an action without responding or initiating an action in return."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000767 ;
    owl:annotatedTarget "A consumption which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000768 ;
    owl:annotatedTarget "A consumption which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000769 ;
    owl:annotatedTarget "A coordination quality of inhering in a bearer by virtue of the bearer's having skillful and effective interaction of movement."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000770 ;
    owl:annotatedTarget "A coordination quality of inhering in a bearer by virtue of the bearer's lacking skillful and effective interaction of movement."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000771 ;
    owl:annotatedTarget "A preference quality in a bearer by virtue of the bearer's disliking a perceived stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000772 ;
    owl:annotatedTarget "A preference quality in a bearer by virtue of the bearer's having no preference to a perceived stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000773 ;
    owl:annotatedTarget "A discrimination quality in a bearer by virtue of the bearer's liking a perceived stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000888 ;
    owl:annotatedTarget "A female fertility quality inhering in a female by virtue of the bearer's disposition to initiate, sustain, or support reproduction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000890 ;
    owl:annotatedTarget "A male fertility quality inhering in a male by virtue of the bearer's being incapable of initiating, sustaining, or supporting reproduction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000891 ;
    owl:annotatedTarget "A male fertility quality inhering in a male by virtue of the bearer's being capable of initiating, sustaining, or supporting reproduction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000892 ;
    owl:annotatedTarget "A female fertility quality inhering in a female by virtue of the bearer's being incapable of initiating, sustaining, or supporting reproduction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000911 ;
    owl:annotatedTarget "A rate which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000912 ;
    owl:annotatedTarget "A rate which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000915 ;
    owl:annotatedTarget "A 1-D extent quality which is equal to the dimension through an object as opposed to its length or width."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000918 ;
    owl:annotatedTarget "A 3-D extent quality inhering in a bearer by virtue of the bearer's amount of 3-dimensional space it occupies."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000921 ;
    owl:annotatedTarget "A 1-D extent quality which is equal to the distance from one side of an object to another side which is opposite."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000927 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's disposition to being sensitivity to the action of radiant energy."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000936 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's terminating abruptly by having or as if having an end or point cut off."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000937 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's lacking organisation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000938 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's exhibiting organisation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mh"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000941 ;
    owl:annotatedTarget "A structural quality inhering in a cytoplasm that contains fluid filled cavities."^^xsd:string .

[]
    obo:RO_0002581 true ;
    a owl:Axiom ;
    owl:annotatedProperty owl:propertyChainAxiom ;
    owl:annotatedSource obo:RO_0002329 ;
    owl:annotatedTarget (obo:BFO_0000050
        obo:RO_0002215
    ) .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000944 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a sharp or tapered end or point."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000945 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's exhibiting a downward bending of its leaves or other plant parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000946 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a somewhat elongated form with approximately parallel sides."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000947 ;
    owl:annotatedTarget "A spheroid quality inhering in a bearer by virtue of the bearer's being oval with two axes of symmetry, as produced by a conical section."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000948 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's having a sinus or rounded lobe at the base."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000949 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being abnormally flattened or coalesced."^^xsd:string .

[]
    oboInOwl:hasDbXref "http://en.wikipedia.org/wiki/Grey"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000950 ;
    owl:annotatedTarget "A color between white and black colors."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000951 ;
    owl:annotatedTarget "A color that falls about midway between red and blue in hue."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Brown"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000952 ;
    owl:annotatedTarget "A color consisting of dark orange, red, of very low intensity."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Orange"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000953 ;
    owl:annotatedTarget "A color hue with high-medium wavelength that of that portion of the visible spectrum lying between red and yellow, evoked in the human observer by radiant energy with wavelengths of approximately 585 to 620 nanometers."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000954 ;
    owl:annotatedTarget "Red color having medium to high brightness and low to moderate saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000955 ;
    owl:annotatedTarget "A fertility quality inhering in a bearer by virtue of the bearer's being capable of initiating, sustaining, or supporting reproduction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000956 ;
    owl:annotatedTarget "A fertility quality inhering in a bearer by virtue of the bearer's being incapable of initiating, sustaining, or supporting reproduction."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000957 ;
    owl:annotatedTarget "An optical quality which obtains by virtue of the ability of the bearer to absorb visible light."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000963 ;
    owl:annotatedTarget "A optical quality inhering in a bearer by virtue of the bearer's not being clear; not transmitting or reflecting light or radiant energy."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000964 ;
    owl:annotatedTarget "A optical quality inhering in a bearer by virtue of the bearer's lacking opacity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000965 ;
    owl:annotatedTarget "A pattern quality of inhering in a bearer by virtue of the correspondence in size, shape, and relative position of the bearer's parts on opposite sides of a dividing line or median plane or about a center or axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000967 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having a sinuate margin and rippled surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "Answers.com:Answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000969 ;
    owl:annotatedTarget "A size quality inhering in a bearer by virtue of the bearer's being abnormally small."^^xsd:string .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000970 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's disposition to being permeated or pervaded by a gas or liquid (as by osmosis or diffusion)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000973 ;
    owl:annotatedTarget "A structure quality inhering in a bearer by virtue of the bearer's disposition to admit the passage of gas or liquid through pores or interstices."^^xsd:string .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000982 ;
    owl:annotatedTarget "A permeability quality inhering in a bearer by virtue of the bearer's being capable to be permeated or pervaded by a gas or liquid (as by osmosis or diffusion)."^^xsd:string .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000983 ;
    owl:annotatedTarget "A permeability quality inhering in a bearer by virtue of the bearer's being incapable of being permeated or pervaded by a gas or liquid (as by osmosis or diffusion)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000984 ;
    owl:annotatedTarget "A porosity quality inhering in a bearer by virtue of the bearer's being capable of admitting the passage of gas or liquid through pores or interstices."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000985 ;
    owl:annotatedTarget "A porosity quality inhering in a bearer by virtue of the bearer's being incapable of admitting the passage of gas or liquid through pores or interstices."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000992 ;
    owl:annotatedTarget "A physical quality of a liquid inhering in a bearer by virtue of the bearer's disposition to internal resistance to flow."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000998 ;
    owl:annotatedTarget "A viscosity quality inhering in a bearer by virtue of the bearer's having viscosity."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0000999 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's successive change from one thing or state to another and back again."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001005 ;
    owl:annotatedTarget "A time quality inhering in a bearer by virtue of the time it elapses for the bearer to respond to a stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001018 ;
    owl:annotatedTarget "A quality of a physical entity that exists through action of continuants at the physical level of organisation in relation to other entities."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001019 ;
    owl:annotatedTarget "A physical quality which inheres in a bearer by virtue of some influence is exerted by the bearer's mass per unit size."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001020 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of whether the bearer has been harmed or injured or spoiled."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Energy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001021 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's capacity to do work."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.wikipremed.com/home_resources/010104_momentum_concepts.pdf"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001022 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the amount of momentum caused a certain force will produce over time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001023 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's velocity multiplied by its mass."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Power"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001024 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's rate of doing work."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001025 ;
    owl:annotatedTarget "A physical quality that inheres in a bearer by virtue of the bearer's amount of force per unit area it exerts."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Work"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001026 ;
    owl:annotatedTarget "A physical quality which is equal to the energy transferred by a force to a moving object."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Acceleration"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001028 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the rate of change of the bearer's velocity in either speed or direction."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001029 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of ratio of the bearer's output to the bearer's input."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001030 ;
    owl:annotatedTarget "A physical quality that exists by virtue of the rate of flow of the bearer across a given surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001031 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's disposition to recover its size and shape after deformation in any way."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001034 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the relative change in the bearer's length or the bearer's volume when being stretched or squashed."^^xsd:string .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001035 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's rate of change of momentum."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001043 ;
    owl:annotatedTarget "A quality inhering in an entity by virtue of the bearer's propensity to resist an external stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001046 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's disposition to resist to a stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001051 ;
    owl:annotatedTarget "An angle which is less than 90 degrees."^^xsd:string .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001052 ;
    owl:annotatedTarget "An angle which is between 90 degrees and 180 degrees to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "maths.org:maths.org"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001053 ;
    owl:annotatedTarget "An angle which is less than 180 degrees to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001054 ;
    owl:annotatedTarget "A convex angle that is inside two adjacent sides of a polygon."^^xsd:string .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001055 ;
    owl:annotatedTarget "An angular placement quality inhering in a bearer by virtue of the bearer's placement at an angle that is greater than 180 degrees but less than 360 degrees to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001152 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having susceptibilty toward an external stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001153 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's lacking susceptibilty toward an external stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001154 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's length being notably higher than its width."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001159 ;
    owl:annotatedTarget "A concentration quality inhering in a bearer by virtue of the bearer's exhibiting concentration."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001161 ;
    owl:annotatedTarget "A concentration which relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001162 ;
    owl:annotatedTarget "A concentration which is higher relative to the normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001163 ;
    owl:annotatedTarget "A concentration which is lower relative to the normal or average."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001164 ;
    owl:annotatedTarget "A physical quality which inheres in a bearer by virtue of the bearer's exhibiting density."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001167 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer being harmed or injured or spoiled, such that its functionality is impaired."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001168 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of not being harmed or injured or spoiled."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001171 ;
    owl:annotatedTarget "An elasticity quality inhering in a bearer by virtue of the bearer's ability to recover its size and shape after deformation in any way."^^xsd:string .

[]
    oboInOwl:hasDbXref "merriam-webster:merriam-webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001172 ;
    owl:annotatedTarget "An elasticity quality inhering in a bearer by virtue of the bearer's inability to recover its size and shape after deformation in any way."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001178 ;
    owl:annotatedTarget "A resistance quality inhering in a bearer by virtue of the bearer's resistance to a stimulus."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Larval"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001185 ;
    owl:annotatedTarget "A maturity quality inhering in a bearer by virtue of the bearer's indirect development, undergoing metamorphosis."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001186 ;
    owl:annotatedTarget "A maturity quality inhering in a bearer by virtue of the bearer's being at the age immediately before puberty."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001187 ;
    owl:annotatedTarget "A maturity quality inhering in a insect by virtue of the bearer's being in the chrysalis (cocoon) or post larval stage."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001188 ;
    owl:annotatedTarget "A maturity quality inhering in a bearer by virtue of the bearer's being in an inactive stage in the development of some insects, between the larval and the pupal stages."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001189 ;
    owl:annotatedTarget "A maturity quality inhering in a bearer by virtue of the bearer's being between the onset of puberty and maturity."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001190 ;
    owl:annotatedTarget "A maturity quality inhering in a bearer by virtue the bearer's being not fully grown or developed."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001191 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the middle relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001192 ;
    owl:annotatedTarget "A response quality inhering in a bearer by virtue of the bearer's excessive reaction to a stimulus or an agent."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001193 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the side relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001194 ;
    owl:annotatedTarget "A response quality inhering in a bearer by virtue of the bearer's limited reaction to a stimulus or an agent."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001195 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located more centrally than another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001196 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the abdomen of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001199 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being narrow, with the two opposite margins parallel."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001200 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter T."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001201 ;
    owl:annotatedTarget "A concave 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped in the form of the letter Y."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001205 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's having toothlike projections in the margin."^^xsd:string .

[]
    oboInOwl:hasDbXref "ISBN:0881923214"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001206 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of having sharp straight-edged teeth pointing to the apex."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001208 ;
    owl:annotatedTarget "An odor quality inhering in a bearer by virtue of the bearer's lacking odour."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001227 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of whether the bearer exhibits variation or change."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001229 ;
    owl:annotatedTarget "A color saturation which is of high purity."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001230 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's power or force."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001233 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located toward the back or upper surface of an organism relative to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001234 ;
    owl:annotatedTarget "A spatial quality inhering in a bearer by virtue of the bearer's being located further from a more centrally located entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001236 ;
    owl:annotatedTarget "A quality which inheres in an process."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001241 ;
    owl:annotatedTarget "A quality which inheres in a continuant."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001242 ;
    owl:annotatedTarget "A physical quality which is equal to the distance between repeating units of a wave pattern."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001243 ;
    owl:annotatedTarget "A color consisting of blue hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001244 ;
    owl:annotatedTarget "A color consisting of blue hue and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001245 ;
    owl:annotatedTarget "A color consisting of brown hue and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001246 ;
    owl:annotatedTarget "A color consisting of brown hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001247 ;
    owl:annotatedTarget "A color consisting of cyan hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001248 ;
    owl:annotatedTarget "A color consisting of cyan hue and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001249 ;
    owl:annotatedTarget "A color consisting of green hue and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001250 ;
    owl:annotatedTarget "A color consisting of green hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001251 ;
    owl:annotatedTarget "A color consisting of grey color and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001252 ;
    owl:annotatedTarget "A color consisting of grey color and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001253 ;
    owl:annotatedTarget "A color consisting of magenta color and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001254 ;
    owl:annotatedTarget "A color consisting of magenta with low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001255 ;
    owl:annotatedTarget "A color consisting of orange hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001256 ;
    owl:annotatedTarget "A color consisting of orange color and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001257 ;
    owl:annotatedTarget "Pink color having high brightness and moderate saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001258 ;
    owl:annotatedTarget "Pink color having medium brightness and moderate saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001259 ;
    owl:annotatedTarget "A color consisting of purple color and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001260 ;
    owl:annotatedTarget "A color consisting of purple color and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001261 ;
    owl:annotatedTarget "A color consisting of red hue and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001262 ;
    owl:annotatedTarget "A color consisting of red hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001263 ;
    owl:annotatedTarget "A color consisting of yellow hue and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001264 ;
    owl:annotatedTarget "A color consisting of yellow hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001265 ;
    owl:annotatedTarget "A color consisting of blue hue and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001266 ;
    owl:annotatedTarget "A color consisting of blue hue and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001267 ;
    owl:annotatedTarget "A color consisting of brown hue and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001268 ;
    owl:annotatedTarget "A color consisting of brown hue and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001269 ;
    owl:annotatedTarget "A color consisting of cyan colour and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001270 ;
    owl:annotatedTarget "A color consisting of cyan colour and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001271 ;
    owl:annotatedTarget "A color consisting of green hue and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001272 ;
    owl:annotatedTarget "A color consisting of green hue and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001273 ;
    owl:annotatedTarget "A color consisting of grey color and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001274 ;
    owl:annotatedTarget "A color consisting of grey color and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001275 ;
    owl:annotatedTarget "A color consisting of magenta color and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001276 ;
    owl:annotatedTarget "A color consisting of magenta color and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001277 ;
    owl:annotatedTarget "A color consisting of orange hue and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001278 ;
    owl:annotatedTarget "A color consisting of orange hue and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001280 ;
    owl:annotatedTarget "Pink color having medium brightness and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001281 ;
    owl:annotatedTarget "A color consisting of purple color and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001282 ;
    owl:annotatedTarget "A color consisting of purple color and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001283 ;
    owl:annotatedTarget "A color consisting of red hue and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001284 ;
    owl:annotatedTarget "A color consisting of red hue and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001285 ;
    owl:annotatedTarget "A color consisting of yellow hue and high saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001286 ;
    owl:annotatedTarget "A color consisting of yellow hue and low saturation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001287 ;
    owl:annotatedTarget "A color consisting of red and brown hue."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001288 ;
    owl:annotatedTarget "A color consisting of red and brown hue and low brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001289 ;
    owl:annotatedTarget "A color consisting of red and brown hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "web:www.thefreedictionary.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001290 ;
    owl:annotatedTarget "A fluorescence quality inhering in a bearer by virtue of emitting light during exposure to radiation from an external source."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Electromagnetic_radiation"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001291 ;
    owl:annotatedTarget "A physical quality that inheres in an bearer by virtue of how that bearer interacts with electromagnetic radiation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001292 ;
    owl:annotatedTarget "An EM radiation quality that is independent of the EM wavelength range."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001293 ;
    owl:annotatedTarget "A scalar EM radiation quality which obtains by the capacity of the bearer to retain radiation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001294 ;
    owl:annotatedTarget "A scalar EM radiation quality which obtains by the capacity of the bearer to scatter or reflect radiation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001295 ;
    owl:annotatedTarget "A reflective quality restricted to a particular wavelength."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001296 ;
    owl:annotatedTarget "A scalar optical quality which obtains by the magnitude of the light emitted by the bearer."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001297 ;
    owl:annotatedTarget "A radiation reflective quality inhering in a bearer by virtue of the ratio of the energy of a wave reflected from its surface to the energy possessed by the wave striking the bearer's surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001298 ;
    owl:annotatedTarget "A fluorescence in which the emittence continues after the absorption has ceased."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001299 ;
    owl:annotatedTarget "A scalar EM radiation quality which obtains by the capacity of the bearer to emit radiation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001300 ;
    owl:annotatedTarget "An EM radiation quality in which the EM radiation is within the fiat range of the spectrum visible deemed to be light."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001301 ;
    owl:annotatedTarget "An optical quality that is the mixture, purity or pattern of wavelengths of light perceived by the observer."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001302 ;
    owl:annotatedTarget "A color consisting of red and orange hue with a slight amount of gray."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary:http://dictionary.reference.com/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001303 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's disposition to varying or changing."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001304 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of whether the bearer exhibits temperature variation or change."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001305 ;
    owl:annotatedTarget "A temperature which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001306 ;
    owl:annotatedTarget "A temperature which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001307 ;
    owl:annotatedTarget "A variability of temperature which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001308 ;
    owl:annotatedTarget "A variability of temperature which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mellybelly"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001309 ;
    owl:annotatedTarget "A process quality inhering in a bearer by virtue of the bearer's magnitude of the temporal extent between the starting and ending point."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001310 ;
    owl:annotatedTarget "A duration quality of a process inhering in a bearer by virtue of the bearer's duration of exhibition of thermal energy."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001311 ;
    owl:annotatedTarget "A duration of temperature which is lesser relative to the normal or average enduring or continuing in time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001312 ;
    owl:annotatedTarget "A duration of temperature which is greater relative to the normal or average in respect to the quality of temperature of enduring or continuing in time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001313 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of the bearer's lacking or not exhibiting variation of temperature."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATO:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001314 ;
    owl:annotatedTarget "A variability quality inhering in a bearer by virtue of the bearer's having or exhibiting variation of temperature."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001315 ;
    owl:annotatedTarget "A temperature which is increased by a low degree."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001316 ;
    owl:annotatedTarget "A temperature which is increased by a medium degree."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001317 ;
    owl:annotatedTarget "A temperature which is increased by a high degree."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001318 ;
    owl:annotatedTarget "A discrimination quality in a bearer by virtue of the bearer's being incapable perceiving differences between two or more stimuli."^^xsd:string .

[]
    obo:RO_0002581 true ;
    a owl:Axiom ;
    owl:annotatedProperty owl:propertyChainAxiom ;
    owl:annotatedSource obo:RO_0002432 ;
    owl:annotatedTarget (obo:RO_0002327
        obo:BFO_0000066
    ) .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001319 ;
    owl:annotatedTarget "A discrimination quality in a bearer by virtue of the bearer's being capable of perceiving differences between two or more stimuli."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001320 ;
    owl:annotatedTarget "A pilosity quality of being covered with short hairs or soft down."^^xsd:string .

[]
    oboInOwl:hasDbXref "thesaurus.math:thesaurus.math"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001321 ;
    owl:annotatedTarget "An angle which is 90 degrees to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "thesaurus.maths:thesaurus.maths"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001322 ;
    owl:annotatedTarget "An angle which is 180 degrees to another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Area"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001323 ;
    owl:annotatedTarget "A 2-D extent quality inhering in a bearer by virtue of the bearer's two dimensional extent."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Bilateral_symmetry"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001324 ;
    owl:annotatedTarget "A symmetry quality inhering in a bearer by virtue of the bearer's being symmetric about a plane running from its frontal end to its caudal end (head to tail), and has nearly identical right and left halves."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432"^^xsd:string, "https://orcid.org/0000-0002-2908-3327"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:PATO_0001324 ;
    owl:annotatedTarget "pennate"^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001325 ;
    owl:annotatedTarget "A symmetry quality inhering in a bearer by virtue of the bearer's having equal proportion around a central point or axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0001-5208-3432"^^xsd:string, "https://orcid.org/0000-0002-2908-3327"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:PATO_0001325 ;
    owl:annotatedTarget "centric"^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001327 ;
    owl:annotatedTarget "A symmetry quality inhering in a bearer by virtue of the bearer's being capable of division into symmetrical halves by only one longitudinal plane passing through the axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001328 ;
    owl:annotatedTarget "A symmetry quality inhering in a bearer by virtue of the bearer's being capable of division into symmetrical halves by any longitudinal plane passing through the axis."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001329 ;
    owl:annotatedTarget "A flavor quality inhering in a bearer by virtue of the bearer's having flavour."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001330 ;
    owl:annotatedTarget "A flavor quality inhering in a bearer by virtue of the bearer's lacking flavour."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001331 ;
    owl:annotatedTarget "An odor quality inhering in a bearer by virtue of the bearer's having odour."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001332 ;
    owl:annotatedTarget "A morphology quality inhering in a bearer by virtue of the bearer's lack of distinct morphology."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:melissa"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001333 ;
    owl:annotatedTarget "A quality of a process which ends later than the natural end time."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Diameter"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001334 ;
    owl:annotatedTarget "A length quality which is equal to the length of any straight line segment that passes through the center of a circle and whose endpoints are on the circular boundary."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001335 ;
    owl:annotatedTarget "A mating type that indicates whether the F plasmid has integrated into the chromosome."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001336 ;
    owl:annotatedTarget "A biological sex quality inhering in an individual whose sex is unknown."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001337 ;
    owl:annotatedTarget "A yeast mating type."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001338 ;
    owl:annotatedTarget "A biological sex quality inhering in a population of multiple sexes."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001339 ;
    owl:annotatedTarget "A composition quality inhering in an bearer by virtue of the bearer's homogeneity of a biomaterial."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001340 ;
    owl:annotatedTarget "A biological sex quality inhering in an organism or a population with both male and female sexual organs in one individual."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001341 ;
    owl:annotatedTarget "A S. cerevisiae mating type cells that secrete a pheromone that in alpha haploids stimulates processes that lead to mating."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001342 ;
    owl:annotatedTarget "A S. cerevisiae mating type."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001343 ;
    owl:annotatedTarget "A S. pombe mating type determined by the gene configuration on the mat1 locus."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001344 ;
    owl:annotatedTarget "A S. cerevisiae mating type cells that secrete a pheromone that stimulates a haploids."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001345 ;
    owl:annotatedTarget "A S. pombe mating type determined by the mat1-Mc and mat1-Mi on the mat1 locus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001346 ;
    owl:annotatedTarget "A S. pombe mating type determined by the mat1-Pc and mat1-Pi on the mat1 locus."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001347 ;
    owl:annotatedTarget "A bacterial mating type indicating the presence of F plasmid in a bacterial cell."^^xsd:string .

[]
    oboInOwl:hasDbXref "GOC:cjm", "GOC:dos"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002432 ;
    owl:annotatedTarget "c executes activity in d if and only if c enables p and p occurs_in d.  Assuming no action at a distance by gene products, if a gene product enables (is capable of) a process that occurs in some structure, it must have at least some part in that structure." .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001348 ;
    owl:annotatedTarget "A bacterial mating type indicating the absence of F plasmid in a bacterial cell."^^xsd:string .

[]
    oboInOwl:hasDbXref "MGED:MGED"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001349 ;
    owl:annotatedTarget "A mating type that indicates that the F plasmid has integrated into the chromosome."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Angular_acceleration"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001350 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the rate of change of the bearer's angular velocity."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Area_density"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001351 ;
    owl:annotatedTarget "A density quality which inheres in a bearer by virtue of some influence exerted by the bearer's mass on a given area."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Linear_density"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001352 ;
    owl:annotatedTarget "A density quality which is equal to the mass exerting an influence on a one-dimensional object."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Mass_density"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001353 ;
    owl:annotatedTarget "A density quality which inheres in a bearer by virtue of some influence exerted by the bearer's mass on a given volume."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001354 ;
    owl:annotatedTarget "A optical quality inhering in a bearer by virtue of the bearer's exhibiting low opacity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001355 ;
    owl:annotatedTarget "A shape quality that obtains by virtue of the bearer having inward facing edges; having a surface or boundary that curves or bulges outward, as the exterior of a sphere."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001356 ;
    owl:annotatedTarget "A shape quality inhering in a cell by virtue of the bearer's ability to take on two or more different shapes during its life cycle."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001357 ;
    owl:annotatedTarget "A convex 3-D shape quality inhering in a bearer by virtue of the bearer's being shaped like a cushion or has a marked convex cushion-like form."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001358 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having a knob or knoblike protuberance."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001359 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's having many wrinkles or creases on the surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001360 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having thin filamentous extensions at its edge."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001361 ;
    owl:annotatedTarget "A texture quality inhering in a bearer by virtue of the bearer's being covered with warts or projections that resemble warts resulting in a hard rough surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001362 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's disposition to being easily damaged or destroyed."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001364 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's having root like extensions radiating from its center."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001365 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's having spines, thorns or similar thin projections on its surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001366 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being small and resembling a point."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001367 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's having deeply undulating edges forming lobes."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001368 ;
    owl:annotatedTarget "A surface feature shape quality inhering in a bearer by virtue of the bearer's having an irregularly toothed edge."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001369 ;
    owl:annotatedTarget "A shape quality inhering in a colony by virtue of the bearer's appearing above the medium surface with terraced edges."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001370 ;
    owl:annotatedTarget "A coating quality which is sticky or clammy."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001371 ;
    owl:annotatedTarget "A composition quality inhering in an bearer by virtue of the bearer's consistency of mucus."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001372 ;
    owl:annotatedTarget "A physical quality that inheres in propagating wave (light or sound) virtue of the bearer's change in direction when passing from one medium to another."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001373 ;
    owl:annotatedTarget "A reflectivity quality inhering in a bearer by virtue of the bearer's reflecting lots of light."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Ploidy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001374 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of the bearer's number of homologous sets of chromosomes in the nucleus or primary chromosome-containing compartment of the cell, each set essentially coding for all the biological traits of the organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Haploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001375 ;
    owl:annotatedTarget "A ploidy quality inhering in a bearer by virtue of the bearer's containing a single set of homologous chromosomes."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Monoploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001376 ;
    owl:annotatedTarget "A ploidy quality inhering in a bearer by virtue of the bearer's containing a single set of unique homologous chromosomes."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Polyploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001377 ;
    owl:annotatedTarget "A ploidy quality inhering in a bearer by virtue of the bearer's containing more than two homologous sets of chromosomes."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Autopolyploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001378 ;
    owl:annotatedTarget "A polyploidy quality inhering in a bearer by virtue of the bearer's containing chromosomes derived from a single species."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Allopolyploidy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001379 ;
    owl:annotatedTarget "A polyploidy quality inhering in a bearer by virtue of the bearer's containing chromosomes derived from different species."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Paleopolyploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001380 ;
    owl:annotatedTarget "A polyploidy quality inhering in a bearer by virtue of the bearer's having an ancient polyploid ancestor."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Triploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001381 ;
    owl:annotatedTarget "A polyploidy quality inhering in a bearer by virtue of the bearer's containing three homologous sets of chromosomes."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Tetraploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001382 ;
    owl:annotatedTarget "A polyploidy quality inhering in a bearer by virtue of the bearer's containing four homologous sets of chromosomes."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Pentaploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001383 ;
    owl:annotatedTarget "A polyploidy quality inhering in a bearer by virtue of the bearer's containing five homologous sets of chromosomes."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Hexaploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001384 ;
    owl:annotatedTarget "A polyploidy quality inhering in a bearer by virtue of the bearer's containing six homologous sets of chromosomes."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Aneuploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001385 ;
    owl:annotatedTarget "A ploidy quality inhering in a bearer by virtue of the bearer's containing a non-integral multiple of the monoploid number, due to extra or missing chromosomes."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Monosomy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001386 ;
    owl:annotatedTarget "An aneuploidy quality inhering in a bearer by virtue of the bearer's containing only one chromosome from a pair in a cell's nucleus."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Disomy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001387 ;
    owl:annotatedTarget "An aneuploidy quality inhering in a bearer by virtue of the bearer's containing only two chromosome from a pair in a cell's nucleus."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Uniparental_disomy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001388 ;
    owl:annotatedTarget "A disomy quality inhering in a bearer by virtue of the bearer's containing two copies of the chromosome from one of the parents (with no contribution from the other parent)."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Trisomy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001389 ;
    owl:annotatedTarget "An aneuploidy quality inhering in a bearer by virtue of the bearer's containing three, instead of two, chromosomes of a particular numbered type in an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Partial_trisomy"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001390 ;
    owl:annotatedTarget "A trisomy quality inhering in a bearer when part of the bearer's extra chromosome is attached to one of the other chromosomes, or if one of the bearer's chromosomes has two copies of part of its chromosome."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001391 ;
    owl:annotatedTarget "A trisomy quality inhering in a bearer by virtue of the bearer's having extra chromosomal material in only some of it's cells."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Endopolyploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001392 ;
    owl:annotatedTarget "A polyploidy quality inhering in a bearer by virtue of the bearer's chromosome number being increased by endomitosis and for which the degree of ploidy is proportional to the number of times that endomitosis has taken place."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Euploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001393 ;
    owl:annotatedTarget "A ploidy quality inhering in a bearer by virtue of the bearer's containing an integral multiple of the monoploid number, possibly excluding the sex-determining chromosomes."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Diploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001394 ;
    owl:annotatedTarget "A ploidy quality inhering in a bearer by virtue of the bearer's having two copies (homologs) of each chromosome, usually one from the mother and one from the father."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Haplodiploid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001395 ;
    owl:annotatedTarget "A diploidy quality inhering in a bearer in by virtue of belonging in a species whose one of the sexes has haploid cells and the other has diploid cells."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001396 ;
    owl:annotatedTarget "A monadic quality of continuant that exists at the cellular level of organisation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001397 ;
    owl:annotatedTarget "A cellular quality that arises by virtue of whether the bearer's disposition to differentiate into one or more mature cell types."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001398 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of the bearer's having the ability to go through numerous cycles of cell division while maintaining the undifferentiated state."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Totipotent"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001399 ;
    owl:annotatedTarget "A cellular potency that is the capacity to produce differentiated cell types of all three primary germ layers and extraembryonic cell types."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Unipotent"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001400 ;
    owl:annotatedTarget "A cellular potency that is the capacity to produce only one differentiated cell type."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001401 ;
    owl:annotatedTarget "A cellular potency that is the capacity to form multiple differentiated cell types of a specific lineage and lack self renewing capacity."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Multipotent"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001402 ;
    owl:annotatedTarget "A cellular potency that is the capacity to form multiple differentiated cell types."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Pluripotent"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001403 ;
    owl:annotatedTarget "A cellular potency that is the capacity to produce differentiated cell types of all three primary germ layers but not extraembryonic cell types."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001404 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of bearer's number of nuclei."^^xsd:string .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001405 ;
    owl:annotatedTarget "A nucleate quality inhering in a bearer by virtue of the bearer's having no nucleus."^^xsd:string .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001406 ;
    owl:annotatedTarget "A nucleate quality inhering in a bearer by virtue of the bearer's having two nuclei."^^xsd:string .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001407 ;
    owl:annotatedTarget "A nucleate quality inhering in a bearer by virtue of the bearer's having one nucleus."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Ciliated"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001408 ;
    owl:annotatedTarget "A cellular quality inhering in a bearer by virtue of the bearer's having thin, tail-like projections extending outwards from the cell body."^^xsd:string .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001409 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's resembling a long tapered rod."^^xsd:string .

[]
    oboInOwl:hasDbXref "Biology-online:Biology-online"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001410 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being marked by narrow lines or grooves, usually parallel."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001411 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's having distinct structure."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001412 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's lacking distinct structure."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Angular_velocity"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001413 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the rate of the bearer's angular movement about an axis; the angle rotated in a given time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001414 ;
    owl:annotatedTarget "A physical quality inhering in a catalyst by virtue of the amount of the catalyst's action."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001415 ;
    owl:annotatedTarget "A quality inhering in a population by virtue of the proportion of its members that are ill at a given time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001416 ;
    owl:annotatedTarget "A duration which has regular start and/or end times."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:melissa"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001417 ;
    owl:annotatedTarget "A duration quality of a process inhering in a bearer by virtue of the bearer's duration which has irregular start and/or end times."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001418 ;
    owl:annotatedTarget "A behavioral quality inhering in a bearer by virtue of the bearer's being deficient in alertness or activity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001419 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's terminating in a point or edge."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001420 ;
    owl:annotatedTarget "A physical quality inhering in a bearer by virtue of the bearer's disposition to rise or float in a fluid medium such as water or air."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001421 ;
    owl:annotatedTarget "A viability quality inhering in a bearer by virtue of the bearer's condition before death."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001422 ;
    owl:annotatedTarget "A viability quality inhering in a bearer by virtue of the cessation of the bearer's life."^^xsd:string .

[]
    oboInOwl:hasDbXref "biology-online:biology-online"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001423 ;
    owl:annotatedTarget "A reflectivity quality inhering in the bearer by virtue of the bearer's ability to refract light."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Violet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001424 ;
    owl:annotatedTarget "A color hue with very low wavelength of that portion of the visible spectrum lying between reddish blue or bluish purple, evoked in the human observer by radiant energy with wavelengths of approximately 420 to 380 nanometers."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001425 ;
    owl:annotatedTarget "A color hue consisting of red hue and yellow hue and high brightness."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Maroon"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001426 ;
    owl:annotatedTarget "A color consisting of purple and brown hue."^^xsd:string .

[]
    oboInOwl:hasDbXref "chemicool:chemicool"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001427 ;
    owl:annotatedTarget "A concentration quality inhering in compound by virtue of the bearer's tendency to act as a hydron donor."^^xsd:string .

[]
    oboInOwl:hasDbXref "chemicool:chemicool"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001428 ;
    owl:annotatedTarget "A concentration quality inhering in a medium by virtue of the bearer's tendency to hydronate a specific reference base."^^xsd:string .

[]
    oboInOwl:hasDbXref "chemicool:chemicool"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001429 ;
    owl:annotatedTarget "An medium acidity quality inhering in a solution by virtue of the bearer's a high concentration of H+ ions."^^xsd:string .

[]
    oboInOwl:hasDbXref "chemicool:chemicool"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001430 ;
    owl:annotatedTarget "An medium acidity quality inhering in a solution by virtue of the bearer's a low concentration of H+ ions."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001431 ;
    owl:annotatedTarget "An emergent molecular quality that arises by virtue of the bearer's disposition to exhibit molecular attraction to another entity in contact."^^xsd:string .

[]
    oboInOwl:hasDbXref "Medical-dictionary:Medical-dictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001432 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's decomposition into component parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001433 ;
    owl:annotatedTarget "A quality of a single process which describes the growth of an organism, structure, or group of organisms."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001434 ;
    owl:annotatedTarget "An organismal quality inhering in a bearer by virtue of the bearer's ability to produce new life or offspring."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001435 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's having connection or association with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Sessility_(botany)"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001436 ;
    owl:annotatedTarget "An attachment quality inhering in a flower by virtue of the bearer's lacking a stalk, as in flowers or leaves that grow directly from the stem."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Sessile_(zoology)"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001437 ;
    owl:annotatedTarget "A attachment quality inhering in a bearer by virtue of the bearer's inability to move about."^^xsd:string .

[]
    oboInOwl:hasDbXref "MedTerms:MedTerms"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001438 ;
    owl:annotatedTarget "A attachment quality inhering in a bearer by virtue of the bearer's having or being supported by a pedicel or pedicle."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001439 ;
    owl:annotatedTarget "A contractile quality inhering in a bearer by virtue of the bearer's elastic tension that facilitate response to stimuli."^^xsd:string .

[]
    oboInOwl:hasDbXref "GO:GO"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001440 ;
    owl:annotatedTarget "A cellular adhesivity quality inhering in a molecule in one cell by virtue of the bearer's attachment to an identical molecule in an adjacent cell."^^xsd:string .

[]
    oboInOwl:hasDbXref "GO:GO"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001441 ;
    owl:annotatedTarget "A cellular adhesivity quality inhering in a molecule in one cell by virtue of the bearer's attachment to an nonidentical molecule in an adjacent cell."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001442 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of whether the bearer includes all its components."^^xsd:string .

[]
    oboInOwl:hasDbXref "https://orcid.org/0000-0003-4606-0597"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001444 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's components no longer being in a single contiguous unit."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001445 ;
    owl:annotatedTarget "A wholeness quality inhering in a bearer by virtue of the bearer's being taken apart into its constituent parts."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001446 ;
    owl:annotatedTarget "A wholeness quality inhering in a bearer by virtue of the bearer's including all its components."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001447 ;
    owl:annotatedTarget "A composition quality inhering in an bearer by virtue of the bearer's being encrusted or impregnated with calcium carbonate (CHEBI:3311)."^^xsd:string .

[]
    oboInOwl:hasDbXref "MAMMALOGY:MAMMALOGY"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001448 ;
    owl:annotatedTarget "A composition quality inhering in an bearer by virtue of the bearer's being hardened by the deposition of calcium into bone."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Cartilaginous"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001449 ;
    owl:annotatedTarget "A composition quality inhering in an bearer by virtue of the bearer's cartilage quantities."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001450 ;
    owl:annotatedTarget "A structural quality which is held by a bearer when the latter exhibits an excessive accumulation of extracellular fluid."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001451 ;
    owl:annotatedTarget "An extended swelling in plant organs caused primarily by an excessive accumulation of water."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001453 ;
    owl:annotatedTarget "An attachment quality inhering in a bearer by virtue of the bearer's lacking connection or association with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001454 ;
    owl:annotatedTarget "A sensitivity quality inhering in a bearer by virtue of the bearer's dependence on oxygen."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001455 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's dependence on oxygen."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001456 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's independence on oxygen."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001457 ;
    owl:annotatedTarget "A quality of a process inhering in bearer by virtue of the bearer's disposition to respond to stimulation."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001458 ;
    owl:annotatedTarget "A sensitivity of a process quality inhering in a bearer by virtue of the bearer's unfolding in a location with or without oxygen."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001459 ;
    owl:annotatedTarget "A sensitivity of a process inhering in a biological process by virtue of the process unfolding in a location with oxygen."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001460 ;
    owl:annotatedTarget "A sensitivity of a process inhering in a biological process by virtue of the process unfolding in a location without oxygen."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Surface_tension"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001461 ;
    owl:annotatedTarget "A physical quality inhering in a liquid by virtue of the bearer's ability to attraction of molecules at its surface as a result of unbalanced molecular cohesive forces."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Membrane_potential"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001462 ;
    owl:annotatedTarget "A quality inhering in a cell's plasma membrane by virtue of the electrical potential difference across it."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Action_potential"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001463 ;
    owl:annotatedTarget "A quality inhering in a cell's plasma membrane by virtue of a brief fluctuation in the bearer's potential caused by the rapid opening and closing of voltage-gated ion channels."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Electric_potential"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001464 ;
    owl:annotatedTarget "A quality that is equal to the potential energy per unit charge associated with a static (time-invariant) electric field, also called the electrostatic potential."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001465 ;
    owl:annotatedTarget "A malformed quality inhering in a bearer by virtue of the bearer's all-encompassing, grotesque morphological defects."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001466 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the front of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001467 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the part of the body from which the tail arises."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001468 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the back or upper surface of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001469 ;
    owl:annotatedTarget "A curvature quality inhering in a bearer by virtue of the bearer's being curved towards the abdomen of an organism."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:nw"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001470 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's magnitude in respect to a related entity."^^xsd:string .

[]
    obo:RO_0002581 true ;
    a owl:Axiom ;
    owl:annotatedProperty owl:propertyChainAxiom ;
    owl:annotatedSource obo:RO_0002479 ;
    owl:annotatedTarget (obo:BFO_0000051
        obo:BFO_0000066
    ) .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001472 ;
    owl:annotatedTarget "A depth which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001473 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's being present in two copies."^^xsd:string .

[]
    oboInOwl:hasDbXref "bdid:bdid"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001474 ;
    owl:annotatedTarget "An oriented quality inhering in a bearer by virtue of the bearer's axis being positioned forward."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001475 ;
    owl:annotatedTarget "A position which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001476 ;
    owl:annotatedTarget "A positional which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001477 ;
    owl:annotatedTarget "A positional quality inhering in a bearer by virtue of the bearer's being drawn in or pulled back from any given point."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001478 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being broken down; caved in."^^xsd:string .

[]
    oboInOwl:hasDbXref "Answers.com:Answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001480 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's resembling a sponge in elasticity, absorbency, or porousness."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001481 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's having an oblique or slanted direction."^^xsd:string .

[]
    oboInOwl:hasDbXref "Dictionary.com:Dictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001482 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's standing out or projecting beyond a surface or line."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string, "PATOC:PortlandMeetingFeb2015"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001483 ;
    owl:annotatedTarget "Absence of an organ, tissue or cell due to failure to develop from a primordium or precursor cell."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001484 ;
    owl:annotatedTarget "A quality of a process which occurs near to or not long before the present."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001485 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's being thicker or more closely packed together; pressed tightly together."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:Wordnet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001486 ;
    owl:annotatedTarget "An age quality that exists by virtue of the time (years and months) that the bearer has existed."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001487 ;
    owl:annotatedTarget "A time quality inhering in a bearer by virtue of the bearer's growing old; aging."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001488 ;
    owl:annotatedTarget "A cellular quality inhering in a cell by virtue of whether the bearer exhibits the ability to move spontaneously."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001490 ;
    owl:annotatedTarget "A growth quality of a process inhering in an organism, structure, or group of organisms by virtue of the bearer's reduced or increased growth."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:mh"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001491 ;
    owl:annotatedTarget "A paedomorphic growth quality which is due to a reduced rate."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001495 ;
    owl:annotatedTarget "A concave quality inhering in a bearer by virtue of the bearer's shape being a V-shaped cut."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001496 ;
    owl:annotatedTarget "A reproductive quality inhering in the young of an animal by virtue of the bearer's being cared for at one time."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001497 ;
    owl:annotatedTarget "A reproductive quality inhering in the young of an animal by virtue of the bearer's disposition to survive and develop normally."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001499 ;
    owl:annotatedTarget "A spheroid quality inhering in a bearer by virtue of the bearer's resembling a ball (a sphere whose equatorial diameter is equal to the polar diameter)."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001500 ;
    owl:annotatedTarget "A shape quality inhering in a bearer by virtue of the bearer's being gradually narrower or thinner toward one end."^^xsd:string .

[]
    oboInOwl:hasDbXref "Merriam-Webster:Merriam-Webster"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001501 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of the bearer's lacking complete growth, differentiation, or development."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001502 ;
    owl:annotatedTarget "A monadic quality of continuant inhering in a bearer by virtue of the bearer's being intricate and compounded."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001503 ;
    owl:annotatedTarget "A complexity quality in a bearer by virtue of the bearer's having few parts or being complicated or compound."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001504 ;
    owl:annotatedTarget "A complexity quality inhering in a bearer by virtue of the bearer's being intricate and compounded."^^xsd:string .

[]
    oboInOwl:hasDbXref "WordNet:WordNet"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001505 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's not being in contact with another entity, or of no longer being connected or joined with another entity."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001506 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's separation of normally joined parts, such as the separation of adjacent bones without fracture or of certain abdominal muscles during pregnancy."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001507 ;
    owl:annotatedTarget "A quality of a single process inhering in a bearer by virtue of the bearer's being interrupted of its normal course."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001509 ;
    owl:annotatedTarget "A quality of a single physical entity that arises by virtue of whether the bearer exhibits the ability to perform a regular function(s)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001510 ;
    owl:annotatedTarget "A functionality quality held by the bearer when the latter is able to perform a regular function(s)."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATC:MAH"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001511 ;
    owl:annotatedTarget "A disfunctional quality held by the bearer when the latter is unable to perform a regular function(s)."^^xsd:string .

[]
    oboInOwl:hasDbXref "medical-dictionary:medical-dictionary"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001512 ;
    owl:annotatedTarget "A pattern inhering in a surface by virtue of the bearer's being marked by the presence of dots, punctures, points or pits."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001514 ;
    owl:annotatedTarget "A structural quality inhering in a bearer by virtue of the bearer's lacking some outer layer."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:NC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001515 ;
    owl:annotatedTarget "A color quality inhering in a bearer by virtue of the bearer's being uneven in color."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Focus_(optics)"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001516 ;
    owl:annotatedTarget "An optical quality where light rays originating from a point on the object converge."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001517 ;
    owl:annotatedTarget "An optical quality inhering in a bearer by virtue of the bearer's having focus."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:NC"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001518 ;
    owl:annotatedTarget "An optical quality inhering in a bearer by virtue of the bearer's lacking focus."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Sound_quality"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001519 ;
    owl:annotatedTarget "A quality inhering in a bearer by virtue of vibration, as perceived by the sense of hearing."^^xsd:string .

[]
    oboInOwl:hasDbXref "thefreedictionary.com:thefreedictionary.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001520 ;
    owl:annotatedTarget "The frequency of transmitted vibrations."^^xsd:string .

[]
    oboInOwl:hasDbXref "answers.com:answers.com"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001521 ;
    owl:annotatedTarget "A physical quality inhering in a sound wave by virtue of the maximum magnitude (value without regard to sign) of its disturbance."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Sound_speed"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001522 ;
    owl:annotatedTarget "A physical quality inhering in sound by virtue of the bearer's travelling speed in a given medium under specified conditions."^^xsd:string .

[]
    oboInOwl:hasDbXref "Wikipedia:http://en.wikipedia.org/wiki/Sound_wavelength"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001523 ;
    owl:annotatedTarget "A physical quality which is equal to the quotient of the speed of a sound wave divided by its wavelength."^^xsd:string .

[]
    oboInOwl:hasDbXref "studyphysics:studyphysics"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001524 ;
    owl:annotatedTarget "A sound frequency in the range of 0-20 Hz."^^xsd:string .

[]
    oboInOwl:hasDbXref "url:http://www.studyphysics.ca/"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001525 ;
    owl:annotatedTarget "A sound frequency in the range of 20 to 20.000 Hz."^^xsd:string .

[]
    oboInOwl:hasDbXref "studyphysics:studyphysics"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001526 ;
    owl:annotatedTarget "A sound frequency in the range of 20 000 + Hz."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001527 ;
    owl:annotatedTarget "A sound amplitude which is relatively low."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001528 ;
    owl:annotatedTarget "A sound amplitude which is relatively high."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001529 ;
    owl:annotatedTarget "A spatiotemporal quality inhering in a cell."^^xsd:string .

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

[]
    oboInOwl:hasDbXref "PATOC:cjm"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001531 ;
    owl:annotatedTarget "A cellular quality that exists by virtue of the disposition of the cell to adhere to other cells and molecules, through the emergent action of the molecular parts of the cell surface."^^xsd:string .

[]
    oboInOwl:hasDbXref "PATOC:GVG"^^xsd:string ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:PATO_0001532 ;
    owl:annotatedTarget "A color pattern inhering in a bearer by virtue of the bearer's having one hue."^^xsd:string .

